﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#141414;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#141414;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}


.banner{
	width:100%;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#ccc;
}
.banner .swiper-pagination-bullet-active{
	background:#d43e35;
}

.full{
	display: block;
	width: 100%;
	height:auto;
}
.full1{
	display: block;
	width: 100%;
	height:auto;
	padding-top: 15px;
}
.vdo{
	display: block;
	width:100%;
	height:auto;
	outline:none;
}
.fm{
	padding:0 0.3rem 0.3rem 0.3rem;
}
.fm .in{
	margin-top:0.4rem;
	height: 0.84rem;
	border:1px solid #000;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
}
.fm .text{
	width: 100%;
	height: 0.84rem;
	border:0;
	background:none;
	font-size:0.28rem;
	text-indent:0.2rem;
}
.fm .er{
	position: absolute;
	right: 0.2rem;
	top: 0;
	z-index: 10;
	line-height: 0.84rem;
	font-size:0.28rem;
	color:#f00;
	display: none;
}
.fm .focus{
	border:1px solid #f00;
}
.fm .focus .text::-webkit-input-placeholder {
	color: #f00 !important;
}
.fm .focus .er{
	display: block;
}
.fm .rem{
	height: 1.1rem;
	line-height: 1.1rem;
	font-size:0.28rem;
	color:#939393;
	padding-left:0.4rem;
	background:url("../images/rem.png") no-repeat left center;
	background-size:auto 0.3rem;
}
.fm .rem a{
	color:#f00;
}
.fm .remhover{
	background-image:url("../images/remh.png");
}
.fm .hq{
	display: block;
	height: 0.7rem;

	border-radius:0.45rem;
	background:#ef3534; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to right, #ef3534, #f71961);
	background:-moz-linear-gradient(to right, #ef3534, #f71961);
	background:-webkit-gradient(to right, #ef3534, #f71961);
	background:-o-linear-gradient(to right, #ef3534, #f71961);
	font-size:0.3rem;
	text-align: center;
	color:#fff;
	width: 150px;
	margin: auto auto;
	font-weight: bold;
	-webkit-animation-name: mouseAni;
    animation-name: mouseAni;
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
  	animation-timing-function:linear;
	-webkit-animation-timing-function:linear; /*循环播放*/
}
@-webkit-keyframes mouseAni {
  from {   
    -webkit-transform: scale(1);
             -ms-transform: scale(1);
             -o-transform: scale(1);
             transform: scale(1);         
  }
  
  50%{
  	 -webkit-transform: scale(1.05);
             -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
             transform: scale(1.05);         
  }  

  to {    
    -webkit-transform: scale(1);
             -ms-transform: scale(1);
             -o-transform: scale(1);
             transform: scale(1);        
  }
}

@keyframes mouseAni {
  from {   
    -webkit-transform: scale(1);
             -ms-transform: scale(1);
             -o-transform: scale(1);
             transform: scale(1);         
  }
  
  50%{
  	 -webkit-transform: scale(1.05);
             -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
             transform: scale(1.05);         
  }  

  to {    
    -webkit-transform: scale(1);
             -ms-transform: scale(1);
             -o-transform: scale(1);
             transform: scale(1);        
  }
}

.pros1{
	padding:0 0.3rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.pros1 .zw{
	width: 3.33rem;
	height: 0;
}
.po_item{
	display: block;
	width: 3.33rem;
	height:auto;
	margin-top:0.3rem;
	text-align: center;
	color:#fff;
}
.po_item img{
	display: block;
	width: 100%;
	height:2.5rem;
	margin-bottom:0rem;
}
.po_item ul{
	background:#cc0001;
	line-height:1.8;
	font-size:0.28rem;
}
.footer{
	height: 1.1rem;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background:#ff9233; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to right, #ff9233, #fd227a);
	background:-moz-linear-gradient(to right, #ff9233, #fd227a);
	background:-webkit-gradient(to right, #ff9233, #fd227a);
	background:-o-linear-gradient(to right, #ff9233, #fd227a);
}
.footer_zw{
	height: 1.1rem;
	clear: both;
}
.ft_btn{
	float: left;
	display: block;
	height: 1.1rem;
	box-sizing:border-box;
	width: 1.9rem;
	padding-top:0.2rem;
	text-align: center;
	color:#fff;
	line-height: 0.45rem;
}
.ft_btn img{
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	margin:0 auto;
}
.footer .tela{
	float: left;
	display: block;
	width: 1.5rem;
	height: 0.86rem;
	line-height: 0.86rem;
	border-radius:0.25rem;
	background:#fff3da; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to right, #fff3da, #ffe7a2);
	background:-moz-linear-gradient(to right, #fff3da, #ffe7a2);
	background:-webkit-gradient(to right, #fff3da, #ffe7a2);
	background:-o-linear-gradient(to right, #fff3da, #ffe7a2);
	text-align: center;
	font-size:0.3rem;
	font-weight: bold;
	color:#fa1818;
	margin:0.12rem 0 0 0;
}
.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
	background:rgba(0,0,0,0.5);
}
.wx_win{
	width: 6rem;
	height: 4rem;
	padding-top:0.4rem;
	border-radius:0.15rem;
	position: fixed;
	background:#fff;
	left: 50%;
	top: 50%;
	z-index: 220;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	display: none;
}
.wx_win .ico{
	display: block;
	width: 0.84rem;
	height: 0.84rem;
	margin:0 auto;
}
.wx_win dt{
	height: 0.56rem;
	line-height: 0.56rem;
	font-size:0.3rem;
	font-weight: bold;
	color:#000;
}
.wx_win dd{
	line-height: 0.48rem;
	color:#999;
}
.wx_win .ok{
	display: block;
	width: 2.6rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background:#1aad17;
	border-radius:0.1rem;
	margin:0.2rem auto 0 auto;
	font-size:0.3rem;
	color:#fff;
}
.wx_win .top_close{
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url("../images/close.png") no-repeat center center;
	background-size:0.16rem 0.16rem;
}
#article{
	position: absolute;
	left: -5000px;
}
.bj_win{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 220;
	background:#fff;
	border-radius:0.15rem 0.15rem 0 0;
	padding-top:0.5rem;
	display: none;
}
.bj_win .top_close{
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background:url("../images/close.png") no-repeat center center;
	background-size:0.16rem 0.16rem;
}
.bj_win .fm{
	padding-bottom:0.5rem;
}
.telas{
	width: 1rem;
	height: 1rem;
	position: fixed;
	right: 0.3rem;
	bottom: 1.3rem;
	z-index: 100;
	background:url("../images/ft_tel.png") no-repeat center center;
	background-size:100% 100%;
}