﻿/*通用类*/
*{
	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.28rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#333;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#333;
	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: #999 !important;
}
textarea::-webkit-input-placeholder {
	color: #999 !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 {
	font-family:Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Hiragino Sans GB,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
	width: 30px;
}
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: 7rem;
	margin:1.6rem auto 0 auto;
	height: 3.63rem;
	border-radius:0.1rem;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide a{
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .name{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background:rgba(0,0,0,0.5);
	color:#fff;
	height: 0.88rem;
}
.banner .namein{
	width: 5.4rem;
	position: absolute;
	left: 0.28rem;
	top: 0.1rem;
	line-height: 0.32rem;
}
.banner .swiper-pagination{
	position: absolute;
	left:auto;
	right: 0;
	width: 2rem;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#fff;
}
.banner .swiper-pagination-bullet-active{
	background:#11a7fa;
}

/*index*/

.header{
	height: 1.8rem;
	width: 100%;
	position: fixed;
	z-index: 100;
	background:#fff;
}
.header .logo{
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
	height: 0.34rem;
	display: block;
}
.header .logo img{
	display: block;
	height: 0.34rem;
}
.head_search{
	width: 3.84rem;
	height: 0.66rem;
	background:#f3f7fa;
	border-radius:0.33rem;
	top: 0.2rem;
	left: 2.65rem;
	position: absolute;
}
.head_search .text{
	width: 100%;
	height: 0.66rem;
	box-sizing:border-box;
	border:0;
	background:url("../images/head_search.png") no-repeat left center;
	background-size:auto 100%;
	padding:0 0.7rem;
}
.header .cal{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	right: 0.05rem;
	top: 0;
	background:url("../images/head_cal.png") no-repeat center center;
	background-size:auto 0.44rem;
}
.header .cal i{
	display: block;
	width: 0.15rem;
	height: 0.15rem;
	background:#fd4f66;
	border-radius:100%;
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	box-shadow:0.05rem 0.05rem 0.05rem rgba(0,0,0,0.2);
}
.header_zw{
	height: 1.8rem;
	clear: both;
}
.navs{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0.92rem;
	overflow: hidden;
	width: 100%;
	line-height: 0.92rem;
}
.navs .s_list{
	padding-right:0.9rem;
}
.navs .wp{
	width: 100%;
	height: 0.92rem;
	overflow-x:auto;
	overflow-y:hidden;
}
.navs a{
	position: relative;
	float: left;
	margin-left:0.33rem;
}
.navs .hover{
	font-size:0.36rem;
	font-weight: bold;
}
.navs .hover i{
	display: block;
	width: 0.48rem;
	height: 0.06rem;
	border-radius:0.03rem;
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	margin-left:-0.24rem;
	background:linear-gradient(to right, #0097fe, #00c7f9);
}
.navs .cla{
	width: 0.7rem;
	height: 0.92rem;
	background:#fff url("../images/nav_cla.png") no-repeat center center;
	background-size:auto 0.26rem;
	position: absolute;
	top: 0;
	z-index: 20;
	right: 0;
}

.h_navs{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding:0 0.25rem;
}
.h_navs .zw{
	width: 3.4rem;
	height: 0;
}
.h_navs a{
	display: block;
	width: 3.4rem;
	height: 1.6rem;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
	margin-top:0.2rem;
}
.h_navs img{
	display: block;
	width: 3.4rem;
	height: 1.6rem;
}

.h_work{
	padding:0 0.25rem;
}
.h_head{
	height: 1rem;
	line-height: 1rem;
	clear: both;
}
.h_head .tit{
	float: left;
	font-size:0.36rem;
	background:url("../images/h_head.png") no-repeat left 0.6rem;
	background-size:auto 0.12rem;
}
.h_head .more{
	float: right;
	font-size:0.28rem;
	color:#999;
}
.hw_item{
	display: block;
	border-bottom:1px solid #f3f7fa;
	height: 1.76rem;
	margin-bottom:0.28rem;
}
.hw_item:last-child{
	border:0;
}
.hw_item .photo{
	float: left;
	width: 2.2rem;
	height: 1.5rem;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
}
.hw_item .photo img{
	display: block;
	width: 2.2rem;
	height: 1.5rem;
}
.hw_item .intro{
	width: 4.5rem;
	float: right;
}
.hw_item .name{
	font-size:0.32rem;
	line-height: 0.44rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 0.88rem;
}
.hw_item .read{
	float: left;
	color:#999;
	height: 0.66rem;
	line-height: 0.66rem;
	margin-top:0.2rem;
	padding-left:0.35rem;
	background:url("../images/w_read.png") no-repeat left center;
	background-size:auto 0.4rem;
}
.hw_item .date{
	float: right;
	color:#999;
	height: 0.66rem;
	line-height: 0.66rem;
	margin-top:0.2rem;
	padding-left:0.35rem;
	background:url("../images/w_date.png") no-repeat left center;
	background-size:auto 0.4rem;
}
.h_ask{
	display: block;
	width: 7rem;
	margin:0 auto;
}
.h_ask img{
	display: block;
	width: 100%;
	height:auto;
}

.h_stu{
	padding:0 0.25rem;
}
.hstu_list{
	border-radius:0.15rem;
	background:#f4f8fb;
}
.hstu_item{
	display: block;
	height: 2rem;
	border-bottom:1px solid #e7eff5;
	position: relative;
	padding:0.4rem 0.4rem 0 2rem;
}
.hstu_item:last-child{
	border:0;
}
.hstu_item .photo{
	display: block;
	width: 1.45rem;
	height: 1.2rem;
	position: absolute;
	left: 0.26rem;
	top: 0.4rem;
}
.hstu_item .name{
	height: 0.84rem;
	line-height: 0.42rem;
	font-size:0.32rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.hstu_item .ov{
	/*float: left;
	color:#666;
	line-height: 0.48rem;
	font-size:0.26rem;*/
	float: left;
	color:#999;
	height: 0.48rem;
	line-height: 0.48rem;
	padding-left:0.35rem;
	background:url("../images/w_read.png") no-repeat left center;
	background-size:auto 0.4rem;


}
.hstu_item .read{
	float: right;
	width: 1.5rem;
	height: 0.46rem;
	line-height: 0.46rem;
	border-radius:0.23rem;
	color:#fff;
	text-align: center;
	background:linear-gradient(to right, #06a0fe, #23cdff);
}

.h_yt{
	padding:0 0.25rem;
}
.hyt_banner{
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
}
.hyt_banner img{
	display: block;
	width: 100%;
	height:auto;
}
.hyt_banner .bts{
	height: 0.8rem;
	line-height: 0.8rem;
	color:#fff;
	font-size:0.26rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	background:rgba(255,255,255,0.2);
}
.hyt_banner .bts span{
	float: left;
	padding-left:0.3rem;
}
.hyt_banner .bts em{
	color:#fe8f45;
	padding:0 0.05rem;
}
.hyt_banner .go{
	float: right;
	height: 0.4rem;
	line-height: 0.4rem;
	padding:0 0.2rem;
	background:#fff;
	border-radius:0.2rem;
	margin:0.2rem 0.2rem 0 0;
	color:#11a7fa;
}
.h_yt .tip{
	padding:0.24rem 0;
	line-height: 0.42rem;
	color:#666;
}

.h_yx{
	padding:0 0.25rem;
}
.hyx_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.hyx_list .zw{
	width: 3.35rem;
	height: 0;
}
.gray15{
	height: 0.15rem;
	background:#f4f8fb;
	clear: both;
}
.hyx_item{
	display: block;
	width: 3.35rem;
	height: 3.1rem;
}
.hyx_item .photo{
	display: block;
	height: 1.88rem;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
	margin-bottom:0.16rem;
}
.hyx_item .photo img{
	display: block;
	width: 100%;
	height: 1.88rem;
}
.hyx_item .name{
	font-size:0.28rem;
	line-height: 0.4rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 0.8rem;
}
.hyx_item .play{
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	background:url("../images/play.png") no-repeat center center;
	background-size:0.4rem 0.4rem;
}
.hyx_list1{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding-top:0.7rem;
}
.hyx_list1 .zw{
	width: 3.35rem;
	height: 0;
}

.hyx_item1{
	width: 100%;
	height: auto;
	display: block;
}
.hyx_item1 .photo{
	display: block;
	height: auto;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
	margin-bottom:0.16rem;
}
.hyx_item1 .photo img{
	display: block;
	width: 100%;
	height: auto;
}
.hyx_item1 .name{
	font-size:0.32rem;
	line-height: 0.6rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 0.9rem;
}
.hyx_item1 .play{
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	background:url("../images/play2.png") no-repeat center center;
	background-size:0.8rem 0.8rem;
}

.h_cg{
	padding:0 0.25rem 0.25rem 0.25rem;
}
.hcg_item{
	display: block;
	height: 1.75rem;
	border-bottom:1px solid #f3f3f3;
	margin-bottom:0.27rem;
}
.hcg_item:last-child{
	border:0;
	margin:0;
}
.hcg_item .photo{
	float: left;
	display: block;
	width: 2.67rem;
	height: 1.5rem;
}
.hcg_item .photo img{
	display: block;
	width: 2.67rem;
	height: 1.5rem;
}
.hcg_item .intro{
	width: 4rem;
	float: right;
}
.hcg_item .name{
	font-size:0.32rem;
	line-height: 0.42rem;
	height: 0.84rem;
	margin-bottom:0.3rem;
}
.hcg_item .tag{
	float: left;
	display: inline-block;
	height: 0.36rem;
	line-height: 0.36rem;
	background:#d1f5fe;
	font-size:0.24rem;
	color:#0faefe;
	padding:0 0.12rem;
}
.hcg_item .date{
	float: right;
	color:#bbb;
	font-size:0.24rem;
}

.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 1rem;
	background:#fff;
	box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);	
}
.footer a{
	display: block;
	width: 20%;
	height: 1rem;
	float: left;
	text-align: center;
	box-sizing:border-box;
	color:#777;
	font-size:0.24rem;
	line-height: 1.5;
	padding-top:0.1rem;
}
.footer .ico{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
}
.footer .ico1{
	background-image:url("../images/ft1.png");
}
.footer .ico2{
	background-image:url("../images/ft2.png");
}
.footer .ico3{
	background-image:url("../images/ft3.png");
}
.footer .ico4{
	background-image:url("../images/ft4.png");
}
.footer .ico5{
	background-image:url("../images/ft5.png");
}
.footer .hover{
	color:#11a7fa;
}
.footer .hover .ico1{
	background-image:url("../images/ft1h.png");
}
.footer .hover .ico2{
	background-image:url("../images/ft2h.png");
}
.footer .hover .ico3{
	background-image:url("../images/ft3h.png");
}
.footer .hover .ico4{
	background-image:url("../images/ft4h.png");
}
.footer .hover .ico5{
	background-image:url("../images/ft5h.png");
}
.footer_zw{
	height: 1rem;
	clear: both;
}

/*index*/

/*video*/

.vi_handle{
	width: 4rem;
	line-height: 0.6rem;
	text-align: center;
	height: 0.6rem;
	margin:0.1rem auto 0.2rem auto;
	background:#dcf2fe;
	border-radius:0.1rem;overflow: hidden;
}
.vi_handle .btn{
	width: 50%;
	height: 0.6rem;
	text-align: center;
	float: left;
}
.vi_handle .hover{
	color:#fff;
	border-radius:0.1rem;
	background:#11a7fa;
}

.vi_con{
	display: none;
	padding:0 0.25rem 0.25rem 0.25rem;
}
.show{
	display: block;
}
.load_more{
	height: 0.84rem;
	line-height: 0.84rem;
	display: block;
	text-align: center;
	color:#117fee;
}
.load_more span{
	display: inline-block;
	padding-right:0.42rem;
	background:url("../images/load_more.png") no-repeat right center;
	background-size:auto 0.27rem;
}

/*video*/

/*news*/

.new_list{
	padding:1.5rem 0.25rem 0 0.25rem;
}
.ne_item{
	display: block;
	height: 1.8rem;
	border-bottom:1px solid #f3f3f3;
	padding-top:0.2rem;
}
.ne_item:last-child{
	border:0;
}
.ne_item .photo{
	float: left;
	width: 2.2rem;
	height: 1.5rem;
	border-radius:0.1rem;
	overflow: hidden;
	margin:0 0.44rem 0 0;
}
.ne_item .photo img{
	display: block;
	width: 2.2rem;
	height: 1.5rem;
}

.ne_item .yjphoto {
    float: left;
    width: 1.81rem;
    height: 1.5rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin: 0 0.44rem 0 0;
}
.ne_item .yjphoto img {
    display: block;
    width: 1.81rem;
    height: 1.5rem;
}

.ne_item .name{
	font-size:0.32rem;
	line-height: 0.44rem;
	height: 0.88rem;
	margin-bottom:0.2rem;
}
.ne_item .read{
	float: left;
	color:#999;
	height: 0.66rem;
	line-height: 0.66rem;
	
	padding-left:0.35rem;
	background:url("../images/w_read.png") no-repeat left center;
	background-size:auto 0.4rem;
}
.ne_item .date{
	float: right;
	color:#999;
	height: 0.66rem;
	line-height: 0.66rem;
	
	padding-left:0.35rem;
	background:url("../images/w_date.png") no-repeat left center;
	background-size:auto 0.4rem;
}

/*news*/

/*view*/

.vi_header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size:0.36rem;
	color:#fff;
	background:linear-gradient(to bottom, #5cdcfa, #1483ef);
}
.vi_header .back{
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url("../images/vi_back.png") no-repeat center center;
	background-size:auto 0.33rem;
}
.vi_zw{
	height: 1rem;
	clear: both;
}

.pd25{
	padding:1.5rem 0.25rem 0.2rem 0.25rem;
}
.vi_toper{
	border-bottom:1px solid #ebf2f8;
	margin-bottom:0.2rem;
}
.vi_toper .title{
	font-size:0.48rem;
	line-height: 0.64rem;
}
.vi_toper .read{
	float: right;
	color:#999;
	height: 0.86rem;
	line-height: 0.86rem;	
	padding-left:0.35rem;
	background:url("../images/w_read.png") no-repeat left center;
	background-size:auto 0.4rem;
}
.vi_toper .date{
	float: left;
	color:#999;
	height: 0.86rem;
	line-height: 0.86rem;	
	padding-left:0.35rem;
	background:url("../images/w_date.png") no-repeat left center;
	background-size:auto 0.4rem;
}
.vi_cnt img{
	display: block;
	width: 100%;
	margin-bottom:0.1rem;
}
.vi_cnt  p{
	font-size:0.32rem;
	line-height: 0.54rem;
}

/*view*/

/*videoview*/

.vv_player{
	height: 4.2rem;
	position: relative;
	overflow: hidden;
}
.vv_player .backa{
	display: block;
	position: absolute;
	left: 0;
	top: 0.3rem;
	width: 0.75rem;
	height: 0.75rem;
	z-index: 20;
	background:url("../images/backa.png") no-repeat center center;
	background-size:auto 0.44rem;
}
.vv_player .vdo{
	width: 100%;
	height: 100%;
	/*object-fit:cover;*/
}
.vv_intro{
	padding:0 0.3rem 0.2rem 0.3rem;
}
.vv_intro .title{
	padding:0.23rem 0;
	font-size:0.34rem;
}
.vv_intro .tip{
	font-size:0.3rem;
	line-height: 1.6;
	color:#999;
}
.vv_list{
	padding:0 0.25rem 0.25rem 0.25rem;
}
.vv_list li{
	height: 0.65rem;
	line-height: 0.65rem;
	clear: both;
}
.vv_list .name{
	float: left;
}
.vv_list .see{
	float: right;
	display: inline-block;
	padding-left:0.45rem;
	background:url("../images/see.png") no-repeat left center;
	background-size:auto 0.32rem;
}

/*videoview*/

/*yt*/

.yt_item{
	background:#f4f8fb;
	box-shadow:0.05rem 0.05rem 0.05rem rgba(0,0,0,0.08);
	margin-bottom:0.35rem;
	border-radius:0.1rem;
}
.yt_item .bts{
	background:rgba(0,0,0,0.5);
}
.yt_item .tip{
	font-size:0.3rem;
	line-height: 1.5;
	padding:0.25rem 0.25rem 0.5rem 0.25rem;
}

.yt_banner img{
	display: block;
	width: 100%;
	height:auto;
}
.yt_banner .backa{
	display: block;
	position: absolute;
	left: 0;
	top: 0.3rem;
	width: 0.75rem;
	height: 0.75rem;
	z-index: 20;
	background:url("../images/backa.png") no-repeat center center;
	background-size:auto 0.44rem;
}
.yt_limit{
	color:#fff;
	position: relative;
	z-index: 20;
	height: 0.9rem;
	background:#28d4ff;
}
.yt_limit .ins{
	width: 3rem;
	position: absolute;
	right: 0.25rem;
	bottom: 0.1rem;
}
.yt_limit .tit{
	float: left;
	color:#fff;
	font-size:0.28rem;
	line-height: 0.54rem;
}
.yt_limit .time_limit{
	float: right;
	height: 0.34rem;
	line-height: 0.34rem;
	margin-top:0.1rem;
}
.yt_limit .time_limit span{
	float: left;
	display: inline-block;
	width: 0.34rem;
	height: 0.34rem;
	background:#fff;
	border-radius:0.05rem;
	font-size:0.22rem;
	text-align: center;
	color:#fe8e45;
}
.yt_limit .time_limit em{
	float: left;
	padding:0 0.03rem;
}
.yt_limit .per{
	clear: both;
	height: 0.24rem;
	border-radius:0.12rem;
	background:#fe8e45;
	overflow: hidden;
}
.yt_limit .perin{
	height: 0.24rem;
	color:#fe8e45;
	line-height: 0.24rem;
	font-size:0.16rem;
	text-indent:2em;
	background:#d1f5fe;
	border-radius:0 0.12rem 0.12rem 0;
}
.yt_limit .lis{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3.22rem;
	height: 1.22rem;
	background:url("../images/yt_limit.png") no-repeat center center;
	background-size:100% 100%;
}
.yt_limit .lis dl{
	padding:0.2rem 0 0 0.3rem;
}
.yt_limit .lis dt{
	font-style:italic;
}
.yt_limit .lis dd{
	font-size:0.3rem;
}
.yt_limit .lis span{
	font-size:0.44rem;
	color:#fe8e45;
	padding-right:0.12rem;
}
.yt_lis{
	background:#fff;
	padding:0 0.25rem;
}
.yt_lis .li{
	height: 0.66rem;
	line-height: 0.66rem;
	border-bottom:1px solid #f3f7fa;
	font-size:0.28rem;
	clear: both;
}
.yt_lis .li:last-child{
	border:0;
}
.yt_lis .is{
	float: left;
	color:#646464;
	margin-right:0.3rem;
	padding-left:0.4rem;
}
.yt_lis .is span{
	color:#fe8f45;
}
.yt_lis .is1{
	background:url("../images/ys1.png") no-repeat left center;
	background-size:auto 100%;
}
.yt_lis .is2{
	background:url("../images/ys2.png") no-repeat left center;
	background-size:auto 100%;
}
.h_head2{
	padding:0 0.25rem;
}
.yt_intro{
	background:#fff;
	padding:0.25rem;
	font-size:0.3rem;
	line-height: 0.5rem;
}
.yt_apply{
	display: block;
	width: 5.2rem;
	height: 0.92rem;
	line-height: 0.92rem;
	text-align: center;
	margin:0.4rem auto;
	background:linear-gradient(to right, #28c4fe, #0d93fd);
	border-radius:0.2rem;
	color:#fff;
	font-size:0.36rem;
	box-shadow:0 0 0.25rem rgba(40,200,250,0.8);
}

/*yt*/

/*me*/

.mepage{
	background:#f4f8fb url("../images/mebg.jpg") no-repeat top center;
	background-size:100% auto;
}
.me_banner{
	height: 3.4rem;
	position: relative;
	color:#fff;
}
.me_header{
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size:0.34rem;
	position: relative;
}
.me_header .backa{
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url("../images/backa.png") no-repeat center center;
	background-size:auto 0.44rem;
}
.me_banner .face{
	left: 0.4rem;
	top: 1.5rem;
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	border:0.04rem solid #75a6fd;
	border-radius:100%;
	overflow: hidden;
}
.me_banner .face img{
	display: block;
	width: 1.2rem;
	height: 1.2rem;
}
.me_banner .intro{
	position: absolute;
	left: 2rem;
	top: 1.5rem;
}
.me_banner .name{
	height: 0.7rem;
	line-height: 0.7rem;
	font-size:0.42rem;
}
.me_banner .lv{
	display: inline-block;
	height: 0.34rem;
	line-height: 0.34rem;
	border:1px solid #fff;
	font-size:0.26rem;
	padding:0 0.15rem;
	border-radius:0.05rem;
}
.me_wp{
	padding:0 0.3rem;
}
.me_log{
	height: 1.1rem;
	background:#fff;
	border-radius:0.2rem;
	position: relative;
	box-shadow:0 0 0.1rem rgba(0,0,0,0.05);
}
.me_log dl{
	padding:0.1rem 0 0 1.05rem;
}
.me_log dt{
	height: 0.52rem;
	line-height: 0.52rem;
	font-size:0.36rem;
}
.me_log dd{
	font-size:0.24rem;
	color:#e4a859;
}
.me_log .ico{
	position: absolute;
	width: 0.6rem;
	height: 0.5rem;
	left: 0.2rem;
	top: 50%;
	margin-top:-0.25rem;
}
.me_log .send{
	display: block;
	width: 1.8rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	border-radius:0.25rem;
	color:#fff;
	position: absolute;
	right: 0.4rem;
	top: 50%;
	margin-top:-0.25rem;
	background:linear-gradient(to right, #00c7f9, #0097fe);
}
.me_link{
	width: 3.35rem;
	height: 2.1rem;
	background:#fff;
	border-radius:0.2rem;
	margin:0.3rem 0 0 0;
	position: relative;
}
.me_link dl{
	padding:0.2rem 0 0 0.4rem;
}
.me_link dt{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.34rem;
}
.me_link dd{
	height: 0.5rem;
	line-height: 0.5rem;
}
.me_link dd span{
	font-size:0.34rem;
	padding:0 0.15rem;
	color:#11a7fa;
}
.me_link .read{
	position: absolute;
	right: 0.2rem;
	bottom: 0.2rem;
	color:#757222;
}

.me_links{
	margin-top:0.3rem;
	background:#fff;
	border-radius:0.2rem;
}
.me_links .head{
	height: 0.72rem;
	line-height: 0.72rem;
	border-bottom:1px solid #f1f1f1;
	font-size:0.34rem;
	padding:0 0.3rem;
	margin-bottom:0.3rem;
}
.me_links .link{
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	line-height: 0.65rem;
	font-size:0.26rem;
}
.me_links .link em{
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	background:#ff9a09;
	border-radius:0.14rem 0.14rem 0.14rem 0;
	color:#fff;
	text-align: center;
	line-height: 0.28rem;
	font-size:0.2rem;
	position: absolute;
	right: 0.15rem;
	top: -0.2rem;
}
.me_links img{
	display: block;
	width: 0.74rem;
	height: 0.74rem;
	margin:0 auto;
}
.me_rev{
	width: 6.9rem;
	margin:0 auto;
	background:#fff;
	border-radius:0.2rem;
}
.me_rev .head{
	height: 0.84rem;
	line-height: 0.84rem;
	border-bottom:1px solid #f1f1f1;
	padding:0 0.3rem;
	font-size:0.34rem;
}
.me_item{
	border-bottom:1px solid #f2f6fa;
	padding:0rem 0.25rem;
	position: relative;
}
.me_item:last-child{
	border:0;
}
.me_item .photo{
	/*display: block;
	width: 1.45rem;
	height: 1.2rem;
	position: absolute;
	left: 0.25rem;
	top: 0.35rem;*/
	display: block;
	width: 100%;
	height:auto;
}
.me_item .name{
	font-size:0.3rem;
	line-height: 0.42rem;
    margin-top:0.15rem;
}
.me_item .type{
	display: inline-block;
	height: 0.3rem;
	line-height: 0.3rem;
	border-radius:0.15rem;
	padding:0 0.15rem;
	font-size:0.2rem;
	color:#fff;
	background:linear-gradient(to right, #0097fe, #00c7f9);
	top: 2.05rem;
	right: 0.4rem;
    position:absolute;
}
    .me_item .in {
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.26rem;
        color: #646464;
        padding-left: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis; 
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 1; 
    }
.me_item .in1{
	background:url("../images/mv_in1.png") no-repeat left center;
	background-size:auto 100%;
}
.me_item .in2{
	background:url("../images/mv_in2.png") no-repeat left center;
	background-size:auto 100%;
}
.me_item .in3{
	background:url("../images/mv_in3.png") no-repeat left center;
	background-size:auto 100%;
}
.me_itemunable .name{
	color:#ddd;
}
.me_itemunable .type{
	background:#ccc;
}
.me_itemunable .in{
	color:#ddd;
}

/*me*/

/*date*/

.dapage{
	background:url("../images/dapage.jpg") no-repeat top center;
	background-size:100% auto;
}
.da_toper{
    /*margin-top:0.2rem;*/
	height: 2.3rem;
	position: relative;
	color:#fff;
}
.da_toper dl{
	padding:0.4rem 0 0 0;
}
.da_toper dt{
	height: 0.9rem;
	line-height: 0.9rem;
	font-size:0.45rem;
	padding-left:0.9rem;
}
.da_toper dd{
	padding-left:0.35rem;
	height: 0.65rem;
	line-height: 0.65rem;
	font-size:0.5rem;
}
.da_toper .link{
	color:#fff;
	/*padding-left:0.5rem;
	background:url("../images/backa.png") no-repeat left center;
	background-size:auto 0.44rem;*/
}
.da_pd{
	padding:0 0.3rem 0.3rem 0.3rem;
}
.da_cal{
	padding:0 0.2rem 0.2rem 0.2rem;
	border-radius:0.1rem;
	background:#fff;
	box-shadow:0 0 0.25rem rgba(0,0,0,0.2);
	margin-bottom:0.3rem;
}
.da_cal .ths{
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size:0.3rem;
}
.da_cal .th{
	width: 14.28%;
	text-align: center;
	float: left;
	border-bottom:0.04rem solid #fff;
}
.da_cal .thhover{
	color:#009bff;
	border-color:#009bff;
}
.da_cal .td{
	width: 14.28%;
	float: left;
	height: 0.8rem;
	position: relative;
	font-size:0.3rem;
	color:#999;
}
.da_cal .num{
	width: 0.6rem;
	height: 0.6rem;
	border-radius:100%;
	line-height: 0.6rem;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-0.3rem 0 0 -0.3rem;
}
.da_cal .hover{
	color:#fff;
	background:#009cff;
}
.da_cal em{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	border-radius:0.15rem 0.15rem 0.15rem 0;
	background:#fd4f66;
	color:#fff;
	line-height: 0.3rem;
	text-align: center;
	font-size:0.2rem;
	position: absolute;
	right: 0;
	top: 0;
}

.da_link{
	display: block;
	margin-top:0.3rem;
	height: 1.6rem;
	border-radius:0.1rem;
	background:#fff url("../images/da_link.png") no-repeat 96% center;
	background-size:auto 0.44rem;
	box-shadow:0 0 0.25rem rgba(0,0,0,0.2);
	position: relative;
}
.da_link dl{
	width: 1.9rem;
	text-align: center;
	float: left;
	padding-top:0.35rem;
}
.da_link dt{
	font-size:0.32rem;
	color:#4f4f4f;
	line-height: 1.5;
}
.da_link dd{
	line-height: 1.8;
	color:#999;
}
.da_link .tip{	
	width: 4rem;
	font-size:0.3rem;
	line-height: 0.44rem;
	position: absolute;
	left: 1.9rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

/*date*/

/*dc*/

.dcpage{
	background:#d1f7ff url("../images/dcpage.jpg") no-repeat top center;
	background-size:100% auto;
}
.dc_toper{
	height: 5.64rem;
	clear: both;
}
.dc_date{
	width: 6.5rem;
	margin:0 auto 0 auto;
	background:#fff;
	box-shadow:0.1rem 0.1rem 0 #819fd1;
}
.dc_date .title{
	height: 0.7rem;
	line-height: 0.7rem;
	font-size:0.36rem;
	text-align: center;
	color:#11a7fa;
	background:url("../images/dc_title.png") no-repeat center center;
	background-size:auto 0.15rem;
}
.dc_date .date{
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	background:#63abfd;
	color:#fff;
}
.dc_tip{
	line-height: 1.8;
}
.dc_title{
	text-align: center;
	font-size:0.34rem;
	color:#11a6f9;
	line-height: 1rem;
}
.dc_fls{
	border:1px solid #63abfd;
	background:#f4f8fb;
	padding:0.3rem 0.5rem 0.3rem 0.7rem;
	box-shadow:2px 2px 0 #91d6f2;
    margin-bottom:0.4rem;
}
.dc_fls .title{
	font-size:0.3rem;
	color:#11a7fa;
	line-height: 0.45rem;
	text-indent:-0.45rem;
}
.dc_fls .title span{
	color:#999;
}
.dc_fls li{
	margin-top:0.3rem;
	font-size:0.3rem;
	padding-left:0.6rem;
}
.dc_fls .dan li{
	background:url('../images/dx.png') no-repeat 0 0.02rem;
	background-size:auto 0.33rem;
}
.dc_fls .dan .hover{
	background-image:url('../images/dxh.png');
}
.dc_fls .duo li{
	background:url('../images/duo.png') no-repeat 0 0.02rem;
	background-size:auto 0.33rem;
}
.dc_fls .duo .hover{
	background-image:url('../images/duoh.png');
}
.dc_fls .cnt{
	background:#fff;
	width: 100%;
	border:0;
	margin-top:0.2rem;
	resize:none;
	height: 1.65rem;
	box-sizing:border-box;
	padding:0.15rem 0.25rem;
	font-size:0.3rem;
}
.dc_fls .cnt2{
	height: 3.5rem;
}
.dc_fls .tip{
	color:#ccc;
	padding:0.15rem 0;
}

.line40{
	height: 0.4rem;
	clear: both;
}
.dc_ctrls {
    padding: 0.3rem 0 0 0;
    /*display:flex;
	justify-content: space-between;*/
    width:100%;
    position: fixed;
    bottom: 0px;
    left:0px;
}
.dc_ctrls a{
	display: block;
	/*width: 3.35rem;*/
    width:100%;
	height: 0.9rem;
	line-height: 0.9rem;
	/*border-radius:0.1rem;*/
	background:#fff;
	font-size:0.34rem;
	text-align: center;
	box-shadow:0.05rem 0.05rem 0.05rem #54a0d1;
	color:#999;
}
.dc_ctrls .send{
	color:#2072b8;
	background:#ffe701;
}
.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background:rgba(0,0,0,0.7);
	display: none;
}
.thank_win{
	width: 4.8rem;
	position: fixed;
	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%);
	display: none;
}
.thank_win img{
	display: block;
	width: 100%;
	height:auto;
}
.thank_win .close{
	width: 1rem;
	height: 1rem;	
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-0.5rem;
}

/*dc*/


.lgbg{
	background:#fff url(../images/login_bg.jpg) no-repeat top center;
	background-size:100% auto;
}
.lg_banner{
	position: relative;
	height: 4.8rem;
}
.lg_banner .logo{
	display: block;
	padding-top: 1.6rem;
	width: 4.76rem;
	text-align:center;
	margin:0 auto;
}
.lg_fm{
	width: 6.6rem;
	margin:0 auto;
	border-radius:0.2rem;
	box-sizing:border-box;
	padding:3.3rem 0.35rem 0.75rem 0.35rem;
}
.lg_fm .head{
	position: relative;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size:0.36rem;
}
.lg_fm .head span{
	position: relative;
	z-index: 20;
	padding:0 0.2rem;
	font-weight: bold;
}
.lg_fm .head i{
	display: block;
	width: 0.8rem;
	height: 0.12rem;
	border-radius:0.06rem;
	position: absolute;
	left: 0.15rem;
	bottom: 0.46rem;
	z-index: 0;
	background:linear-gradient(to right, #3f79f7, #29c6ef);
}
.lg_fm .in{
	height: 0.96rem;
	line-height: 0.96rem;
	position: relative;
	border-bottom: 1px solid #11A6F9;
}
.lg_fm .in .yzm{
	display: block; 
	margin-top:-1rem;
	color:#11A6F9;
	font-size:0.32rem;
    position:absolute;
    right:0;
    bottom:0;
}
.line60{
	height: 0.6rem;
	clear: both;
}
.lg_fm .text{
	text-indent:0.2rem;
	width: 100%;
	height: 0.96rem;
	border:0;
	background:none;
	font-size:0.32rem;
	color:#333;
}
.lg_fm .ico{
	display: block;
	width: 0.96rem;
	height: 0.96rem;
	position: absolute;
	left: 0.2rem;
	top: 0;
}
.lg_fm .forget{
	height: 1.5rem;
	line-height: 1.5rem;
	text-align:right;
	font-size:0.32rem;
}
.lg_fm .forget a{
	color:#11A6F9;
	height: 0.6rem;
	line-height: 0.6rem;
}
.lg_fm .send{
	display: block;
	width: 100%;
	height: 0.96rem;
	line-height: 0.96rem;
	border-radius:0.2rem;
	text-align: center;
	font-size:0.36rem;
	color:#fff;
	margin-top:0.8rem;
	background:linear-gradient(to right, #00C7FF, #0096FF);
}
.toSearch {
    width: 0.65rem;
    position: absolute;
    height: 100%;
    top: 0rem;
    left: 0rem;
    border-radius: 40% 0 0 40%;
}
.wjbt {
    margin: 0.6rem 0.5rem 0 0.5rem;
    text-align: center;
    color:#fff;
    font-size:0.5rem;
    font-weight:bold;
    line-height:0.6rem;
}
.da_month {
   font-size:0.6rem;
}