﻿/*通用类*/
*{
	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:#f6f6f6;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	-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;	
}


.banner{
	width:100%;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#ccc;
}
.banner .swiper-pagination-bullet-active{
	background:#d43e35;
}


.h_header{
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size:0.28rem;
}
.h_banner{
	display: block;
	width: 7.2rem;
	margin:0 auto;
}
.h_search{
	padding:0.15rem;
}
.h_search dt{
	font-size:0.28rem;
	font-weight: bold;
	color:#000;
	line-height: 1.6;
}
.h_search dd{
	color:#999;
	line-height: 1.8;
}
.h_search select{
	display: block;
	width: 33%; margin-right:0.1em; float:left;
	height: 0.7rem;
	border:1px solid #eee;
	border-radius:0.1rem;
	margin-bottom:0.1rem;
	padding:0 0.2rem;
	background:#fff url("../images/sel.png") no-repeat 97% center;
	background-size:auto 50%;
}
.h_list{
	padding:0 0.15rem;
}
.h_item{
	padding:0.15rem;
	border-radius:0.15rem;
	background:#fff;
	display: block;
	margin-bottom:0.15rem;
}
	.h_item .photo {
		display: block;
		width: 2.4rem;
		height: 3.5rem;
		border-radius: 0.1rem;
		float: left;
	}
.h_item .photo img{
	display: block;
	width: 2.4rem;
	height: 2rem;
}
.h_item .intro{
	width: 4.2rem;
	float: right;
	position: relative;
}
.h_item .name{
	line-height: 1.8;
	font-size:0.28rem;
}
.h_item .name .nm{ border-radius:1rem; color:#fff; background:#FF0000; padding:0.03rem 0.2rem; font-weight:bold}
.h_item .tip{
	color:#999;
	line-height: 1.6;
	font-size:0.2rem;
	padding:0.05rem 0;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	margin-bottom:0.1rem;

}
.sou{ padding:0.1rem; background:#eee; margin-bottom:0.1rem; padding:0.1rem}
.inp{ border:#ddd solid 1px; border-radius:0.3rem; padding:0.1rem; background:url(../images/f.png) no-repeat left center #fff; background-position:0.2rem 0.14rem; padding-left:0.6rem; background-size:0.3rem}
.h_item .pos{
	line-height: 2; font-size:0.22rem; border-radius:1rem; float:left; padding:0 0.1rem;border:#CC9933 solid 1px; 
}
.h_item .read {

	position: absolute;
	right: 0;
/*	bottom: 0.1rem;*/
margin-top:.5rem;
	padding-left: 0.3rem;
	background: url("../images/read.png") no-repeat left center;
	background-size: auto 0.3rem;
}


 .jbtn {
	position: absolute;
	width: 1.3rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.25rem;
	text-align: center;
	color: #ff8080;
	border: 2px solid #ff8080;
	margin-left:0.3rem
}

.sd_header{
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size:0.28rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background:#fff;
}
.sd_header .backa{
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url("../images/back.png") no-repeat center center;
	background-size:auto 0.3rem;
}
.sd_zw{
	height: 1rem;
	clear: both;
}
.sd_toper{
	padding:0.2rem 0.2rem 0.5rem 0.2rem;
	position: relative;
}
.sd_toper .photo{
	float: left;
	display: block;
	width: 1.15rem;
	height: 1rem;
	border-radius:0.1rem;
	overflow: hidden;
}
.sd_toper .photo img{
	display: block;
	width: 1.15rem;
	height: 1rem;
}
.sd_toper dl{
	float: right;
	width: 5.5rem;
}
.sd_toper dt{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.28rem;
	font-weight: bold;
}
.sd_toper dd{
	line-height: 0.4rem;
}
.sd_toper .joina{
	position: absolute;
	width: 1.3rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.25rem;
	text-align: center;
	color:#ff8080;
	border:2px solid #ff8080;
	position: absolute;
	right: 0.3rem;
	top: 0.4rem;
}
.sd_toper .joinaa{
	
width: 1.4rem; padding:0.2em;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    background: #ff2c29;
    border-radius: 0.27rem;
    color: #fff;
	
}
.sd_fm{
	padding:0 0.25rem 0.25rem 0.25rem;
}
.sd_fm .title{
	width: 1.4rem;
	height: 0.54rem;
	line-height: 0.54rem;
	text-align: center;
	background:#ff2c29;
	border-radius:0.27rem;
	color:#fff;
}
.sd_fm .t1{
	font-size:0.26rem;
	font-weight: bold;
	line-height: 3;
	padding:0 0.2rem;
	color:#000;
}
.sd_fm .date{
	line-height: 3;
	padding:0 0.2rem;
	color:#ff2c29;
	font-size:0.26rem;
	font-weight: bold;
}
.sd_fm .tip{
	font-size:0.2rem;
	padding:0 0.2rem;
}
.sd_fm .full{
	display: block;
	width: 100%;
	height:auto;
}
.sp_toper{
	padding:0 0.6rem 0.6rem 0.6rem;
}
.sp_toper .tps{
	padding:0.4rem;
}
.sp_toper .tps img{
	float: left;
	display: block;
	width: 1.16rem;
	height: 1rem;
	border-radius:0.1rem;
	margin-right:0.2rem;
}
.sp_toper .name{
	line-height: 1rem;
	font-size:0.3rem;
	font-weight: bold;
}
.sp_toper .fk{
	height: 1.5rem;
	line-height: 1.5rem;
	border:1px solid #888;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
}
.sp_toper .num{
	width: 100%;
	line-height: 1.5rem;
	border:0;
	background:none;
	font-size:0.5rem;
	text-align:right;
	padding:0 0.3rem;
	box-sizing:border-box;
}
.sp_toper .tit{
	position: absolute;
	left: 0.3rem;
	top: 0;
	font-size:0.26rem;
	color:#666;
	line-height: 1.5rem;
	z-index: 10;
}
.keys{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background:#f6f6f6;
	border-top:1px solid #c1c1c1;
	overflow: hidden;
}
.keys .btn{
	float: left;
	width: 25%;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	margin:-1px 0 0 -1px;
	font-size:0.5rem;
}
.keys .back{
	background:url("../images/back2.png") no-repeat center center;
	background-size:auto 0.34rem;
}
.keys .ok{
	width: 25%;
	height: 3.6rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	background:#04be02;
	color:#fff;
}
.keys .ok span{
	display: block;
	line-height: 0.48rem;
	font-size:0.3rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-0.48rem;
	width: 100%;
	text-align: center;
}

.get_fm{
	padding:0 0.8rem 0.8rem 0.8rem;
}
.get_tps{
	padding:0.44rem 0;
	border-bottom:1px solid #c2c2c2;
}
.get_tps img{
	display: block;
	float: left;
	width: 1.2rem;
	height: 1rem;
}
.get_tps .name{
	float: left;
	line-height: 1rem;
	padding-left:0.3rem;
	font-size:0.3rem;
}
.get_code{
	text-align: center;
	padding:0.45rem 0 0 0;
}
.get_code img{
	display: block;
	width: 3.13rem;
	height: 3.13rem;
	margin:0 auto;
}
.get_code dd{
	font-size:0.32rem;
	line-height: 1.1rem;
}

.ap_banner{
	display: block;
	width: 100%;
	height:auto;
}

.ap_fm{
	padding:0.3rem;
}
.ap_title{
	height: 0.74rem;
	line-height: 0.74rem;
	position: relative;
	padding:0 0.26rem;
	color:#ff2c29;
}
.ap_title i{
	display: block;
	width: 0.1rem;
	height: 0.3rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-0.15rem;
	background:#ff2c29;
}
.ap_in{
	min-height: 0.9rem;
	position: relative;
	border-bottom:1px solid #d8d8d8;
	padding-left:1.7rem;
}
.ap_in .tit{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 0.9rem;
}
.ap_in .tit em{
	color:#ff2c29;
	padding-right:0.1rem;
}
.ap_in .text{
	width: 100%;
	height: 0.9rem;
	border:0;
	background:none;
}
.ap_in .sel{
	width: 100%;
	height: 0.9rem;
/*	position: absolute;*/
/*	right: 0;
	top: 0;*/
	text-align:left;
	box-sizing:border-box;
/*	padding:0 0.5rem;*/
	background:none;
	color:#a1a1a1;
	background:url("../images/sel2.png") no-repeat right center;
	background-size:auto 0.4rem;
}
.ap_in .sel option{
	direction:rtl;
}
.ap_up{
	float: left;
	width: 2rem;
	text-align: center;
	padding-top:0.35rem;
}
.ap_up .add{
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border:1px dashed #bbc8d8;
	margin:0 auto;
	border-radius:0.1rem;
	background:url("../images/add.png") no-repeat center center;
	background-size:0.5rem 0.5rem;
	position: relative;
	overflow: hidden;
}
.ap_up .add img{
	display: none;
	width: 1.25rem;
	height: 1.25rem;
}
.ap_up .tip{
	line-height: 3;
	color:#898989;
}
.ap_in .changea{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.9rem;
	color:#999;
	padding-left:0.24rem;
	background:url("../images/changea.png") no-repeat left center;
	background-size:auto 0.2rem;
}
.ap_rem{
	height: 0.8rem;
	line-height: 0.8rem;
	color:#999;
}
.ap_rem .chk{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	float: left;
	margin:0.27rem 0.1rem 0 0;
}
.ap_rem a{
	color:#f55955;
}
.ap_send{
	display: block;
	margin:0.2rem 0;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size:0.3rem;
	color:#fff;
	text-align: center;
	border-radius:0.1rem;
	background:#f55955;
}

.pages {
	margin-top: 2em;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.8em;
}

	.pages a, .pages span {
		margin: 5px 3px;
		padding: 0 7px;
		display: inline-block;
		border: 1px solid #ddd;
	}

		.pages span.cpb {
			color: #fff;
			font-weight: bold;
			background-color: #eb4255;
			border: 1px solid #eb4255;
		}

		.pages a:hover {
			background-color: #E61636;
			color: #fff;
			border: 1px solid #E61636;
			text-decoration: none;
		}
