* {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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, mark, audio, video, dialog, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    display: block;

}

/* ios默认文本框阴影 */

input[type=text], textarea {

    -webkit-appearance: none;

}

/* 低版本安卓文本框层级问题 */

input:focus {

    -webkit-user-modify: read-write-plaintext-only;

}

ol, ul, li, menu {

    list-style: none;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

}

html, body {

    font-size: 10px;

    line-height: 1;

    color: #303030;

}

html {

    -webkit-text-size-adjust: none;

    -ms-text-size-adjust: 100%;

}

body{

    max-width: 7.5rem;
    display: block;
    margin: 0 auto;
}

a, button, input {
    outline: 0 none;
    text-decoration: none;
}

img {
    border: 0 none;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;

}

.hide {
    display: none;
}

.lt{

    float: left;
}

.rt{
    float: right;
}

.cle{
    clear: both;
}

.cf:after { clear: both; content: ""; display: block; height: 0; overflow: hidden; visibility: hidden; zoom: 1;}



.listHead {
    display: block;
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    justify-content: space-between;
    background:#fff;
    padding: 0.35rem;
    border-bottom: 1px solid #f6f6f6;
    width: 100%;
    position: relative;
    align-items: center;
    z-index: 99;
}
.listHead_left{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items:center;
}
.listHead .listHeadLeft {
    width: 0.2rem;
    height: 0.35rem;
}
.listHeadRight{
    width: 0.4rem;
    margin-left: .46rem
}
.listHead .listHeadLeft2 {
    display:block;
    margin-left:.28rem;
    max-width:100%;
}

.listHead .listHeadLeft img,.listHead .listHeadRight img {
    display: block;
    width: 100%;
}

.listHead .listHeadCen {
    font-size: 0.34rem;
    color: #333333;
    font-weight: normal;
    /* margin-left: -.28rem; */
}

.listHead .indexHeadRight img {
    width: 0.36rem;
}

 .indexHeadTabs {
    position: absolute;
    width: 6.3rem;
    background-color: #f7f8f9;
    right: 0;
    font-size: 0;
    z-index: 99;
    /* height: 100%; */
    height: calc(100vh - 0.94rem);
}

 .indexHeadTabs .mb {
    position: absolute;
    z-index: 3;
    width: 7.5rem;
    top: 0;
    left: -1.2rem;
    height: 100%;
}

 .indexHeadTabs .headTabsBox {
    position: relative;
    z-index: 4;
    height: 100%;
}
.indexHeadTabs .headTabsBox .gray{
    width: 4.15rem;
    position: absolute;
    bottom:0;
    left:0;
}

 .indexHeadTabs .HeadTabsCen {
    padding: 0.28rem 0.21rem;
    width: 4.15rem;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 94%;
    vertical-align: top;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
}

 .indexHeadTabs .HeadTabsCen dl {

    font-size: 0;

}

 .indexHeadTabs .HeadTabsCen dl dt {

    font-size: 0;

    margin-bottom: 0.2rem;

}

 .indexHeadTabs .HeadTabsCen dl dt i {

    width: 2px;

    height: 0.25rem;

    background-color: #999999;

    display: inline-block;

    *zoom: 1;

    *display: inline;

    vertical-align: middle;

}

 .indexHeadTabs .HeadTabsCen dl dt span {

    font-size: 0.26rem;

    color: #666666;

    display: inline-block;

    *zoom: 1;

    *display: inline;

    vertical-align: middle;

    margin-left: 0.05rem;

}

 .indexHeadTabs .HeadTabsCen dl dd {

    display: -moz-box;

    /* 老版本语法: Firefox (buggy) */

    display: -webkit-flex;

    /* 新版本语法: Chrome 21+ */

    display: flex;

    /* 新版本语法: Opera 12.1, Firefox 22+ */

    justify-content: space-between;

    flex-wrap: wrap;

}

 .indexHeadTabs .HeadTabsCen dl dd a {

    margin-bottom: 0.2rem;

    width: 1.65rem;

    line-height: 0.45rem;

    text-align: center;

    font-size: 0.24rem;

    color: #666666;

    border: 1px solid #999999;

    -webkit-border-radius: 0.23rem;

    -moz-border-radius: 0.23rem;

    border-radius: 0.23rem;

    display: inline-block;

    *zoom: 1;

    *display: inline;

    vertical-align: middle;

}

 .indexHeadTabs .HeadTabsNav {

    width: 2.15rem;

    height: 100%;

    background-color: #eff0f1;

    display: inline-block;

    *zoom: 1;

    *display: inline;

    vertical-align: top;

    padding: 0.3rem 0;

    min-height: 7.3rem;
    position: relative;

}

 .indexHeadTabs .HeadTabsNav ul li {
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.1rem;
    line-height: 0.7rem;
}

 .indexHeadTabs .HeadTabsNav ul .active {

    display: block;

    background-color: #f7f8f9;

    color: #ff9d00;

}

 .indexHeadTabs .HeadTabsNav .navSeek {

    text-align: center;

    font-size: 0;

    width: 1.86rem;

    display: block;

    margin: 0.2rem auto 0;

    background-color: #ff9d00;

    -webkit-border-radius: 0.24rem;

    -moz-border-radius: 0.24rem;

    border-radius: 0.24rem;
    position: absolute;
    bottom: 1rem;
    left: 52%;
    transform: translateX(-50%);

}

 .indexHeadTabs .HeadTabsNav .navSeek img {

    width: 0.28rem;

    height: 0.28rem;

    display: inline-block;

    *zoom: 1;

    *display: inline;

    vertical-align: middle;

}

 .indexHeadTabs .HeadTabsNav .navSeek span {

    font-size: 0.26rem;

    color: #ffffff;

    display: inline-block;

    *zoom: 1;

    *display: inline;

    vertical-align: middle;

    margin-left: 0.1rem;

    line-height: 0.48rem;

}



.bannerCen {

    margin: 0.2rem 0;

    width: 7.5rem;

    padding: 0;

}

.bannerCen .swiper-slide{

    width: 7.5rem;

}

.bannerCen .swiper-slide img {

    width: 7.5rem;

}

/* 遮罩 */
.mfloor{
    display: none;
    max-width: 7.5rem;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0.94rem;
    left: 0;
    margin:0 auto;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}



