/**
 * 基础样式初始化
 */
*{-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color:rgba(255,0,0,0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,video,audio,header,nav,section,footer,figure{padding:0;margin:0;}
body{color:#2c2c35;font-size:.14rem; overflow-y: scroll;background: transparent; line-height: 1;height: 100%;}
html{height: 100%}
form,input,textarea{outline: none;}
img{border:none;}
a{text-decoration: none;color:#2c2c35;
    -webkit-touch-callout:none;/*系统默认菜单被禁用*/
    -webkit-user-select:none;/*webkit浏览器*/
    -khtml-user-select:none;/*早起浏览器*/
    -moz-user-select:none;/*火狐浏览器*/
    -ms-user-select:none;/*IE浏览器*/
    user-select:none;/*用户是否能够选中文本*/
}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
i{ font-style: normal;}
li{list-style-type:none;}
.clearfix:after{content:'.';clear:both;display:block;height:0;visibility:hidden;font-size:0;line-height:0}
.fl{float:left}
.fr{float:right}
input[type=button],input[type=submit]{-webkit-appearance:none;outline:none}
[class*="icon-"]{width: .24rem;height: .24rem;vertical-align: -0.15em;fill: currentColor;overflow: hidden;}

.hide {display: none !important;}
.show {display: block !important;}
