@charset "utf-8";
/*CSS Document*/
/* 解决fastclick.js引发的chrome监听报错问题，可取消fastclick.js,只引用下面这个属性也可以解决移动端点击延时300ms问题，大部分机型兼容该属性，manipulation：允许手势水平/垂直平移或持续的缩放。任何auto属性支持的额外操作都不支持。 */
html,body{
    touch-action: manipulation;
}
html,body,div,section,header,nav,footer,label,span,em,i,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,a,img,form,input,textarea,select,button,table,tbody,thead,tfoot,tr,th,td,small{margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
section{overflow:hidden;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin:0;}
li{list-style-type:none;}
img{border:0;width:100%;display:block;}
a{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);color:#666;}
a:focus{outline:0;}
.fl{float:left;}
.fr{float:right;}
em,i{font-style:normal;}
button,textarea,input[type="button"],input[type="radio"],input[type="date"],select{-webkit-appearance:none;border-radius:0;}
input,input[type="number"]::-webkit-outer-spin-button,input::-webkit-inner-spin-button,input[type="checkbox"]{-webkit-appearance:none;-webkit-tap-highlight-color: transparent;}
article img{display:block;margin-top:-1px;}
body {
    /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
.cl:after,
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl,
.clearfix {
    zoom: 1;
}

img {
    width: 100%;
    /*margin-bottom: -70px;*/
}
body,html{
    width: 100%;
    margin: 0 auto;
}
.show {
    display: inline-block !important;
}

.hide {
    display: none !important;
}

/* 导航栏 */
body.night .navbar-fixed {
    background-color: #252525;
}
body.night .navbar .navbar-text {
    color: #ffffff;
}
.navbar {
    width: 100%;
}
.navbar .navbar-fixed {
    width: 100%;
    height: 0.44rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    box-sizing: initial;
}
.navbar .navbar-back, .navbar .navbar-right {
    width: 0.96rem;
    flex: none;
}
.navbar .navbar-back {
    display: flex;
    align-items: center;
}
.navbar .navbar-back-icon {
    width: 0.2rem;
    height: 0.2rem;
    padding: 0 0 0 0.09rem;
    box-sizing: initial;
}
.navbar .navbar-back-text {
    font-size: 0.16rem;
    line-height: 0.44rem;
    color: #247fd2;
}
.navbar .navbar-text {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.44rem;
    text-align: center;
    flex: 1;
}
.navbar .navbar-placeholder {
    width: 100%;
    height: 0.44rem;
}