div,span,h1,p{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html, body {
	width: 100%;
	min-height: 100%;
	height: 100%;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;
}
body {
	max-width: 750px;
	color: #333333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    line-height: 1.5;
    width: 100%;
    height: auto;
    margin:0;
    padding: 0;
    -webkit-user-select: text;
    border: medium none;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    -webkit-appearance: none;
}

/*首页*/
.page_box{
	width: 100%;
	height: 100%;
	background:#ebeef5;
	text-align: justify;
}
.indexTop-bar{
	height: 0.88rem;
	background: #fe6a8e;
	padding: 0.09rem 0.3rem 0.07rem 0.3rem;
}
.searchBox{
	width:5.88rem;
	height: 0.66rem;
	background: #fe8faa;
	border-radius: 0.33rem;
	margin-top: 0.04rem;
	padding: 0.18rem 0.16rem;
}
.fdj{
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.1rem;
}
.serachTop_input{
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.28rem;
}
.serachTop_input::-webkit-input-placeholder{
	color: #FFFFFF;
}
.personalBox{
	height: 0.72rem;
	margin-left: 0.26rem;
}
.personalBox a{
	display: block;
	position: relative;
	padding-top: 0.06rem;
}
.personalBox img{
	width: 0.66rem;
	height: 0.66rem;
	border-radius: 0.33rem;
}
.personalBox span{
	width: 0.24rem;
	height: 0.24rem;
	text-align: center;
	background: #FFFFFF;
	border-radius: 0.12rem;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.22rem;
	color: #fd6a8d;
	line-height: 0.24rem;
}


.indexCon{
	overflow-y: scroll;
}
.index_top{
	background: url(../images/top_bd.jpg) no-repeat;
	/* height: 5.2rem; */
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	padding: 0.35rem 0.3rem 0.2rem 0.3rem;
	padding: 0.35rem 0 0.2rem 0;
}
.index_swiper{
	width: 5.47rem;
	height: 2.2rem;
	margin:0 0.3rem 0.45rem 0.3rem;
	padding-top: 0.2rem;
}
.index_swiper .swiper-slide, .index_bannerImg{
	width: 5.47rem;
	height: 2rem;
	border-radius: 0.12rem;
	-webkit-border-radius: 0.12rem;
	-moz-border-radius: 0.12rem;	
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: auto;
	height: 0.1rem;
	top: -0.2rem;
	left: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 0.2rem;
	height: 0.08rem;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	margin: 0 0.1rem 0 0;
	opacity: 1;
}
.swiper-pagination-bullet{
	background-color: #FFFFFF;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #e73963;
}


.five_tabs{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.indexTab{
	background: url(../images/tab_box_new.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 1.85rem;
	height: 1.31rem;
	display: block;
	margin-left: 0.48rem; 	
	margin-bottom: 0.24rem;
}
.tabBody{
	padding: 0.12rem 0 0 0;
	width: 1.85rem;
	height: 1.31rem;
	background-color: #f9dfe5;
	border-radius: 0.34rem;
	-webkit-border-radius: 0.34rem;
	font-size: 0.24rem;
	color: #d4395e;
	line-height: 0.54rem;
	text-align: center;
	box-shadow: 0 2px 10px #f3b5bc;
	-webkit-box-shadow: 0 2px 10px #f3b5bc;
}
.indexTab img{
	width: 0.71rem;
	height: 0.71rem;
	margin: 0 auto;
}
.currentTab .tabBody{
	background-image: linear-gradient(to bottom, #febacb, #fe6b8f);
	color: #fdf6f9;
}


.index_hotList{
	padding:0.1rem 0.3rem;
}
.hotList_title{	
	height: 0.36rem;
	text-align: center;
	position: relative;
	margin-bottom: 0.28rem;
}
.hotList_title img{
	width: 2.54rem;
	margin: 0 auto;
}
.hotList_title a{
	background: url(../images/more.png) no-repeat right center;
	background-size: 0.28rem 0.24rem;
	-webkit-background-size: 0.24rem 0.24rem;
	padding-right: 0.25rem;
	font-size: 0.26rem;
	color: #fe6a8e;
	line-height: 0.36rem;
	position: absolute;
	right: 0;
	top: 0;
}

.index_hotItem{
	background: #fff;
	position: relative;
	width: 6.9rem;
	display: block;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	margin-bottom: 0.29rem;
	box-shadow: 0 2px 10px #cfd1d7;
	-webkit-box-shadow: 0 2px 10px #cfd1d7;
}
.hot_img_01 img{
	width: 6.9rem;
	height: 2.02rem;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
}
.hot_title_01{
	width: 100%;
	height: 0.47rem;
	background: rgba(51,51,51,0.2);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.47rem;
	padding: 0 0.25rem;
	border-radius: 0 0 0.3rem 0.3rem;
	-webkit-border-radius: 0 0 0.3rem 0.3rem;
	-moz-border-radius: 0 0 0.3rem 0.3rem;
}
.recommend{
	background: url(../images/recommend.png) no-repeat;
	width: 1.38rem;
	height: 1.38rem;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: absolute;
	top: -0.1rem;
	left: -0.08rem;
}

.hot_class{
	width: 1.66rem;
	height: 0.4rem;
	display: block;
	background: url(../images/top_span.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: absolute;
	top: 0.16rem;
	left: 0;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	padding-left: 0.16rem;
}

.hot_info{
	padding: 0.05rem;
}
.hotInfo_body, .three_imgBox{
	padding-top: 0.63rem;
}
.hot_title{
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	font-weight: bold;
	max-height: 0.9rem;
	padding: 0 0.2rem 0 0.2rem;
}
.three_imgBox .hot_title{
	min-height: auto;
}
.down_info{
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.48rem;
	padding: 0 0.25rem 0 0.2rem;
}
.info_zan{
	background: url(../images/good.png) no-repeat left center;
	background-size: 0.36rem 0.3rem;
	-webkit-background-size: 0.36rem 0.3rem;
	padding-left: 0.48rem;
	margin-right: 0.4rem;
}
.info_see{
	background: url(../images/see.png) no-repeat left center;
	background-size: 0.36rem 0.3rem;
	-webkit-background-size: 0.36rem 0.3rem;
	padding-left: 0.48rem;
}
.hot_img_02{
	width: 2rem;
	height: 2rem;
}
.hot_img_02 img{
	width: 2rem;
	height: 2rem;
	border-radius:0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
} 
.hot_img_03 {
	height: 1.26rem;
	margin: 0.14rem 0 0.1rem 0;
}
.hot_img_03  img{
	width: 2.23rem;
	height: 1.26rem;
	border-radius:0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
}
.goto_ymt{
	display: block;
	margin-bottom: 0.26rem;
}
.goto_ymt img{
	width: 100%;
}

/*02-搜索页*/
.pageTop_bar{
	background: #fe6a8e;
	width: 100%;
	height: 0.88rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;	
	padding: 0;
	font-size: 0.36rem;
	color: #FFFFFF;
	line-height: 0.88rem;
	text-align: center;
}
.pageTop_bar a{
	width: 0.88rem;
	height: 0.88rem;
}
.goback{
	background: url(../images/back.png) no-repeat;
	background-size: 0.88rem 0.88rem;
	-webkit-background-size: 0.88rem 0.88rem;
}
.morebtn{
	background: url(../images/more_btn.png) no-repeat;
	background-size: 0.88rem 0.88rem;
	-webkit-background-size: 0.88rem 0.88rem;
}
.pageCont{
	background: #ebeef5;
	padding: 1.1rem 0.3rem 0.2rem 0.3rem;
}
.searchBox_02{
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #fcc8d4;
}
.searchBox_02 .serachTop_input{
	font-size: 0.24rem;
	color: #333;
	line-height: 0.28rem;
}
.searchBox_02 .serachTop_input::-webkit-input-placeholder{
	color: #ccc;
}
.searchList_box .index_hotItem{
	margin-top: 0.25rem;
}
.searchList_box .hotInfo_body{
	padding-top: 0.05rem;
}
.searchList_box .hot_title{
	margin-bottom: 0.05rem;
}
.hot_title.overflow-two{
	height: 0.9rem;
}
.r_sign{
	background: url(../images/s_sign.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 2rem;
	height: 0.49rem;
	font-size: 0.24rem;
	color: #fe6a8e;
	line-height: 0.49rem;
	padding-left: 0.4rem;
	margin: 0 0 0 0.2rem;
}

/*03-石力青年*/
.videoCont{
	background: #ebeef5;
	padding-top: 0.88rem;
}
.top_video{
	background-color: #fff;
}
.video_box{
	width: 100%;
	height: 4.21rem;
	position: relative;
}
.shadow{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background:#000000;*/
	/*opacity: 0.3;*/
}
.play{
	width: 1.16rem;
	height: 1.16rem;
	position: absolute;
	top:50%;
	left:3.17rem;
	margin-top: -0.58rem;
}
.video_intro{
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.5rem;
	padding: 0.3rem;
}
.video_intro h1{
	font-size: 0.42rem;	
	line-height: 0.54rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.videoList_box{
	position: relative;
	padding:1.16rem 0.3rem 0.25rem 0.3rem;
}
.searchBox_select{
	width: 6.9rem;
	height: 0.66rem;
	position: absolute;
	top: 0.25rem;
	left: 0.3rem;
	z-index: 100;
}
.searchBox_select .searchBox_02{
	width: 5.5rem;
	margin-top: 0;
}
.most_select{
	width: 1.6rem;
	text-align: right;
	font-size: 0.3rem;
	color: #fe6a8e;
	line-height: 0.4rem;
	margin-top: 0.14rem;
	position: relative;
}
.selected_li{	
	background: url(../images/select.png) no-repeat right center;
	background-size: 0.33rem 0.28rem;
	-webkit-background-size: 0.33rem 0.28rem;	
	padding-right: 0.36rem;	
	padding-left: 0.02rem;
}
.selectList{
	position: relative;
}
.select_top{
	background: url(../images/select_top.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 0.82rem;
	height: 0.26rem;
	margin: 0 auto;
	position: absolute;
	top:0;
	left: 60%;
	margin-left: -0.41rem;
	z-index: 2;
}
.select_box{
	background: #FFFFFF;
	border-radius: 0.2rem;
	padding: 0 0.25rem;
	box-shadow: 0 0 5px #cfd1d7;
	-webkit-box-shadow: 0 0 5px #cfd1d7;
	position: absolute;
	top: 0.26rem;
	left: 0.1rem;
}
.optionLi{
	min-width: 1.1rem;
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.88rem;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0.25rem;
}
.optionLi:last-child{
	border-bottom: none;
}
.currentLi{
	color:#fe6a8e;
}
.one_video{
	background: #FFFFFF;
	width: 3.3rem;
	display: block;
	padding: 0.05rem 0.07rem;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	box-shadow: 0 2px 10px #cfd1d7;
	-webkit-box-shadow: 0 2px 10px #cfd1d7;
	margin-right: 0.3rem;
	margin-bottom: 0.29rem;
}
.one_video:last-child{
	margin-right: 0;
}
.video_img{
	position: relative;
}
.video_img img{
	width: 3.16rem;
	height: 3.16rem;
	border-radius:0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
}
.play_btn{
	background: url(../images/video_list.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;	
	width: 0.88rem;
	height: 0.88rem;
	display: block;
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
}
.video_info{
	padding: 0 0.07rem;
	margin-top: 0.2rem;
}
.video_info h2{
	word-break: break-all;
	width: 100%;
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	font-weight: bold;
	height: 0.9rem;
}
.one_video .down_info{
	padding: 0.14rem 0.02rem;
}

/*05-石力青年-详情页*/
.videoIntro_page, .videoIntro_page .videoCont{
	background: #FFFFFF;
}
.videoInfo_collect{
	height: 0.68rem;
	font-size: 0.26rem;
	color: #999;
	line-height: 0.68rem;
}
.the_time{
	margin-right: 0.38rem;
}
.collect{
	background: url(../images/collect.png) no-repeat top center;
	background-size: 0.34rem 0.33rem;
	-webkit-background-size: 0.34rem 0.33rem;
	width: 0.8rem;
	height: 0.68rem;
	padding-top: 0.39rem;
	font-size: 0.21rem;
	color: #999;
	line-height: 0.34rem;
	text-align: center;
}
.collected{
	background: url(../images/collect_c.png) no-repeat top center;
	background-size: 0.34rem 0.33rem;
	-webkit-background-size: 0.34rem 0.33rem;
}
.intro_box{
	padding: 0.27rem 0.3rem 0.4rem 0.3rem;
	border-top: 0.1rem solid #ebeef5;
}
.intro_title{
	font-size: 0.36rem;
	color: #141514;
	line-height: 0.6rem;
	font-weight: bold;
	padding-left: 0.56rem;
	margin-bottom: 0.2rem;
}
.video_introBox .intro_title{
	background: url(../images/video_icon.png) no-repeat left center;
	background-size: 0.56rem 0.4rem;
	-webkit-background-size: 0.56rem 0.4rem;
}
.intro_cont{
	font-size: 0.28rem;
	color: #626563;
	line-height: 0.48rem;
	padding-left: 0.56rem;
}
.expert_introBox .intro_title{
	background: url(../images/doctor_icon.png) no-repeat left center;
	background-size: 0.56rem 0.4rem;
	-webkit-background-size: 0.56rem 0.4rem;
}
.one_expert{
	padding: 0.3rem;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	box-shadow: 0 2px 10px #e0e0e0;
	-webkit-box-shadow: 0 2px 10px #e0e0e0;
	margin-bottom: 0.32rem;
}
.expert_img{
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.17rem;
}
.expert_img img{
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
}
.expert_name{
	font-size: 0.3rem;
	color: #333;
	line-height: 0.4rem;
	margin-bottom: 0.04rem;
}
.expert_info {
	height: auto;
	position: relative;
}
.expetIntro_body{
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.4rem;
	padding-right: 1rem;
}
.one_line{
	height: 0.38rem;
	overflow: hidden;
}
.unfold_txt{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1rem;
	font-size: 0.24rem;
	color: #fe6a8e;
	line-height: 0.4rem;
	-webkit-transition: all 1s;
}
.unfold_btn{
	background: url(../images/open.png) no-repeat;
	background-size: 0.22rem 0.22rem;
	-webkit-background-size: 0.22rem 0.22rem;
	width: 0.22rem;
	height: 0.22rem;
	display: inline-block;
	margin-left: 0.1rem;
	-webkit-transition: all 1s;
}
.fold_btn{
	-webkit-transform:rotate(180deg);
}
.like_box{
	height: 1.8rem;
	font-size: 0.24rem;
	color: #333;
	line-height: 0.36rem;
	padding: 0.3rem 0;
	text-align: center;
}
.like_it{
	background: url(../images/good_big.png) no-repeat;
	background-size: 0.73rem 0.73rem;
	-webkit-background-size: 0.73rem 0.73rem;
	width: 0.73rem;
	height: 0.73rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.12rem;
}
.liked_it{
	background: url(../images/good_big_c.png) no-repeat;
	background-size: 0.73rem 0.73rem;
	-webkit-background-size: 0.73rem 0.73rem;
}

/*06会议速递*/
.livePage{
	padding:1.1rem 0 0.2rem 0;
}
.livePage .searchBox{
	width: 6.9rem;
	margin: 0 0.3rem;
}
.titleBox{
	padding: 0.22rem 0.3rem;
}
.partTitle{
	font-size: 0.34rem;
	color: #333333;
	line-height: 0.48rem;
	font-weight: bold;
}
.moreTxt{
	background: url(../images/more.png) no-repeat right center;
	background-size: 0.28rem 0.24rem;
	-webkit-background-size: 0.24rem 0.24rem;
	padding-right: 0.25rem;
	font-size: 0.26rem;
	color: #fe6a8e;
	line-height: 0.48rem;
}
.liveBox{
	margin-bottom: -0.3rem;
}
.liveList{
	width: auto;
	height: 5rem;
	padding: 0 0 0 0.3rem;
	white-space: nowrap;
	overflow-x: auto;	
}
.liveList::-webkit-scrollbar {
    display: none;
}
.one_live{
	background: #FFFFFF;
	width: 2.8rem;
	height: 4.6rem;
	display: inline-block;
	padding: 0.05rem 0.07rem 0 0.07rem;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	box-shadow: 0 2px 10px #cfd1d7;
	-webkit-box-shadow: 0 2px 10px #cfd1d7;
	margin-right: 0.3rem;
	vertical-align: middle;
}
.one_live a{
	display: block;
}
.live_img{
	width: 2.68rem;
	height: 2.68rem;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	position: relative;
}
.live_img img{
	width: 2.68rem;
	height: 2.68rem;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
}
.live_sort{
	width: 1.6rem;
	height: 0.4rem;
	display: block;
	background: url(../images/live_span.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	border-top-left-radius: 0.24rem;
	-webkit-border-top-left-radius: 0.23rem;
	position: absolute;
	top: 0.1rem;
	left: 0;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	padding-left: 0.1rem;
}
.live_state{
	width: 100%;
	height: 0.43rem;
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.43rem;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 0.25rem 0.25rem;
	-webkit-border-radius: 0 0 0.25rem 0.25rem;
}
.live_ing{
	background: rgba(254,106,142,0.8);
}
.live_nostart{
	background: rgba(153,153,153,0.8);
}
.live_info{
	padding: 0.03rem 0.1rem 0 0.1rem;
}
.live_time{
	font-size: 0.24rem;
	color: #fe6a8e;
	line-height: 0.48rem;
}
.live_name{
	white-space: normal;
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.32rem;
	margin-bottom: 0.13rem;
}
.live_btn{
	height: 0.4rem;
	text-align: right;
}
.live_btn button{
	padding: 0 0.25rem;
	height: 0.4rem;
	font-size: 0.26rem;	
	line-height: 0.4rem;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
}
.bookBtn{
	color: #fe6a8e;
	border: 1px solid #fe6a8e;
}
.reviewList{
	padding: 0 0.3rem;
}
.ove_review .hotInfo_body{
	padding: 0.63rem 0.2rem 0 0.25rem;
}
.ove_review .hot_title{
	padding: 0;
	max-height: 0.45rem;
}
.view_doctor{
	font-size: 0.24rem;
	color: #666;
	line-height: 0.48rem;
}
.ove_review .down_info{
	padding: 0;
}
.time_clock{
	background: url(../images/time.png) no-repeat left center;
	background-size: 0.28rem 0.28rem;
	-webkit-background-size: 0.28rem 0.28rem;
	padding-left: 0.38rem;
}
.info_hot{
	background: url(../images/hot.png) no-repeat left center;
	background-size: 0.28rem 0.3rem;
	-webkit-background-size: 0.28rem 0.3rem;
	padding-left: 0.38rem;
}

/*07会议速递-搜索列表页*/
.meet_serList .hot_img_02{
	position: relative;
}
.hot_class_right{
	width: 1.69rem;
	height: 0.4rem;
	background: url(../images/top_span_02.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	padding-left: 0.4rem;
	left: 5.2rem;
	border-top-right-radius: 0.08rem;
}
.meet_serList .hotInfo_body{
	padding: 0.6rem 0.15rem 0 0.2rem;
}
.meet_serList .hot_title{
	margin: 0 0 0.05rem 0;
	padding: 0;
}
.meet_serList .live_time{
	line-height: 0.36rem;
	margin-top: 0.12rem;
}
.meet_serList .down_info{
	line-height: 0.28rem;
	padding: 0 0.05rem 0 0;
	margin-top: 0.1rem;
}
.meet_serList{
	position: relative;
}
.meet_serList .live_btn{
	position: absolute;
	bottom: 0.1rem;
	right: 0.15rem;
}

/*08近期直播*/
.recentList_box{
	padding-top: 0.3rem;
}
.recentList_box .one_video{
	padding-bottom: 0.15rem;
}
.one_video .live_btn{
	padding-right: 0.1rem;
}

/*09近期直播详情*/
.liveCont{
	padding-bottom: 1rem;
}
.live_docInfo{
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.38rem;
	padding: 0.1rem 0;
}
.time_introBox .intro_title{
	background: url(../images/time_big.png) no-repeat left center;
	background-size: 0.32rem 0.32rem;
	-webkit-background-size: 0.32rem 0.32rem;
}
.count_down{
	background: #FFFFFF;
	width: 100%;
	height: 0.98rem;
	border-top: 1px solid #dcdcdc;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 0.28rem;
	line-height: 0.98rem;
}
.count_time{
	height: 0.98rem;
	background: #fe6a8e;
	color: #FFFFFF;
	text-align: center;
}
.clock_body{
	width: 1.5rem;
	margin: 0 auto;
	color: #fe6a8e;
	background: url(../images/clock.png) no-repeat left center;
	background-size: 0.34rem 0.34rem;
	-webkit-background-size: 0.34rem 0.34rem;
	padding-left: 0.54rem;
}

/*13热点资讯*/
.hotNew_box{
	padding: 1.16rem 0 0.25rem 0;
}
.most_select_long{
	width: 2.2rem;
}
.most_select_long .select_box{
	left: 0.1rem;
}
.most_select_long .select_box .optionLi{
	min-width: 1.64rem;
}
.rank_box{
	background: url(../images/hotNew_box.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 100%;
	height: 4.54rem;
	position: relative;
}
.left_rank{
	width: 2rem;
	position: absolute;
	top: 0.6rem;
	left: 0.09rem;
}
.second_icon{
	background: url(../images/hotNew_icon_2.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 1.22rem;
	height: 1.06rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.rank_box a{
	display: block;
}
.rank_second{
	margin: 0.78rem 0 0 0.26rem;
}
.second_img {
	width: 1.72rem;
	height: 1.72rem;
	background: #FFFFFF;
	padding: 0.05rem;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
}
.second_img img{
	width: 1.62rem;
	height: 1.62rem;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
}
.rank_title{
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	margin: 0.1rem 0.05rem;
}
.center_rank{
	width: 2.45rem;
	position: absolute;
	top: 0;
	left: 2.51rem;
}
.first_icon{
	background: url(../images/hotNew_icon_1.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 1.32rem;
	height: 1.12rem;
	position: absolute;
	left: 0.56rem;
	top: 0;
	z-index: 99;
}
.rank_first{
	margin-top: 0.8rem;
}
.first_img {
	width: 2.45rem;
	height: 2.45rem;
	background: #FFFFFF;
	padding: 0.05rem;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
}
.first_img img{
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
}
.first_title{
	font-size: 0.3rem;
	line-height: 0.38rem;
}
.right_rank{
	width: 1.72rem;
	position: absolute;
	top: 0.64rem;
	left: 5.4rem;
}
.third_icon{
		background: url(../images/hotNew_icon_3.png) no-repeat;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		width: 1.14rem;
		height: 0.98rem;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
}
.rank_third{
	margin-top: 0.74rem;
}
.third_img {
	width: 1.72rem;
	height: 1.72rem;
	background: #FFFFFF;
	padding: 0.05rem;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
}
.third_img img{
	width: 1.62rem;
	height: 1.62rem;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
}
.hotNew_box .videoList{
	padding: 0 0.3rem;
}

/*17专家风采详情*/
.expert_infomation {
	background: url(../images/right_icon.png) no-repeat right center;
	background-size: 0.46rem 0.46rem;
	-webkit-background-size: 0.46rem 0.46rem;
	padding-right: 0.5rem;
}
.video_introBox_02{
	border-top: 2px solid #ebeef5;
}
.hotnews_cont{
	padding: 0.38rem 0.3rem 0 0.3rem;
}
.hotnews_cont h1{
	font-size: 0.4rem;
	color: #333333;
	line-height: 0.54rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.hotnews_info{
	font-size: 0.31rem;
	color: #fe6a8e;
	line-height: 0.41rem;
	padding-right: 0.14rem;
	margin-bottom: 0.2rem;
}
.hotnews_info .info_time{
	color: #666666;
}
.hotnews_body p{
	font-size: 0.3rem;
	/*color: #333333;*/
	/*line-height: 0.48rem;*/
	/*text-indent: 2em;*/
	/*margin-bottom: 0.24rem;*/
}
.hotnews_img{
	margin: 0 0.15rem;
	border: 1px solid #fe6a8e;
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
	margin-bottom: 0.24rem;
}
.hotnews_img img{
	border-radius: 0.2rem;
	-webkit-border-radius: 0.2rem;
}
.collect_box{
	margin-left: 1.7rem;
}
.collect_it{
	background: url(../images/collect_big.png) no-repeat;
	background-size: 0.73rem 0.73rem;
	-webkit-background-size: 0.73rem 0.73rem;
	width: 0.73rem;
	height: 0.73rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.12rem;
}
.number{
	color: #fe6a8e;
}
.collected_it{
	background: url(../images/collect_big_c.png) no-repeat;
	background-size: 0.73rem 0.73rem;
	-webkit-background-size: 0.73rem 0.73rem;
}

/*专家信息弹框*/
.expert_popBox{
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	animation: myfirst 0.5s linear;
	-webkit-animation: myfirst 0.5s linear;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@keyframes myfirst{
	from{bottom: -100%;}
	to{bottom:0;}
}
@-webkit-keyframes myfirst{
	from{bottom: -100%;}
	to{bottom:0;}
}
.closeBtn{
	width: 0.21rem;
	height: 0.21rem;
	background: url(../images/closeBtn.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: absolute;
	top: 1.18rem;
	right: 0.3rem;
}
.closeBtn:active{
	background: url(../images/closeBtn_c.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.expert_popImg{
	background: url(../images/expert_contBg.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 7.5rem;
	height: 1.41rem;
	padding-top: 0.29rem;
}
.popImg{
	width: 1.12rem;
	height: 1.12rem;
	margin: 0 auto;
	border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
}
.popImg img{
	width: 1.12rem;
	height: 1.12rem;
	border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
}
.expert_popInfo{
	background: #fff;
	padding: 0.4rem 0.3rem 0.46rem 0.3rem;
}
.expert_popInfo{
	color: #333333;
	line-height: 0.48rem;
}
.expert_nameHos{
	font-size: 0.24rem;
	text-align: center;
	margin-bottom: 0.36rem;
}
.expert_nameHos h2{
	font-size: 0.36rem;
	font-weight: bold;
	margin-bottom: 0.06rem;
}
.expert_infoList{
	font-size: 0.28rem;
}
.expert_infoList li{
	background: url(../images/expert_liBd.png) no-repeat left 0.1rem;
	background-size: 0.52rem 0.28rem;
	-webkit-background-size: 0.52rem 0.28rem;
	padding-left: 0.52rem;
}


/*21我的预约*/
.bookedBtn{
	color: #999999;
	border:1px solid #bfbfbf;
}

/*26指南列表*/
.guideList_box{
	padding: 1.1rem 0 0.3rem 0;
}
.guideList_box .searchBox_02{
	width: 6.9rem;
	margin: 0 0.3rem;
}
.guide_list{
	padding: 0.3rem 0;
}
.one_guide{
	display: block;
	background: #FFFFFF;
	padding: 0 0.3rem 0.2rem 0.3rem;
	margin-bottom: 0.1rem;
}
.guide_span{	
	text-align: right;
	margin-bottom: 0.06rem;
}
.guide_span span{
	width: 0.52rem;
	height: 0.28rem;
	display: inline-block;
}
.free_guide{
	background: url(../images/guide_span_free.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.vip_guide{
	background: url(../images/guide_span_vip.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.one_guide h2{
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.48rem;
	margin-bottom: 0.1rem;
}
.guide_info{
	font-size: 0.24rem;
	color: #999;
	line-height: 0.42rem;
}
.download_all{
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.46rem;
	text-align: center;
}

/*27指南介绍*/
.guideCont_box{
	padding: 0.88rem 0 1.8rem 0;
	position: relative;
}
.guide_topInfo{
	background: #FFFFFF;
	color: #999999;
	padding: 0.27rem 0.3rem 0.2rem 0.3rem;
	margin-bottom: 0.1rem;
}
.guide_topInfo h1{
	font-size: 0.42rem;
	color: #333333;
	line-height: 0.6rem;
	font-weight: bold;
	margin-bottom: 0.14rem;
}
.guide_topInfo p{
	font-size: 0.26rem;
	line-height: 0.36rem;
	margin-bottom: 0.14rem;
}
.guide_topInfo div{
	font-size: 0.24rem;
	line-height: 0.34rem;
}
.guide_contBody{
	background: #FFFFFF;
	color: #626563;
	line-height: 0.6rem;
	padding: 0.27rem 0.3rem 0.2rem 0.3rem;
}
.guide_contBody h2{
	font-size: 0.36rem;
	color: #141514;
	font-weight: bold;
}
.guide_contBody p{
	font-size: 0.28rem;
}
.read_guide{
	width: 5.94rem;
	height: 0.82rem;
	position: fixed;
	bottom: 0.65rem;
	left: 50%;
	margin-left: -2.97rem;
}
.readBtn{
	background: #fe6a8e;
	width: 5.94rem;
	height: 0.82rem;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 0.82rem;
	border-radius: 0.41rem;
	-webkit-border-radius: 0.41rem;
}

/*精彩回顾详情*/
.collect_down{
	padding-top: 0.15rem;
}
.collect_down .collect{
	margin: 0 auto;
}

/*28杂志社列表*/
.new_list p{
	padding: 0.03rem 0.2rem;
}
.info_collect{
	background: url(../images/collect_s.png) no-repeat left center;
	background-size: 0.29rem 0.28rem;
	-webkit-background-size: 0.29rem 0.28rem;
	padding-left: 0.38rem;
}






