/* 复写默认样式 */
*{
	margin:0;padding:0;
	list-style: none;font-weight: 400;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-outline: none;
	-webkit-outline: none;
	outline: none;
	font-family: -apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}
a{text-decoration: none;outline: none;}
i{font-style: normal;}
img{border:none;vertical-align: middle;}
select,button,input{outline:none;border:none;}
.clearfix:after{display: block;clear: both;content: '';}
.clearfix{zoom:1;}
/* 结束 */

.w290{width: 3.866667rem;}
.mgr20{margin-right: 0.266667rem;}
.mgr40{margin-right: 0.533333rem;}

.tip_wrap{
  overflow: hidden;
  padding: 0 0.666667rem;
  text-align: center;
  height: 1.333333rem;
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(0,0,0,0.5);
  line-height: 1.333333rem;
  font-size: 0.426667rem;
  color: #fff;
  margin-top: -0.666667rem;
  z-index: 999999999999;
  border-radius: 0.666667rem;
}
.tip_wrap1{
  overflow: hidden;
  padding: 0 0.666667rem;
  text-align: center;
  height: 0.8rem;
  position: fixed;
  bottom: 2%;
  left: 50%;
  line-height: 0.8rem;
  font-size: 0.426667rem;
  color: #fff;
  margin-top: -0.4rem;
  z-index: 999999999999;
}