*{margin: 0;padding: 0;box-sizing: border-box;}
html {
    min-height: 100%;
	scroll-behavior:smooth;
	
}
body{
	min-height: 100%;
	background: #f5f5f5;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	background: none;
	text-decoration: none;
	color: #232323;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,li{
    list-style: none;
}
i{
	font-style: normal;
}
body {
	line-height: 0.4rem;
    font-size:0.28rem;
    color:#333;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;  
	-moz-text-size-adjust: 100% !important;  
}
img {
    border: none;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
input, textarea {
    outline: none;
    border: none;
}
textarea {
    resize: none;
    overflow: auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
.fl {
    float: left
}
.fr {
    float: right
}
.tl {
    text-align: left;
}
.tc {
    text-align: center
}
.tr {
    text-align: right;
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.load_bg,.load_load{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 60;
}
.httips{
	position: fixed;
	top: 45%;
	left: 0;
	display: inline-block;
	width: 100%;
	z-index: 80;
	text-align: center;
}
.httips span{
	display: inline-block;
	line-height: 30px;
	background: #000;
	font-size: 0.24rem;
	color: #fff;
	border-radius: 0.1rem;
	padding: 0 0.2rem;
}
.httipsbg,.httipsbgajax{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 79;
}
.httipsbgajax{
	z-index: 99;
}
.img_wid{
	display: block;
	width: 100%;
}
.mask_bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: none;
	z-index: 80;
}
.mask_box{
	position: fixed;
	left: 50%;
	top: 28%;
	width: 5.4rem;
	margin-left: -2.7rem;
	background: #FFFFFF;
	padding: 0.1rem;
	border-radius: 0.2rem;
}
.mask_box .box{
	background:#fff;
	border-radius:0.2rem;
	padding:0.6rem 0.2rem 0.3rem;
}
.mask_box .title{
	position:absolute;
	left:0;
	top:-0.17rem;
	width: 100%;
	height:0.66rem;
	overflow:hidden;
	line-height: 0.66rem;
	font-size:0.3rem;
	color:#fff;
	text-align:center;
	font-weight:700;
	padding-bottom:.1rem;
	background:url(../img/bg.png) center no-repeat;
	background-size:auto 100%;
}
.mask_box .title text{
	color: #ff4e4e;
}
.mask_box .text{
	text-align: center;
	line-height: 0.44rem;
	color: #666;
	word-wrap: break-word;
	padding-top: 0.16rem;
}
.mask_box .text text{
	color: #be0808;
}
.mask_box .but{
	line-height: 0.8rem;
	width: 3.8rem;
	text-align: center;
	border-radius: 0.4rem;
	text-align: center;
	font-size: 0.3rem;
	color: #FFFFFF;
	background-image: linear-gradient(#f04548,#f14c4f);
	box-shadow: 0 0.06rem 0.12rem #d6816d;
	margin: 0.36rem auto 0;
}
.mask_box .but_box{
	display: flex;
	justify-content: space-around;
}
.mask_box .but_box .but{
	width: 2.2rem;
	line-height: 0.7rem;
	border-radius: 0.35rem;
	font-size: 0.28rem;
}
.mask_box .close{
	position: absolute;
	right: 0;
	top: -0.8rem;
	width: 0.5rem;
	height: 0.5rem;
	background: url(../img/cha.png) no-repeat;
	background-size: 100% 100%;
}
.mask_box .inp {
	display: block;
	width: 90%;
	height: .88rem;
	line-height: .88rem;
	background: #f8f8f8;
	border-radius: .4rem;
	border: 1px solid #eaeaea;
	padding: 0 .2rem;
	color: #4d2c0e;
	text-align: center;
	margin: .2rem auto
}
.return_box{position:absolute;right:0;top:0.3rem;min-width:1.2rem;line-height:0.3rem;background:rgba(0,0,0,0.4);font-size:0.24rem;color:#FFFFFF;padding:0.2rem 0.12rem 0.2rem 0.26rem;border-radius:0.36rem 0 0 0.36rem;border-right:none;text-align:center;z-index:10}
