@charset "utf-8";
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Microsoft YaHei";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

html {
    font-size: 100px;
}

.zheDang {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
}

/* 头部样式 */
.header-box {
    width: 100%;
    height: 0.88rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}

.header {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.header .logo {
    float: left;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.14rem;
    background: url(../../static/picture/wlogo.png) no-repeat center;
    background-size: contain;
}

.header-text {
    float: left;
    margin-left: 0.2rem;
    margin-top: 0.16rem;
}

.header-text .p1 {
    font-size: 0.32rem;
    color: #333;
    line-height: 1.2;
}

.header-text .p2 {
    font-size: 0.24rem;
    color: #666;
    line-height: 1.2;
    margin-top: 0.06rem;
}

.header-btn {
    float: right;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.18rem;
    margin-right: 0.1rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border: 0.02rem solid #333;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btn .pic {
    position: relative;
    width: 0.28rem;
    height: 0.02rem;
    background: #333;
}

/* 汉堡菜单样式 */
.header-btn .pic:before,
.header-btn .pic:after {
    content: '';
    position: absolute;
    width: 0.28rem;
    height: 0.02rem;
    background: #333;
    left: 0;
}

.header-btn .pic:before {
    top: -0.08rem;
}

.header-btn .pic:after {
    top: 0.08rem;
}

/* 右侧导航菜单 */
.right-nav {
    width: 80%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 100;
    box-shadow: -0.05rem 0 0.2rem rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.right-nav-header {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 0.01rem solid #eee;
}

.right-nav-logo {
    float: left;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.14rem;
    background: url(../../static/picture/wlogo.png) no-repeat center;
    background-size: contain;
}

.right-nav-close {
    float: right;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.18rem;
    margin-right: 0.1rem;
    cursor: pointer;
    border: 0.02rem solid #333;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-nav-close .pic {
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
}

/* 关闭按钮样式 */
.right-nav-close .pic:before,
.right-nav-close .pic:after {
    content: '';
    position: absolute;
    width: 0.28rem;
    height: 0.02rem;
    background: #333;
    border-radius: 0.01rem;
    top: 50%;
    left: 0;
    margin-top: -0.01rem;
}

.right-nav-close .pic:before {
    transform: rotate(45deg);
}

.right-nav-close .pic:after {
    transform: rotate(-45deg);
}

.right-nav-list1 {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.right-nav-list1 > li {
    width: 100%;
    border-bottom: 0.01rem solid #eee;
}

.right-nav-list1 > li .li1-div {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    position: relative;
}

.right-nav-list1 > li .li1-div span {
    font-size: 0.28rem;
    color: #333;
}

.right-nav-list1 > li .li1-div i {
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    top: 0.32rem;
    right: 0;
}

.right-nav-list1 > li .li1-div i.add {
    background: url(../../static/picture/add.png) no-repeat center;
    background-size: contain;
}

.right-nav-list1 > li .li1-div i.sub {
    background: url(../../static/picture/sub.png) no-repeat center;
    background-size: contain;
}

.right-nav-list1 > li .li1-div-active span {
    color: #1e7bef;
}

.right-nav-list2 {
    width: 100%;
    display: none;
}

.right-nav-list2 > li {
    width: 100%;
}

.right-nav-list2 > li .li2-div {
    width: 100%;
    height: 0.76rem;
    line-height: 0.76rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.right-nav-list2 > li .li2-div span {
    font-size: 0.26rem;
    color: #666;
}

.right-nav-list2 > li .li2-div i {
    width: 0.22rem;
    height: 0.22rem;
    position: absolute;
    top: 0.27rem;
    right: 0;
}

.right-nav-list2 > li .li2-div i.add {
    background: url(../../static/picture/add.png) no-repeat center;
    background-size: contain;
}

.right-nav-list2 > li .li2-div i.sub {
    background: url(../../static/picture/sub.png) no-repeat center;
    background-size: contain;
}

.right-nav-list3 {
    width: 100%;
    display: none;
}

.right-nav-list3 > li {
    width: 100%;
}

.right-nav-list3 > li .li3-div {
    width: 100%;
    height: 0.64rem;
    line-height: 0.64rem;
    padding-left: 0.6rem;
    box-sizing: border-box;
    position: relative;
}

.right-nav-list3 > li .li3-div span {
    font-size: 0.24rem;
    color: #999;
}

/* 底部样式 */
.bottom {
    width: 100%;
    background-color: #000;
    padding: 0.5rem 0.3rem;
    box-sizing: border-box;
    position: relative;
}

.bottom-pic {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto 0.3rem;
    display: block;
}

.bottom-text1 {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    line-height: 1.5;
}

.bottom-text2 {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    color: #999;
    line-height: 1.5;
    margin-top: 0.2rem;
}

.bottom-text3 {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.4rem;
}

.bottom-text4 {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    color: #999;
    line-height: 1.5;
    margin-top: 0.2rem;
}

.bottom-text4 p {
    margin-bottom: 0.1rem;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    color: #999;
    line-height: 1.5;
    padding: 0.3rem 0;
    background-color: #000;
    border-top: 0.01rem solid #333;
}

.footer-bottom a {
    color: #999;
    text-decoration: none;
} 