@charset "gb2312";
/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
}

body {
	/*min-width: 320px;
	font-size: 14px;*/
	color: #666666;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
*{margin: 0; padding: 0;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}



/*RESET the FORM*/
/*fieldset { border: 0!important;}
input, button, textarea, select { 
	font-size:100%; 
	outline:none; 
	resize:none; 
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input, textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder, textarea:-moz-placeholder { color: #999999;}
input::-moz-placeholder,textarea::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999999;}

*/
input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
input::-moz-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
input::-ms-input-placeholder {
	color: #ccc;
	font-size: 14px;
}
/*获得焦点*/
input:focus{
    background: #FFFFFF;
    border: 1px solid #f00;
     /* 解决input按钮自动填充后 浏览器渲染的默认背景问题 */
    /*box-shadow: inset 0 0 0 1000px #FFFFFF!important;*/
}
input:hover{

}
input:blur{

}

/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}




.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}
.shadow{
	-o-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-ms-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-moz-box-shadow:0 0 30px rgba(229,229,229,.5); 
	-webkit-box-shadow:0 0 30px rgba(229,229,229,.5); 
	box-shadow:0 0 30px rgba(229,229,229,.5); 
}










/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-head {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 999;
	padding: 0.3rem 0;
	padding: 0.4rem 0 0.4rem 0.32rem;
	text-align: center;
	background: #fff;
	background: #fb6e52;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.06);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.06);
	box-shadow:0 3px 6px rgba(0,0,0,.06);

	display: flex;
    align-items: center;
    justify-content: flex-start;
    /*justify-content:space-between;*/

}
.mb-logo {
	/*width: 4.32rem;
	height: 0.53rem;*/
	width: 3.8rem;
	height: 0.7rem;
	display: inline-block;
	/*margin: 0 auto;*/
	float: left;
	margin-right: auto;
}
.mb-logo img{
	width: 100%;
	display: block;
	/*height: 1rem;*/
}
.mb-nav-ico {
	position: absolute;
	right: 0.4rem;
	top: 50%;
	margin-top: -0.25rem;
    width: 0.666666rem;
    height: 0.5rem;
}

.mb-nav-ico .line {
	position: absolute;
	left: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: #999;
	transition: all 0.3s ease-in-out;
}

.mb-nav-ico .line:nth-child(1) { top: 0;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top: -1px;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}

.mb-nav-ico.active .line:nth-child(2){
  opacity: 0;
}

.mb-nav-ico.active .line:nth-child(1){
  top: 50%; margin-top: -1px;
  transform: rotate(-45deg);
}

.mb-nav-ico.active .line:nth-child(3){
  top: 50%; margin-top: -1px;
  transform: rotate(45deg);
}


/* ========== */
/* = MENU = */
/* ========== */
.mb-menu { 
	position: fixed;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding: 20px 1.066666rem;
	background: #101011;
	overflow-y: scroll;
}
.mb-menu li a {
	position: relative;
	display: block;
	height: 1.266666rem;
	line-height: 1.253333rem;
	color: #fff;
	font-size: 0.43rem;
	border-bottom: 1px solid #303030;
}

.mb-menu li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	margin-top: -.16rem;
	width: 0.2rem;
	height: 0.32rem;
	background: url(../images/mb_arrow.png) no-repeat;
	background-size: cover;
}
.mb-menu li div a{
	background: none;
	padding-left: 20px;
}
.mb-menu li div a::after{
	display: none;
}

.mb-menu-search {
	position: relative;
	padding-left: 0.8rem;
	height: 1.266666rem;
	border-bottom: 1px solid #303030;
}

.mb-menu-search .ipbtn {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.186666rem;
	display: block;
	width: 0.36rem;
	height: 0.373333rem;
	line-height: 0;
	font-size: 0;
	border: 0;
	background: url(../images/mb_search.png) no-repeat center;
	background-size: cover;
}

.mb-menu-search .iptxt {
	padding: 0.466666rem 0;
	height: 1.253333rem;
	line-height: 0.32rem;
	border: 0;
	color: #fff;
	font-size: 0.32rem;
	background: none;
}

.mb-menu-search .iptxt::-webkit-input-placeholder { 
	color: #fff; 
} 
.mb-menu-search .iptxt:-moz-placeholder { 
	color: #fff; 
} 
.mb-menu-search .iptxt::-moz-placeholder { 
	color: #fff; 
} 
.mb-menu-search .iptxt:-ms-input-placeholder { 
	color: #fff; 
} 










/*search*/
.search{
position: relative;
/*width: 3.2rem;*/
height: 0.9rem;
/*border:#f00 solid 1px;*/
display: inline-block;
float: right;
margin-right: 0.4rem;
border-radius: 0.4rem;

}
.search .searchtxt{
display: inline-block;
float: left;
width: 3.2rem;
height: 0.9rem;
line-height: 0.9rem;
border-radius: 0.4rem;
/*background: #fff;*/
}
.search .searchtxt input{
width: 3.2rem;
height: 0.9rem;
line-height: 0.9rem;
border-radius: 0.4rem;
background: #fff;
border:#fb6e52 solid 1px;
padding-left: 0.4rem;
padding-right: 1rem;
}
.search .searchbut{
position: absolute;
right: 0.09rem;
top: 0.09rem;
width: 0.72rem;
height: 0.72rem;
border-radius: 100%;
z-index: 1;
background: #ffa08d;
display: flex;
align-items: center;
justify-content: center;
}
.search .searchbut img{
width: 0.37rem;
height: 0.37rem;
display: block;
}





.foot{
  width: 100%;
  margin-top: 0.4rem;
  background: #fff;
  float: left;
}
.foot .footinfo{
  width: 100%;

  padding:0.33rem 0.4rem 0.8rem;
  float: left;
}
.foot .footinfo p{
  font-size: 0.24rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  color: #333333;
  line-height: 0.5rem;
  text-align: left;
}
.foot .boot{
  width: 100%;
  background: #eee;
  height: 0.67rem;
  line-height: 0.67rem;
  float: left;
}
.foot .boot p{
  text-align: center;
  font-size: 0.24rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  color: #333333;
}






#kefu_panel{
    position: fixed;
    top: 8rem;
    right: 0.1rem;
    width: 1.2rem;
    height: 2.8rem;
    overflow: hidden;
  }
  #kefu_panel a{
    width: 100%;
    float: left;
    margin-bottom: 0.2rem;
  }
  #kefu_panel a img{
    width: 100%;
    display: block;
  }




.yema{
  width: 100%;
  padding:1rem;
  background: #fff;
  padding: 0.3rem 0rem 1rem;
  float: left;
}
.page{
  width: 80%;
  background: #fff;
  margin:0 auto;
  text-align: center;
  font-size: 0.21rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  color: #666666;
  /*float: left;*/
  clear: both;
}
.pagination{
  width:100%;
  /*border: #f00 solid 1px;*/
}
.pagination li{
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  float: left;
  border:1px solid #e2e2e2;
  margin-right: 0.2rem;
  /*border: #f00 solid 1px;*/
}
.pagination li a{
  font-size: 0.32rem;
    font-weight: 400;
    color: #343434;
}
.pagination .disabled span{
  color: #ccc;
}
.pagination .active{
  background: #fb6e52;
  color: #fff;
  font-weight: normal;
  border:1px solid #fb6e52;
}
.pagination .active span{
  font-size: 16px;
}