﻿@charset "utf-8";
html{font-size: 40px;}
@media only screen and (min-width: 320px) and (max-width:420px) {	html{font-size: 40px;}}
@media only screen and (min-width: 420px) and (max-width:640px){	html{font-size: 45px;}}
@media only screen and (min-width: 640px) {	html{font-size: 50px;}}
* {	
	margin: 0;    
	padding: 0;
  	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
    font-family: '微软雅黑','Microsoft Yahei','hiragino sans gb w3','Arial';
    outline: none;
    font-size: 0.3rem;
    color: #282828;
}
body {    margin: 0 auto; 	max-width:640px;   background-color: #f2f3f5;        min-width: 320px;	width: 100%;	height: 100%;}
input,select {  -webkit-appearance: none;}
img {    border: 0px;}
a {    display: block;    -webkit-tap-highlight-color: transparent;    text-decoration: none;    overflow: hidden;}
li {    list-style: none;}
.content_body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}
input,select,button {    font-size: 100%;    font-family: inherit;}
input[type=checkbox],input[type=radio] {
    font-family: "iconfont" !important;
    background: none;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none!important;
    border: 0;
    outline: 0!important;
    line-height: .6rem;
    width: .6rem;
    height: .6rem;
    text-align: center;
    overflow: hidden
}
input[type=checkbox]:before {
    font-size: .4rem;
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-text-stroke-width: .2px;
    content: "\e630";
    color: #999999;
}
input[type=checkbox]:checked:before {
    content: "\e627";
    color: #11CD6E;
}
input[type=radio]:before {
    font-size: .6rem;
    font-weight: 400;
    -webkit-text-stroke-width: 0;
      content: "\e632";
    color: #11CD6E;
    -webkit-appearance: none;
}
input[type=radio]:checked:before {
   content: "\e631";
    color: #11CD6E;
    font-size: .6rem;
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-text-stroke-width: 0
}
.split-border{    clear: both;    height: 0.25rem;    background: inherit;}
.ellipsis{    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;}
.clear{clear: both;}

/*head*/
.appheader{background: #18c8be ;    height: 1.1rem;   overflow: hidden;    width: 100%;    z-index: 100;    display: table;
    position: fixed;    top: 0;    left: 0; table-layout: fixed;}
.appheader .back{display: table-cell;  width: 1.1rem;     vertical-align: middle; 
line-height: 1.1rem;font-size: 0.5rem; color: #fff;}
.appheader .title{ color: #fff ; display: table-cell;    font-size: 0.4rem;    text-align: center;    vertical-align: middle;}
.appheader .title a{color:#fff;font-size:0.4rem;}

.appheader .menu{display: table-cell;    width: 1rem;    text-align: center;    vertical-align: middle;font-size: 0.6rem; color: #fff;}
/*footer*/
footer *{ color: #888888;}
footer{border-top: 1px solid #d7d7d7; background: #FFFFFF; }
footer .footer_box{  margin: 0 0.2rem; padding: 0.2rem 0;}
footer .erweima_box .erweima{display: table;  width: 100%;  table-layout: fixed;}
footer .erweima_box .erweima .img{display: table-cell;  vertical-align: middle;  width: 2.2rem;  text-align: center;}
footer .erweima_box .erweima .img img{width: 90%;}
footer .erweima_box .erweima .msg{  display: table-cell;  vertical-align: middle;}
footer .erweima_box .erweima .msg .tel{ color: #282828;}
footer .erweima_box .erweima .msg p{  text-align: center; line-height: 0.6rem;}
footer .erweima_box .erweima .msg p img{  width: 80%;  max-width: 250px;}
footer .erweima_box .erweima .msg p a{  display: inline;  padding: 0 0.2rem;}
@media only screen and (max-width:340px){
	footer .erweima_box .erweima .msg p a:first-child{padding-left: 0;}
	footer .erweima_box .erweima .msg p a{padding: 0 0.1rem;}
}
footer .erweima_box .erweima .msg .arrow{position: relative;  text-align: left;  padding-left: 0.6rem;  padding-top: 0.1rem;}
footer .erweima_box .erweima .msg .arrow .icon_rotate_point{ 
position: absolute;	background: url(../../images/icons/icon_rotate_point.png) no-repeat;
width: 1rem;  height: 1rem;  background-size: 100%;  left: 0;  top: -0.45rem;	}
footer .mode_type{  display: table;  table-layout: fixed;  width: 100%;  margin-top: 0.2rem;  border-top: 1px solid #d7d7d7;}
footer .mode_type a{  display: table-cell;  padding: 0.6rem 0;  text-align: center;  vertical-align: middle;}
footer .mode_type a i.iconfont{  font-size: 0.8rem;  border: 1px solid #d7d7d7;  border-radius: 50%;  position: absolute;
   left: 0;  height: 1.2rem;  width: 1.2rem;  line-height: 1rem;  top: -0.325rem;}
footer .mode_type a.active i.iconfont{ border-color:#282828 ; color: #282828;}
footer .mode_type a span{position: relative; font-size: 0.4rem;  padding-left: 1.4rem;}
footer .mode_type a.active span{ color: #282828;}
footer .web_description{  border-top: 1px solid #d7d7d7;  line-height: 0.8rem;  padding-bottom: 0.2rem;}
footer .web_description a{float:left; }
footer .web_description span:first-child{  padding-left: 0.2rem;}
footer .web_description span:last-child{float: right;  padding-right: 0.2rem;}
/*通用*/
em,i{  font-style: normal; font-weight: normal;}
/*内容*/
body{background: #f2f3f5;}
.content{ margin-top: 1.1rem; }
/*搜索框*/
.search{  position: relative;  padding: 0.2rem 0.4rem;  background: #f8f8f8;  border-bottom: 1px solid #d7d7d7;}
.search a{  height: 0.8rem;line-height: 0.8rem;  width: 100%;  border: 1px solid #d7d7d7;  border-radius: 5px;text-indent: 0.3rem;}
.search input[type=text]{  height: 0.8rem;  width: 100%;  border: 1px solid #d7d7d7;  border-radius: 5px;text-indent: 0.3rem;}
.search i.iconfont{  position: absolute;  top: 0.35rem;  right: 0.6rem;  color: #18c8be; font-weight: 400;}
/*翻页*/
.page{line-height: 1rem;  text-align: center;  background: #fff;  border-bottom: 1px solid #d7d7d7;}
.page a{display: inline;}
.page a .iconfont{font-size: 0.5rem;  color: #888888;}
.page #prev{ margin-right: 0.1rem;}
.page #next{margin-left: 0.1rem;}
.page input[type=text]{  border: 1px solid #d7d7d7;  text-align: center;  width: 0.6rem;  margin: 0 0.1rem;  color: #F6908E;}
.page .msg{color: #888888; font-size: 0.4rem;}
.page .msg em{  font-style: normal;color: #F6908E; font-size: 0.35rem;}
/*导航*/
.bg_white{background: #ffffff;} 
.nav_list{  /*display: table;*/ display: none;  width: 100%;  table-layout: fixed;  line-height: 1rem;  border-collapse: collapse;    background: #565656;}
.nav_list li{ position: relative; display: table-cell; font-size: 0.35rem;  color: #FFFFFF; text-align: center;  border-top: 0;}
.nav_list li:last-child{  border-right: 0;}
.nav_list li:first-child-child{  border-left: 0;}
.nav_list li a{color: #FFFFFF;  font-size: 0.35rem;}
.nav_list li:hover{/* border-bottom-color:#FFFFFF;*/background: #000000; }
.nav_list li.hover,.nav_list li.hover a,
.nav_list li.hover em,.nav_list li.hover .iconfont{color: #FFFFFF;}
.nav_list li .iconfont{  font-size: 0.35rem;  margin-left: 0.1rem;  color: #FFFFFF;}
.nav_list li .iconfont.f_size_4{font-size: 0.4rem;    line-height: 0.35rem;}
.fl{float:left;}
.recommend_content{clear:both;}
.hot_recommend .nav_position a{font-size: 0.35rem;color: #888;}
.nav1{width: 100px;display: inline;}
.hot_recommend{background-color: #fff; padding: 0 0.2rem;    border-top: 1px solid #d7d7d7;    }
.hot_recommend .nav_position{line-height: 0.8rem;font-size: 0.35rem;color: #ddd; }
.hot_recommend .nav_position span{margin-left: 0.1rem;color: #888; font-size: 0.35rem;}
.recommend_content .title{border-left: 0.1rem #18c8be solid;text-indent: 0.125rem;font-size: 0.35rem;margin: 0.2rem 0;}
.recommend_content .recommend_content_list .img_title_item {float:left;width: 33.33%;padding: 0 0.1rem 0.2rem 0.1rem;}
@media only screen and (min-width:640px ) and (max-width:980px ) {	.recommend_content .recommend_content_list .img_title_item{width:20%}	}
@media only screen and (min-width:980px ) {	.recommend_content .recommend_content_list .img_title_item{width:10%}	}
.recommend_content .recommend_content_list .img_title_item .img img{display: block;width: 100%;margin: 0 auto;}
.recommend_content .recommend_content_list .img_title_item .name{line-height: 0.6rem;font-size: 0.35rem;text-align: center;color: #666666;}
.recommend_content .hot_tag_list li{float: left;width: 25%;padding: 0 0.05rem 0.2rem 0.05rem;}
.recommend_content .hot_tag_list li a{font-size: 0.3rem;color: #666666;text-align: center;padding: 0.05rem;border: 1px solid #d7d7d7;border-radius: 0.4rem;}
.recommend_content .hot_tag_list li .a_bs{color:#f15350;}
