@font-face {
    font-family: "HanQiHei";
    src: url("./../fonts/汉仪旗黑-60S.otf");
}
@font-face {
    font-family: "HanSongJian";
    src: url("./../fonts/汉仪瑞意宋简.ttf");
}
* img{
    display: block;
    width: 100%;
}
/* 顶部栏 */
.wrap{
    display: block;
    width: 100%;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 1.02rem;
    background: url(../img/mo/page1_nav.png) no-repeat top center;
    background-size: 100% 100%;
    position: fixed;
    z-index: 99;
}
.h_logo{
    width: 1.86rem;
    height: 0.5rem;
    float: left;
    margin: 0.26rem 0 0 0.45rem;
}
.h_menu_btn{
    width: 0.77rem;
    height: 0.58rem;
    float: right;
    margin: 0.22rem 0.45rem 0 0;
}
.h_menusBox{
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
}
.h_m_top{
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
}
.h_m_logo{
    width: 1.86rem;
    height: 0.5rem;
    float: left;
    margin: 0.5rem 0 0 0.45rem;
}
.h_close{
    width: 0.77rem;
    height: 0.77rem;
    float: right;
    margin: 0.36rem 0.45rem 0 0;
}
.h_menusBox ul{
    display: block;
    width: 6.5rem;
    margin: 0 auto;
    height: calc( 100vh - 2rem);
    overflow: auto;
    margin-top: 0.5rem;
}
.h_menusBox ul li{
    width: 100%;
    height: 2.8rem;
    padding-top: 1.75rem;
    box-sizing: border-box;
    font-size: 0.46rem;
    color: #fff;
    text-align: center;
    border-bottom: 0.01rem solid #fff;
}

/* 底部栏 */
.footer {
    width: 100%;
    height: 3.16rem;
    background: #1a1a1a url("../img/mo/footer_bg.jpg") no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}
.footer-content {
    width: 100%;
    overflow: hidden;
}
.footer_tittle{
    width: 100%;
    overflow: hidden;
    margin-top: 2.01rem;
}

.footer_tittle li {
    float: left;
    height: 0.23rem;
    cursor: pointer;
    margin-bottom: 0.17rem;
}
.footer_tittle li:nth-child(1){
    margin-left: 1.8rem;
    width: 1.77rem;
}
.footer_tittle li:nth-child(2){
    width: 1.12rem;
}
.footer_tittle li:nth-child(3){
    width: 1.62rem;
}
.footer_tittle li:nth-child(4){
    width: 1.36rem;
}
.footer_tittle li:nth-child(5){
    width: 1.35rem;
}
.footer_tittle li:nth-child(6){
    margin-left: 4.26rem;
    width: 1.02rem;
}
.footer_tittle li:nth-child(7){
    width: 1.28rem;
}

.tcBox{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}
.tc_main{
    position: absolute;
    width: 9.34rem;
    height: 5.13rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/mo/pop/pop_bg.png) no-repeat top center;
    background-size: 100% 100%;
}
.tc_close{
    width: 0.53rem;
    height: 0.53rem;
    float: right;
    margin: 0.17rem 0.17rem 0 0;
    cursor: pointer;
}
.tc_text{
    width: 8.9rem;
    overflow: hidden;
    margin: 1.1rem auto 0;
}
.tc_text img:nth-child(1){
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 auto;
}
.tc_text p{
    display: none;
    width: 100%;
    overflow: hidden;
    color: #F43B78;
    font-size: 0.26rem;
    text-align: center;
    line-height: 1.8;
    margin-top: 0.3rem;
}
.tc_text .succ_err{
    display: none;
    width: 5.52rem;
    margin: 0.3rem auto 0;
}