﻿/*通用类*/
*{
	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: #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;	
}

.h_toper{
	background:url(../images/h_toper.png) no-repeat top center;
	background-size:100% auto;
}
.h_toper .title{
	font-size:0.36rem;
	color:#fff;
	line-height: 1.1rem;	
	height: 1.1rem;
	text-align: center;
}
.banner{
	width: 6.9rem;
	height: 4.4rem;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	border-radius:0.12rem;
}
.banner .link{
	display: block;
	width: 100%;
	height: 4.4rem;
	position: relative;
	overflow: hidden;
}
.banner .name{
	height: 0.8rem;
	line-height: 0.8rem;
	color:#fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background:linear-gradient(to bottom, rgba(0,0,0,0), #000);
	font-size:0.26rem;
}
.banner .nm{
	display: inline-block;
	padding-left:0.28rem;
	display:inline-block;
	max-width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.banner .link img{
	display: block;
	width: 100%;
	height: 4.40rem;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:4.40rem;
}
.banner .swiper-pagination{
	bottom: 0.8rem;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:rgba(255,255,255,0.5);
}
.banner .swiper-pagination-bullet-active{
	background:#59d3ea;
}

.h_navs{
	padding:0 0.3rem;
	text-align: center;
}
.h_navs a{
	float: left;
	display: block;
	width: 33%;
	text-align: center;
	line-height: 0.84rem;
	padding-top:0.36rem;
}
.h_navs img{
	display: block;
	width: 0.96rem;
	height: 0.96rem;
	margin:0 auto;
}
.h_notice{
	width: 6.9rem;
	height: 0.96rem;
	margin:0.2rem auto 0.4rem auto;
	background:#f3fcfd;
	border-radius:0.1rem;
	position: relative;
	box-sizing:border-box;
	padding-left:1.5rem;
	box-shadow:0 0 0.2rem rgba(20,160,180,0.3);
}
.h_notice .ico{
	display: block;
	height: 0.96rem;
	width: 1.2rem;
	position: absolute;
	left: 0;
	top: 0;
}
.h_notice .line{
	height: 0.4rem;
	border-right:1px solid #e5e5e5;
	position: absolute;
	left: 1.2rem;
	top: 50%;
	margin-top:-0.2rem;
}
.no_slider{
	height: 0.96rem;
	line-height: 0.96rem;
}
.no_slider .link{
	display:inline-block;
	max-width:85%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_head{
	height: 1.08rem;
	line-height: 1.08rem;
	clear: both;
	padding:0 0.3rem;
	background:linear-gradient(to bottom, #e9f9fc, #fff);
}
.h_head .tit{
	float: left;
	font-size:0.32rem;
	font-weight: bold;
	padding-left:0.2rem;
	color:#1f2325;
	position: relative;
}
.h_head i{
	display: block;
	width: 0.1rem;
	height: 0.28rem;
	border-radius:0.04rem;
	background:linear-gradient(to bottom, #1eebd4, #3fc4ed);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.h_head .more{
	float: right;
	font-size:0.24rem;
	color:#777;
}
.h_act{
	
}
.h_act .item{
	display: block;
	margin-bottom:0.25rem;
	padding:0 0.3rem 0.1rem 0.3rem;
	border-bottom:1px solid #e5e5e5;
}
.h_act .item:last-child{
	border:0;
	margin-bottom:0;
}
.h_act .photo{
	width: 2.06rem;
	height: 1.31rem;
	float: left;
	border-radius:0.06rem;
	position: relative;
	overflow: hidden;
}
.h_act .photo img{
	width: 2.06rem;
	height: 1.31rem;
}
.h_act .intro{
	float: right;
	width: 4.6rem;
}
.h_act .name{
	line-height: 0.45rem;
	height: 0.9rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.h_act .date{
	color:#b2b2b2;
	line-height: 0.63rem;
	font-size:0.24rem;
}
.hsp_scr{
	overflow-y:hidden;
	overflow-x:auto;
	height: 2.84rem;
}
.hsp_scr .s_list{
	padding:0 0.2rem 0 0.1rem;
}
.hsp_scr .item{
	float: left;
	margin-left:0.2rem;
	display: block;
	width: 2.5rem;
	height: 2.84rem;
}
.hsp_scr img{
	display: block;
	width: 2.5rem;
	height: 1.6rem;
	border-radius:0.1rem;
	margin-bottom:0.1rem;
}
.hsp_scr .name{
	height: 0.44rem;
	line-height: 0.44rem;
}
.hsp_scr .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hsp_scr .date{
	font-size:0.22rem;
	color:#808080;
	line-height: 1.8;
}
.hsp_list{
	padding:0 0.3rem 0.3rem 0.3rem;
}
.hsp_list li{
	height: 0.6rem;
	line-height: 0.6rem;
	clear: both;
	padding-left:0.44rem;
	background:url(../images/hsp.png) no-repeat left center;
	background-size:auto 0.24rem;
}
.hsp_list li a{
	float: left;
	display:inline-block;
	max-width:70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hsp_list li span{
	float: right;
	color:#808080;	
}
.h_yh .wp{
	padding:0 0.3rem 0.2rem 0.3rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_yh .zw{
	width: 3.3rem;
	height: 0;
}
.h_yh .link{
	display: block;
	width: 3.3rem;
	height: 4.5rem;
}
.h_yh .photo{
	display: block;
	width: 3.3rem;
	height: 3.3rem;
	border-radius:0.15rem;
	margin-bottom:0.14rem;
}
.h_yh .name{
	line-height: 0.4rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 0.8rem;
}
.h_hd{
	padding-bottom:0.5rem;

}
.hy_slider{
	height: 5.6rem;
}
.hy_slider .swiper-pagination{
	bottom: 0;
}
.hy_slider .swiper-pagination-bullet{
	opacity:1;
	background:#ccc;
}
.hy_slider .swiper-pagination-bullet-active{
	background:#59d3ea;
}
.hd_item{
	display: block;
	width: 7rem;
	height: 3.64rem;
	margin:0.1rem auto 0 auto;
	border-radius:0.15rem 0.15rem 0 0;
	background:#fff;
	box-shadow:0 0 0.15rem rgba(20,160,180,0.1);
}
.hd_item .photo{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom:0.16rem;
	border-radius:0.15rem 0.15rem 0 0;
}
.hd_item .name{
	line-height: 0.5rem;
	color:#4f4f4f;
	font-size:0.3rem;
}
.hd_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hd_item .date{
	font-size:0.26rem;
	color:#ccc;
	line-height: 0.4rem;
}
.h_lm .wp{
	padding:0 0.3rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_lm .zw{
	width: 3.3rem;
	height: 0;
}
.h_lm .item{
	display: block;
	width: 3.3rem;
	height: 3.4rem;
}
.h_lm .photo{
	display: block;
	width: 100%;
	height: 2.1rem;
	border-radius:0.1rem;
	margin-bottom:0.1rem;
}
.h_lm .name{
	color:#051b28;
	line-height: 0.45rem;
	height: 0.9rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.h_zc .wp{
	padding:0 0.3rem 0.5rem 0.3rem;
}
.h_zc .item{
	display: block;
	border-bottom:1px solid #e5e5e5;
    padding:0.2rem 0 0.1rem 0;
}
.h_zc .item:last-child{
	border:0;
}
.h_zc .name{
	line-height: 0.42rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	max-height:0.84rem;
	font-size:0.3rem;
}
.h_zc .date{
	color:#808080;
	font-size:0.26rem;
	line-height: 0.54rem;
}

.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 1rem;
	background:#fff;
	border-top:1px solid #eee;
}
.footer a{
	float: left;
	display: block;
	height: 1rem;
	width: 33%;
	text-align: center;
	color:#808080;
	font-size:0.24rem;
	box-sizing:border-box;
	padding-top:0.16rem;
	line-height: 0.6rem;
}
.footer .hover{
	color:#59d3ea;
}
.footer .ico{
	display: block;
	height: 0.32rem;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 100%;
}
.footer .ico1{
	background-image:url(../images/footer_ico1.png);
}
.footer .hover .ico1{
	background-image:url(../images/footer_ico1h.png);
}
.footer .ico2{
	background-image:url(../images/footer_ico2.png);
}
.footer .hover .ico2{
	background-image:url(../images/footer_ico2h.png);
}
.footer .ico3{
	background-image:url(../images/footer_ico3.png);
}
.footer .hover .ico3{
	background-image:url(../images/footer_ico3h.png);
}
.footer .ico4{
	background-image:url(../images/footer_ico4.png);
}
.footer .hover .ico4{
	background-image:url(../images/footer_ico4h.png);
}
.footer .ico5{
	background-image:url(../images/footer_ico5.png);
}
.footer .hover .ico5{
	background-image:url(../images/footer_ico5h.png);
}
.footer_zw{
	clear: both;
	height: 1rem;
	padding-top:1px;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	height: 0.9rem;
	width: 100%;
	line-height: 0.9rem;
	text-align: center;
	background:#f1fbfd;
	font-size:0.32rem;
	font-weight: bold;
	color:#59d3ea;
}
.header .backa{
	display: block;
	width: 1rem;
	height: 0.9rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url(../images/backa.png) no-repeat center center;
	background-size:auto 0.34rem;
}
.header .tit{
	float: left;
	width: 2rem;
	text-align: center;
}
.head_search{
	float: left;
	width: 5.16rem;
	height: 0.6rem;
	margin:0.15rem 0 0 0;
	background:#fff;
	border:0;
	border-radius:0.1rem;
	position: relative;
}
.head_search .text{
	width: 5.16rem;
	height: 0.6rem;
	border:0;
	background:none;
	line-height: 0.6rem;
	float: left;
	box-sizing:border-box;
	padding:0 0.2rem;
	font-size:0.28rem;
	color:#333;
}
.head_search .sub{
	display: block;
	width: 0.8rem;
	height: 0.6rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background:url(../images/head_search.png) no-repeat center center;
	background-size:auto 0.36rem;
}
.header_zw{
	height: 0.9rem;
	clear: both;
}
.cla_links{
	width: 6.9rem;
	height: 0.72rem;
	line-height: 0.72rem;
	text-align: center;
	margin:0 auto;
	border-bottom:1px solid #f5f5f5;
}
.cla_links a{
	color:#999;
	margin:0 0.3rem;
	display: inline-block;
	height: 0.72rem;
}
.cla_links .hover{
	color:#59d2ea;
	border-bottom:1px solid #59d2ea;
}

.hd_item2{
	display: block;
	width: 7rem;	
	margin:0.3rem auto 0.36rem auto;
	border-radius:0.15rem 0.15rem 0 0;
	padding-bottom:0.15rem;
	background:#fff;
	box-shadow:0 0 0.3rem rgba(20,160,180,0.2);
}
.hd_item2 .intro{
	padding:0 0.3rem;
}
.hd_item2 .photo{
	display: block;
	width: 100%;
	height: 4.41rem;
	margin-bottom:0.16rem;
}
.hd_item2 .name{
	line-height: 0.5rem;
	color:#4f4f4f;
	font-size:0.3rem;
}
.hd_item2 .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hd_item2 .date{
	font-size:0.26rem;
	color:#ccc;
	line-height: 0.4rem;
}
.load_more{
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
}
.load_more .more{
	color:#999;
	display: inline-block;
	padding-left:0.4rem;
	background:url(../images/load_more.png) no-repeat left center;
	background-size:auto 0.32rem;
}
.tip_item{
	padding:0 0.3rem;
}
.tip_item .date{
	line-height: 0.92rem;
	text-align: center;
	color:#bbb;
}
.tip_item .fm{
	background:#fff;
	padding:0.35rem 0.4rem 0.4rem 0.4rem;
	border-radius:0.1rem;
	display: block;	
}
.tip_item .title{
	line-height: 0.42rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	max-height:0.84rem;
	font-size:0.3rem;
}
.tip_item .tip{
	color:#999;
	font-size:0.26rem;
	line-height: 0.42rem;	
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	max-height:0.84rem;
	margin-top:0.2rem;
}
.list_fm{
	padding:0 0.3rem;
}
.lis_item{
	border-bottom:1px solid #e5e5e5;
	padding-top:0.2rem;
	display: block;	
}
.lis_item:last-child{
	border:0;
}
.lis_item .name{
	font-size:0.3rem;
	line-height: 0.42rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	max-height:0.84rem;
}
.lis_item .date{
	float: left;
	color:#b2b2b2;
	height: 0.7rem;
	line-height: 0.7rem;
	padding-left:0.32rem;
	background:url(../images/date.png) no-repeat left center;
	background-size:auto 0.26rem;
	font-size:0.26rem;
}
.lis_item .read{
	float: right;
	color:#b2b2b2;
	height: 0.7rem;
	line-height: 0.7rem;
	padding-left:0.4rem;
	background:url(../images/read.png) no-repeat left center;
	background-size:auto 0.21rem;
	font-size:0.26rem;
}
.news_fm{
	padding:0 0.3rem;
}
.news_fm .title{
	height: 1rem;
	line-height: 1rem;
	font-size:0.32rem;
	padding-left:0.3rem;
	position: relative;
}
.news_fm .title i{
	display: block;
	width: 0.1rem;
	height: 0.26rem;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius:0.04rem;
	background:linear-gradient(to bottom, #1decd4, #41c2ef);
}
.news_item{
	display: block;
	border-bottom:1px solid #e5e5e5;
	padding:0.2rem 0 0 0;
}
.news_item:last-child{
	border:0;
}
.news_item .photo{
	float: left;
	display: block;
	width: 2.3rem;
	height: 1.74rem;
	border-radius:0.1rem;
	overflow: hidden;
	position: relative;
    margin-right: 0.25rem
}
.news_item .play{
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-0.25rem 0 0 -0.25rem;
	z-index: 10;
	background:url(../images/play.png) no-repeat center center;
	background-size:100% 100%;
}
.news_item .photo img{
	display: block;
	width: 2.3rem;
	height: 1.45rem;
}
.news_item .intro{
	/*width: 4.3rem;
	float: right;*/
}
.news_item .name{
	font-size:0.28rem;
	line-height: 0.44rem;
	/*margin:0.1rem 0;*/
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.news_item .date{
	float: left;
	color:#b2b2b2;
	height: 0.7rem;
	line-height: 0.7rem;
	padding-left:0.32rem;
	background:url(../images/date.png) no-repeat left center;
	background-size:auto 0.26rem;
	font-size:0.26rem;
}
.news_item .read{
	float: right;
	color:#b2b2b2;
	height: 0.7rem;
	line-height: 0.7rem;
	padding-left:0.4rem;
	background:url(../images/read.png) no-repeat left center;
	background-size:auto 0.21rem;
	font-size:0.26rem;
}
.vi_list{
	padding:0 0.3rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.vi_list .zw{
	width: 3.35rem;
	height: 0;
}
.vi_item{
	display: block;
	width: 3.35rem;
	margin-top:0.3rem;
	height: 3.6rem;
	background:#fff;
	border-radius:0.15rem;
	box-shadow:0 0 0.2rem rgba(0,0,0,0.15);
}
.vi_item .photo{
	display: block;
	height: 2.3rem;
	position: relative;
	overflow: hidden;
}
.vi_item .photo img{
	display: block;
	width: 100%;
	height: 2.15rem;
}
.vi_item .play{
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	z-index: 10;
	background:url(../images/play.png) no-repeat center center;
	background-size:100% 100%;
}
.vi_item .name{
	font-size:0.28rem;
	line-height: 0.42rem;
	margin:0.2rem 0.25rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 0.84rem;
}
.vd_toper{
	height: 4.22rem;
	position: relative;
}
.vd_toper .back{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 0.8rem;
	height: 1.2rem;
	background:url(../images/vi_back.png) no-repeat center center;
	background-size:auto 0.44rem;
}
.vd_toper video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.vd_intro{
	background:#fff;
	border-bottom:0.12rem solid #f5f5f5;
	padding:0.25rem 0.3rem;
	font-size:0.34rem;
	line-height: 0.54rem;
	color:#0c0c0c;
}
.vi_toper{
	border-bottom:1px solid #ddd;
	padding:0.25rem 0.3rem 0 0.3rem;
}
.vi_toper .title{
	font-size:0.36rem;
	line-height: 0.54rem;
	font-weight: bold;
}
.vi_toper .date{
	display: inline-block;
	height: 0.84rem;
	line-height: 0.84rem;
	color:#999;
	font-size:0.24rem;
	padding-left:0.33rem;
	background:url(../images/vi_date.png) no-repeat left center;
	background-size:auto 0.26rem;
}
.vi_toper .read{
	display: inline-block;
	height: 0.84rem;
	line-height: 0.84rem;
	color:#999;
	font-size:0.24rem;
	padding-left:0.4rem;
	background:url(../images/vi_read.png) no-repeat left center;
	background-size:auto 0.22rem;
	margin-left:0.3rem;
}
.vi_page{
	padding:0.2rem 0.3rem;
	font-size:0.3rem;
	line-height: 2;
}
.vi_page img{
	display: block;
	width: 100%;
	margin:0.1rem 0;
	float:left;
}
.vi_page a{
	text-decoration:underline;
}
.vi_share{
	padding:0 0.3rem 0.6rem 0.3rem;
	line-height: 0.6rem;
}
.vi_share .tit{
	float: left;
	padding-right:0.2rem;
}
.cla_con{
	display: none;
}
.show{
	display: block;
}


.buy_list{
	padding:0 0.3rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.buy_list .zw{
	width: 3.35rem;
	height: 0;
}
.buy_item{
	display: block;
	width: 3.35rem;
	margin-top:0.3rem;
	height: 4.3rem;
	background:#fff;
}
.buy_item .photo{
	display: block;
	height: 3.3rem;
	position: relative;
	overflow: hidden;
}
.buy_item .photo img{
	display: block;
	width: 100%;
	height: 3.3rem;
	border-radius:0.1rem;
}
.buy_item .play{
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	z-index: 10;
	background:url(../images/play.png) no-repeat center center;
	background-size:100% 100%;
}
.buy_item .name{
	font-size:0.28rem;
	line-height: 0.42rem;
	margin:0.2rem 0;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 0.84rem;
}

.lm_list{
	padding:0 0.3rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.lm_list .zw{
	width: 3.35rem;
	height: 0;
}
.lm_item{
	display: block;
	width: 3.35rem;
	margin-top:0.3rem;
	height: 3.3rem;
	background:#fff;
}
.lm_item .photo{
	display: block;
	height: 2.24rem;
	position: relative;
	overflow: hidden;
}
.lm_item .photo img{
	display: block;
	width: 100%;
	height: 2.15rem;
	border-radius:0.1rem;
}
.lm_item .play{
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	z-index: 10;
	background:url(../images/play.png) no-repeat center center;
	background-size:100% 100%;
}
.lm_item .name{
	font-size:0.28rem;
	line-height: 0.42rem;
	margin:0.2rem 0.1rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	height: 0.84rem;
}

/*抽奖按钮*/
.chouj {
    display: inline-block;
    width: 2.46rem;
    height: .66rem;
    line-height: .66rem;
    background: url(/images/pic2-bg1-hlg.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    box-shadow: 0 3px 5px rgba(255,200,211,1);
    border-radius: .4rem;
}