body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }   
body { background:#ffffff; color:#333; font-size: 0.24rem; font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif; }   
td,th,caption,p {color: #333; font-size:0.24rem; }   
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}   
a { color:#333; text-decoration:none; }   
a:hover { text-decoration:none; }   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:0.22rem Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; }   
html {overflow-y: scroll;}   

a,button{cursor:pointer;}
input,textarea,button{outline: none;}
textarea{resize:none;}
*{
	-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
button{
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
}

.clearfix:after{clear:both;content:""; display:block; visibility:hidden; height:0;overflow: hidden;}
.fl{float: left;}
.fr{float: right;}
.show{display:block !important;}
.hide{display: none !important;}

.w96{
	width: 96%;
	margin: 0 auto;
	position: relative;
}

.load{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: #fff;
}

.index{
	max-width: 720px;
	margin: 0 auto;
}


.search{
	width: 100%;
	padding: .2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
.search input{
	display: block;
	width: 100%;
	height: .6rem;
	border-radius: .04rem;
	border: 1px solid #e6e6e6;
	padding: 0 .1rem 0 .2rem;
	margin: 0;
	background-color: #f5f5f5;
	box-sizing: border-box;
	font-size: .26rem;
}
.search button{
	border: 0;
	background-color: transparent;
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: .32rem;
	width: .7rem;
	height: .52rem;
	position: absolute;
	top: .24rem;
	left: 6.32rem;
	z-index: 3;
}

.shareList{
	width: 100%;
}
.shareList ul li{
	width: 100%;
}
.shareList ul li:nth-of-type(even){
	background-color: #f6f4f5;
}
.shareList ul li a{
	display: block;
	padding: .22rem .2rem;
	box-sizing: border-box;
}
.shareList ul li .sl-title{
	color: #000;
	font-size: .28rem;
	line-height: .35rem;
	margin-bottom: .12rem;
}
.shareList ul li .sl-address{
	color: #666666;
	font-size: .24rem;
	line-height: .3rem;
	padding-left: .38rem;
	background: url(../img/icon1.png) no-repeat left center;
	background-size: .2rem;
}
.shareList ul li .sl-time{
	color: #666666;
	font-size: .24rem;
	line-height: .32rem;
}


.video-a{
	width: 100%;
}
.video-a video{
	display: block;
	width: 100%;
	height: 4.06rem;
}

.video-b{
	width: 100%;
}
.video-b .vb-title{
	color: #3cc7af;
	font-size: .32rem;
	padding: 0 .2rem;
	line-height: 1.0rem;
	border-bottom: 1px solid #f2f2f2;
}
.video-b .vb-main{
	padding: .26rem .2rem;
}
.video-b .vb-main h3{
	font-size: .32rem;
	line-height: .42rem;
}
.video-b .vb-main div{
	line-height: .55rem;
	color: #666666;
	font-size: .24rem;
	margin-bottom: .08rem;
}
.video-b .vb-main p{
	line-height: .5rem;
	color: #666666;
	font-size: .28rem;
}


.in-type{
	width: 100%;
	padding: 0 .7rem 0 .2rem;
	box-sizing: border-box;
	position: relative;
}

.in-type::after{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	content: '';
	display: inline-block;
	width: .7rem;
	height: 100%;
	background: #fff url(../img/right.png) no-repeat 80% center;
	background-size: 60%;
}
.in-type .it-box{
	display: flex;
	width: 100%;
	height: 1.0rem;
	padding: .25rem 0;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}
.in-type .it-box::scrollbar, .in-type .it-box::-webkit-scrollbar {
	display: none;
}
.in-type .it-box a{
	float: left;
	display: inline-block;
	vertical-align: top;
	line-height: .5rem;
	margin: 0 .25rem;
	color: #333333;
	font-size: .28rem;
}
.in-type .it-box a:first-child{
	margin-left: 0;
}
.in-type .it-box a:last-child{
	margin: 0 .8rem 0 .25rem;
}
.in-type .it-box a.active{
	padding: 0 .28rem;
	border-radius: .25rem;
	background-color: #3eceb5;
	color: #fff;
	font-size: .3rem;
	box-shadow: 0 2px .1rem rgba(62, 206, 181, .8);
}
.in-banner{
	width: 100%;
	margin-bottom: .35rem;
}
.in-banner .swiper-slide img{
	display: block;
	width: 100%;
}
.in-banner .swiper-pagination-bullet-active{
	background-color: #fff;
}

.in-title{
	padding: 0 .2rem;
	line-height: .44rem;
	color: #333333;
	font-size: .32rem;
	margin-bottom: .25rem;
}
.in-title span{
	float: left;
	display: inline-block;
	width: .06rem;
	height: .34rem;
	border-radius: .04rem;
	background: #3eceb5;
	margin-top: .05rem;
	margin-right: .18rem;
}
.in-list{
	padding: 0 .2rem;
}
.in-list ul li{
	width: 100%;
	margin-bottom: .2rem;
	box-shadow: 0 0 .2rem rgba(0,0,0,.1);
	border-radius: .2rem;
	overflow: hidden;
}
.in-list ul li a{
	display: block;
	padding: .25rem .2rem;
	min-height: 2.3rem;
}
.in-list ul li .il-img{
	border-radius: .2rem;
	overflow: hidden;
	position: relative;
}
.in-list ul li .il-img img{
	display: block;
	width: 2.8rem;
	height: 1.8rem;
}
.in-list ul li .il-img .il-video{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: .5rem;
	line-height: .5rem;
  background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.06), rgba(0,0,0,.2));
}
.in-list ul li .il-img .il-video span{
	float: left;
	display: inline-block;
	padding-left: .46rem;
	background: url(../img/icon2.png) no-repeat .14rem center;
	background-size: .25rem;
	color: #ffffff;
	font-size: .18rem;
}
.in-list ul li .il-img .il-video font{
	float: right;
	color: #fff;
	font-size: .18rem;
	margin-right: .1rem;
}
.in-list ul li .il-text{
	padding-left: 3.0rem;
}
.in-list ul li .il-text .il-title{
	color: #000;
	font-size: .28rem;
	font-weight: bold;
	height: .34rem;
	line-height: .34rem;
	overflow: hidden;
	margin-bottom: .1rem;
}
.in-list ul li .il-text .il-user{
	color: #666666;
	font-size: .22rem;
	height: .28rem;
	line-height: .28rem;
	overflow: hidden;
	margin-bottom: .06rem;
}
.in-list ul li .il-text .il-address{
	color: #666666;
	font-size: .22rem;
	line-height: .36rem;
}

.bg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	display: none;
}
.alertTnformation{
	position: fixed;
	top: 50%;
	left: 7%;
	z-index: 8;
	width: 86%;
	background-color: #fff;
	border-radius: .24rem;
	transform: translateY(-60%);
	display: none;
}
.alertTnformation .at-title{
	text-align: center;
	height: 1.0rem;
	line-height: 1.0rem;
	background-color: #3eceb5;
	color: #ffffff;
	font-size: .32rem;
	border-top-left-radius: .24rem;
	border-top-right-radius: .24rem;
}
.alertTnformation .at-form{
	padding: .3rem .6rem .4rem;
}
.alertTnformation .at-form .at-col{
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: .08rem;
	padding: 0 .2rem;
	box-sizing: border-box;
	margin-bottom: .4rem;
}
.alertTnformation .at-form .at-col label{
	color: #808080;
	font-size: .28rem;
}
.alertTnformation .at-form .at-col input{
	float: right;
	width: 3.2rem;
	height: .8rem;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: .28rem;
	background-color: #f5f5f5;
}
.alertTnformation .at-form .error{
	height: .4rem;
	line-height: .4rem;
	padding-left: .3rem;
	color: #666666;
	font-size: .18rem;
	background: url(../img/icon3.png) no-repeat left center;
	background-size: .2rem;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	display: none;
}
.alertTnformation .at-form .error.tips{
	opacity: 1;
}
.alertTnformation .at-form .at-tips{
	color: #808080;
	font-size: .2rem;
	line-height: .28rem;
	padding: .14rem 0;
}
.alertTnformation .at-form .at-btn{
	margin-top: .3rem;
}
.alertTnformation .at-form .at-btn button{
	display: block;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	background-image: linear-gradient(90deg, #3eceb5, #26d5d4);
	border: 0;
	color: #fff;
	font-size: .3rem;
}
.alertTnformation .at-close{
	position: absolute;
	bottom: -1.0rem;
	left: 50%;
	z-index: 2;
	width: .46rem;
	height: .46rem;
	background: url(../img/icon4.png) no-repeat center;
	background-size: 100%;
	margin-left: -.23rem;
}
input{
    -webkit-user-select:text !important 
}


