@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{padding:0;margin:;}
html {font-size: 625%;/*10 ÷ 16 × 100% = 62.5%*/}
body {font-size: 0.14rem; /*1.4 × 10px = 14px */}
address, caption, cite, code, dfn, em, th, var{font-style:normal;}
ol, ul{list-style:none;}
li{ list-style-type: none;}
a{text-decoration: none !important;color:#808080;}
h1{font-size: 0.30rem}
h2{font-size: 0.24rem}
h2{font-size: 0.24rem}
h3{font-size: 0.18rem}
h4{font-size: 0.16rem}
h5{font-size: 0.14rem}
h6{font-size: 0.12rem}
p{font-size: 0.14rem}

.fr{
    float: right !important;
}
.fl{
    float: left !important;
}


.top1{
    width: 100%;
    height: 0.35rem;
    background-color: #F5F5F5;
}
.top1 span{
    font-size: 0.14rem !important;
}
.top2{
    width: 100%;
    height: 0.5rem;
    background-color: #ffffff;

}
.top3{
    width: 100%;
    height: 0.35rem;
    background-color: #FAFAFA;
    margin-top: 0.85rem;
}

.buttom{
    width: 100%;
    height:0.85rem;
    background-color: #e6e6e6;
}

.topContent{
    width: 10rem;
    margin: 0 auto;
}

.test li{
    float: left;
    padding: 0.16rem;
    padding-bottom: 0;
    color: #333333;
    font-weight: bold;
    font-size: 0.16rem !important;
}
.test li a{
    padding-bottom:0.18rem;
}

.test li:nth-child(1){
    margin-top: -0.03rem;
    padding-left: 0;
}
.test li a:hover{
    border-bottom:2px solid #2393FF;
    color: #2393FF;
    text-decoration:none;
}


.global{
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 0.5rem;
}
.mainContent{
    width: 10rem;
    min-height:5rem;
    margin: 0 auto;
}
.mainContent1{
    width: 10rem;
    min-height:5rem;
    margin-top: 100px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
.mainContent .totalBox{
    width:100%;
    min-height: 6rem;
    background-color: #ffffff;
}

.mainContent .leftBox{
    width: 21%;
    min-height:7rem;
    background-color: #f5f5f5;
    float: left;
}

.leftBox-content{
    width: 95%;
    min-height: 3rem;
    background-color: #ffffff;
}

.mainContent .rightBox{
    width:79%;
    min-height: 9rem;
    background-color: #ffffff;
    float: left;
    padding-bottom: 0.5rem;

}

.navv li{
    float: left;
    font-size: 0.12rem !important;
    padding: 0.09rem 0.09rem;
    display: block;
    color: #808080;
}

.navv li:nth-child(2){
    margin-top: -0.03rem;
}
.navv li:nth-child(3){
    margin-top: -0.03rem;
}


.foot{
    font-size: 0.16rem;
    text-align: center;
    color: #808080;
    padding: 0.2rem;
}

.foot p:nth-child(2){
    margin-top: 0.05rem;
}

.leftPanel{
    border-radius:0 !important;
    border-left: none;
    border-right: none;
}

.leftPanel:hover{
    border-left: 0.02rem solid #2393FF;
}

.ml10{
    margin-left: 0.05rem;
}
.mt20{
    margin-top: 0.2rem;
}
.mb20{
    margin-bottom: 0.2rem;
}
.textalign{
    text-align: center;
}

.greyborder{
    border: 1px solid #e6e6e6;
}
/* tz_index.html */
.tz-h3{
	margin-top: 4px;
	font-size: medium;
	color: gray;
}
/* ending */





/*   ======   非会员购    =======   */
.display-none{
    display: none;
}
.menger-pay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menber-content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
    background-color: white;
}
.tip-title{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #F3F3F3;
    padding-left: 10px;
    box-sizing: border-box;
}
.tip-title img{
    position: absolute;
    top: 7px;
    right: 10px;
    width: 16px;
}
.qrcode-info{
    position: absolute;
    top: 110px;
    width: 100%;
    text-align: center;
}
.qrcode-tip{
    font-size: 18px;
    text-align: center;
    color: #999999;
    margin-top: 30px;
}
.qrcode-link{
    width: 200px;
}
.qrcode-explain{
    font-size: 18px;
    color: red;
    margin-top: 30px;
}

