
@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{
	margin: 0; 
	padding: 0;
}
html,body{
	width:100%;
	height:100%;
	min-width: 320px;
	max-width: 768px;
	margin: 0 auto;
	zoom: 1!important;
}

th,strong,var,em,address, caption, cite, code, dfn{
	font-weight: normal; 
	font-style: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

ul,ol{
	list-style: none;
}
i,em{
	font-style: normal;
}

fieldset,img{
	border: 0;
}

img{
	display: block;
} 
input {
    outline: none;
	border-radius: 0;
	border: 0;
    -webkit-appearance: none; 
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,select,textarea{
	outline:0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
button{
	outline: none;
	border: 0;
}
textarea{
	resize:none;
}

a{
	text-decoration: none;
	color: #333;
}
::-webkit-scrollbar{
	display: none;
}

/*==========================Reset_End===========================*/
body{	
	display: flex;
	display: -webkit-flex;
	flex-direction: column;

	font-size: 0.24rem;
	font-family: -apple-system,Helvetica,sans-serif;
	color:#333; 
}
/*section*/
section{
	padding-bottom: 0.3rem;
	flex:1;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	background: url(../images/section.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}
.introduce{
	background: #fff;
}
.introduce .main{
	padding-bottom: 0.3rem;
	background: #0d5ccc url(../images/a8.png) no-repeat center top;
	background-size: 100% auto;
}

/* 首页 */
.banner{
	height: auto;
	padding-top: 0.35rem;
	position: relative;
}
.banner>img{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.logo{
	height: auto;
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
}
.logo img{
	height: 0.5rem;
}
.rule{
	width: 1.3rem;
	position: absolute;
	right: 0;
	top: 1.4rem;
}
.rule li{
	height: 0.5rem;
	font-size: 0.22rem;
	text-indent: 0.3rem;
	line-height: 0.5rem;
	color: #fff;
	margin-bottom: 0.1rem;
	background: url(../images/a2.png) no-repeat center;
	background-size: 100% 100%;
}
.ruleTwo{
	display: none;
}
.lookup{
	width: 6.9rem;
	height: auto;
	margin: 0.3rem auto;
	position: relative;
}
.lookup img{
	width: 100%;
}
.lookup span{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../images/a3.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 2.1rem;
	bottom: 1.1rem;
	-webkit-animation-name: scaleDraw; 
	-webkit-animation-timing-function: ease-in-out; 
	-webkit-animation-iteration-count: infinite;  
	-webkit-animation-duration: 2.5s; 
}
@keyframes scaleDraw {  
	0%{
		transform: scale(1);  
	}
	25%{
		transform: scale(1.1); 
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.1);
	}
}
.Zlist{
	width: 6.9rem;
	height: auto;
	margin: 0 auto;
}
.Zlist li{
	height: 0.68rem;
	margin-bottom: 0.2rem;
	background: url(../images/a5.png) no-repeat center;
	background-size: 100% 100%;
}
.Zlist li b{
	display: block;
	width: 1.5rem;
	height: 0.68rem;
	font-size: 0.32rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.68rem;
	color: #fff;
	float: left;
}
.Zlist li span{
	display: block;
	height: 0.68rem;
	font-size: 0.3rem;
	text-indent: 0.5rem;
	line-height: 0.68rem;
	float: left;
}
.foot{
	height: 1.2rem;
	padding-top: 0.2rem;
	background: url(../images/a7.png) no-repeat center 0.5rem;
	background-size: auto 0.65rem;
}
.foot button{
	display: block;
	width: 5.45rem;
	height: 0.9rem;
	font-size: 0.34rem;
	color: #fff;
	margin: 0 auto;
	background: url(../images/a6.png) no-repeat center;
	background-size: 100% 100%;
}
/* 详情介绍 */
.trait{
	width: 6.9rem;
	height: 4.75rem;
	margin: 0 auto;
	background: url(../images/a10.png) no-repeat center;
	background-size: 100% 100%;
}
.trait h5{
	height: 0.7rem;
	font-size: 0.36rem;
	font-weight: bolder;
	text-align: center;
	line-height: 0.7rem;
	color: #3760e9;
}
.trait ul{
	height: 3.65rem;
	padding-top: 0.35rem;
}
.trait ul li{
	width: 25%;
	height: 1.76rem;
	float: left;
}
.trait ul li img{
	display: block;
	height: 1rem;
	margin: 0 auto;
}
.trait ul li i{
	display: block;
	height: auto;
	font-size: 0.26rem;
	text-align: center;
	margin-top: 0.15rem;
}
.trait ul li:nth-child(5){
	margin-left: 12.5%;
}
.parameter{
	width: 6.9rem;
	height: auto;
	margin: 0 auto;
}
.Atitle{
	height: auto;
	padding: 0.25rem 0;
}
.Atitle h5{
	height: auto;
	font-size: 0.36rem;
	text-align: center;
	font-weight: bolder;
}
.Atitle p{
	height: auto;
	font-size: 0.24rem;
	line-height: 0.42rem;
	text-align: center;
}
.Atitle p b{
	display: block;
	font-size: 0.36rem;
}
.parameter>img{
	display: block;
	height: 3rem;
	margin-left: 0.45rem;
}
.parameter ul{
	height: 1rem;
	margin-top: 0.3rem;
	margin-left: 0.3rem;
}
.parameter ul li{
	width: 50%;
	height: 0.46rem;
	font-size: 0.24rem;
	float: left;
}
.parameter ul li b{
	font-weight: bolder;
}
.parameter>i{
	display: block;
	height: 0.4rem;
	font-size: 0.26rem;
	text-align: center;
}
.core{
	height: auto;
}
.core ul{
	height: auto;
	margin-right: 0.3rem;
	background: url(../images/a19.png) no-repeat left center;
	background-size: auto 100%;
}
.core ul li{
	height: 1.42rem;
}
.core ul li i{
	display: block;
	width: 0.6rem;
	height: 0.3rem;
	font-size: 0.22rem;
	font-weight: bolder;
	text-indent: 0.1rem;
	line-height: 0.3rem;
	color: #fff;
	background: url(../images/a20.png) no-repeat center;
	background-size: 100% 100%;
	float: right;
}
.core ul li b{
	display: block;
	width: 100%;
	padding: 0.1rem;
	font-size: 0.3rem;
	font-weight: bolder;
	text-align: right;
	color: #3760e9;
	float: right;
}
.core ul li span{
	display: block;
	width: 100%;
	font-size: 0.26rem;
	text-align: right;
	float: right;
}
.scene{
	height: auto;
	margin-top: 0.2rem;
}
.scene img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0.45rem;
}
.Infoot{
	height: 2.1rem;
	padding-left: 4.5rem;
    background: url(../images/a24.png) no-repeat center;
    background-size: 100% 100%;
	position: relative;
}
.Infoot img{
	display: block;
	height: 1.9rem;
	position: absolute;
	left: 0.15rem;
	top: -0.22rem;
}
.Infoot p{
	height: 0.5rem;
	padding-top: 0.55rem;
	font-size: 0.24rem;
	color: #fff;
}
.Infoot span{
	display: block;
	width: 2.7rem;
	height: 0.62rem;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.58rem;
	color: #fff;
    background: url(../images/a26.png) no-repeat center;
    background-size: 100% 100%;
}

/* 弹窗公用 */
.PublicPop{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}
.PublicPop .pop{
	width: 6rem;
	border-radius: 0.38rem;
    background: #fff;
}
.PublicPop .close{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: url(../images/Close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -0.1rem;
	top: -0.8rem;
	z-index: 9;
}
.PublicPop h3{
	width: 6rem;
	height: 1.16rem;
	font-size: 0.38rem;
	font-weight: bolder;
	text-align: center;
	line-height: 1.16rem;
	color: #fff;
	background: url(../images/a42.png) no-repeat center;
	background-size: auto 100%;
}


/* pc打开时--遮罩 */
.PCTerminal{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;	
}

/* pc打开时--弹窗 */
.PcPop .pop{
	height: 5.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -2.9rem;
}
.PcPop img{
	height: 2.5rem;
	margin: 0.5rem auto;
}
.PcPop p{	
	font-size: 0.26rem;
	text-align: center;
}



