/* 750px 标准 */
html {
    font-size: 75px;
  }
.pc,.left_nav{
    display: none;
}

.mobile{
    display: flex;
}

.mobile_menu{
    display: flex;
    /* border: 1px solid #f00; */
    background: url(../img_m/menu.png) no-repeat center;
    background-size: 50% 50%;
    width:1.17rem;
    height:1.17rem;
    margin-right: 0.7rem;
}

.top_nav_menu{
    /* border: 1px solid #f00; */
    position: absolute;
    left: -40%;
    top: 1.17rem;
    background: #000;
    z-index: 9999;
    flex-direction: column;
    height: 100%;
    width: 40%;
    justify-content: flex-start;
    transition: all 0.2s ease;
}
.top_nav.active .top_nav_menu{
    left: 0;
}
.top_nav_menu .top_nav_div{
    /* border: 1px solid #f00; */
    height: unset;
    width: 100%;
    background: #000;
    padding: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.top_nav_menu_xl{
    display: flex;
    position: unset;
}

.top_nav_menu_li{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: unset;
    background: #333;
    border-top: 1px solid #333;
}

.top_nav_menu .top_nav_div a{
    width: 100%;
    font-size: 0.40rem;
    color: #fff;
    padding: 0.2rem 0.5rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #222;
}
.top_nav_menu .top_nav_div a::after{
    content: " ";
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img_m/menu_right.png) no-repeat center;
    background-size: 100% 100%;
}
.top_nav_menu_li a{
    padding: 0.15rem 0.2rem;
    font-size: 0.34rem !important;
    background: #333 !important;
}
.top_nav_panel{
    position: unset;
    background: #000;
    width: 10rem;
    height: 1.17rem;
}
.top_nav_panel2{
    width: 10rem;
    max-width: 100%;
}
.top_nav_logo_yplus{
    background-size: auto 100%;
}


.top_nav_panel2 .top_nav, .top_nav_panel .top_nav, .top_nav_panel3 .top_nav{
    width: 100%;
    height: 1.17rem;
}
.top_nav_download{
    width: 1.87rem;
    height: 0.61rem;
    font-size: 0.29rem;
    margin-right: 0.43rem;
}

.top_nav_logo{
    width: 1.87rem;
    height: 0.43rem;
    margin-left: 0.43rem;
}

/* 公用小头 */
.comm_panel{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comm_title{
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
}
.comm_desc{
    font-size: 0.27rem;
    color: #FFFFFF;
    margin-top: 0.67rem;
    max-width: 9.15rem;
    text-align: center;
}


/* yplus公用头 */

.yplus_comm_panel{
}
.yplus_comm_title_top{
    width: 9.15rem;
    font-size: 0.21rem;
    line-height: 0.29rem;

}
.yplus_comm_title{
    font-size: 0.4rem;
    margin-top: 0.4rem;
}
.yplus_comm_desc{
    width: 9.15rem;
    font-size: 0.27rem;
    margin-top: 0.67rem;
}

/* .table */
.table{
    width: 10rem;
}

.table table{
    width: 9.15rem;
    margin: 0 auto;
}

.table th{
    text-align: center;
}

.table .tdwidth{
    width: 45%;
}

.top100{
    margin-top:1.35rem
}

.btm60{
    margin-bottom:0.8rem;
}

/* 公用样式 */
.top60{
    margin-top: 0.6rem;
}
.btm60{
    margin-bottom: 0.6rem !important;
}


/* footer */
.footer{
    width: 100%;
    position: relative;
    height: 6.13rem;
}

.footer_panel{
    width: 100%;
    font-size: 0.27rem;
}
.footer_left_se{
    flex-direction: column;
}
.footer_left div{
    margin-top: 0.4rem;
}
.footer_left_title{
    font-size: 0.29rem;
}
.footer_left_se span:last-child{
    margin-top: 0.4rem;
}
.footer_left{
    width: 100%;
    padding: 0 0.43rem;
}
.footer_right{
    position: absolute;
    right: 0.4rem;
    top: 0.77rem;
}