*{margin:0;padding:0;box-sizing: border-box;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
html,body{ max-width: 640px;position: relative;font-size: 14px;margin:0 auto;-webkit-overflow-scrolling : touch;}
img{display:block;border:none}
ul,li{list-style: none;}
a{text-decoration: none;}
a:focus{outline:none;}
.pa{position: absolute;z-index: 10;}
.clear:after{content: '';display: block;clear:both;}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
/*body{overflow: hidden;}*/
.tab{
	padding: 15px 5px 2px;
}
.tab li{
	width: 16%;
	text-align: center;
	padding: 0 5px;
	float: left;
}
/*.tab li span{
	border:1px solid #1291FF;
	color: #1291FF;
	border-radius: 15px;
	display: block;
	line-height: 22px;
}*/
.tab li.active span{
	background: #1291FF;
	color: #fff;
}
.tab-con{display: none;}

.tab-con a{
	margin-bottom: -12px;
	display: block;
}
.tab-con img{
	width: 100%;
}
.cap{
	color: #B3B3CA;
	font-size: 12px;
	margin: 12px 0 3px 0;
	position: relative;
	text-align: center;
}
.cap:before{
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	background: #E6E6F0;
	position: absolute;
	bottom:50%;
	left:5%;
	border-radius: 10px;
}
.cap span{
	display: inline-block;
	background: #F8F8FA;
	position: relative;
	z-index: 11;
	padding: 0 10px;
}
.link{
	text-align: center;
	margin-top:20px;
}
.link a{color: #709ecc;}




.page{
	height: 100%;
	background-size: 100%;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}
.head{position: relative;margin-bottom: 15%;}
.back{
	background: #1291FF;
	color: #fff;
	opacity: 0.8;
	padding:2px 15px;
	border-radius: 0 30px 30px 0;
	top:28%;
}
.box{
	bottom: 0;
}
.txt{
	top:15%;
	height: 70%;
	width: 100%;
	padding:0 12%;

}
.txt div{

	height: 50%;
	display: table;
}
.txt p{ 
	font-size: 12px;
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
}
.txt .p1{background: url(../img/a1.png) 0 52% no-repeat; background-size: 14px;}
.p2{background: url(../img/a2.png) 0 52% no-repeat; background-size: 14px;border-top: 1px solid #F1F1F1;}

.title{
	text-align: center;
	font-size: 15px;
}

.swiper-pagination{
	line-height: 0;
	margin: 5px 0 10px 0;
	text-align: center;
}

.swiper-pagination-switch{
	width: 30px;
    height: 3px;
    display: inline-block;
    background: #cce5fd;
}
.swiper-active-switch{
	background: #1291FF;
	margin:0 4px;
}
.swiper-container{
	width: 100%;
	height: 45%;
	position: relative;
	overflow: visible;
	margin:0 auto;
}
.swiper-slide {
	box-shadow: 0 0 41px 0 rgba(22,53,147,0.11);
	border-radius: 10px;
	background: #fff;
	overflow: auto;
}
.swiper-slide > div{
	padding:16px;
	font-size: 13px;
	line-height: 19px;
	border-radius: 10px;

	height: 73%;
	overflow: auto;
	-webkit-overflow-scrolling : touch;
}

.swiper-slide {
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-slide small{font-size:11px;color:#666;margin-bottom: 5px;display: block;}
.swiper-slide p{font-size:12px;color:#222;display: flex;}
.swiper-slide h2{margin-top: 10px;font-size: 11px;font-weight: normal;}
.swiper-slide h3{font-size: 11px;font-weight: normal;}
.swiper-slide .tip{background: #ef7733;color: #fff;padding: 0 3px;}


.null{
	color: #1291FF;
	font-size: 18px;
	text-align: center;
}
.null img{margin:30px auto;}
.btn{
	width: 60%;
	line-height: 44px;
	color: #fff;
	border-radius: 30px;
	display: block;
	margin:30px auto 0;
	text-align: center;
	font-size: 17px;
}
.swiper-pagination-switch{margin:0 4px;}