﻿/*通用类*/
*{
	margin:0;		
	padding:0;
}
html{
	overflow-x:hidden;		
}
body{		
	width:100%;	
	min-width:320px;
	margin:0 auto;	
	font-family:"Microsoft Yahei";	
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.32rem;
	color:#333;
}

/*不同设备字体em基准*/
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;
  }
}


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:"Microsoft Yahei";	
	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;	
}
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:"Microsoft Yahei";
	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;	
}
.cm_photo{
	display:block;
	position:relative;
	overflow:hidden;	
}
.cm_photo .thumb{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;	
}
.cm_photo .zw{
	display:block;
	height:auto;	
	width:100%;
}

/*公用 CSS*/

.header{
	width:100%;
	height:0.82rem;
	line-height:0.82rem;
	background:#fff;
	position: fixed;
	left:0;
	top:0;
	z-index:100;
	text-align:center;
	font-size:0.36rem;
	color:#008ccc;
}
.header_zw{
	height:0.82rem;
	clear:both;
}

.footer{
	width:100%;
	height:1.1rem;
	position: fixed;
	left:0;
	bottom:0;
	z-index:100;
	background:#fff;
	border-top:1px solid #ccc;
}
.footer a{
	display: block;
	width:20%;
	height:1.1rem;
	text-align: center;
	float:left;
	font-size:0.28rem;
	color:#999;
	box-sizing:border-box;
	padding-top:0.15rem;
	line-height:0.4rem;
}
.footer .hover{
	color:#008ccc;
}
.footer .ico{
	display: block;
	height:0.5rem;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:auto 200%;
}
.footer .hover .ico{
	background-position:bottom center;
}
.footer .ico1{
	background-image:url("../images/footer_ico1.png");
}
.footer .ico2{
	background-image:url("../images/footer_ico2.png");
}
.footer .ico3{
	background-image:url("../images/footer_ico3.png");
}
.footer .ico4{
	background-image:url("../images/footer_ico4.png");
}
.footer .ico5{
	background-image:url("../images/footer_ico5.png");
}
.footer_zw{
	height:1rem;
	clear:both;
	padding-top:1px;
}

.cm_handle{
	height:0.82rem;
	padding-top:0.22rem;
	width:100%;
	background:url("../images/cm_handle.jpg") no-repeat center center;
	background-size:100% 100%;
	text-align: center;
}
.cm_handle .btn{
	display:inline-block;
	height:0.6rem;
	line-height:0.6rem;
	min-width:1.5rem;
	padding:0 0.1rem;
	text-align:center;
	font-size:0.32rem;
	color:#525252;
	border-radius:0.1rem;	
}
.cm_handle5 .btn{
	min-width:1rem;
	font-size:0.3rem;
}
.cm_handle .hover{
	color:#fff;
	background:#00dced; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(-145deg, #00dced, #0074c3);
	background:-moz-linear-gradient(-145deg, #00dced, #0074c3);
	background:-webkit-gradient(-145deg, #00dced, #0074c3);
	background:-o-linear-gradient(-145deg, #00dced, #0074c3);
	box-shadow:0.02rem 0.02rem 0.02rem #333;
}

.cm_con{
	display: none;
}
.show{
	display: block;
}
.gray15{
	height:0.15rem;
	clear:both;
	background:#f3f3f3;
}
.cm700{
	width:7rem;
	margin-left:auto;
	margin-right:auto;
}

/*公用 CSS*/

/*hm 首页*/

.hmbg{
	background:url("../images/hmbg.jpg") no-repeat bottom center;
	background-size:100% auto;
}

.hm_top{
	height:7.12rem;
	padding-top:0.2rem;
	background:url("../images/hmtop_bg.jpg") no-repeat top center;
	background-size:100% 100%;
}

.ba_out{
	height:3rem;
	width:6.9rem;
	margin:0 auto;
	border-radius:0.2rem;
	box-shadow:0.03rem 0.03rem 0.03rem #666;
}
.banner{
	height:3rem;
	width:6.9rem;
	margin:0 auto;
	border-radius:0.2rem;
	position: relative;
}
.banner .swiper-slide{
	width:100%;
}
.banner img{
	display: block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#fff;
}
.banner .swiper-pagination-bullet-active{
	background:#008ccc;
}

.hm_nav1{
	padding:0.25rem 0 0 0;
	width:92%;
	margin:0 auto;
}
.hm_nav1 a{
	float:left;
	display: block;
	width:25%;
	text-align: center;
}
.hm_nav1 img{
	display: block;
	width:1.03rem;
	height:0.99rem;
	margin:0 auto;
}
.hm_nav1 span{
	display: block;
	height:0.6rem;
	line-height:0.6rem;
	font-size:0.32rem;
	color:#525252;
}

.hm_title{
	height:1rem;
	line-height:1rem;
	clear:both;
	padding:0 0.3rem;
}
.hm_title .tit{
	float:left;
	width:2.36rem;
	height:1rem;
	background:url("../images/hm_title.png") no-repeat left center;
	background-size:auto 100%;	
	text-align: center;
	color:#fff;
	font-size:0.32rem;
}
.hm_title .more{
	float:right;
	display: block;
	height:1rem;
	padding-right:0.44rem;
	background:url("../images/hm_more.png") no-repeat right center;
	background-size:auto 0.33rem;
	font-size:0.28rem;
	color:#666;
}
.hm_nav2{
	padding:0 0.3rem;
	text-align: center;
}
.hm_nav2 a{
	display: block;
	width:25%;
	float:left;
}
.hm_nav2 img{
	display: block;
	width:0.56rem;
	height:0.56rem;
	margin:0 auto;
}
.hm_nav2 span{
	display: block;
	height:0.66rem;
	line-height:0.66rem;
	font-size:0.32rem;
	color:#525252;
}
.do_line{
	height:0.11rem;
	clear:both;
	width:100%;
	background:url("../images/do_line.png") no-repeat top center;
	background-size:100% 100%;
}
.do_line3{
	height:0.11rem;
	clear:both;
	width:7rem;
	margin:0 auto;
	background:url("../images/do_line.png") no-repeat top center;
	background-size:100% 100%;
}
.do_line2{
	margin-top:-0.055rem;
}

.hmnew_big{
	width:92%;
	display: block;
	margin:0.2rem auto 0 auto;
	border-bottom:1px solid #d7d7d7;
}
.hmnew_big .photo{
	display: block;
	width:100%;
	height:3.6rem;
	border-radius:0.16rem;
	box-shadow:0.02rem 0.02rem 0.02rem #7f7f7f;
	margin-bottom:0.3rem;
}
.hmnew_big .photoin{
	display: block;
	width:100%;
	height:3.6rem;
	border-radius:0.16rem;
	position: relative;
	overflow: hidden;	
}
.hmnew_big .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hmnew_big dt{
	height:0.44rem;
	line-height:0.44rem;
	font-size:0.32rem;
}
.hmnew_big dd{
	height:0.7rem;
	line-height:0.7rem;
	text-align:right;
	font-size:0.28rem;
	color:#999;
}
.hmnew_big .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news_item{
	display: block;
	width:92%;
	margin:0 auto;
	border-bottom:1px solid #d7d7d7;
	padding:0.3rem 0;
}
.news_item:last-child{
	border:0;
}
.news_item .photo{
	float:left;
	width:2.26rem;
	height:1.45rem;
	border-radius:0.1rem;
	box-shadow:0.03rem 0.03rem 0.03rem #7f7f7f;
	margin-right:0.25rem;
}
.news_item .photoin{
	width:2.26rem;
	height:1.45rem;
	border-radius:0.1rem;
	overflow: hidden;
}
.news_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.news_item dt{
	font-size:0.34rem;
	line-height:0.44rem;
	max-height:0.88rem;	
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.news_item dd{
	height:0.44rem;
	line-height:0.44rem;
	margin-top:0.18rem;
	text-align:right;
	color:#999;
	font-size:0.28rem;
}

.hm_stu .handle{
	height:0.7rem;
	line-height:0.7rem;
	border-bottom:1px solid #e4e4e4;
	text-align: center;
}
.hm_stu .handle a{
	display:inline-block;	
	height:0.7rem;
	position: relative;
	margin:0 0.05rem;
}
.hm_stu .handle i{
	display: block;
	width:0.76rem;
	height:0.05rem;
	background:#09a0d3;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left:-0.38rem;
	display: none;
}
.hm_stu .handle .hover i{
	display: block;
}
.hm_stu .handle .hover{
	color:#079fd2;
}
.hm_stu .con{
	display: none;	
}
.hm_stu .show{
	display: block;
}

.hm_ph{
	padding:0 0 0.24rem 0;
}
.hmph_item{
	display: block;
	width:92%;
	height:4.22rem;
	background:#fff;
	margin:0 auto;
	position: relative;
	border-radius:0.16rem;
	box-shadow: 0.03rem 0.03rem 0.03rem #979797;
}
.hmph_item .photo{
	display: block;
	width:100%;
	height:2.82rem;
	border-radius:0.16rem 0.16rem 0 0;
	overflow: hidden;
}
.hmph_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hmph_item .inf{
	padding:0.1rem 0 0 0.26rem;
}
.hmph_item dt{
	height:0.66rem;
	line-height:0.66rem;
	font-size:0.32rem;
}
.hmph_item .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hmph_item dd{
	padding-left:0.38rem;
	height:0.3rem;
	line-height:0.3rem;
	font-size:0.28rem;
	color:#999;
	background:url("../images/ph_date.png") no-repeat left center;
	background-size:auto 100%;
}

/*hm 首页*/

/*download*/

.dw_item{
	width:7rem;
	display: block;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	padding:0.42rem 0;
}
.dw_item:last-child{
	border-bottom:0;
}
.dw_item .ico{
	display: block;
	width:1.5rem;
	height:1.5rem;
	float:left;
	margin-right:0.33rem;
}
.dw_item .name{
	color:#666;
	font-size:0.32rem;
	line-height:0.44rem;
	max-height:0.88rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.dw_item .btn{
	display:inline-block;
	width:1.44rem;
	height:0.5rem;
	background:url("../images/dw_btn.png") no-repeat center center;
	background-size:100% 100%;
	margin-top:0.05rem;
}

/*download*/

/*hfw*/

.hzbz{
	background:url("../images/hfwbg.jpg") no-repeat bottom center;
	background-size:auto 100%;
}
.hfw_wp{
	min-height:13rem;
	padding:0.24rem 0.28rem 4.6rem 0.28rem;
	line-height:1.7;
}
.hfw_wp img{
	display: block;
	width:100%;
	height:auto;
}

/*hfw*/

/*elm*/

.elm_item{
	display: block;
	width:7rem;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	padding:0.42rem 0;
}
.elm_item:last-child{
	border-bottom:0;
}
.elm_item .photo{
	width:2.45rem;
	height:1.54rem;
	float:left;
	border-radius:0.08rem;
	box-shadow:0.02rem 0.02rem 0.02rem #666;
	margin-right:0.24rem;
}
.elm_item .photoin{
	width:2.45rem;
	height:1.54rem;	
	border-radius:0.08rem;
	position: relative;
	overflow: hidden;
}
.elm_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
/*.elm_item dt{
	height:0.54rem;
	line-height:0.54rem;
	font-size:0.32rem;
}*/
.elm_item .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*.elm_item dd{
	font-size:0.28rem;
	line-height:0.36rem;
	max-height:0.72rem;
	color:#999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}*/

.elm_item dt{
	font-size:0.32rem;
	line-height:0.54rem;
	max-height:1.08rem;	
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.elm_item dd{
	height:0.36rem;
	line-height:0.36rem;
	margin-top:0.18rem;
	text-align:right;
	color:#999;
	font-size:0.28rem;
}


.hhd{
	width:7rem;
	margin:0 auto;
	padding:0.1rem 0;
}
.hhd img{
	display: block;
	width:100%;
	height:auto;
}

/*elm*/

/*lm*/

.lm_lis{
	width:7rem;
	margin:0.25rem auto;
}
.lm_item{
	display: block;
	width:3.4rem;
	height:3.53rem;
	float:left;
}
.lm_item:nth-child(2n){
	float:right;
}
.lm_item .photo{
	width:3.4rem;
	height:2.18rem;
	border-radius:0.12rem;
	box-shadow:0.03rem 0.03rem 0.03rem #666;
	margin-bottom:0.15rem;
}
.lm_item .photoin{
	width:3.4rem;
	height:2.18rem;
	border-radius:0.12rem;
	position: relative;
	overflow: hidden;	
}
.lm_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.lm_item .name{
	line-height:0.44rem;
	color:#5b5b5b;
	font-size:0.3rem;	
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

.news_search{
	padding:0.1rem 4%;
	width:92%;	
	height:0.7rem;
	background:#fff;
}
.news_search .search{
	float:left;
	width:81%;
	height:0.7rem;
	background:#f5f5f5 url("../images/news_search.png") no-repeat 0.25rem center;
	background-size:0.4rem 0.4rem;
	border-radius:0.1rem;
	border:0;
	font-size:0.28rem;
	box-sizing:border-box;
	padding-left:0.86rem;
}
.news_search .sub{
	width:1.18rem;
	height:0.7rem;
	float:right;
	box-sizing:border-box;	
	border-radius:0.1rem;
	font-size:0.32rem;
	color:#fff;
	background:url("../images/news_sub.png") no-repeat center center;
	background-size:100% 100%;
}
.load_more{
	text-align:center;
	padding:0.3rem 0;
}
.load_more img{
	width:1.6rem;
}

/*lm*/

/*me*/
.graybg{
	background:#f3f3f3;	
}

.me_tp{
	height:2.3rem;
	background:url("../images/metp_bg.jpg") no-repeat top center;
	background-size:100% 100%;
	color:#fff;
	border-bottom:0.22rem solid #f3f3f3;
}
.me_tp .inf{
	padding:0.4rem 0 0 1.34rem;
}
.me_tp .t1{
	height:0.44rem;
	line-height:0.44rem;
	font-size:0.34rem;
}
.me_tp .t2{
	height:0.44rem;
	line-height:0.44rem;
	font-size:0.3rem;
}
.me_tp .t3{
	height:0.76rem;
	line-height:0.76rem;
	font-size:0.34rem;
}
.me_tp .t3 em{
	font-size:0.28rem;
}
.me_tp .ico{
	display:block;
	width:0.8rem;
	height:0.8rem;
	position: absolute;
	left:0.3rem;
	top:0.4rem;
	border-radius:100%;
}
.me_link{
	margin:0 0 0.22rem 0;
	background:#fff;
	padding:0 0.3rem;
	overflow: hidden;
}
.me_link a{
	display:block;
	height:0.94rem;
	line-height:0.94rem;
	border-top:1px solid #ccc;
	margin-top:-1px;
	padding-left:0.8rem;
	position: relative;
	font-size:0.32rem;
	color:#666;
	background:url("../images/me_linkbg.png") no-repeat right center;
	background-size:auto 0.24rem;
}
.me_link img{
	display:block;
	width:0.64rem;
	height:0.64rem;
	position: absolute;
	left:0;
	top:0.15rem;
}
.me_title{
	height:0.8rem;
	line-height:0.8rem;
	border-bottom:1px solid #ccc;
	padding:0 0.3rem;
	background:#fff;
	color:#666;
	text-indent:0.7rem;
	position: relative;
	font-size:0.34rem;
}
.me_title img{
	display:block;
	height:0.64rem;
	position: absolute;
	top:0.08rem;
	left:0.3rem;
}

.mesdx{
	padding:0.3rem;
}
.mesdx2{
	border:1px solid #ccc;
	overflow: hidden;
}
.mesdx2 .in{
	padding:0.22rem 0.28rem 0.22rem 1.78rem;
	color:#999;
	line-height:0.46rem;
	text-indent:-1.5rem;
	border-top:1px solid #ccc;
	margin-top:-1px;
}
.mesdx2 .red{
	color:#d83500;
}

/*me*/

/*up*/

.view_header{
	padding:0.25rem 0 0 0;
	width:94%;
	margin:0 auto;	
}
.view_header .title{
	font-size:0.35rem;
	line-height:0.63rem;
	color:#000;
}
.view_header .date{
	height:0.8rem;
	line-height:0.8rem;
	color:#c3c3c3;
	font-size:0.28rem;
}
.view_cnt{
	width:94%;
	margin:0 auto;
	padding:0.2rem 0 0.6rem 0;
	font-size:0.30rem;
    line-height:150%;
}
.view_cnt img{
	display:block;
	width:100%;
	height:auto;
	margin-bottom:0.1rem;
}
.view_cnt p{	
	line-height:0.6rem;
	font-size:0.34rem;
	color:#333;
}

.up_title{
	text-align:center;
	height:0.84rem;
	line-height:0.84rem;
	background:#f3f3f3;
	font-size:0.3rem;
	color:#008ccc;
}

.inf_in{
	width:92%;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	border-bottom:1px solid #ccc;
	min-height:0.86rem;
	line-height:0.86rem;
	font-size:0.3rem;
}
.inf_end{
	border:0;
}
.inf_in .tit{
	left:0;
	top:0;
	z-index:10;	
	position:absolute;
	padding-left:0.34rem;
	min-width:1.22rem;
	color:#666;	
	font-size:0.32rem;
}
.inf_in .tip{
	font-size:0.28rem;
	color:#999;
}
.inf_in .bt{
	color:#e43327;
	position: absolute;
	left:0;
	top:0;
	font-size:0.3rem;
	line-height:1rem;
}
.inf_in .text{	
	height:0.86rem;
	line-height:0.86rem;
	font-size:0.32rem;
	border:0;
	color:#999;
	padding-left:2.05rem;
    background-color:#fff;
    width:100%;
    box-sizing:border-box;
}
.hns_in .tit{
	float:left;
	width:1.4rem;
	padding-right:0.15rem;
	text-align:right;
}
.inf_in .mh_time{	
	position: relative;
}
.inf_in .mh_time .date{
	position: absolute;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	height:100%;
	opacity:0;
}
.inf_in .mh_time .mh_val{
	width:100%;
	height:0.86rem;	
	display:block;
	color:#ccc;
	background:url("../images/hnhn_date.png") no-repeat right center;
	background-size:auto 100%;
	box-sizing:border-box;
	padding-left:2.05rem;
}
.inf_in .mh_time .mh_over{
	color:#999;
}
.inf_in .end_tip{
	position: absolute;
	right:0;
	top:0;	
	color:#666;
}
.inf_in .mh_sel{
	width:100%;	
	position: relative;
}
.inf_in .mh_sel select{
	position: absolute;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	height:100%;
	opacity:0;
}
.inf_in .mh_sel .mh_val{
	width:100%;
	height:0.86rem;	
	display:block;
	color:#ccc;
	background:url("../images/hnhn_sel.png") no-repeat right center;
	background-size:auto 100%;
	padding-left:2.05rem;
	box-sizing:border-box;
}
.inf_in .mh_sel .mh_over{
	color:#999;
}
.inf_in .afx_sel{
	position: absolute;
	right:0;
	top:0.18rem;
	height:0.5rem;
	background:#e8f3f1;
	width:1.8rem;
	border-radius:0.05rem;	
}
.inf_in .afx_sel .mh_val{
	height:0.5rem;
	line-height:0.5rem;
	background-size:auto 180%;
	background-position:1.1rem center;
	padding-left:0.1rem;
}

.hnhn_title2{
	position: relative;
	height:0.68rem;
	width:92%;
	margin:0 auto;
	line-height:0.68rem;
	font-size:0.32rem;
	color:#666;
	box-sizing:border-box;
	padding-left:0.34rem;
}
.hmhn_area{
	width:92%;
	box-sizing:border-box;
	padding-left:0.34rem;
	margin:0 auto;
}
.hmhn_area textarea{
	height:1.3rem;
	resize:none;
	box-sizing:border-box;
	border-radius:0.1rem;
	background:#f3f3f3;
	border:0;
	width:100%;
	padding:0.15rem;
	font-size:0.3rem;
}

.hmhn_upf{	
	margin:0 auto 0.15rem auto;
	box-sizing:border-box;
	padding-left:0.34rem;
	position: relative;
}
.hmhn_upf .bt{
	color:#e43327;
	position: absolute;
	left:0;
	top:0;
	line-height:0.42rem;
}
.hmhn_upf dl{
	float:left;
}
.hmhn_upf dt{
	font-size:0.3rem;
}
.hmhn_upf dd{
	color:#999;
	font-size:0.28rem;
}
.upf_rt{
	float:right;
	width:4.6rem;
}
.up_thumb .up_btn{
	float:left;
	display:block;
	width:1.6rem;
	height:1.34rem;
	margin-right:0.3rem;
	background:url("../images/up_btn.png") no-repeat center center;
	background-size:100% 100%;
}
.up_thumb .thumbarea{
	float:left;
	width:1.6rem;
	height:1.34rem;
	background:#e8f3f1;
	display:flex;
	align-items:center;
	justify-content:center;	
	display:none;
}
.up_thumb .thumbarea img{
	display:block;	
	max-width:95%;
	height:95%;	
}
.line40{
	height:0.4rem;
	clear:both;
}

.up_sub{
	display: block;
	width:92%;
	height:0.94rem;
	line-height:0.94rem;
	text-align:center;
	margin:0.4rem auto 0 auto;
	border-radius:0.1rem;
	background:#00d8eb; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #00d8eb, #0076c3);
	background:-moz-linear-gradient(to bottom, #00d8eb, #0076c3);
	background:-webkit-gradient(to bottom, #00d8eb, #0076c3);
	background:-o-linear-gradient(to bottom, #00d8eb, #0076c3);
	color:#fff;
}

/*up*/

/*bookview*/

.book_banner{
	position: relative;
}
.book_banner img{
	display: block;
	width: 100%;
	height:auto;
}
.book_banner .backa{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
	z-index: 10;
	background:url("../images/backa.png") no-repeat center center;
	background-size:100% 100%;
}
.book_banner .sharea{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	z-index: 10;
	background:url("../images/sharea.png") no-repeat center center;
	background-size:100% 100%;
}

.alert_flog{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	position: fixed;
	left:0;
	top:0;
	z-index:200;
	display:none;
}
.share_win{
	width:100%;
	position: fixed;
	left:0;
	bottom:0;
	z-index:220;
	background:#fff;
	padding:0.3rem 0;	
	display:none;
}
.share_win .bdsharebuttonbox{
	width:92%;
	display:flex;
	justify-content:space-between;
	padding-left:8%;
}
.share_win a{
	display:block;
	width:1.2rem !important;
	height:1.2rem !important;
	padding:0 !important;
	margin:0 !important;
	background-size:100% 100% !important;
	background-position:center center !important;
	float:none !important;
}
.share_win .bds_weixin{
	background-image:url("../images/share_wx.png");
}
.share_win .bds_sqq{
	background-image:url("../images/share_qq.png");
}
.share_win .bds_tsina{
	background-image:url("../images/share_sina.png");
}
.share_win .bds_qzone{
	background-image:url("../images/share_qzone.png");
}

.bv_head{
	padding:0.2rem 0.25rem;
	text-align: center;
}
.bv_head .t1{
	height: 0.6rem;
	line-height: 0.6rem;
	color:#0079d2;
}
.bv_head .tag{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.28rem;
}

.bv_cnt{
	padding:0.3rem;
	line-height: 0.54rem;
}
.bv_cnt img {
    width:100%;
}

.bv_handle{
	background:#f3f3f3;
	padding:0.2rem 0;
	text-align: center;
}
.bv_handle .btn{
	display:inline-block;
	width: 1.77rem;
	height: 0.66rem;
	line-height: 0.64rem;
	margin:0 0.2rem;
	font-size:0.32rem;
	background:url("../images/book1.png") no-repeat center center;
	background-size:100% 100%;
	color:#666;
}
.bv_handle .hover{
	color:#0079d2;
	background-image:url("../images/book1h.png");
}

.bv_con{
	display: none;
	padding:0.1rem 0.3rem 0.3rem 0.3rem;
	background:#fff;
}
.show{
	display: block;
}
.bv_con .in1{
	min-height:0.54rem;
	padding:0.1rem 0 0.1rem 1.56rem;
	position: relative;
	font-size:0.3rem;
	color:#666;
	border-bottom:1px solid #ccc;
}
.bv_con .tit{
	color:#0079d2;
	position: absolute;
	left: 0;
	top: 0.1rem;
}
.bv_con .nb{
	border:0 !important;
}
.bv_sign{
	display: block;
	width: 3rem;
	height: 0.93rem;
	line-height: 0.92rem;
	margin:0.2rem auto 0 auto;
	background:url("../images/bv_sign.png") no-repeat center center;
	background-size:100% 100%;
	font-size:0.34rem;
	text-align: center;
	color:#0079d2;
}

.bv_rec{
	position: relative;
	padding:0.26rem 0.1rem 0.2rem 0.76rem;
	border-bottom:1px solid #dcdcdc;
}
.bv_rec:last-child{
	border:0;
}
.bv_rec .name{
	height: 0.55rem;
	line-height: 0.55rem;
	color:#666;
    position: absolute;
	left: 0.64rem;
    top: 0.4rem;
}
.bv_rec .tip{
	line-height: 0.4rem;
	font-size:0.28rem;
    margin:0.1rem auto;
    margin-top:0.75rem;
}
.bv_rec .face{
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	border-radius:100%;
	position: absolute;
	left: 0;
	top: 0.4rem;
	overflow: hidden;
}
.bv_rec .face img{
	display: block;
	width: 0.55rem;
	height: 0.55rem;
}

.bv_rec .c_img{}
.bv_rec .c_reply{font-size:0.28rem;margin-bottom:0.1rem;margin-top:0.2rem;}
.bv_rec .info{font-size:0.28rem;color:#ccc;}
.bv_rec .info .good{float: right;color:#BABABA;padding-left: 0.4rem;background: url(../images/g-good.png) left center no-repeat;-webkit-background-size: 0.4rem auto;
background-size: 0.4rem auto;}
.bv_rec .info .good.on{background-image: url(../images/g-good-on.png);}


.bv_con .in2{
	height: 0.88rem;
	line-height: 0.88rem;
	border-bottom:1px solid #dcdcdc;
	padding-left:1.95rem;
	position: relative;
}
.bv_con .tit2{
	position: absolute;
	left: 0;
	top: 0;
}
.bv_con .tit2 em{
	color:#e43326;
	padding-right:0.15rem;
}
.bv_con .in2 .text{
	height: 0.88rem;
	border:0;
}
.bv_con textarea{
	height: 3.75rem;
	width: 100%;
	border-radius:0.15rem;
	border:0;
	background:#f3f3f3;
	resize:none;
	padding:0.2rem;
	line-height: 0.4rem;
	box-sizing:border-box;
}


.btbtn{
	display: block;
	width:92%;
	height:0.92rem;
	line-height:0.92rem;
	margin:0.3rem auto;
	background:#359FD8; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to right, #359FD8, #38C9F0);
	background:-moz-linear-gradient(to right, #359FD8, #38C9F0);
	background:-webkit-gradient(to right, #359FD8, #38C9F0);
	background:-o-linear-gradient(to right, #359FD8, #38C9F0);
	border-radius:0.1rem;
	color:#fff;
	text-align: center;
	font-size:0.36rem;
}

/**melist - begin**/
.me_item{
	display: block;
	height: 1.8rem;
	background:#fff;
	box-sizing:border-box;
	border-radius:0.1rem;
	box-shadow:0.05rem 0.05rem 0.05rem #ddd;
	padding:0.2rem;
	margin-top:0.25rem;
}
.me_item .photo{
	float: left;
	display: block;
	width: 2.34rem;
	height: 1.4rem;
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
}
.me_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.me_item .inf{
	width: 4.1rem;
	float: right;
}
.me_item .inf dt{
	height: 0.46rem;
	line-height: 0.46rem;
	font-size:0.32rem;
        overflow:hidden;
    text-overflow:ellipsis;
	-webkit-line-clamp:1;
}
.me_item .inf dd{
	height: 0.4rem;
	line-height: 0.4rem;
	color:#aaa;
	font-size:0.28rem;
}
.me_item .bt{
	height: 0.5rem;
	line-height: 0.5rem;
	clear: both;
}
.me_item .type{
	float: left;
	font-size:0.29rem;
	color:#52c4c4;
	padding-top:0.1REM;
}
.me_item .type2{
	color:#d90000;
}
.me_item .reada{
	float: right;
	display: block;
	width: 1.4rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	background:#008ccc;
	text-align: center;
	font-size:0.26rem;
	color:#fff;
}


.me_item2{
	display: block;
	height: 2.2rem;
	background:#fff;
	box-sizing:border-box;
	border-radius:0.1rem;
	box-shadow:0.05rem 0.05rem 0.05rem #ddd;
	padding:0.2rem;
	margin-top:0.25rem;
}
.me_item2 .photo{
	float: left;
	display: block;
	width: 2.34rem;
	height: 1.4rem;
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
}
.me_item2 .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.me_item2 .inf{
	width: 4.1rem;
	float: right;
}
.me_item2 .inf dt{
	height: 0.86rem;
	line-height: 0.46rem;
	font-size:0.32rem;
    overflow:hidden;
    text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

.me_item2 .bt{
	height: 0.5rem;
	line-height: 0.5rem;
	clear: both;
}
.me_item2 .type{
	float: left;
	font-size:0.29rem;
	color:#52c4c4;
	padding-top:0.1REM;
}
.me_item2 .type2{
	color:#d90000;
}
.me_item2 .vdate {
    height:0.29rem;
    text-align:center;
    display:block;
    float:none;
    margin:0.1rem auto;
    font-size:0.24rem;
    color:#aaa;
}
.me_item2 .reada{
	float: right;
	display: block;
	width: 1.4rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	background:#008ccc;
	text-align: center;
	font-size:0.26rem;
	color:#fff;
}

.me_item2 .readb{
	float: right;
	display: block;
	width: 1.4rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	background:#ccc;
	text-align: center;
	font-size:0.26rem;
	color:#fff;
}
.me_wp{
	margin-top:0.17rem;
	background:#fff;
	padding:0 0.25rem;
}
.me_in{
	min-height: 0.5rem;
	line-height: 0.5rem;
	padding:0.2rem 0;
	clear: both;
	border-bottom:1px solid #f5f5f5;
	font-size:0.32rem;
}
.me_in:last-child{
	border:0;
}
.me_in .tit{
	float: left;
}
.me_in .inf{
	float: right;
	width: 5.3rem;
	color:#999;
}
.me_in .inf2{
	color:#c0382d;
}
/*melist*/