/*
* @Author: taotao.zhang
* @Date:   2018-06-13 15:48:24
* @Last Modified by:   taotao.zhang
* @Last Modified time: 2018-06-13 17:23:40
*/
/*v20180615版本公用样式*/
/*初始化css*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    /*font-family: -apple-system-font, "Helvetica Neue", sans-serif; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
}

i {
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.hidden {
    display: none;
}

.overflow {
    overflow: hidden;
}

.btn {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*导航栏*/
.nav_wrap{
    position: relative;
    height: 4.2rem;
    width: 100%;
    margin-top: 6rem;
}
.nav_wrap.show_pindao{
    position: fixed;
    left: 0;
    top:1.3rem;
    z-index: 1000;
}
.nav_tit{
    position: relative;
    z-index: 999;
    width: 100%;
    text-align: center;
    height: 4.2rem;
    line-height: 4.2rem;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.nav_tit .nav_txt_info{
    float: left;
    padding-left: 1.2rem;
    border-left: 1px solid #e4e4e4;
    height: 2rem;
    margin-top: 1.1rem;
    line-height: 2rem;
}
.nav_tit .nav_txt_info a{
    display: inline-block;
    float: left;
    font-size: 1.85rem;
    color: #333;
}
.nav_tit .nav_txt_info img{
    float: left;
    width: 0.67rem;
    margin: 0.5rem 0.82rem 0;
}
.nav_tit .nav_left{
   	float: left;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    margin: 1.2rem 0.7rem 0 1.7rem;
}
.nav_tit .nav_left img{
    display: inline-block;
    width: 1.98rem;
    vertical-align: top;
}
.nav_tit .nav_txt{
    display: inline-block;
    font-size: 1.7rem;
    color: #333333;
}
.nav_tit .nav_right{
    float: right;
    width: 1.8rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    margin: 1.2rem 1.7rem 0 0;
}
.nav_tit .nav_right img{
    width: 1.7rem;
    display: inline-block;
    vertical-align: top;
}
.pindao_mask{
    position: absolute;
    left: 0;
    top:4.2rem;
    width: 100%;
    height: 100%;
    display: none;
}
.mask{
    position: fixed;
    left: 0;
    top:0;
    z-index: 888;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);

}
.pindao_mask.show{
    display: block;
}
.pindao_box{
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    top: 0rem;
}
.pindao_box .pdtit{
    padding: 0 1.7rem 0;
    font-size: 1.9rem;
    color: #333333;
    height: 4rem;
    line-height: 4rem;
}
.pindao_box .pdtit span{
    font-size: 1.2rem;
    color: #999999;
    margin-left: 1rem;
}
.pindao_box .pdtit .pdclose{
    float: right;
    height:100%;
    width: 2rem;
    text-align: center;
}
.pindao_box .pdtit .pdclose img{
    width: 1.2rem;
    display: inline;
    margin-left: .5rem;
}
.pindao_box .pdcont{
    padding: 0 1.7rem;
}
.pindao_box .pdcont ul li{
    float: left;
    width: 23%;
    height: 3.1rem;
    line-height: 3.1rem;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin-right: 2.6%;
    margin-bottom: 1.2rem;
    border-radius: 6px;
}
.pindao_box .pdcont ul li a{font-size: 1.6rem;color: #333333;}
body.no_scroll,html.no_scroll{
    overflow:hidden;
    height: 100%;
}
.main-menu{
    background: #f4f4f4;
    position: relative;
}
.swiper-container{}

#firstMenu .swiper-slide a {
    text-align:center;
    display:block;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    color: #999999;
    font-weight: normal;
    padding-right: 1.5rem;
}
.first-menu{
    width: 88%;
}
.first-menu .swiper-slide{
     width: auto !important;
}
.sub-menu{

    background: #ffffff;
}
#firstMenu .bar {
    width:50px;
    height:3px;
    position:absolute;
    bottom:0px;
}
#firstMenu .bar .color {
    width:50px;
    margin:0 auto;
    height:3px;
    background:#ff4891;
}
.main-menu .toggle-menu-down{
    position: absolute;
   	top: 0.9rem;
    right: 1.5rem;
    width: 1.5rem;
    height: 2rem;
    background-color: #f4f4f4;
    z-index: 99;
    background-image: url(//www-static.zhan.com/web/mobile/static/v20180615/images/index/down-icon.png);
    background-size: 1rem 0.6rem;
    background-repeat:no-repeat;
    background-position: center center;
}
.main-menu .toggle-menu-up{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.virtual-menu{
    display: none;
}
.virtual-menu ul{
    margin: 0 auto;
    padding:0.4rem 0.4rem 0.4rem 1.1rem;
}
.virtual-menu ul li{
    text-align: center;
    display: inline-block;
    line-height: 2.7rem;
    width: auto;
    padding: 0 0.8rem;
    float: left;
}
.virtual-menu ul li a{
    color: #999999;
    font-size: 1.5rem;
    display: block;
}
.menuHide{display: none;}
.virtual-menu ul li a.active-menu {
    color: rgb(51,51,51);
    font-weight: bold;
}
.erji-menu{
    padding:1.2rem 0 1.2rem 1.7rem;
    background-color: #fff;
}
.erji-menu .swiper-slide{padding-right: 1.1rem;}
/*.erji-menu .swiper-wrapper .swiper-slide:first-child{width:1.58rem !important;}*/
.erji-menu .default-target a{
    background:#ec6046;
    border:1px solid #ec6046;
    color:#ffffff;
}
.erji-menu a{
    display: block;
    text-align: center;
    height: 2.8rem;
    line-height: 2.8rem;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #999999;
    font-size: 1.3rem;
    padding: 0 0.6rem;
}
#firstMenu .swiper-slide a.firstmenuOn{
    color:#333333; font-weight:bold;
}
.zhan_wrap_m {
    min-height:100vh;
    background-color: #F6F6F6;
}