@import url("//at.alicdn.com/t/font_543543_khmlz8duc0ffajor.css");
*{padding: 0;margin: 0;font-family: "微软雅黑";---webkit-tap-highlight-color: rgba(0,0,0,0);}
body{background: #f5f5f5;--height: 100%;}
html{height: 100%;}

.ms-controller{visibility: hidden;}
.container{width: 100%;padding: 0;margin: 0 auto;overflow-x: hidden;background: #f5f5f5;}
a {
  background-color: transparent;
}
a,
a:active,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
  color :#fff;
}
button{outline: none;border: none;}
ul,li{list-style-type: none;}
p{line-height: 1.2;color: #333;}
h1{font-size: 1.2rem;color: #333;line-height: 1.4;margin-bottom: 0.4rem;}
p{font-size: 1.2rem;}
p.small{font-size: 1.04rem;color: #666}
p.green,span.green,h1.green,h2.green,h3.green,h4.green{color: #61A24B}
p.red,span.red,h1.red,h2.red,h3.red,h4.red{color: #E93B3D}
p.grav,span.grav,h1.grav,h2.grav,h3.grav,h4.grav{color: #333}
p.grav9,span.grav9,h1.grav9,h2.grav9,h3.grav9,h4.grav9{color: #999}
.navbg{position: fixed;top: 0;left: 0;z-index: 222;}
.white{background: #fff;}

.icon-enter.normal{color: #ccc;font-size: 1.48rem;}

.flex{
	display: -webkit-flex;
    display: flex;   
    display: -webkit-box;
    display: -moz-box;  
    display: -ms-flexbox;
}
.flex-wrap{flex-wrap: wrap;}
.flex-center{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-middle{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-end{align-items: flex-end;}
.flex-right{justify-content: flex-end;}
.flex-between{
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flex-column{
	-webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-child{}

.each-list{background: #fff;width: 100%;}
.each{width: 92%;margin: 0 auto;padding: 0.72rem 0;position: relative;}
.each-sq{padding: 1.28rem 0;}
.listbd{border-bottom: 1px solid #f5f5f5;}
.bgnone{background: none;}
.btn{padding: 0.4rem 1.6rem;border-radius: 0.4rem;margin: 0 auto;text-align: center;margin-top: 1.28rem;font-size: 1.12rem;display: block;}
.btn-check{background: #69c4c8;color: #fff;}
.btn-default{background: #333;color: #fff;}
.btn-warning{background: #f0ad4e;color: #fff;}
.btn-defaults{background: #fff;border: 1px solid #ccc;color: #333;}

.foot{height: 3.6rem;width: 100%;background: #fff;position: fixed;left: 0;bottom: 0;z-index: 778;border-top: 1px solid #ededed;}
.foot .iconfont{color: #999;font-size: 2.64rem;margin: 0 1.12rem;}
.foot a{display: block;}
.container{padding-bottom: 3.6rem;}

