@charset "utf-8";

html {
    -webkit-font-smoothing: antialiased;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
    display: block;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, b, caption, cite, code, dfn, em, i, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

dl, ol, ul {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255,0,0,0);
        outline: 0;
        outline: none;
        blr: expression(this.onFocus=this.blur());
    }

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

textarea {
    resize: none;
}

img {
    vertical-align: middle;
}

button, input[type=submit], input[type=text], input[type=button], select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: 0;
    blr: expression(this.onFocus=this.blur());
}

body {
    position: relative;
    line-height: 1;
    overflow-x: hidden;
    opacity: 0;
    color: #000;
    min-height: 100%;
    font-family: Arial;
    background-color: #f7f7f7;
    padding-top: 1.08rem;
    padding-bottom: 1.02rem;
}

html {
    overflow-x: hidden;
    font-size: 100px;
    height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eps2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.eps4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.btn {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    background-size: 100% 100%;
}

.gradient {
    background-image: -webkit-gradient(linear, 0 0, right 0, from(rgba(44, 102, 152, 1)), to(rgba(96, 172, 144, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
    color: #333;
}

body img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
    font-size: 0.26rem;
    line-height: 1;
}

.header-top {
    width: 100%;
    height: 1.08rem;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.08rem;
    z-index: 10000;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.a {
    display: block;
    float: left;
    width: 2.26rem;
    margin-left: 0.27rem;
    margin-top: 0.25rem;
}

    .a img {
        width: 100%;
    }

.b {
    width: 0.95rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/2.png);
    background-size: 0.45rem 0.31rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.c {
    display: none;
    width: 4rem;
    position: fixed;
    right: 0;
    top: 1.08rem;
    background-color: #fff;
    padding: 0.1rem 0;
    height: calc(100% - 0.9rem);
    overflow: auto;
}

    .c > li {
        width: 100%;
    }

        .c > li > a {
            display: inline-block;
            width: 100%;
            height: 0.7rem;
            line-height: 0.7rem;
            padding-left: 0.5rem;
            font-size: 0.26rem;
            color: #666;
            position: relative;
        }

        .c > li.active > a {
            color: #00a7b1;
        }

        .c > li > ul > li > a {
            display: inline-block;
            font-size: 0.26rem;
            color: #666;
            height: 0.7rem;
            line-height: 0.7rem;
            padding-left: 0.8rem;
            position: relative;
        }

    .c li.has-nav > a:after {
        content: "";
        display: block;
        position: absolute;
        right: 0.3rem;
        top: 50%;
        margin-top: -0.06rem;
        border-top: 0.12rem solid #999;
        border-left: 0.08rem solid transparent;
        border-right: 0.08rem solid transparent;
    }

    .c li.has-nav.show > a:after {
        border-top: none;
        border-bottom: 0.12rem solid #999;
    }

    .c li > ul {
        width: 100%;
        display: none;
    }

    .c li.show > ul {
        display: block;
    }

    .c > li > ul > li > ul > li > a {
        display: block;
        font-size: 0.26rem;
        color: #666;
        height: 0.7rem;
        line-height: 0.7rem;
        padding-left: 1.2rem;
        position: relative;
    }

    .c > li > ul > li > ul > li > ul > li > a {
        display: block;
        font-size: 0.26rem;
        color: #666;
        height: 0.7rem;
        line-height: 0.7rem;
        padding-left: 1.6rem;
        position: relative;
    }

.d:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0,0,0,0.5);
}

.d .c {
    display: block;
}

.footer {
    width: 100%;
    height: 1.02rem;
    border-top: 1px solid #ededed;
    font-size: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
}

.footer-top {
    width: 100%;
    height: 1.02rem;
}

.e {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding-top: 0.1rem;
}

.f {
    width: 100%;
    height: 0.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.5rem 0.5rem;
    margin-bottom: 0.05rem;
}

.g {
    width: 100%;
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
}

.e1 .f {
    background-image: url(../images/3.png);
}

.e2 .f {
    background-image: url(../images/4.png);
}

.e3 .f {
    background-image: url(../images/5.png);
}

.e4 .f {
    background-image: url(../images/6.png);
}

.e5 .f {
    background-image: url(../images/7.png);
}

.e1.active .f {
    background-image: url(../images/8.png);
}

.e2.active .f {
    background-image: url(../images/9.png);
}

.e3.active .f {
    background-image: url(../images/10.png);
}

.e4.active .f {
    background-image: url(../images/11.png);
}

.e5.active .f {
    background-image: url(../images/12.png);
}

.h {
    width: 100%;
}

    .h .swiper-pagination-bullet {
        width: 0.32rem;
        height: 0.32rem;
        background-color: transparent;
        opacity: 0.8;
        position: relative;
        border: 1px solid transparent;
    }

        .h .swiper-pagination-bullet:after {
            content: "";
            display: block;
            width: 0.16rem;
            height: 0.16rem;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -0.08rem;
            margin-top: -0.08rem;
            border-radius: 50%;
            background-color: #fff;
        }

    .h .swiper-pagination-bullet-active {
        opacity: 1;
        border-color: #fff;
    }

    .h.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.04rem;
    }

    .h.swiper-container-horizontal > .swiper-pagination-bullets,
    .h .swiper-pagination-custom,
    .h .swiper-pagination-fraction {
        bottom: 0.27rem;
        font-size: 0;
    }

.i {
    width: 100%;
    height: 2.29rem;
    background-image: url(../images/14.jpg);
    background-size: 100% 100%;
    font-size: 0;
}

.j {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.57rem;
}

.k {
    text-align: center;
    font-size: 0;
}

.m {
    font-size: 0.76rem;
    color: #00a7b1;
    vertical-align: top;
    padding-right: 0.1rem;
    letter-spacing: -1px;
}

.n {
    font-size: 0.3rem;
    color: #00a7b1;
    vertical-align: top;
    position: relative;
    top: 0.05rem;
}

.l {
    text-align: center;
    font-size: 0.23rem;
    color: #474747;
}

.o {
    width: 100%;
    background-color: #fff;
}

.p {
    width: 100%;
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 0.27rem;
}

.q {
    font-size: 0.35rem;
    color: #333;
    margin-bottom: 0.14rem;
}

.r {
    font-size: 0.23rem;
    color: #818181;
}

.s {
    width: 100%;
    background-color: #00a7b1;
    padding-top: 0.48rem;
    padding-left: 0.27rem;
    padding-right: 0.27rem;
}

.t {
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    padding-bottom: 0.21rem;
    position: relative;
    width: 100%;
    margin-bottom: 0.17rem;
}

    .t:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.u {
    text-align: center;
    font-size: 0.23rem;
    color: #fff;
    line-height: 0.35rem;
    width: 6rem;
    margin: 0 auto 0.4rem;
}

.v {
    width: 7.5rem;
    font-size: 0;
    margin-bottom: 0.47rem;
}

.w {
    display: inline-block;
    vertical-align: top;
    min-width: 1.6rem;
    padding: 0 0.1rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 0.05rem;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.24rem;
    color: #fff;
    margin: 0 0.16rem 0.16rem 0;
}

.x {
    width: 100%;
    padding-bottom: 1.14rem;
}

    .x .swiper-pagination-bullet {
        width: 0.32rem;
        height: 0.32rem;
        background-color: transparent;
        opacity: 0.8;
        position: relative;
        border: 1px solid transparent;
    }

        .x .swiper-pagination-bullet:after {
            content: "";
            display: block;
            width: 0.16rem;
            height: 0.16rem;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -0.08rem;
            margin-top: -0.08rem;
            border-radius: 50%;
            background-color: #fff;
        }

    .x .swiper-pagination-bullet-active {
        opacity: 1;
        border-color: #fff;
    }

    .x.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.04rem;
    }

    .x.swiper-container-horizontal > .swiper-pagination-bullets,
    .x .swiper-pagination-custom,
    .x .swiper-pagination-fraction {
        bottom: 0.27rem;
        font-size: 0;
    }

.y {
    padding-bottom: 0.3rem;
    background-color: #fff;
    margin-bottom: 0.1rem;
}

.z {
    width: 100%;
    padding-left: 0.27rem;
    padding-right: 0.27rem;
}

.aa {
    width: 7.5rem;
    font-size: 0;
    margin-bottom: 0.24rem;
}

.ab {
    display: inline-block;
    vertical-align: top;
    min-width: 1.6rem;
    padding: 0 0.1rem;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 0.05rem;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.24rem;
    color: #333;
    margin: 0 0.16rem 0.16rem 0;
}

    .ab.active {
        background-color: #00a0e9;
        border-color: #00a0e9;
        color: #fff;
    }

.ac {
    width: 7.5rem;
    font-size: 0;
    padding-bottom: 0.24rem;
}

.ada {
    width: 3.33rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    display: inline-block;
    vertical-align: top;
}

.ae {
    width: 100%;
    height: 2.56rem;
    margin-bottom: 0.1rem;
}

    .ae img {
        width: 100%;
        height: 100%;
    }

.af {
    text-align: center;
    font-size: 0.23rem;
    color: #000;
    line-height: 0.35rem;
}

.ag {
    display: block;
    width: 2.32rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    font-size: 0.23rem;
    color: #fff;
    border-radius: 0.05rem;
    background-color: #00a7b1;
    margin: 0 auto;
}

    .ag:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0.08rem;
        height: 0.16rem;
        background-image: url(../images/35.png);
        background-size: 100% 100%;
        margin-left: 0.15rem;
    }

.ah {
    width: 100%;
    display: none;
}

    .ah.show {
        display: block;
    }

.aj {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0.1rem;
}

    .aj .swiper-slide {
        height: 1.5rem;
    }

.ak {
    width: 100%;
    padding-bottom: 0.68rem;
}

    .ak .swiper-pagination-bullet {
        width: 0.32rem;
        height: 0.32rem;
        background-color: transparent;
        opacity: 0.8;
        position: relative;
        border: 1px solid transparent;
    }

        .ak .swiper-pagination-bullet:after {
            content: "";
            display: block;
            width: 0.16rem;
            height: 0.16rem;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -0.08rem;
            margin-top: -0.08rem;
            border-radius: 50%;
            background-color: #4dbfee;
        }

    .ak .swiper-pagination-bullet-active {
        opacity: 1;
        border-color: #4dbfee;
    }

    .ak.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.04rem;
    }

    .ak.swiper-container-horizontal > .swiper-pagination-bullets,
    .ak .swiper-pagination-custom,
    .ak .swiper-pagination-fraction {
        bottom: 0.27rem;
        font-size: 0;
    }

.al {
    display: block;
    width: 2.1rem;
    height: 1.24rem;
    border: 1px solid #d3d3d3;
    margin: 0 auto;
}

    .al img {
        width: 100%;
        height: 100%;
    }


.am {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.58rem;
}

.an {
    width: 100%;
    padding-bottom: 0.58rem;
}

.ao {
    width: 100%;
    padding-bottom: 0.35rem;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
}

.ap {
    float: left;
    width: 2.44rem;
}

    .ap img {
        width: 100%;
    }

.aq {
    float: right;
    width: 4.35rem;
}

.ar {
    font-size: 0.26rem;
    color: #1b1b1b;
    padding-top: 0.09rem;
    margin-bottom: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.as {
    font-size: 0.24rem;
    color: #474747;
    line-height: 0.36rem;
    margin-bottom: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.at {
    font-size: 0.2rem;
    color: #848484;
}

.au {
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
}

.av {
    float: left;
    width: 0.96rem;
    height: 0.55rem;
    border-right: 1px solid #e5e5e5;
    font-size: 0;
    padding-top: 0.1rem;
}

.aw {
    font-size: 0.4rem;
    color: #848484;
}

.ax {
    font-size: 0.24rem;
    color: #848484;
}

.ay {
    float: right;
    width: 5.84rem;
}

.az {
    font-size: 0.26rem;
    color: #1b1b1b;
    padding-top: 1px;
    margin-bottom: 0.18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ba {
    font-size: 0.24rem;
    color: #474747;
    padding-top: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bb {
    display: none;
}

    .bb.show {
        display: block;
    }

.bc {
    width: 100%;
    position: relative;
}

    .bc img {
        width: 100%;
    }

.bd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    text-align: center;
}

.be {
    font-size: 0.3rem;
    color: #fff;
    padding-bottom: 0.15rem;
    position: relative;
    margin-bottom: 0.2rem;
}

    .be:after {
        content: "";
        display: block;
        width: 0.27rem;
        height: 2px;
        background-color: #23b5fe;
        position: absolute;
        left: 50%;
        margin-left: -0.135rem;
        bottom: 0;
    }

.bf {
    font-size: 0.26rem;
    color: #fff;
}

.bg {
    width: 100%;
    padding: 0.37rem 0.2rem;
    line-height: 1.5;
    background-color: #fff;
}

    .bg * {
        line-height: 1.5;
    }

.bh {
    text-align: center;
    font-size: 0.34rem;
    color: #333;
    margin-bottom: 0.38rem;
}

.bi {
    margin-bottom: 0.28rem;
}

.bj {
    border-left: 0.03rem solid #23b5fe;
    padding-left: 0.09rem;
    font-size: 0.3rem;
    color: #23b5fe;
    line-height: 1;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.bk {
    width: 100%;
    font-size: 0.26rem;
    color: #555;
    line-height: 0.46rem;
    padding-bottom: 0.1rem;
}

    .bk.spec {
        font-size: 0;
    }

    .bk .red {
        color: #ff4949;
    }

    .bk .bold {
        font-weight: bold;
    }

    .bk .blue {
        color: #23b5fe;
        font-weight: bold;
    }

.bl {
    display: inline-block;
    min-width: 3.5rem;
    vertical-align: top;
    font-size: 0.26rem;
    color: #555;
    line-height: 0.46rem;
}

.bm {
    width: 100%;
    text-align: center;
    margin-bottom: 0.47rem;
}

.bn {
    font-size: 0.28rem;
    color: #23b5fe;
    margin-bottom: 0.1rem;
    font-weight: bold;
    line-height: 1;
}

.bo {
    display: inline-block;
    vertical-align: top;
    padding-top: 0.14rem;
    border-top: 1px solid #dbdbdb;
    font-size: 0.26rem;
    color: #333;
    line-height: 1;
}

.bp {
    width: 100%;
    padding-bottom: 0.2rem;
}


.bq {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    text-align: center;
}

.br {
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.4rem;
    margin-bottom: 0.18rem;
}

.bs {
    font-size: 0.26rem;
    color: #fff;
}

.bt {
    width: 100%;
    font-size: 0;
    padding-left: 0.27rem;
    background-color: #fff;
    padding-top: 0.3rem;
}

    .bt > a {
        display: inline-block;
        vertical-align: top;
        width: 1.6rem;
        height: 0.54rem;
        line-height: 0.54rem;
        font-size: 0.24rem;
        color: #333;
        text-align: center;
        border: 1px solid #bbb;
        border-radius: 0.05rem;
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
    }

        .bt > a.active {
            border-color: #00a0e9;
            color: #fff;
            background-color: #00a0e9;
        }


.bu {
    width: 100%;
    padding: 0.5rem 0.26rem 0.83rem 0.46rem;
    background-color: #fff;
}

.bv {
    width: 100%;
    padding-bottom: 0.6rem;
    padding-left: 0.4rem;
    border-left: 1px dashed #a1a1a1;
    position: relative;
}

    .bv:last-child {
        padding-bottom: 0;
    }

    .bv:before {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.4rem;
        border: 1px solid #2c93e8;
        border-radius: 50%;
        position: absolute;
        left: -0.2rem;
        top: 0;
        background-color: #fff;
    }

    .bv:after {
        content: "";
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        background-color: #2c93e8;
        border-radius: 50%;
        position: absolute;
        left: -0.1rem;
        top: 0.1rem;
    }

.bw {
    font-size: 0.4rem;
    color: #2c93e8;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.bx {
    font-size: 0.23rem;
    color: #1b1b1b;
    margin-bottom: 0.22rem;
    line-height: 1.7;
}

    .bx * {
        line-height: 1.7;
    }

.by {
    width: 3.75rem;
}

.bv:nth-child(5n+1):before {
    border-color: #2c93e8;
}

.bv:nth-child(5n+1):after {
    background-color: #2c93e8;
}

.bv:nth-child(5n+1) .bw {
    color: #2c93e8;
}

.bv:nth-child(5n+2):before {
    border-color: #00c2a4;
}

.bv:nth-child(5n+2):after {
    background-color: #00c2a4;
}

.bv:nth-child(5n+2) .bw {
    color: #00c2a4;
}

.bv:nth-child(5n+3):before {
    border-color: #ffa800;
}

.bv:nth-child(5n+3):after {
    background-color: #ffa800;
}

.bv:nth-child(5n+3) .bw {
    color: #ffa800;
}

.bv:nth-child(5n+4):before {
    border-color: #ff5a00;
}

.bv:nth-child(5n+4):after {
    background-color: #ff5a00;
}

.bv:nth-child(5n+4) .bw {
    color: #ff5a00;
}

.bv:nth-child(5n+5):before {
    border-color: #ff0000;
}

.bv:nth-child(5n+5):after {
    background-color: #ff0000;
}

.bv:nth-child(5n+5) .bw {
    color: #ff0000;
}

.bz {
    width: 100%;
    padding: 0.4rem 0.27rem;
    background-color: #fff;
    line-height: 1.87;
}

    .bz * {
        line-height: 1.87;
    }

.ca {
    width: 100%;
    background-color: #fff;
    padding: 0.55rem 0.27rem 0;
}

.cb {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    color: #1b1b1b;
    font-weight: bold;
    padding-bottom: 0.44rem;
    position: relative;
    margin-bottom: 0.3rem;
}

    .cb:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #555;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.cc {
    text-align: center;
    font-size: 0.28rem;
    color: #23b5fe;
    font-weight: bold;
}

.cd {
    width: 100%;
    text-align: center;
}

.ce {
    line-height: 1.7;
    max-height: 4.2rem;
    overflow: hidden;
}

    .ce * {
        line-height: 1.7;
    }

    .ce.show {
        max-height: none;
    }

.cf {
    width: 100%;
    text-align: center;
    padding-top: 0.42rem;
    padding-bottom: 0.6rem;
}

.cg {
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 0.03rem solid #23b5fe;
    text-align: center;
    font-size: 0.23rem;
    color: #23b5fe;
}

    .cg:before {
        content: "+";
        font-size: 0.5rem;
        color: ##23b5fe;
        padding-right: 0.46rem;
        vertical-align: top;
        height: 0.54rem;
        line-height: 0.54rem;
    }

    .cg.active:before {
        content: "-";
    }

.ch {
    width: 100%;
    background-color: #00a9eb;
    padding-top: 0.6rem;
}

.cb.spec {
    color: #fff;
}

    .cb.spec:after {
        background-color: #fff;
    }

.cc.spec {
    color: #fff;
}

.bu.spec {
    background-color: transparent;
}

    .bu.spec .bw {
        color: #fff;
    }

    .bu.spec .bx {
        color: #fff;
    }

    .bu.spec .bv {
        border-left-color: #fff;
    }

        .bu.spec .bv:last-child {
            border-left-color: transparent;
        }

        .bu.spec .bv:before {
            background-color: #00a9eb;
            border-color: #fff;
        }

        .bu.spec .bv:after {
            background-color: #fff;
        }

.ci {
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    overflow: hidden;
    background-color: #fff;
}

.cj {
    float: left;
    width: 2.9rem;
    height: 4.15rem;
    display: block;
    margin-bottom: 0.18rem;
}

    .cj img {
        width: 100%;
        height: 100%;
    }

.ck {
    display: block;
    float: right;
    width: 4.39rem;
    height: 4.15rem;
    position: relative;
    margin-bottom: 0.18rem;
}

.cl {
    font-size: 0.42rem;
    color: #2c93e8;
    font-weight: bold;
    margin-bottom: 0.07rem;
}

.cm {
    font-size: 0.28rem;
    color: #2c93e8;
    margin-bottom: 0.28rem;
    font-weight: bold;
}

.cn {
    font-size: 0.22rem;
    color: #2c93e8;
    line-height: 0.3rem;
}

.co {
    display: block;
    width: 100%;
    height: 2.36rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .co img {
        width: 100%;
        height: 100%;
    }

.cp {
    display: block;
    width: 0.38rem;
    height: 0.36rem;
    background-image: url(../images/159.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0.27rem;
    top: 0.47rem;
}

.cq {
    display: block;
    float: left;
    width: 3.64rem;
    height: 2.44rem;
    position: relative;
}

    .cq.right {
        float: right;
    }

    .cq img {
        width: 100%;
        height: 100%;
    }

.cr {
    width: 100%;
    position: absolute;
    padding: 0 0.27rem;
    left: 0;
    top: 0.3rem;
}

.cs {
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.ct {
    font-size: 0.2rem;
    color: #fff;
}

.cu {
    width: 100%;
    padding: 0 0.27rem;
    position: absolute;
    left: 0;
    bottom: 0.27rem;
    font-size: 0.22rem;
    color: #fff;
}

.cv {
    width: 100%;
    background-color: #fff;
    padding: 0.4rem 0.27rem 0.06rem;
    line-height: 1.6;
}

    .cv * {
        line-height: 1.6;
    }

.cw {
    width: 100%;
}

.cx {
    width: 100%;
    margin-bottom: 0.5rem;
}

.cy {
    font-size: 0.28rem;
    color: #2c93e8;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.cz {
    font-size: 0.24rem;
    color: #1b1b1b;
}

.da {
    width: 100%;
    padding: 0.6rem 0.27rem;
}

.db {
    font-size: 0.4rem;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.12rem;
}

.dc {
    font-size: 0.23rem;
    color: #818181;
    text-align: center;
    margin-bottom: 0.46rem;
}

.dd {
    width: 6.38rem;
    margin: 0 auto 0.42rem;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
    text-align: center;
}

.de {
    width: 8rem;
    font-size: 0;
}

.df {
    display: inline-block;
    vertical-align: top;
    width: 1.83rem;
    margin-right: 0.75rem;
    margin-bottom: 0.5rem;
}

    .df img {
        width: 100%;
    }

.dg {
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 0.27rem 0.56rem;
}

.dh {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.11rem;
}

.di {
    width: 3.33rem;
    height: 4rem;
    float: left;
    border: 1px solid #d2d2d2;
    margin-bottom: 0.39rem;
    padding-top: 0.33rem;
}

    .di:nth-child(even) {
        float: right;
    }

.dj {
    width: 100%;
    height: 2.8rem;
    line-height: 2.8rem;
    /*padding: 0 0.74rem;*/
    margin-bottom: 0.2rem;
}

    .dj img {
        width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

.dk {
    width: 100%;
    text-align: center;
    font-size: 0.23rem;
    color: #000;
    line-height: 0.33rem;
}

.dl {
    width: 100%;
    text-align: center;
    font-size: 0;
}

    .dl > a {
        display: inline-block;
        vertical-align: top;
        width: 0.5rem;
        height: 0.5rem;
        border: 1px solid #eee;
        line-height: 0.5rem;
        text-align: center;
        font-size: 0.2rem;
        color: #555;
        margin: 0 0.13rem;
        background-color: #fff;
    }

        .dl > a.active {
            border-color: #00a7b1;
            color: #fff;
            background-color: #00a7b1;
        }

        .dl > a.prev {
            background-image: url(../images/176.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 0.11rem 0.19rem;
        }

        .dl > a.next {
            background-image: url(../images/177.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 0.11rem 0.19rem;
        }

.ft-table {
    visibility: hidden;
    opacity: 0;
    display: table;
    table-layout: fixed;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 100000;
    transition: all .3s;
}

    .ft-table img {
        max-width: 100%;
    }

    .ft-table.show {
        visibility: visible;
        opacity: 1;
    }

    .ft-table .ft-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .ft-table .ft-cont {
        width: 100%;
        max-height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .ft-table .btn-close {
        display: block;
        width: 26px;
        height: 26px;
        background-size: 100% 100%;
        position: absolute;
        right: 10px;
        top: -36px;
        cursor: pointer;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABQElEQVRYR73X7REBQQwG4Dcd6IQS6EQHlEIpKqADdHIdxOTcmXO3H0l29/wxY/A+YneTJWY+AjgBOBBRhxUezLwBcAdwJWZ+AdgCkOfmiEn4DsBNAKJ5rIGYhb8B7EkqvgYiGE7U9YDWiFi45P4ArRCp8AWgNiIXHgTUQmjCo4BShDY8CfAiLOFZgBVhDVcBtAhPuBqQQ3jDTYAYYjjHpLHI2f49Xg1N7e8g0jTCwLEtH3OFmysQObblZfMvH7/LXIHJXzGWXV5yt3IzILDgBOCeJ0yA0GofSumeJ9SA1FYrmSdUAM0+9yKyAE14ZHeoFmYSYAn3IqIAT7gHEQSUhFsRC0CNcAsiNJS6G0uol+R2x3wsrxquqcT0YtIkPIcYr2ZNw5MIZn6W9HPNDDF9z2xN9JdTuZ6frZOMNTiCuHwAEvNYXn4qESsAAAAASUVORK5CYII=);
    }

.food-swiper {
    width: 7.5rem;
}

    .food-swiper .img-box {
        text-align: center;
    }

    .food-swiper img {
        max-width: 100%;
        max-height: 7.5rem;
        display: inline-block;
    }

    .food-swiper .swiper-button-next,
    .food-swiper .swiper-button-prev {
        width: 20px;
        height: 36px;
        margin-top: -18px;
        background-size: 100% 100%;
    }

    .food-swiper .swiper-button-next {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAkCAYAAACJ8xqgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUJFNjczNTM3MDUyMTFFOEJEOTBERjBCMEUzNDBDNkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUJFNjczNTQ3MDUyMTFFOEJEOTBERjBCMEUzNDBDNkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQkU2NzM1MTcwNTIxMUU4QkQ5MERGMEIwRTM0MEM2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQkU2NzM1MjcwNTIxMUU4QkQ5MERGMEIwRTM0MEM2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvhJ4goAAAGdSURBVHjarNbLK0RhGMfx1yVyyXXkUhILUixsrGwslD/CStnNSs1OllOKJVlMSWQzWUwWJE1qUppcFkJS0iTRFCnZcfyeek9+TXM53mdOfU/NmfrMmTln3vMYz/Nm0QdaQhXIaJLdpve3rWtR2XWha0I3UJUGlELogtAdVK0BpVaUJnQX1WhAqRmlCN1DtRpQakBJQg9RvQY0Fjgg9Bg1akBjv2qC0BP7kziDxl6UOKFnqE0DGntPbhN6iTo0oI/GCL1B3RrQ2L/kGqF3qFcD+ugKoQ+oXwP6RQnNoEEtKC0S+oyGtaAUIfQVjWpBaZ7Q+0qj2+rQFL3Oas5M/u9HdHaynoZcsaacZS5t11Oni9KCTglL2Q9wum3a0TlhSbt+Ot3YneiKsP18C29QrAfdEpYo9LwJgvXJ/UVYvNjDqxQ2gB4J2yr1zC6GDaEnwmJBBoBCb4ygF8JWg44o+Q6OoSxhy/+Zd3IPjKM3wqKayWHCjnX+tqCZbSbRJ2ERzfQ1jb4s9IPC2vnQvwDfaK4cE6w8xN/RTBlWb/MrwAB7OacS6drI+QAAAABJRU5ErkJggg==);
        right: 10px;
    }

    .food-swiper .swiper-button-prev {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAkCAYAAACJ8xqgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2YTdiMDNjYS0zYTRjLTU2NDYtYjYxNy02ODk4M2U4NThjZDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzFCNTEwNzA3Q0VGMTFFNzlDOEFERUE1NTAxOUE2ODYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzFCNTEwNkY3Q0VGMTFFNzlDOEFERUE1NTAxOUE2ODYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTRjM2M0MjAtYjFlZC0zZjRmLWJlZWQtOTA2Y2NlNGNhOTBjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjA2ZDRhNWUtN2JlYS0xMWU3LWFmYTgtODg0MjgyNWI4ZjFiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UNBYtgAAAbRJREFUeNqs1s0rRFEcxvEfJvKS8TZ5KYkFKRY2VjZ2/ghbRdnOTpazYkkWU5LJZrKQBaGJJtLEWAhJSZJoiqbEius5Obd5mubl3nOc+tbMvXc+M3fm3DNXHMeRf2gSvaPYf2BT6Nv5GxlbbBb9aOwTTdhgYSc3PtC42m6KzRGWRWPuPhMsQtgbGuX9fqAKtEBYBo3kH+cHWyLsBQ0VOtYLVoWihD2hgWLHe8HWCXtAfaVeUwqrRnHC7lBPuTMqhW0RdoO6vHzfhTbWoR3CLlG719mQv6EeJQg7R61+5ik/aURJwk5Rk9+J7z5oRinCkvoNxARsQ2nCDvT3KKbgCWHqx6i1WdIqRSQkubGPvsRmQB1Gr/Qpwzaf0H0wiJ4JnbcFVf3okdCILajqRfeELuqlyxhUdaNbQpf9oMV2dKJrQqN6KTMGVSF0QWjMC1ruHVvQGaFxvbQZg6ogOiZUrZM1NqCqAR0SulvsevczxxSwR2hCr5/GoOhT3c5b5oI2oPt/s0loSq+nYnNvE0AbhKb1uio2d19qTq4SeoU6bO8P1SW5QuhaQOwGzlFmUBZNo6NfAQYAQJhtvgkvrbUAAAAASUVORK5CYII=);
        left: 10px;
    }

.dm {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.5rem;
}

.dn {
    width: 100%;
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
    padding: 0.42rem 0.27rem 0.3rem;
}

.do {
    width: 100%;
}

.dp {
    width: 100%;
    font-size: 0;
    padding-top: 0.42rem;
    margin-bottom: 0.7rem;
}

.dq {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.dr {
    width: 0.9rem;
    height: 1.04rem;
    margin-bottom: 0.2rem;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.dq1 .dr {
    background-image: url(../images/181.png);
}

.dq2 .dr {
    background-image: url(../images/182.png);
}

.dq3 .dr {
    background-image: url(../images/183.png);
}

.dq4 .dr {
    background-image: url(../images/184.png);
}

.dq5 .dr {
    background-image: url(../images/185.png);
}

.dq1.active .dr {
    background-image: url(../images/186.png);
}

.dq2.active .dr {
    background-image: url(../images/187.png);
}

.dq3.active .dr {
    background-image: url(../images/188.png);
}

.dq4.active .dr {
    background-image: url(../images/189.png);
}

.dq5.active .dr {
    background-image: url(../images/190.png);
}

.ds {
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    color: #1b1b1b;
}

.dt {
    display: none;
    width: 100%;
    padding: 0 0.27rem 0.28rem;
}

    .dt.show {
        display: block;
    }

.du {
    text-align: center;
    margin-bottom: 0.27rem;
}

.dw {
    font-size: 0.4rem;
    color: #1b1b1b;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.dx {
    font-size: 0.23rem;
    color: #818181;
}

.dy {
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.dz {
    padding: 0 0.27rem;
}

.ea {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.eb {
    width: 100%;
    padding: 0 0.27rem;
    margin-bottom: 0.5rem;
}

    .eb:last-child {
        margin-bottom: 0;
    }

        .eb:last-child .el {
            padding-bottom: 0;
            border-bottom: none;
        }

.ec {
    text-align: center;
    font-size: 0.26rem;
    color: #1b1b1b;
    margin-bottom: 0.4rem;
    font-weight: bold;
}

.el {
    width: 100%;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #d6d6d6;
}

.ed {
    width: 100%;
    border: 1px solid #d2d2d2;
    font-size: 0;
    margin-bottom: 0.3rem;
}

    .ed:last-child {
        margin-bottom: 0;
    }

.ef {
    width: 29%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.25rem;
}

.eh {
    width: 71%;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #d2d2d2;
    padding: 0.2rem;
}

.eg {
    max-height: 0.4rem;
}

.ei {
    padding: 0.05rem 0;
    width: 100%;
    font-size: 0;
}

.ej {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.33rem;
}

.ek {
    display: inline-block;
    vertical-align: top;
    width: 73%;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.33rem;
}

.em {
    width: 100%;
    padding: 0 0.27rem 0.8rem;
    background-color: #fff;
    margin-bottom: 0.27rem;
    margin-top: -0.2rem;
}

.en {
    width: 100%;
    text-align: center;
    margin-bottom: 0.48rem;
    padding-top: 0.7rem;
}

.eo {
    font-size: 0.4rem;
    color: #00a0e9;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.ep {
    font-size: 0.23rem;
    color: #818181;
}

.eq {
    width: 100%;
}

.er {
    width: 100%;
}

    .er img {
        width: 100%;
    }

.es {
    width: 100%;
    background-color: #00a0e9;
    padding-bottom: 0.35rem;
    background-image: url(../images/206.jpg);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.et {
    font-size: 0.23rem;
    color: #fff;
    line-height: 1.7;
    padding: 0.2rem;
}

.eu {
    display: block;
    width: 2.32rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    border-radius: 0.05rem;
    background-color: #fff;
    font-size: 0.23rem;
    color: #00a7b1;
    margin: 0 auto;
}

.ev {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.4rem;
}

.ew {
    width: 100%;
    text-align: center;
    margin-bottom: 0.47rem;
    padding-top: 0.7rem;
}

.ex {
    font-size: 0.4rem;
    color: #1b1b1b;
    margin-bottom: 0.12rem;
    font-weight: bold;
}

.ey {
    font-size: 0.23rem;
    color: #818181;
}

.ez {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.fa {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    text-align: center;
    margin-bottom: 0.3rem;
}

.fb {
    width: 1.64rem;
}

.fc {
    width: 100%;
    background-color: #00a7b1;
    padding: 0 0.27rem 0.7rem;
    position: relative;
}

    .fc:before {
        content: "";
        display: block;
        width: 1.9rem;
        height: 1.71rem;
        background-image: url(../images/210.png);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .fc:after {
        content: "";
        display: block;
        width: 3.71rem;
        height: 3.81rem;
        background-image: url(../images/211.png);
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

.fd {
    width: 100%;
    text-align: center;
    margin-bottom: 0.47rem;
    padding-top: 0.7rem;
}

.fe {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.12rem;
    font-weight: bold;
}

.ff {
    font-size: 0.23rem;
    color: #fff;
}

.fg {
    display: none;
    width: 100%;
    position: relative;
    z-index: 2;
}

    .fg.show {
        display: block;
    }

.fh {
    width: 100%;
    background-color: #fff;
    padding: 0 0.27rem 0.7rem;
}

.fi {
    width: 8rem;
    font-size: 0;
}

.fj {
    display: inline-block;
    vertical-align: top;
    width: 3.23rem;
    height: 3.74rem;
    margin-right: 0.54rem;
    padding-top: 0.45rem;
    background-image: url(../images/213.png);
    background-size: 100% 100%;
}

.fk {
    width: 100%;
    text-align: center;
    height: 0.8rem;
    overflow: hidden;
    margin-bottom: 0.12rem;
}

    .fk img {
        width: 0.8rem;
    }

.fl {
    text-align: center;
    font-size: 0.32rem;
    color: #00a7b1;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.fm {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
}

    .fm .blue {
        font-size: 0.23rem;
        color: #00a7b1;
    }

.fo {
    width: 6.96rem;
    text-align: center;
}

    .fo img {
        width: 3.12rem;
    }

.fp {
    width: 100%;
    background-color: #00a7b1;
    font-size: 0;
    padding: 0 0.27rem 0.2rem;
}

.fq {
    width: 8rem;
    font-size: 0;
}

.fr {
    display: inline-block;
    vertical-align: top;
    width: 3.22rem;
    min-height: 3.9rem;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-right: 0.54rem;
    margin-bottom: 0.5rem;
}

.fs {
    width: 0.8rem;
    margin: 0 auto 0.22rem;
}

    .fs img {
        width: 100%;
    }

.ft {
    text-align: center;
    font-size: 0.3rem;
    color: #1b1b1b;
    padding-bottom: 0.34rem;
    position: relative;
    margin-bottom: 0.12rem;
    font-weight: bold;
}

    .ft .blue {
        font-size: 0.3rem;
        color: #00a7b1;
    }

    .ft:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #00a7b1;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.fu {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 1.7;
    width: 100%;
    padding: 0 0.2rem;
}

.fv {
    width: 100%;
    background-color: #fff;
}

.fw {
    width: 100%;
    position: relative;
}

.fx {
    width: 5.11rem;
    margin: 0 auto;
    padding-bottom: 0.64rem;
}

.fy {
    display: block;
    width: 100%;
}

.fz {
    display: block;
    width: 100%;
    font-size: 0.23rem;
    color: #000;
    padding-top: 0.3rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fx-prev,
.fx-next {
    width: 0.57rem;
    height: 0.57rem;
    margin-top: -0.6rem;
    background-size: 100% 100%;
    top: 50%;
    position: absolute;
}

.fx-prev {
    background-image: url(../images/224.png);
    left: 0.27rem;
}

.fx-next {
    background-image: url(../images/225.png);
    right: 0.27rem;
}

.fx-prev:hover {
    background-image: url(../images/226.png);
}

.fx-next:hover {
    background-image: url(../images/227.png);
}

.fx-prev:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-image: url(../images/226.png);
}

.fx-next:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-image: url(../images/227.png);
}

.ga {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 0.25rem;
}

.gb {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 0.54rem;
    line-height: 0.54rem;
    padding: 0 0.35rem;
    background-color: #273139;
    font-size: 0.23rem;
    color: #fff;
    border-radius: 0.05rem;
    margin: 0 0.25rem 0.25rem;
}

    .gb.active {
        background-color: #ffae4e;
        color: #fff;
    }

.gc {
    width: 100%;
    background-color: #fff;
    padding: 0 0.27rem;
    margin-bottom: 0.27rem;
}

.gd {
    width: 100%;
    text-align: center;
    padding-top: 0.6rem;
    padding-bottom: 0.46rem;
    background-color: #fff;
}

.ge {
    font-size: 0.4rem;
    color: #007cef;
    margin-bottom: 0.12rem;
    font-weight: bold;
}

.gf {
    font-size: 0.23rem;
    color: #818181;
}

.gg {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 0.55rem;
}

.gh {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    height: 0.54rem;
    line-height: 0.54rem;
    border-right: 1px solid #eee;
}

    .gh:last-child {
        border-right: none;
    }

    .gh img {
        vertical-align: middle;
        width: 1.3rem;
        max-height: 100%;
    }

.gi {
    width: 100%;
    font-size: 0.23rem;
    color: #555;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0.3rem;
}

.gj {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.4rem;
}

.gk {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 0;
    margin-bottom: 0.3rem;
}

.gl {
    display: inline-block;
    vertical-align: middle;
    width: 0.8rem;
}

.gm {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.23rem;
    color: #555;
    line-height: 0.33rem;
    width: 2.4rem;
    margin-left: 0.2rem;
}

.gn {
    width: 100%;
    background-color: #fff;
    padding: 0 0.27rem;
    margin-bottom: 0.27rem;
}

.go {
    width: 100%;
    margin-bottom: 0.4rem;
}

.gp {
    width: 100%;
    padding: 0.3rem 0.3rem 0.14rem 0.3rem;
    margin-bottom: 0.3rem;
}

    .gp:last-child {
        margin-bottom: 0;
    }

.gq {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.36rem;
}

.gr {
    display: inline-block;
    vertical-align: middle;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    line-height: 0.7rem;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    font-size: 0.48rem;
}

.gs {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.17rem;
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
}

.gt {
    width: 100%;
    font-size: 0;
}

.gu {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.16rem;
}

.gp:nth-child(1) {
    background-color: #ff9000;
}

    .gp:nth-child(1) .gr {
        color: #ff9000;
    }

.gp:nth-child(2) {
    background-color: #3b99f0;
}

    .gp:nth-child(2) .gr {
        color: #3b99f0;
    }

.gp:nth-child(3) {
    background-color: #6ac56e;
}

    .gp:nth-child(3) .gr {
        color: #6ac56e;
    }

.gp:nth-child(4) {
    background-color: #ff6868;
}

    .gp:nth-child(4) .gr {
        color: #ff6868;
        font-size: 0.26rem;
    }

.gv {
    width: 100%;
    padding-bottom: 0.4rem;
}

.gw {
    text-align: center;
    font-size: 0.26rem;
    color: #333;
    margin-bottom: 0.3rem;
}

.gx {
    width: 100%;
    overflow: hidden;
}

.gy {
    width: 100%;
    overflow: hidden;
}

.gz {
    width: 3.4rem;
    height: 0.65rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.gz1 {
    float: left;
}

.gz2 {
    float: right;
}

.gz3 {
    float: left;
}

.gz4 {
    float: right;
}

.ha {
    vertical-align: top;
    width: 100%;
    height: 0.65rem;
    padding: 0 0.22rem;
    font-size: 0.23rem;
    color: #555;
    border: 1px solid #ddd;
}

.hc {
    vertical-align: top;
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    background-color: #3b99f0;
    border: none;
}

.hb {
    display: block;
    width: 1.69rem;
    height: 0.63rem;
    position: absolute;
    right: 0;
    top: 0;
}

    .hb img {
        width: 100%;
        height: 100%;
    }

.hd {
    width: 100%;
    background-color: #fff;
    padding: 0 0.27rem;
    margin-bottom: 0.27rem;
}

.he {
    width: 100%;
}

.hf {
    width: 100%;
    border-top: 1px solid #3b99f0;
    padding-top: 0.1rem;
    padding-bottom: 0.82rem;
}

.hg {
    width: 0.79rem;
}

.ho {
    display: block;
    width: 3.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0.4rem auto 0 auto;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    background-color: #3b99f0;
    border-radius: 0.05rem;
}

.hh {
    width: 100%;
    padding-left: 0.3rem;
    padding-top: 0.3rem;
    font-size: 0;
    margin-bottom: 0.27rem;
}

.hi {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 0.42rem;
    color: #333;
    font-weight: bold;
}

.hj {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
    padding-right: 0.3rem;
}

.hj1 {
    font-size: 0.5rem;
    color: #e6000a;
    font-weight: bold;
}

.hj2 {
    font-size: 0.24rem;
    color: #e6000a;
}

.hk {
    padding: 0 0.3rem;
    font-size: 0.23rem;
    color: #333;
    line-height: 1.7;
}

    .hk .yellow {
        font-size: 0.23rem;
        color: #ff9000;
    }

.hl {
    width: 100%;
    padding: 0 0.3rem;
    border-top: 1px dashed #dcdcdc;
    margin-top: 0.3rem;
    font-size: 0;
    padding-top: 0.3rem;
}

.hm {
    display: inline-block;
    vertical-align: middle;
    width: 61.5%;
    font-size: 0.23rem;
    color: #333;
    line-height: 1.7;
}

    .hm .yellow {
        font-size: 0.23rem;
        color: #ff9000;
    }

.hn {
    display: inline-block;
    vertical-align: middle;
    width: 38.5%;
    text-align: right;
}

.hn1 {
    font-size: 0.52rem;
    color: #e6000a;
    font-weight: bold;
}

.hn2 {
    font-size: 0.24rem;
    color: #e6000a;
}

.hp {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.3rem;
    margin-bottom: 0.27rem;
}

.hq {
    width: 100%;
    font-size: 0;
}

.hr {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 0.34rem;
}

.hs {
    width: 1.2rem;
    margin: 0 auto 0.15rem;
    text-align: center;
}

.ht {
    text-align: center;
    font-size: 0.23rem;
    color: #333;
    line-height: 0.33rem;
    width: 100%;
    padding: 0 0.1rem;
}

.hu {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.76rem;
}

.hv {
    width: 100%;
    font-size: 0;
}

.hw {
    display: inline-block;
    vertical-align: top;
    width: 3.35rem;
    min-height: 1.453rem;
    margin: 0 0.15rem 0.3rem;
    padding: 0.14rem 0 0.14rem 0.2rem;
    font-size: 0;
}

    .hw:nth-child(4n+1) {
        background-color: #ff9a16;
    }

    .hw:nth-child(4n+2) {
        background-color: #3b99f0;
    }

    .hw:nth-child(4n+3) {
        background-color: #57be5b;
    }

    .hw:nth-child(4n+4) {
        background-color: #ff6868;
    }

.hx {
    width: 1.09rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.hy {
    display: inline-block;
    vertical-align: middle;
    width: 1.9rem;
    font-size: 0.23rem;
    color: #fff;
    line-height: 1.7;
}

.hz {
    width: 100%;
}

.ia {
    width: 100%;
    padding: 0 0.27rem;
    margin-bottom: 0.27rem;
    background-color: #fff;
    padding-top: 0.7rem;
}

    .ia:last-child {
        margin-bottom: 0;
        padding-bottom: 0.3rem;
    }

    .ia:first-child {
        padding-top: 0;
    }

.ib {
    width: 100%;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.33rem;
    border-left: 0.03rem solid #b2b2b2;
    padding-left: 0.2rem;
    margin-bottom: 0.3rem;
}

.id {
    width: 100%;
    border: 1px solid #007cef;
    position: relative;
}

.ie {
    font-size: 0.26rem;
    color: #007cef;
    margin-bottom: 0.45rem;
}

.if {
    width: 4.3rem;
    margin-bottom: 0.4rem;
}

.ig {
    width: 100%;
    font-size: 0;
}

.ih {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 0;
}

.ii {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    font-size: 0.23rem;
    color: #555;
    line-height: 0.39rem;
}

.ij {
    display: inline-block;
    vertical-align: top;
    width: 77%;
    font-size: 0.23rem;
    color: #555;
    line-height: 0.39rem;
}

.ik {
    width: 100%;
    background-color: #f2f2f2;
    font-size: 0;
    padding: 0.38rem 0.3rem;
}

.il {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5rem;
}

.im {
    font-size: 0.23rem;
    color: #555;
}

.in {
    font-size: 0.26rem;
    color: #007cef;
}

.io {
    width: 100%;
    padding: 0.25rem 0.3rem 0.3rem 0.3rem;
    position: relative;
}

.ip {
    width: 1.28rem;
    position: absolute;
    right: 0.3rem;
    top: 0.28rem;
}

.iq {
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    background-color: #007cef;
    cursor: pointer;
}

    .iq:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0.36rem;
        height: 0.3rem;
        background-image: url(../images/254.png);
        background-size: 100% 100%;
        margin-right: 0.18rem;
    }

.ir {
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    color: #555;
    background-color: #f2f2f2;
    border-radius: 0.0.05em;
    cursor: pointer;
}


.ic {
    width: 100%;
    padding-bottom: 1.26rem;
}

    .ic .swiper-pagination-bullet {
        width: 0.32rem;
        height: 0.32rem;
        background-color: transparent;
        opacity: 0.8;
        position: relative;
        border: 1px solid transparent;
    }

        .ic .swiper-pagination-bullet:after {
            content: "";
            display: block;
            width: 0.16rem;
            height: 0.16rem;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -0.08rem;
            margin-top: -0.08rem;
            border-radius: 50%;
            background-color: #007cef;
        }

    .ic .swiper-pagination-bullet-active {
        opacity: 1;
        border-color: #007cef;
    }

    .ic.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.04rem;
    }

    .ic.swiper-container-horizontal > .swiper-pagination-bullets,
    .ic .swiper-pagination-custom,
    .ic .swiper-pagination-fraction {
        bottom: 0.6rem;
        font-size: 0;
    }

.is {
    width: 100%;
}

.it {
    width: 100%;
    padding: 0.5rem 0.27rem 0.27rem;
}

.iu {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #3b99f0;
    padding-top: 0.1rem;
    padding-bottom: 0.32rem;
    margin-bottom: 0.3rem;
}

.iv {
    width: 0.79rem;
    margin-bottom: 0.29rem;
}

.iw {
    width: 100%;
    font-size: 0;
    padding-left: 0.3rem;
    padding-right: 0.27rem;
    margin-bottom: 0.5rem;
}

    .iw.sp {
        margin-bottom: 0.26rem;
    }

.ix {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

.iy {
    font-size: 0.48rem;
    color: #333;
    margin-bottom: 0.16rem;
}

    .iy.sp {
        margin-bottom: 0;
    }

.iz {
    font-size: 0.24rem;
    color: #999;
}

.ja {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
    font-size: 0;
}

.jc {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7rem;
    color: #e6000a;
    margin-right: 0.1rem;
}

.jd {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.23rem;
    color: #e6000a;
    width: 0.23rem;
    text-align: center;
    word-wrap: break-word;
}

.je {
    text-align: center;
    font-size: 0.3rem;
    color: #3b99f0;
    margin-bottom: 0.3rem;
}

.jf {
    text-align: center;
    font-size: 0;
    margin-bottom: 0.44rem;
}

.jg {
    display: inline-block;
    vertical-align: top;
    width: 0.74rem;
    height: 0.74rem;
    border: 1px solid #ddd;
    border-radius: 0.05rem;
    line-height: 0.74rem;
    text-align: center;
    font-size: 0.6rem;
    color: #999;
}

.jh {
    display: inline-block;
    vertical-align: top;
    width: 1.4rem;
    height: 0.74rem;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    font-size: 0.8rem;
    color: #555;
    font-weight: bold;
    text-align: center;
    margin: 0 0.42rem;
}

.ji {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 0.3rem;
}

.jj {
    width: 1.85rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .jj:after {
        content: "";
        display: block;
        width: 1px;
        height: 0.6rem;
        background-color: #eee;
        position: absolute;
        right: 0;
        top: 0;
    }

    .jj:last-child:after {
        display: none;
    }

.jk {
    line-height: 0.3rem;
    font-size: 0.3rem;
    color: #333;
    text-align: center;
    padding-top: 0.03rem;
    padding-bottom: 0.1rem;
}

    .jk img {
        width: 0.55rem;
        vertical-align: middle;
    }

.jl {
    font-size: 0.24rem;
    color: #999;
    text-align: center;
}

.jm {
    display: block;
    width: 3.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #3b99f0;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 0.05rem;
    margin: 0 auto;
}

.jn {
    width: 100%;
    background-size: 100% 100%;
    padding: 0.54rem 0 0.5rem;
}

.jn1 {
    background-image: url(../images/256.jpg);
}

.jn2 {
    background-image: url(../images/257.jpg);
}

.jn3 {
    background-image: url(../images/286.jpg);
}

.jo {
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.jp {
    text-align: center;
    font-size: 0.23rem;
    color: #fff;
}


.jq {
    width: 100%;
    padding: 0.4rem 0.27rem 0.3rem;
    background-color: #fff;
}

    .jq table {
        width: 100%;
        border: 1px solid #e5e5e5;
    }

.jr {
    background-color: #f6f6f6;
}

.js {
    font-size: 0.26rem;
    color: #555;
    text-align: center;
    padding: 0.22rem 0;
}

.js1 {
    border-right: 1px solid #e5e5e5;
}

.js2 {
    border-right: 1px solid #e5e5e5;
}

.jt {
    border-top: 1px solid #e5e5e5;
}

.ju {
    font-size: 0.22rem;
    color: #007cef;
    line-height: 0.3rem;
    text-align: center;
    padding: 0.2rem;
    border-right: 1px solid #e5e5e5;
}

.jv {
    font-size: 0.22rem;
    color: #555;
    line-height: 0.3rem;
    text-align: center;
    padding: 0.2rem;
    border-right: 1px solid #e5e5e5;
}

.jw {
    font-size: 0.22rem;
    color: #e6000a;
    line-height: 0.3rem;
    text-align: center;
    padding: 0.2rem;
}

.jy {
    width: 100%;
    background-color: #fff;
    background-image: url(../images/258.jpg);
    background-size: 100% 100%;
    padding: 0 0.27rem 0.44rem;
}

.jz {
    width: 100%;
    padding-top: 0.5rem;
    margin-bottom: 0.48rem;
}

.ka {
    text-align: center;
    font-size: 0.4rem;
    color: #007cef;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.kb {
    text-align: center;
    font-size: 0.23rem;
    color: #818181;
}

.kc {
    width: 100%;
    font-size: 0;
}

.kd {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    height: 2.29rem;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-top: 0.43rem;
}

    .kd:nth-child(3n+3) {
        border-right: none;
    }

    .kd:nth-last-child(1),
    .kd:nth-last-child(2),
    .kd:nth-last-child(3) {
        border-bottom: none;
    }

.ke {
    width: 0.9rem;
    margin: 0 auto 0.15rem;
}

.kf {
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.34rem;
}

.kg {
    width: 100%;
    background-color: #fff;
}

.kh {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.4rem;
}

.ki {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    background-color: #eee;
    font-size: 0.23rem;
    color: #333;
}

    .ki.active {
        background-color: #fff;
        color: #3b99f0;
    }

    .ki:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0.3rem;
        height: 0.3rem;
        background-size: 100% 100%;
        margin-right: 0.1rem;
    }

    .ki:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
    }

.ki1:before {
    background-image: url(../images/266.png);
}

.ki2:before {
    background-image: url(../images/267.png);
}

.ki3:before {
    background-image: url(../images/268.png);
}

.ki1.active:before {
    background-image: url(../images/269.png);
}

.ki2.active:before {
    background-image: url(../images/270.png);
}

.ki3.active:before {
    background-image: url(../images/271.png);
}

.ki1:after {
    background-image: url(../images/269.png);
}

.ki2:after {
    background-image: url(../images/270.png);
}

.ki3:after {
    background-image: url(../images/271.png);
}

.kj {
    width: 100%;
    padding-bottom: 0.8rem;
}

.kk {
    display: none;
}

    .kk.show {
        display: block;
    }

.kl {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 0.4rem;
}

.km {
    display: inline-block;
    vertical-align: top;
    min-width: 1.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 0.25rem;
    padding: 0 0.1rem;
    font-size: 0.23rem;
    color: #000;
    margin: 0 0.15rem;
}

    .km.active {
        border-color: #3b99f0;
        background-color: #3b99f0;
        color: #fff;
    }

.kn {
    width: 100%;
    padding: 0 0.27rem;
}

.ko {
    width: 100%;
    display: none;
}

    .ko.show {
        display: block;
    }

    .ko table {
        width: 100%;
        border: 1px solid #e5e5e5;
        border-right: none;
    }

.kp {
    width: 100%;
    background-color: #f6f6f6;
}

.kq {
    border-right: 1px solid #e5e5e5;
    font-size: 0.24rem;
    color: #555;
    line-height: 0.32rem;
    text-align: center;
    padding: 0.18rem 0.1rem;
}

.ks {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 0.22rem;
    color: #555;
    line-height: 0.3rem;
    padding: 0.18rem 0.1rem;
    text-align: center;
}

    .ks .blue {
        font-size: 0.22rem;
        color: #007cef;
    }

    .ks .red {
        font-size: 0.22rem;
        color: #ff2e2e;
    }

.kt {
    width: 100%;
    font-size: 0;
    padding-left: 0.3rem;
    margin-bottom: 0.2rem;
}

.ku {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.22rem;
    border-right: 1px solid #f4f4f4;
}

    .ku:nth-child(1) {
        padding-left: 0;
    }

    .ku:last-child {
        border-right: none;
    }

.kv {
    text-align: center;
    font-size: 0.26rem;
    color: #333;
    margin-bottom: 0.1rem;
}

.kw {
    text-align: center;
    font-size: 0.22rem;
    color: #999;
}

.kx {
    width: 100%;
    padding: 0 0.3rem;
    margin-bottom: 0.32rem;
}

.ky {
    width: 100%;
    font-size: 0.23rem;
    color: #777;
    line-height: 0.39rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kz {
    width: 100%;
    background-image: url(../images/283.jpg);
    background-size: cover;
    background-position: center center;
}

.la {
    width: 100%;
    text-align: center;
    padding-top: 0.5rem;
    margin-bottom: 0.47rem;
}

.lb {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.12rem;
    font-weight: bold;
}

.lc {
    font-size: 0.23rem;
    color: #fff;
}

.lb.blue {
    color: #007cef;
}

.lc.gray {
    color: #818181;
}

.ld {
    width: 100%;
    font-size: 0;
    padding-left: 0.27rem;
    padding-bottom: 0.2rem;
}

.le {
    display: inline-block;
    vertical-align: top;
    width: 2.1rem;
    height: 2.1rem;
    padding-top: 0.37rem;
    background-color: #fff;
    margin-right: 0.34rem;
    margin-bottom: 0.4rem;
}

    .le:nth-child(3n) {
        margin-right: 0;
    }

.lf {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto 0.15rem;
}

    .lf img {
        width: 100%;
        height: 100%;
    }

.lg {
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.38rem;
}

.lh {
    width: 100%;
    background-image: url(../images/284.jpg);
    background-size: 100% 100%;
}

.li {
    width: 100%;
    font-size: 0;
    padding-left: 0.27rem;
}

.lj {
    display: inline-block;
    vertical-align: top;
    width: 3.28rem;
    height: 1.41rem;
    line-height: 1.41rem;
    margin-right: 0.42rem;
    margin-bottom: 0.4rem;
    padding-left: 0.49rem;
}

    .lj:nth-child(2n) {
        margin-right: 0;
    }

.lj1 {
    background-color: #3b99f0;
}

.lj2 {
    background-color: #57be5b;
}

.lj3 {
    background-color: #25b49b;
}

.lj4 {
    background-color: #ff9000;
}

.lk {
    display: inline-block;
    vertical-align: middle;
    width: 1.09rem;
    margin-right: 0.19rem;
}

.ll {
    display: inline-block;
    vertical-align: middle;
    width: 1.4rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.34rem;
}

.lm {
    width: 100%;
    background-color: #3b99f0;
    padding: 0.4rem 0.74rem;
    margin-top: 0.3rem;
}

.ln {
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.3rem;
}

.lq {
    width: 100%;
    margin-bottom: 0.2rem;
}

.lr {
    width: 100%;
    height: 0.6rem;
    border: none;
    background-color: #fff;
    padding: 0 0.2rem;
    font-size: 0.23rem;
    color: #999;
}

.ls {
    width: 100%;
    height: 0.6rem;
}

.lt {
    float: left;
    width: 2.89rem;
    height: 0.6rem;
    background-color: #fff;
}

    .lt select {
        width: 100%;
        height: 0.6rem;
        border: none;
        font-size: 0.23rem;
        color: #999;
        padding: 0 0.2rem;
        background-color: #fff;
    }

.lu {
    float: right;
    display: block;
    width: 2.89rem;
    height: 0.6rem;
    background-color: #ffee00;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.23rem;
    color: #394855;
    border: none;
    cursor: pointer;
}

.lv {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.35rem;
}

.lw {
    width: 100%;
    font-size: 0;
    padding-left: 0.27rem;
}

.lx {
    display: inline-block;
    vertical-align: top;
    width: 2.26rem;
    height: 2.8rem;
    padding-top: 0.45rem;
    margin-bottom: 0.1rem;
}

.lx1 {
    background-color: #ff9001;
    margin-right: 0.1rem;
}

.lx2 {
    background-color: #3b99f0;
    margin-right: 0.1rem;
}

.lx3 {
    background-color: #57be5b;
}

.ly {
    text-align: center;
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.28rem;
    position: relative;
    width: 100%;
    margin-bottom: 0.59rem;
}

    .ly:after {
        content: "";
        display: block;
        width: 0.2rem;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -0.1rem;
        bottom: 0;
    }

    .ly.sp {
        margin-bottom: 0.3rem;
    }

.lz {
    width: 100%;
    text-align: center;
    font-size: 0.23rem;
    color: #fff;
    margin-bottom: 0.15rem;
}

.ma {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
}

.mb {
    display: inline-block;
    vertical-align: top;
    width: 3.44rem;
    height: 2.2rem;
    padding-top: 0.24rem;
    margin-bottom: 0.1rem;
}

.mb1 {
    background-color: #ff6868;
    margin-right: 0.1rem;
}

.mb2 {
    background-color: #25b49b;
}

.mc {
    width: 100%;
    margin-bottom: 0.27rem;
}

.md {
    width: 100%;
    font-size: 0;
}

.me {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.23rem;
    color: #555;
    background-color: #eee;
}

    .me.active {
        background-color: #fff;
        color: #3b99f0;
    }

.mf {
    display: none;
}

    .mf.show {
        display: block;
    }

.mg {
    width: 100%;
    background-color: #fff;
    padding: 0 0.27rem 0.42rem;
}

.mh {
    width: 100%;
}

.mi {
    width: 100%;
    margin-bottom: 0.18rem;
    border: 1px solid #eee;
    font-size: 0;
    padding: 0.34rem 0.18rem;
}

    .mi:nth-child(1) {
        background-color: #ff9000;
    }

    .mi:nth-child(2) {
        background-color: #3b99f0;
    }

    .mi:nth-child(3) {
        background-color: #57be5b;
    }

    .mi:nth-child(4) {
        background-color: #ff6868;
    }

    .mi:nth-child(5) {
        background-color: #25b49b;
    }

.mj {
    display: inline-block;
    vertical-align: middle;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.2rem;
}

    .mj img {
        width: 100%;
    }

.mk {
    display: inline-block;
    vertical-align: middle;
    width: 5.25rem;
}

.ml {
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.34rem;
    margin-bottom: 0.13rem;
}

.mm {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.3rem;
}

.mn {
    width: 100%;
    background-image: url(../images/296.jpg);
    background-size: 100% 100%;
    padding-bottom: 0.16rem;
}

.mo {
    width: 100%;
    font-size: 0;
    padding-left: 0.27rem;
}

.mp {
    display: inline-block;
    vertical-align: top;
    width: 3.28rem;
    height: 1.41rem;
    line-height: 1.41rem;
    padding-left: 0.29rem;
    margin-right: 0.42rem;
    margin-bottom: 0.4rem;
}

    .mp:nth-child(2n) {
        margin-right: 0;
    }

    .mp:nth-child(2n+1) {
        background-color: #3b99f0;
    }

    .mp:nth-child(2n+2) {
        background-color: #57be5b;
    }

    .mp:nth-child(2n+3) {
        background-color: #25b49b;
    }

    .mp:nth-child(2n+4) {
        background-color: #ff9000;
    }

.mq {
    display: inline-block;
    vertical-align: middle;
    width: 1.1rem;
    margin-right: 0.2rem;
}

.mr {
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.34rem;
}

.ms {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.64rem;
}

.mt {
    width: 100%;
    text-align: center;
    padding: 0.7rem 0 0.57rem 0;
}

.mu {
    font-size: 0.35rem;
    color: #1b1b1b;
    margin-bottom: 0.14rem;
    font-weight: bold;
}

.mv {
    font-size: 0.23rem;
    color: #818181;
}

.mw {
    width: 100%;
    font-size: 0;
    padding-left: 0.27rem;
}

.mx {
    width: 3.34rem;
    height: 3.96rem;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
    padding-top: 0.3rem;
    display: inline-block;
    vertical-align: top;
}

    .mx:nth-child(2n) {
        margin-right: 0;
    }

    .mx:nth-child(1) {
        background-color: #f37020;
    }

    .mx:nth-child(2) {
        background-color: #e57977;
    }

    .mx:nth-child(3) {
        background-color: #fec12a;
    }

    .mx:nth-child(4) {
        background-color: #80b880;
    }

.my {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto 0.4rem;
}

    .my img {
        width: 100%;
        height: 100%;
    }

.mz {
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.22rem;
}

.na {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.38rem;
    padding: 0 0.3rem;
    text-align: center;
}

.nb {
    width: 100%;
    padding: 0.45rem 0 0.45rem 1.1rem;
    font-size: 0;
    background-color: #c288cd;
    width: 6.98rem;
}

.nc {
    display: inline-block;
    vertical-align: middle;
    width: 0.8rem;
    margin-right: 0.3rem;
}

    .nc img {
        width: 100%;
        height: 100%;
    }

.nd {
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.38rem;
    margin-bottom: 0.1rem;
}

.ne {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.3rem;
}

.nf {
    display: inline-block;
    vertical-align: middle;
    width: 4.6rem;
}

.ng {
    width: 100%;
    padding-bottom: 0.6rem;
}

.nh {
    width: 100%;
    font-size: 0;
    padding-left: 0.27rem;
    padding-bottom: 0.27rem;
}

.ni {
    display: inline-block;
    vertical-align: top;
    width: 3.33rem;
    margin-bottom: 0.4rem;
    margin-right: 0.3rem;
}

    .ni:nth-child(2n) {
        margin-right: 0;
    }

.nj {
    display: block;
    width: 100%;
    height: 2.06rem;
}

    .nj img {
        width: 100%;
        height: 100%;
    }

.nk {
    display: block;
    text-align: center;
    font-size: 0.23rem;
    color: #000;
    padding-top: 0.19rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nl {
    width: 100%;
    height: 9.57rem;
    padding-top: 0.7rem;
    background-image: url(../images/309.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.nm {
    width: 100%;
    text-align: center;
    font-size: 0.34rem;
    color: #fff;
    margin-bottom: 0.18rem;
}

.nn {
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.no {
    width: 6.7rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.22rem;
    color: #fff;
    line-height: 1.7;
}

.np {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0.6rem;
}

.nq {
    display: inline-block;
    vertical-align: top;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.08rem;
    background-size: 100% 100%;
    cursor: pointer;
}

.nq1 {
    background-image: url(../images/320.png);
}

.nq2 {
    background-image: url(../images/321.png);
}

.nq3 {
    background-image: url(../images/322.png);
}

.nq4 {
    background-image: url(../images/323.png);
}

.nq5 {
    background-image: url(../images/324.png);
}

.nq6 {
    background-image: url(../images/325.png);
}

.nr {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.3rem;
}

.ns {
    width: 100%;
    padding-left: 0.27rem;
    font-size: 0;
}

.nt {
    display: inline-block;
    vertical-align: top;
    width: 3.23rem;
    height: 2.28rem;
    border-radius: 0.1rem;
    padding-top: 0.3rem;
    margin-right: 0.52rem;
    margin-bottom: 0.4rem;
}

    .nt:nth-child(2n) {
        margin-right: 0;
    }

    .nt:nth-child(4n+1) {
        background-color: #f37427;
    }

    .nt:nth-child(4n+2) {
        background-color: #e57977;
    }

    .nt:nth-child(4n+3) {
        background-color: #fec229;
    }

    .nt:nth-child(4n+4) {
        background-color: #7fb881;
    }

.nu {
    width: 0.91rem;
    height: 0.91rem;
    margin: 0 auto 0.27rem;
}

.nv {
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.32rem;
}

.nw {
    width: 100%;
}

.nx {
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.nx1 {
    background-color: #ffe44f;
    padding-top: 0;
    padding-bottom: 1rem;
}

.nx2 {
    background-color: #f2684c;
}

.nx3 {
    background-color: #3fc6af;
}

.nx4 {
    background-color: #ffb328;
}

.nx5 {
    background-color: #e3493d;
}

.nx6 {
    background-color: #01b760;
}

.nx7 {
    background-color: #fda73a;
}

.nx8 {
    background-color: #4987d2;
}

.nx9 {
    background-color: #fac719;
}

.nx10 {
    background-color: #7d5ee9;
}

.ny {
    width: 100%;
    text-align: center;
    margin-bottom: 1.3rem;
}

.nz {
    width: 100%;
    position: relative;
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.44rem;
    margin-bottom: 0.2rem;
}

    .nz:after {
        content: "";
        display: block;
        width: 1.13rem;
        height: 0.05rem;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.oa {
    font-size: 0.34rem;
    color: #fff;
    line-height: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.23rem;
}

.ob {
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.44rem;
    margin-bottom: 0.35rem;
}

.oc {
    width: 100%;
    padding: 0 0.27rem;
}

.od {
    font-size: 0.34rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.oe {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.6rem;
}

.of {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 0.2rem;
}

.og {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

    .og img {
        width: 100%;
        height: 100%;
    }

.oh {
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
}

.oi {
    display: block;
    width: 3.9rem;
    height: 0.6rem;
    border: 0.03rem solid #fff;
    text-align: center;
    line-height: 0.54rem;
    font-size: 0.26rem;
    color: #fff;
    border-radius: 0.05rem;
}

.nx.brown .nz {
    color: #724009;
}

    .nx.brown .nz:after {
        background-color: #724009;
    }

.nx.brown .oa {
    color: #724009;
}

.oj {
    width: 100%;
    font-size: 0;
    padding-top: 0.5rem;
}

.ok {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
}

.ol {
    width: 1.67rem;
    height: 1.67rem;
    margin: 0 auto 0.17rem;
}

    .ol img {
        width: 100%;
        height: 100%;
    }

.om {
    text-align: center;
    font-size: 0.3rem;
    color: #724009;
    line-height: 0.38rem;
    height: 0.83rem;
}

.on {
    width: 100%;
    background-color: #2ca2f4;
    padding: 1rem 0.3rem 1.5rem;
}

.oo {
    width: 100%;
    position: relative;
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.44rem;
    margin-bottom: 0.3rem;
}

    .oo:after {
        content: "";
        display: block;
        width: 1.13rem;
        height: 0.05rem;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.op {
    width: 8.4rem;
    font-size: 0;
    margin-bottom: 0.5rem;
}

.oq {
    display: inline-block;
    vertical-align: top;
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.54rem;
    border: 0.03rem solid #fff;
    border-radius: 0.05rem;
    text-align: center;
    margin-right: 0.2rem;
    font-size: 0.26rem;
    color: #fff;
}

    .oq.active {
        background-color: #f06d3e;
        color: #fff;
    }

.os {
    display: none;
}

    .os.show {
        display: block;
    }

.ot {
    width: 100%;
    border: 0.03rem solid #fff;
}

    .ot img {
        width: 100%;
    }

.ou {
    width: 100%;
    font-size: 0;
}

.ov {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 2.82rem;
    overflow: hidden;
}

    .ov img {
        width: 100%;
        height: 100%;
    }

.ov3 {
    width: 100%;
}

.ow {
    width: 100%;
    background-color: #394657;
    padding: 1rem 0.3rem 1.5rem;
}

.ox {
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.74rem;
}

.oy {
    width: 100%;
    font-size: 0;
}

.oz {
    width: 100%;
    font-size: 0;
}

.pa {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 0.3rem;
}

.pb {
    width: 100%;
    height: 0.8rem;
    background-color: #455060;
    border: none;
    padding-left: 0.98rem;
    padding-right: 0.2rem;
    border-radius: 0.05rem;
    font-size: 0.26rem;
    color: #eee;
}

.pa1 {
    width: 100%;
}

.pa2 {
    width: 100%;
}

.pa3 {
    width: 48.7%;
    margin-right: 2.6%;
}

.pa4 {
    width: 48.7%;
}

.pa5 {
    width: 80.7%;
}

.pa6 {
    width: 100%;
}

.ow input::-webkit-input-placeholder,
.ow textarea::-webkit-input-placeholder {
    color: #a9a8a8;
}

.pa:after {
    content: "";
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    background-size: 100% 100%;
    position: absolute;
    left: 0.38rem;
    top: 0.18rem;
}

.pa1:after {
    background-image: url(../images/417.png);
}

.pa2:after {
    background-image: url(../images/418.png);
}

.pa3:after {
    background-image: url(../images/419.png);
}

.pa4:after {
    background-image: url(../images/420.png);
}

.pa5:after {
    background-image: url(../images/421.png);
}

.pa6:after {
    background-image: url(../images/422.png);
}

.pc {
    font-size: 0.26rem;
    color: #dc1616;
    position: absolute;
    left: 0.2rem;
    top: 0.34rem;
}

.pd {
    display: inline-block;
    width: 0.95rem;
    height: 0.33rem;
    margin-left: 0.3rem;
    margin-top: 0.24rem;
}

    .pd img {
        width: 100%;
        height: 100%;
    }

.pe {
    width: 100%;
    height: 3.8rem;
    border: none;
    background-color: #455060;
    padding-left: 0.98rem;
    padding-right: 0.2rem;
    padding-top: 0.19rem;
    padding-bottom: 0.19rem;
    border-radius: 0.05rem;
    font-size: 0.26rem;
    color: #eee;
    line-height: 0.44rem;
    outline: none;
}

.pf {
    width: 100%;
    text-align: center;
    padding-top: 0.5rem;
}

.pg {
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #009efe;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    border-radius: 0.05rem;
    border: none;
}

.ow.blue {
    background-color: #00a7b1;
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
}

    .ow.blue .ox {
        text-align: center;
        margin-bottom: 0.5rem;
        font-size: 0.4rem;
    }

    .ow.blue .pb {
        background-color: #61b6f3;
    }

    .ow.blue .pe {
        background-color: #61b6f3;
    }

    .ow.blue input::-webkit-input-placeholder,
    .ow.blue textarea::-webkit-input-placeholder {
        color: #fff;
    }

    .ow.blue .pa1:after {
        background-image: url(../images/627.png);
    }

    .ow.blue .pa2:after {
        background-image: url(../images/628.png);
    }

    .ow.blue .pa3:after {
        background-image: url(../images/629.png);
    }

    .ow.blue .pa4:after {
        background-image: url(../images/630.png);
    }

    .ow.blue .pa5:after {
        background-image: url(../images/631.png);
    }

    .ow.blue .pa6:after {
        background-image: url(../images/632.png);
    }

    .ow.blue .pf {
        padding-top: 0.3rem;
    }

.here {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.08rem;
}

.ph {
    width: 100%;
    padding: 0.4rem 0.27rem 0.94rem;
}

.pi {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0.3rem;
}

    .pi:last-child {
        margin-bottom: 0;
    }

.pj {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 0.3rem 0.3rem 0.27rem;
}

.pk {
    font-size: 0.3rem;
    color: #1b1b1b;
    margin-bottom: 0.1rem;
    font-weight: bold;
}

    .pk .blue {
        color: #23b5fe;
    }

.pl {
    font-size: 0.2rem;
    color: #9a9a9a;
}

.pm {
    width: 100%;
    padding: 0.3rem 0.3rem 0.4rem;
}

.pn {
    width: 100%;
    margin-bottom: 0.2rem;
}

.po {
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
    margin-bottom: 0.33rem;
}

.pp {
    width: 7.5rem;
    font-size: 0;
}

.pq {
    display: inline-block;
    vertical-align: top;
    width: 1.94rem;
    height: 0.54rem;
    line-height: 0.54rem;
    border: 1px solid #959595;
    border-radius: 0.05rem;
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    margin-right: 0.27rem;
    margin-bottom: 0.3rem;
}

.pr {
    display: block;
    width: 2.32rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    background-color: #00a7b1;
    font-size: 0.23rem;
    color: #fff;
    border-radius: 0.05rem;
    margin: 0 auto;
    cursor: pointer;
}


.ps {
    width: 100%;
    background-color: #fff;
    padding-top: 0.47rem;
    padding-bottom: 0.2rem;
}

.pt {
    text-align: center;
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.26rem;
}

.pu {
    text-align: center;
    font-size: 0.26rem;
    color: #818181;
    margin-bottom: 0.4rem;
}

    .pu .orange {
        color: #fa570f;
    }

.pv {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.pw {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    text-align: center;
    margin-bottom: 0.4rem;
}

.px {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    line-height: 1.2rem;
    text-align: center;
    margin: 0 auto 0.14rem;
}

    .px img {
        width: 0.5rem;
        vertical-align: middle;
    }

.py {
    font-size: 0.26rem;
    color: #333;
}

.pz {
    width: 100%;
    padding: 0.4rem 0.27rem 0.38rem;
    background-size: cover;
    background-position: center center;
}

.pz1 {
    background-image: url(../images/436.jpg);
}

.pz2 {
    background-image: url(../images/440.jpg);
    padding-bottom: 0.2rem;
}

.qa {
    text-align: center;
    font-size: 0.34rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.qb {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    margin-bottom: 0.32rem;
}

.qc {
    width: 7.5rem;
    font-size: 0;
}

.qd {
    display: inline-block;
    vertical-align: top;
    min-width: 1.6rem;
    height: 0.56rem;
    line-height: 0.56rem;
    padding: 0 0.1rem;
    text-align: center;
    border-radius: 0.28rem;
    background-color: #fff;
    font-size: 0.22rem;
    color: #3bb6eb;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.ql {
    display: inline-block;
    vertical-align: top;
    min-width: 1.22rem;
    height: 0.56rem;
    line-height: 0.56rem;
    padding: 0 0.1rem;
    text-align: center;
    border-radius: 0.28rem;
    background-color: #fff;
    font-size: 0.22rem;
    color: #ffae2e;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
}


.qe {
    width: 100%;
    padding: 0.32rem 0.27rem 0;
}

.qf {
    width: 100%;
    padding-bottom: 0.47rem;
}

    .qf .swiper-slide {
        padding-bottom: 0.3rem;
    }

.qg {
    width: 100%;
    background-color: #fff;
    padding: 0.27rem 0 0.27rem 0.3rem;
    font-size: 0;
}

.qh {
    width: 45.2%;
    display: inline-block;
    vertical-align: middle;
}

.qi {
    width: 54.8%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.3rem;
}

.qj {
    text-align: center;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.36rem;
    margin-bottom: 0.14rem;
}

.qk {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.34rem;
}

.qf .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background-color: transparent;
    opacity: 1;
    position: relative;
    border: 1px solid transparent;
}

    .qf .swiper-pagination-bullet:after {
        content: "";
        display: block;
        width: 0.12rem;
        height: 0.12rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -0.06rem;
        margin-top: -0.06rem;
        border-radius: 50%;
        background-color: #d5d5d5;
    }

.qf .swiper-pagination-bullet-active {
    border-color: #4dbfee;
}

    .qf .swiper-pagination-bullet-active:after {
        background-color: #4dbfee;
    }

.qf.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.08rem;
}

.qf.swiper-container-horizontal > .swiper-pagination-bullets,
.qf .swiper-pagination-custom,
.qf .swiper-pagination-fraction {
    bottom: 0.37rem;
    font-size: 0;
}

.qm {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
}

.qn {
    text-align: center;
    font-size: 0.48rem;
    color: #595959;
    margin-bottom: 0.15rem;
    font-weight: bold;
}

    .qn .orange {
        font-size: 0.48rem;
        color: #fa570f;
    }

.qo {
    text-align: center;
    font-size: 0.36rem;
    color: #595959;
    margin-bottom: 0.5rem;
}

    .qo .orange {
        font-size: 0.36rem;
        color: #fa570f;
    }

.qp {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.qq {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    text-align: center;
    margin-bottom: 0.4rem;
}

    .qq img {
        width: 1.57rem;
    }

.qr {
    width: 100%;
    height: 4.9rem;
    background-image: url(../images/450.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0.2rem 0.27rem;
    position: relative;
}

.qs {
    width: 2.95rem;
}

.qt {
    width: 100%;
    position: absolute;
    right: 0.27rem;
    bottom: 0.4rem;
    text-align: right;
}

.qu {
    font-size: 0.42rem;
    color: #fff;
    margin-bottom: 0.18rem;
}

.qv {
    font-size: 0.42rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.27rem;
    position: relative;
    margin-bottom: 0.35rem;
}

    .qv:after {
        content: "";
        display: block;
        width: 0.5rem;
        height: 0.06rem;
        background-color: #fcd72e;
        position: absolute;
        right: 0;
        bottom: 0;
        box-shadow: 0 1px 0.09rem rgba(252,215,46,0.75);
    }

    .qv .green {
        color: #3fdd84;
        font-size: 0.42rem;
    }

.qw {
    font-size: 0.26rem;
    color: #fff;
}

.qx {
    width: 2.6rem;
    background-color: #fff;
    border-radius: 0.1rem;
    position: absolute;
    left: 2.31rem;
    top: 0.75rem;
    padding: 0.2rem 0.27rem;
}

    .qx.hide {
        animation: scale .8s ease-in-out;
        transform: scale(0);
    }

.qy {
    font-size: 0.21rem;
    color: #434343;
    line-height: 0.29rem;
}

.qz {
    font-size: 0.33rem;
    color: #3ad180;
    font-weight: bold;
    line-height: 0.41rem;
}

.ra {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/471.png);
    background-size: 0.13rem 0.14rem;
    background-position: center center;
    background-repeat: no-repeat;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    20% {
        transform: scale(0.9);
        opacity: 1;
    }

    40% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.rb {
    width: 100%;
    background-color: #fff;
    padding: 0.3rem 0 0.1rem;
    font-size: 0;
    text-align: center;
    margin-bottom: 0.2rem;
}

.rc {
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    border: 1px solid #ddd;
    border-radius: 0.1rem;
    margin: 0 0.19rem 0.3rem;
    padding: 0.29rem 0.29rem 0.25rem;
}

.rd {
    width: 100%;
    text-align: center;
    margin-bottom: 0.18rem;
}

    .rd img {
        width: 0.9rem;
        height: 0.9rem;
    }

.re {
    text-align: center;
    font-size: 0.26rem;
    color: #333;
    margin-bottom: 0.16rem;
}

.rf {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.3rem;
    text-align: left;
}

.rg {
    width: 100%;
    background-color: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
}

.rh {
    text-align: center;
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.27rem;
    font-weight: bold;
}

.ri {
    text-align: center;
    font-size: 0.26rem;
    color: #888;
    margin-bottom: 0.38rem;
}

    .ri .orange {
        font-size: 0.26rem;
        color: #fa570f;
    }

.rj {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.rk {
    display: inline-block;
    vertical-align: top;
    width: 3.35rem;
    margin: 0 0.13rem 0.2rem;
    padding: 0.3rem 0.2rem;
}

    .rk:nth-child(4n+1) {
        background-color: #fea930;
    }

    .rk:nth-child(4n+2) {
        background-color: #fb8272;
    }

    .rk:nth-child(4n+3) {
        background-color: #39c387;
    }

    .rk:nth-child(4n+4) {
        background-color: #b877ef;
    }

.rl {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3rem;
}

    .rl img {
        width: 1.03rem;
    }

.rm {
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.rn {
    text-align: left;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.3rem;
}

.ro {
    width: 100%;
    height: 6.8rem;
    padding-top: 0.58rem;
    padding-bottom: 0.53rem;
    background-image: url(../images/464.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.rp {
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.52rem;
    font-weight: bold;
}

.rq {
    width: 100%;
    position: relative;
}

.rr {
    width: 6rem;
    margin: 0 auto;
}

.rs {
    width: 2.34rem;
    height: 4.81rem;
    margin: 0 auto;
    background-image: url(../images/461.png);
    background-size: 100% 100%;
    position: relative;
}

    .rs img {
        width: 2.05rem;
        height: 3.63rem;
        position: absolute;
        left: 0.15rem;
        top: 0.57rem;
    }

.rr-arrow {
    width: 0.23rem;
    height: 0.42rem;
    position: absolute;
    top: 50%;
    margin-top: -0.21rem;
}

.rr-prev {
    left: 0.3rem;
}

.rr-next {
    right: 0.3rem;
}

.rr-prev:after {
    content: "";
    display: inline-block;
    height: 0.32rem;
    width: 0.32rem;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 0.2rem;
    margin-top: -0.16rem;
    left: 0;
}

.rr-next:after {
    content: "";
    display: inline-block;
    height: 0.32rem;
    width: 0.32rem;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 0.2rem;
    margin-top: -0.16rem;
    right: 0;
}

.rr-prev:hover:after {
    border-color: #3bb6eb;
}

.rr-next:hover:after {
    border-color: #3bb6eb;
}

.rt {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.85rem;
}

.ru {
    text-align: center;
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.rv {
    width: 100%;
    font-size: 0;
}

.rw {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin-bottom: 0.45rem;
}

.rx {
    width: 1.24rem;
    height: 1.24rem;
    line-height: 1.24rem;
    text-align: center;
    border: 1px solid #3bb6eb;
    border-radius: 50%;
    margin: 0 auto 0.15rem;
}

    .rx img {
        width: 0.65rem;
        height: 0.65rem;
    }

.ry {
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.38rem;
}

.rz {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    background-color: #fff;
}

.sa {
    width: 6.38rem;
    margin: 0 auto;
}

.sc {
    display: block;
    width: 100%;
    height: 1.63rem;
    padding-top: 0.12rem;
}

.sd {
    width: 1.23rem;
    height: 1rem;
    background-size: 100% 100%;
    margin: 0 auto;
}

.se {
    text-align: center;
    font-size: 0.25rem;
    color: #333;
    padding: 0 0.1rem;
}

.sf.active .sc {
    background-color: #23b5fe;
}

.sf.active .se {
    color: #fff;
}

.sf1 .sd {
    background-image: url(../images/albc1.png);
}                       
                        
.sf2 .sd {              
    background-image: url(../images/albc2.png);
}                        
                         
.sf3 .sd {               
    background-image: url(../images/albc3.png);
}                       
                        
.sf4 .sd {              
    background-image: url(../images/albc4.png);
}                       
                        
.sf5 .sd {              
    background-image: url(../images/albc5.png);
}                      
                       
.sf6 .sd {             
    background-image: url(../images/albc6.png);
}                      
                       
.sf7 .sd {             
    background-image: url(../images/albc7.png);
}                        
                         
.sf8 .sd {               
    background-image: url(../images/albc15.png);
}                        
                         
.sf9 .sd {               
    background-image: url(../images/albc16.png);
}                     
                      
.sf10 .sd {           
    background-image: url(../images/albc17.png);
}                        
                         
.sf11 .sd {              
    background-image: url(../images/albc201.png);
}                  
                   
.sf12 .sd {        
    background-image: url(../images/albc19.png);
}                     
                      
.sf13 .sd {           
    background-image: url(../images/albc18.png);
}                       
                        
.sf1.active .sd {       
    background-image: url(../images/albc8.png);
}                      
                       
.sf2.active .sd {      
    background-image: url(../images/albc9.png);
}                     
                      
.sf3.active .sd {     
    background-image: url(../images/albc10.png);
}                        
                         
.sf4.active .sd {        
    background-image: url(../images/albc11.png);
}                      
                       
.sf5.active .sd {      
    background-image: url(../images/albc12.png);
}                        
                         
.sf6.active .sd {        
    background-image: url(../images/albc13.png);
}                       
                        
.sf7.active .sd {       
    background-image: url(../images/albc14.png);
}                      
                       
.sf8.active .sd {      
    background-image: url(../images/albc20.png);
}                        
                         
.sf9.active .sd {        
    background-image: url(../images/albc21.png);
}                        
                         
.sf10.active .sd {       
    background-image: url(../images/albc22.png);
}                       
                        
.sf11.active .sd {      
    background-image: url(../images/albc201.png);
}                      
                       
.sf12.active .sd {     
    background-image: url(../images/albc24.png);
}                        
                         
.sf13.active .sd {       
    background-image: url(../images/albc23.png);
}

.sa-arrow {
    width: 0.56rem;
    height: 100%;
    position: absolute;
    top: 0;
}

.sa-prev {
    left: 0.18rem;
}

.sa-next {
    right: 0.18rem;
}

.sa-prev:after {
    content: "";
    display: inline-block;
    height: 0.32rem;
    width: 0.32rem;
    border-width: 0 0 2px 2px;
    border-color: #d2d2d2;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.16rem;
}

.sa-next:after {
    content: "";
    display: inline-block;
    height: 0.32rem;
    width: 0.32rem;
    border-width: 2px 2px 0 0;
    border-color: #d2d2d2;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.16rem;
}

.sa-prev:hover:after {
    border-color: #3bb6eb;
}

.sa-next:hover:after {
    border-color: #3bb6eb;
}

.sg {
    width: 8rem;
    padding: 0.3rem 0 0.2rem 0.27rem;
    background-color: #fff;
    font-size: 0;
}

.sh {
    display: none;
    vertical-align: top;
    min-width: 2.14rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    background-color: #eee;
    border-radius: 0.05rem;
    margin-right: 0.29rem;
    margin-bottom: 0.3rem;
    border: 1px solid transparent;
}

    .sh.show {
        display: inline-block;
    }

    .sh.active {
        border-color: #23b5fe;
        background-color: #fff;
        color: #23b5fe;
    }

.more {
    display: inline-block;
    vertical-align: top;
    min-width: 2.14rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    background-color: #eee;
    border-radius: 0.05rem;
    margin-right: 0.29rem;
    margin-bottom: 0.3rem;
    border: 1px solid transparent;
}

    .more:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        border-top: 0.06rem solid #a6a6a6;
        border-left: 0.06rem solid transparent;
        border-right: 0.06rem solid transparent;
        margin-left: 0.14rem;
    }

    .more.active:after {
        border-top: none;
        border-bottom: 0.06rem solid #a6a6a6;
    }

.si {
    width: 8rem;
    padding-left: 0.27rem;
    font-size: 0;
    background-color: #fff;
    padding-bottom: 0.16rem;
}

.sj {
    width: 3.33rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.3rem;
}

.sk {
    display: block;
    width: 100%;
    height: 2.56rem;
    margin-bottom: 0.15rem;
}

    .sk img {
        width: 100%;
        height: 100%;
    }

.sl {
    display: block;
    width: 100%;
    font-size: 0;
}

.sm {
    display: inline-block;
    vertical-align: top;
    width: 78%;
    font-size: 0.22rem;
    color: #000;
    line-height: 0.26rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sn {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    font-size: 0;
    min-height: 0.6rem;
    text-align: center;
}

    .sn img {
        height: 0.25rem;
        margin: 0 0.05rem 0.1rem;
    }

.so {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.86rem;
}

.sq {
    width: 100%;
    background-color: #fff;
    padding-top: 0.58rem;
}

.sr {
    text-align: center;
    font-size: 0.4rem;
    color: #1b1b1b;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.ss {
    text-align: center;
    font-size: 0.23rem;
    color: #818181;
    margin-bottom: 0.4rem;
}

.st {
    width: 100%;
    padding-bottom: 0.3rem;
    text-align: center;
    font-size: 0;
}

.su {
    display: inline-block;
    vertical-align: top;
    width: 3.34rem;
    height: 2.33rem;
    padding-top: 0.3rem;
    border-radius: 0.05rem;
    background-color: #fff;
    margin: 0 0.15rem 0.3rem;
    box-shadow: 0 0 0.07rem rgba(118,118,118,0.2);
}

.sv {
    width: 100%;
    text-align: center;
    margin-bottom: 0.25rem;
}

    .sv img {
        width: 1.1rem;
        height: 1.1rem;
    }

.sw {
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.34rem;
}

.sx {
    width: 100%;
    background-image: url(../images/501.jpg);
    background-size: cover;
    padding-top: 0.5rem;
    position: relative;
}

.sy {
    font-size: 0.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.44rem;
    position: relative;
    z-index: 2;
}

    .sy:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.sz {
    width: 7.08rem;
    margin-top: -0.5rem;
    display: block;
    margin: -1.2rem auto 0 auto;
}

.ta {
    text-align: center;
    font-size: 0.23rem;
    color: #fff;
    line-height: 0.39rem;
    margin-top: -0.2rem;
    margin-bottom: 0.52rem;
}

    .ta .yellow {
        font-size: 0.23rem;
        color: #fcff00;
    }

.tb {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.1rem;
    padding-top: 0.5rem;
}

.tc {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 1.5% 0.4rem;
}

.td {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.05rem solid #fff;
    font-size: 0.45rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    margin: 0 auto 0.22rem auto;
}

.te {
    text-align: center;
    font-size: 0.23rem;
    color: #fff;
}

.tf {
    width: 100%;
    background-color: #fff;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.2rem;
}

.tg {
    font-size: 0.4rem;
    color: #23b5fe;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.44rem;
    position: relative;
    z-index: 2;
}

    .tg:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #23b5fe;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.th {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
    margin-top: 0.42rem;
}

.ti {
    width: 100%;
    background-color: #fff;
    padding-top: 0.6rem;
    margin-bottom: 0.2rem;
}

.tj {
    font-size: 0.3rem;
    color: #1b1b1b;
    text-align: center;
    padding-bottom: 0.34rem;
    position: relative;
    z-index: 2;
}

    .tj:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #23b5fe;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.tk {
    padding-top: 0.5rem;
}

.tl {
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
}

    .tl:nth-child(odd) {
        background-color: #f9f9f9;
    }

.tm {
    text-align: center;
    font-size: 0.28rem;
    color: #23b5fe;
    margin-bottom: 0.4rem;
}

.tn {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
    padding: 0 0.27rem;
}

    .tn .orange {
        font-size: 0.23rem;
        color: #ff6600;
    }

.to {
    text-align: center;
    padding-top: 0.6rem;
}

.tp {
    text-align: center;
    font-size: 0;
    padding-top: 0.22rem;
}

.tq {
    width: 4rem;
    vertical-align: middle;
    margin-right: 0.3rem;
}

.tr {
    font-size: 0.23rem;
    color: #ff6600;
    vertical-align: middle;
}

    .tr .big {
        font-size: 0.3rem;
    }

.ts {
    width: 100%;
    background-color: #fff;
    padding-top: 0.6rem;
}

.tt {
    font-size: 0.4rem;
    color: #1b1b1b;
    text-align: center;
    padding-bottom: 0.44rem;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

    .tt:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #23b5fe;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.tu {
    text-align: center;
    font-size: 0.3rem;
    color: #23b5fe;
    margin-bottom: 0.35rem;
    padding-top: 0.4rem;
}

.tv {
    text-align: center;
    font-size: 0.3rem;
    color: #1b1b1b;
    margin-bottom: 0.6rem;
}

    .tv .orange {
        font-size: 0.4rem;
        color: #ff6600;
    }

.tw {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.tx {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin-bottom: 0.42rem;
}

.ty {
    text-align: center;
    margin-bottom:;
}

    .ty img {
        width: 1.5rem;
        height: 1.5rem;
    }

.tz {
    text-align: center;
    font-size: 0.23rem;
    color: #555;
    line-height: 0.39rem;
}

.ua {
    text-align: center;
    padding-bottom: 0.56rem;
}

.ub {
    width: 6.14rem;
}

.uc {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.2rem;
}

.ud {
    width: 100%;
    padding-bottom: 0.4rem;
}

.ud1 {
    background-color: #23b6fe;
}

.ud3 {
    background-color: #ffb940;
}

.ud5 {
    background-color: #3bce97;
}

.ud7 {
    background-color: #ff685e;
}

.ue {
    width: 100%;
}

.uf {
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    position: relative;
    padding-bottom: 0.45rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

    .uf:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.ug {
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.38rem;
    margin-bottom: 0.15rem;
}

.uh {
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
    padding: 0 0.27rem;
}

.ui {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.uj {
    display: inline-block;
    vertical-align: top;
    width: 2.14rem;
    height: 0.54rem;
    border: 0.04rem solid #fff;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.23rem;
    color: #fff;
    margin: 0 0.13rem;
}

.ud:nth-child(2n) .uf {
    color: #1b1b1b;
}

    .ud:nth-child(2n) .uf:after {
        background-color: #1b1b1b;
    }

.ud:nth-child(2n) .ug {
    color: #1b1b1b;
}

.ud:nth-child(2n) .uh {
    color: #666;
}

.ud:nth-child(2n) .uj {
    color: #23b6fe;
    border-color: #23b6fe;
}

.uk {
    width: 100%;
    background-color: #fff;
    padding-top: 0.53rem;
    padding-bottom: 0.12rem;
    background-image: url(../images/577.png);
    background-size: 100% auto;
}

.ul {
    text-align: center;
    font-size: 0.25rem;
    color: #000;
    line-height: 0.39rem;
    padding: 0 0.27rem;
    margin-bottom: 0.42rem;
}

.um {
    text-align: center;
    font-size: 0;
}

.un {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    margin-bottom: 0.4rem;
}

.uo {
    width: 100%;
    text-align: center;
    margin-bottom: 0.1rem;
}

    .uo img {
        width: 1.8rem;
        height: 1.5rem;
    }

.up {
    width: 100%;
    font-size: 0.23rem;
    color: #000;
    line-height: 0.39rem;
    text-align: center;
    padding: 0 0.27rem;
}

.uq {
    width: 100%;
    background-color: #f1faff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    position: relative;
}

    .uq:before {
        content: "";
        display: block;
        width: 1.37rem;
        height: 0.86rem;
        background-image: url(../images/535.png);
        background-size: 100% 100%;
        position: absolute;
        right: 0.26rem;
        top: 0.39rem;
    }

    .uq:after {
        content: "";
        display: block;
        width: 100%;
        height: 2.72rem;
        background-image: url(../images/536.png);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.ur {
    text-align: center;
    position: relative;
    font-size: 0.4rem;
    color: #1b1b1b;
    padding-bottom: 0.4rem;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

    .ur:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #3bb6eb;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

    .ur.white {
        color: #fff;
    }

        .ur.white:after {
            background-color: #fff;
        }

    .ur.blue {
        color: #3bb6eb;
    }

.us {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 0.5rem;
}

.ut {
    display: inline-block;
    vertical-align: top;
    width: 1.45rem;
    height: 1.76rem;
    border-radius: 0.23rem;
    border: 0.03rem solid #badcee;
    background-color: #fff;
    padding-top: 0.25rem;
    margin: 0 0.18rem;
}

.uu {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 auto 0.18rem;
    background-size: 100% 100%;
}

.uv {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
}

.ut1 .uu {
    background-image: url(../images/527.png);
}

.ut2 .uu {
    background-image: url(../images/528.png);
}

.ut3 .uu {
    background-image: url(../images/529.png);
}

.ut4 .uu {
    background-image: url(../images/530.png);
}

.ut.active {
    background-color: #3bb6eb;
}

.ut:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
}

.ut1.active .uu {
    background-image: url(../images/531.png);
}

.ut2.active .uu {
    background-image: url(../images/532.png);
}

.ut3.active .uu {
    background-image: url(../images/533.png);
}

.ut4.active .uu {
    background-image: url(../images/534.png);
}

.ut.active .uv {
    color: #fff;
}

.ut1:after .uu {
    background-image: url(../images/531.png);
}

.ut2:after .uu {
    background-image: url(../images/532.png);
}

.ut3:after .uu {
    background-image: url(../images/533.png);
}

.ut4:after .uu {
    background-image: url(../images/534.png);
}

.uw {
    width: 100%;
    position: relative;
    z-index: 10;
}

.ux {
    display: none;
}

    .ux.show {
        display: block;
    }

.uy {
    padding-left: 0.95rem;
    margin-top: -0.05rem;
    padding-bottom: 0.3rem;
}

.uz {
    font-size: 0;
    margin-bottom: 0.13rem;
}

.va {
    display: inline-block;
    vertical-align: top;
    width: 1.1rem;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.33rem;
}

.vb {
    display: inline-block;
    vertical-align: top;
    width: 5.2rem;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.33rem;
}

.vc {
    text-align: center;
    position: relative;
    z-index: 10;
}

    .vc img {
        width: 2.05rem;
    }

.vd {
    width: 100%;
}

    .vd img {
        width: 100%;
    }

.ve {
    width: 100%;
    padding-top: 0.6rem;
    background-color: #fff;
    padding-bottom: 0.2rem;
    position: relative;
}

    .ve:before {
        content: "";
        display: block;
        width: 100%;
        height: 5.71rem;
        background-image: url(../images/551.jpg);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 2.69rem;
    }

.vf {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
    margin-bottom: 0.52rem;
    padding: 0 0.27rem;
    margin-top: -0.08rem;
    position: relative;
    z-index: 10;
}

.vg {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.vh {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 1.45rem;
    height: 1.76rem;
    border: 0.03rem solid #badcee;
    border-radius: 0.23rem;
    margin: 0 0.17rem 0.4rem;
    padding-top: 0.24rem;
    background-color: #fff;
}

.vi {
    width: 0.9rem;
    height: 0.9rem;
    margin-bottom: 0.15rem;
}

.vj {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
}

.vk {
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
}

.vl {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.vm {
    display: inline-block;
    vertical-align: top;
    width: 3.33rem;
    margin: 0 0.15rem;
}

.vn {
    display: block;
    width: 100%;
    height: 2.56rem;
}

    .vn img {
        width: 100%;
        height: 100%;
    }

.vo {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.23rem;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 0.17rem;
    padding-bottom: 0.39rem;
}

.vp {
    width: 100%;
    background-color: #f1faff;
    padding-top: 0.6rem;
    position: relative;
}

    .vp:before {
        content: "";
        display: block;
        width: 100%;
        height: 0.84rem;
        background-image: url(../images/558.jpg);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .vp:after {
        content: "";
        display: block;
        width: 1.37rem;
        height: 0.86rem;
        background-image: url(../images/535.png);
        background-size: 100% 100%;
        position: absolute;
        left: 0.24rem;
        top: 0.73rem;
    }

.cloud {
    width: 1.14rem;
    height: 0.69rem;
    background-image: url(../images/576.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0.17rem;
    top: 1.03rem;
}

.vq {
    width: 6.38rem;
    position: relative;
    margin: 0 auto 1.65rem;
}

    .vq:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: -0.15rem;
        top: 0.15rem;
        background-color: #fff;
        z-index: 1;
        border-radius: 0.6rem;
    }

.vr {
    display: none;
    width: 100%;
    border: 0.03rem solid #b8daed;
    border-radius: 0.6rem;
    padding: 0.36rem 0.28rem;
    text-align: center;
    font-size: 0.23rem;
    color: #474747;
    line-height: 0.45rem;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

    .vr.show {
        display: block;
    }

.vs {
    width: 100%;
    height: 3.1rem;
    background-image: url(../images/559.jpg);
    background-size: 100% 100%;
    position: relative;
}

.vt {
    display: block;
    width: 1.2rem;
    height: 0.96rem;
    position: absolute;
    text-align: center;
}

.vt1 {
    left: 0.52rem;
    top: -0.21rem;
}

.vt2 {
    left: 2.08rem;
    top: -0.81rem;
}

.vt3 {
    left: 4.18rem;
    top: -0.5rem;
}

.vt4 {
    left: 5.86rem;
    top: -0.13rem;
}

.vu {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    margin-bottom: 0.19rem;
}

.vv {
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    background-size: 0.46rem 0.46rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #bdddee;
}

.vt1 .vv {
    background-image: url(../images/568.png);
}

.vt2 .vv {
    background-image: url(../images/569.png);
}

.vt3 .vv {
    background-image: url(../images/570.png);
}

.vt4 .vv {
    background-image: url(../images/571.png);
}

.vt1.active .vv {
    background-image: url(../images/572.png);
}

.vt2.active .vv {
    background-image: url(../images/573.png);
}

.vt3.active .vv {
    background-image: url(../images/574.png);
}

.vt4.active .vv {
    background-image: url(../images/575.png);
}

.vt.active .vu {
    color: #00aaff;
}

.vt.active .vv {
    background-color: #00aaff;
    border-color: #00aaff;
}

.vw {
    width: 100%;
    background-color: #00a9ec;
    padding-top: 0.6rem;
    padding-bottom: 0.07rem;
    background-image: url(../images/624.png);
    background-size: 100% 100%;
}

.vx {
    padding-left: 0.37rem;
}

.vy {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.5rem;
}

.vz {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    line-height: 0.9rem;
    margin-right: 0.2rem;
    text-align: center;
    border-radius: 50%;
    border: 0.05rem solid #fff;
}

    .vz img {
        width: 0.5rem;
        height: 0.5rem;
        vertical-align: middle;
    }

.wa {
    display: inline-block;
    vertical-align: middle;
    width: 5.7rem;
}

.wb {
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.36rem;
    margin-bottom: 0.12rem;
}

.wc {
    font-size: 0.23rem;
    color: #fff;
    line-height: 0.31rem;
}


.wd {
    width: 100%;
    padding: 0 0.27rem 0.68rem;
}

.we {
    width: 100%;
    font-size: 0;
    padding: 0.25rem 0;
    border-bottom: 1px dashed #d3d3d3;
}

.wf {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    height: 1.78rem;
    margin-right: 2%;
}

    .wf img {
        width: 100%;
        height: 100%;
    }

.wg {
    display: inline-block;
    vertical-align: top;
    width: 63%;
}

.wh {
    font-size: 0.26rem;
    color: #1b1b1b;
    padding-top: 0.09rem;
    padding-bottom: 0.25rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wi {
    font-size: 0.24rem;
    color: #474747;
    line-height: 0.34rem;
    height: 0.68rem;
    margin-bottom: 0.26rem;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wj {
    font-size: 0.2rem;
    color: #848484;
}

.wk {
    width: 100%;
    background-color: #fff;
    padding-top: 0.35rem;
    padding-bottom: 0.81rem;
}

.wl {
    width: 100%;
    background-color: #fff;
    padding-top: 0.33rem;
    padding-bottom: 0.73rem;
}

    .wl * {
        line-height: 1.5;
    }

.wm {
    text-align: center;
    font-size: 0.28rem;
    color: #1b1b1b;
    margin-bottom: 0.17rem;
}

.wn {
    text-align: center;
    font-size: 0.23rem;
    color: #818181;
    margin-bottom: 0.36rem;
}

.wo {
    padding: 0 0.27rem;
}

.wp {
    width: 100%;
    font-size: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
    text-align: center;
    background-color: #fff;
}

.wq {
    display: inline-block;
    vertical-align: top;
    width: 2.28rem;
    height: 0.54rem;
    border: 1px solid #bcbcbc;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.54rem;
    font-size: 0.24rem;
    color: #333;
    margin: 0 0.1rem;
}

    .wq.active {
        background-color: #00a1e9;
        border-color: #00a1e9;
        color: #fff;
    }

.wr {
    width: 100%;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    padding-bottom: 0.33rem;
}

.ws {
    display: inline-block;
    vertical-align: top;
    width: 3.45rem;
    margin: 0 0.1rem 0.3rem;
}

.wt {
    width: 100%;
    height: 2.04rem;
}

.wu {
    width: 100%;
    line-height: 0.66rem;
    height: 0.66rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    background-color: #f9f9f9;
}

.wv {
    width: 100%;
    background-color: #fff;
    padding-top: 0.6rem;
}

.ww {
    width: 100%;
    padding: 0.1rem 0.27rem 0;
    position: relative;
}

    .ww:after {
        content: "";
        display: block;
        width: 100%;
        height: 8.89rem;
        background-image: url(../images/625.png);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.wx {
    width: 100%;
    min-height: 3.5rem;
    background-color: #fff;
    margin-bottom: 0.3rem;
    position: relative;
    z-index: 10;
    padding: 0.48rem;
}

.wy {
    font-size: 0.26rem;
    color: #5b5b5b;
    font-weight: bold;
    padding-bottom: 0.3rem;
    position: relative;
    margin-bottom: 0.26rem;
    z-index: 10;
}

    .wy:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #3bb6eb;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.wz {
    font-size: 0.23rem;
    color: #5b5b5b;
    line-height: 0.39rem;
    position: relative;
    z-index: 10;
}

.xa {
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.xb {
    width: 100%;
    background-color: #e8f4ff;
    padding: 0.6rem 0.27rem 0.3rem;
}

.xc {
    text-align: center;
    font-size: 0.23rem;
    color: #1b1b1b;
    margin-bottom: 0.5rem;
}

.xd {
    width: 100%;
    background-color: #fff;
    padding-top: 0.4rem;
    font-weight: bold;
    border-radius: 0.4rem;
    margin-bottom: 0.3rem;
}

.xi {
    text-align: center;
    position: relative;
    padding-bottom: 0.34rem;
    margin-bottom: 0.32rem;
    font-size: 0.28rem;
    color: #000;
}

    .xi:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #3bb6eb;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.xe {
    width: 100%;
    font-size: 0;
}

.xf {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 0.38rem;
    text-align: center;
}

.xg {
    width: 1.13rem;
    height: 1.1rem;
    margin-bottom: 0.17rem;
}

.xh {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.28rem;
    padding: 0 0.2rem;
}

.xe.sp .xf {
    width: 33.3333%;
}

.xj {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.6rem 0.27rem;
}

.xk {
    width: 100%;
    text-align: center;
    margin-bottom: 0.48rem;
}

.xl {
    font-size: 0.36rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.18rem;
}

.xm {
    font-size: 0.26rem;
    color: #fff;
}

.xn {
    width: 100%;
    padding-bottom: 0.65rem;
}

    .xn .swiper-slide {
        text-align: center;
    }

.xo {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    border-radius: 0.05rem;
    padding: 0.1rem;
    font-size: 0.23rem;
    color: #fff;
    line-height: 0.31rem;
    min-width: 1.94rem;
}

.xn .swiper-pagination-bullet {
    width: 0.32rem;
    height: 0.32rem;
    background-color: transparent;
    opacity: 0.8;
    position: relative;
    border: 1px solid transparent;
}

    .xn .swiper-pagination-bullet:after {
        content: "";
        display: block;
        width: 0.16rem;
        height: 0.16rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -0.08rem;
        margin-top: -0.08rem;
        border-radius: 50%;
        background-color: #fff;
    }

.xn .swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff;
}

.xn.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.04rem;
}

.xn.swiper-container-horizontal > .swiper-pagination-bullets,
.xn .swiper-pagination-custom,
.xn .swiper-pagination-fraction {
    bottom: 1px;
    font-size: 0;
}

.xp {
    width: 100%;
    background-color: #fff;
    padding-top: 0.6rem;
    padding-bottom: 0.12rem;
}

.xq {
    text-align: center;
    font-size: 0.4rem;
    color: #1b1b1b;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.xr {
    text-align: center;
    font-size: 0.23rem;
    color: #818181;
    margin-bottom: 0.5rem;
}

.xs {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.xt {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin-bottom: 0.4rem;
}

    .xt.sp {
        width: 40%;
    }

.xu {
    width: 100%;
    text-align: center;
    margin-bottom: 0.23rem;
}

    .xu img {
        width: 1.53rem;
        height: 1.53rem;
    }

.xv {
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
}

.xw {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
    position: relative;
    background-color: #f5f8fb;
    background-image: url(../images/654.png);
    background-size: 100% 100%;
}

.xy {
    text-align: center;
    position: relative;
    font-size: 0.4rem;
    color: #000;
    padding-bottom: 0.44rem;
    font-weight: bold;
    margin-bottom: 0.28rem;
}

    .xy:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #ff216a;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.xz {
    text-align: center;
    font-size: 0.3rem;
    color: #616971;
    margin-bottom: 0.5rem;
}

.ya {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.yb {
    display: inline-block;
    vertical-align: top;
    width: 2.06rem;
    margin: 0 0.2rem 0.5rem;
    box-shadow: 0 0.14rem 0.13rem rgba(0,0,0,0.05);
    border-radius: 50%;
}

.yc {
    width: 100%;
    height: 2rem;
}

.yd {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    background-image: url(../images/655.jpg);
    background-size: 100% 100%;
}

.xy.white {
    color: #fff;
}

    .xy.white:after {
        background-color: #fff;
    }

.ye {
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.yf {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.yg {
    display: inline-block;
    vertical-align: top;
    width: 3.33rem;
    height: 1.33rem;
    line-height: 1.33rem;
    background-color: #fff;
    border-radius: 0.05rem;
    font-size: 0;
    padding-left: 0.2rem;
    margin: 0 0.16rem 0.3rem;
}

.yh {
    display: inline-block;
    vertical-align: middle;
    width: 0.67rem;
    height: 0.67rem;
    line-height: 0.67rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 1px 0.13rem rgba(0,0,0,0.05);
    margin-right: 0.27rem;
}

    .yh img {
        width: 0.4rem;
        height: 0.4rem;
    }

.yi {
    display: inline-block;
    vertical-align: middle;
    width: 2.1rem;
    font-size: 0.24rem;
    color: #434e5a;
    line-height: 0.34rem;
    font-weight: bold;
    text-align: left;
}

.yj {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
}

.xy.black {
    color: #000;
}

    .xy.black:after {
        background-color: #555;
    }

.yk {
    text-align: center;
    font-size: 0.3rem;
    color: #000;
    margin-bottom: 0.5rem;
}

.yl {
    width: 100%;
    padding: 0 0.27rem;
    margin-bottom: 0.25rem;
}

    .yl img {
        width: 100%;
    }


.ym {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
    background-image: url(../images/656.jpg);
    background-size: cover;
}

.xy.purple {
    color: #956ae6;
}

    .xy.purple:after {
        background-color: #956ae6;
    }

.yn {
    text-align: center;
    font-size: 0.3rem;
    color: #956ae6;
    margin-bottom: 0.5rem;
}

.yo {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.yp {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    background-color: #fff;
    border-radius: 0.1rem;
    text-align: left;
    margin: 0 3.5% 0.5rem;
    padding-top: 0.4rem;
    padding-bottom: 0.27rem;
}

.yq {
    width: 100%;
    font-size: 0;
    padding-left: 0.3rem;
    margin-bottom: 0.22rem;
}

.yr {
    width: 0.64rem;
    height: 0.64rem;
    vertical-align: middle;
    margin-right: 0.2rem;
}

.ys {
    width: 2rem;
    font-size: 0.3rem;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 0.4rem;
    vertical-align: middle;
}

.yt {
    font-size: 0.23rem;
    color: #1b1b1b;
    line-height: 0.39rem;
    padding: 0 0.27rem;
    text-align: justify;
}

.xk.sp {
    margin-bottom: 0.74rem;
}

.xq.sp {
    color: #00a7b1;
}

.xr.sp {
    color: #818181;
}

.pg.sp {
    background-color: #fff;
    color: #00a7b1;
}

.yu {
    width: 100%;
    background-color: #e6eff6;
    padding-top: 0.6rem;
}

.yv {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0.4rem;
    color: #333;
    padding-bottom: 0.44rem;
    font-weight: bold;
    margin-bottom: 0.28rem;
}

    .yv:after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.04rem;
        background-color: #555;
        position: absolute;
        left: 50%;
        margin-left: -0.2rem;
        bottom: 0;
    }

.yw {
    font-size: 0.3rem;
    color: #666;
    line-height: 0.5rem;
    text-align: center;
    margin-top: -0.1rem;
    margin-bottom: 0.75rem;
}

.yx {
    width: 100%;
}

    .yx img {
        width: 100%;
    }

.yy {
    width: 100%;
    background-size: cover;
    background-image: url(../images/659.jpg);
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
}

.yv.white {
    color: #fff;
}

    .yv.white:after {
        background-color: #fff;
    }

.yw.white {
    color: #fff;
}

.yz {
    width: 100%;
}

.za {
    margin-bottom: 0.7rem;
}

    .za:last-child {
        margin-bottom: 0;
    }

.zb {
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.zc {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    margin-bottom: 0.42rem;
    padding: 0 0.27rem;
    text-align: center;
}

.zd {
    width: 5.62rem;
    margin: 0 auto;
}

    .zd img {
        width: 100%;
    }

.ze {
    width: 100%;
    background-color: #fff;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
}

.zf {
    width: 6.98rem;
    margin: 0 auto 0.4rem;
    box-shadow: 0 1px 0.21rem rgba(0,0,0,0.14);
}

.zg {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.zh {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    height: 2.28rem;
    padding-top: 0.26rem;
    padding-left: 0.4rem;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 1px 0.21rem rgba(0,0,0,0.14);
    margin: 0 3.5% 0.4rem;
    background-image: url(../images/661.jpg);
    background-size: 100% 100%;
}

.zi {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.24rem;
}

.zj {
    display: inline-block;
    vertical-align: middle;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/665.png);
    background-size: 100% 100%;
    margin-right: 0.2rem;
    font-size: 0.42rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.8rem;
    text-align: center;
}

.zk {
    display: inline-block;
    vertical-align: middle;
    width: 1.7rem;
    font-size: 0.3rem;
    color: #666;
    text-align: left;
}

.zl {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.3rem;
    text-align: left;
    padding-left: 0.1rem;
}

.zj img {
    vertical-align: middle;
    width: 0.44rem;
    height: 0.43rem;
}

.zh.sp .zl {
    padding-top: 0.15rem;
}

.zm {
    width: 100%;
    padding: 0 0.27rem;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.46rem;
    text-align: center;
}

.yu.yu2 {
    background-color: #fafffb;
}

.yy.yy2 {
    background-image: url(../images/671.jpg);
}

.zn {
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/672.png);
    background-size: 100% 100%;
    margin: -0.4rem auto 0.57rem;
}

.yd2 {
    background-image: url(../images/690.jpg);
}

.yv.red:after {
    background-color: #ff216a;
}

.yw.sp {
    margin-bottom: 0.4rem;
    color: #616971;
}

.zo {
    width: 100%;
    background-image: url(../images/691.jpg);
    background-size: cover;
    padding-top: 0.5rem;
}

.zp {
    width: 100%;
    font-size: 0;
}

.zq {
    display: inline-block;
    vertical-align: top;
    width: 43.2%;
    margin: 0 3.4% 0.7rem;
}

.zr {
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.22rem;
}

.zs {
    font-size: 0.23rem;
    color: #fff;
    line-height: 0.39rem;
    margin-bottom: 0.42rem;
}

.zt {
    width: 100%;
    height: 2.25rem;
    box-shadow: 0 0.05rem 0.35rem rgba(0,0,0,0.38);
}

    .zt img {
        width: 100%;
        height: 100%;
    }

.zg.zg2 .zh {
    padding-top: 0.4rem;
    padding-left: 0;
    background-image: url(../images/689.jpg);
}

.zu {
    width: 100%;
    text-align: center;
    margin-bottom: 0.25rem;
}

    .zu img {
        width: 0.91rem;
        height: 0.91rem;
    }

.zv {
    text-align: center;
    font-size: 0.26rem;
    color: #666;
    text-align: center;
    line-height: 0.36rem;
    padding: 0 0.1rem;
}

.zw {
    width: 100%;
    background-size: 100% 100%;
    padding-top: 0.67rem;
    padding-bottom: 0.6rem;
    position: relative;
}

.zw1 {
    background-image: url(../images/709.jpg);
}

.zw2 {
    background-image: url(../images/710.jpg);
}

.zw3 {
    background-image: url(../images/711.jpg);
}

.zw4 {
    background-image: url(../images/712.jpg);
}

.zw5 {
    background-image: url(../images/713.jpg);
}

.zw6 {
    background-image: url(../images/714.jpg);
}

.zw7 {
    background-image: url(../images/715.jpg);
}

.zw8 {
    background-image: url(../images/716.jpg);
}

.zw9 {
    background-image: url(../images/717.jpg);
}

.zw10 {
    background-image: url(../images/718.jpg);
}

.zw11 {
    background-image: url(../images/719.jpg);
}

.zx {
    width: 100%;
    text-align: center;
    font-size: 0.42rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.32rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.zy {
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.4rem;
    margin-bottom: 0.36rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    text-align: justify;
}

.zz {
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem;
}

.a-i {
    display: block;
    width: 2.3rem;
    height: 0.74rem;
    line-height: 0.74rem;
    border-radius: 0.37rem;
    margin: 0 auto 0.3rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}

.a-e {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.26rem;
}

.a-f {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin-bottom: 0.3rem;
    text-align: center;
}

.a-g {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.12rem;
}

.a-h {
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.3rem;
}

.a-j {
    display: block;
    width: 2.3rem;
    height: 0.64rem;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 0.05rem;
    text-align: center;
    line-height: 0.64rem;
    font-size: 0.26rem;
    color: #fff;
}

.a-a {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding-top: 0.12rem;
}

.a-b {
    display: inline-block;
    vertical-align: top;
    width: 20.4%;
    height: 1.68rem;
    margin: -0.12rem 2.3% 0;
    padding-top: 0.21rem;
    background-image: url(../images/720.png);
    background-size: 100% 100%;
}

.a-c {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
}

.a-d {
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
}

.zw3 .a-e {
    text-align: center;
}

.zw3 .a-f {
    width: 25%;
}

.zw4 .a-f {
    width: 24%;
}

    .zw4 .a-f.col2 {
        width: 28%;
    }

.zw5 .a-f {
    width: 20%;
}

.zw6 .a-f {
    width: 25%;
}

.zw7 .a-f {
    width: 25%;
}

.zw8 .a-f {
    width: 25%;
}

.zw9 .a-f {
    width: 20%;
}

.zw10 .a-f {
    width: 25%;
}

.zw11 .a-f {
    width: 25%;
}


.b-a {
    width: 100%;
}

.b-b {
    width: 100%;
}

.b-c {
    background-color: #fff;
    padding-bottom: .3rem;
}

.b-d {
    padding-top: .6rem;
    padding-bottom: .48rem;
    text-align: center;
}

.b-e {
    font-size: .4rem;
    color: #007cef;
    font-weight: bold;
    margin-bottom: .13rem;
}

.b-f {
    font-size: .23rem;
    color: #818181;
    text-transform: uppercase;
}

.b-e.white {
    color: #fff;
}

.b-f.white {
    color: #fff;
}

.b-e.black {
    color: #444;
}

.b-g {
    text-align: center;
    font-size: 0;
}

.b-h {
    display: inline-block;
    vertical-align: top;
    width: 3.35rem;
    border: 1px solid #eee;
    margin: 0 .14rem .3rem;
    padding-top: .3rem;
    padding-bottom: .12rem;
    text-align: center;
}

.b-i {
    width: 1.1rem;
    margin-bottom: .2rem;
}

.b-j {
    font-size: .26rem;
    color: #333;
    margin-bottom: .16rem;
}

.b-k {
    font-size: .22rem;
    color: #666;
    line-height: .3rem;
    padding: 0 .2rem;
    text-align: left;
}

.b-l {
    padding-bottom: .6rem;
    background-image: url(../images/744.jpg);
    background-size: 100% 100%;
}

.b-m .swiper-slide {
    width: 6.7rem;
    padding: 0 0.15rem;
}

.b-s {
    width: 100%;
    background-color: #fff;
    border-top: .07rem solid #0070c1;
    padding-top: .17rem;
    padding-bottom: .38rem;
    position: relative;
}

.b-n {
    text-align: center;
    margin-bottom: .18rem;
}

.b-o {
    height: .67rem;
    width: auto;
}

.b-p {
    text-align: center;
    font-size: .24rem;
    color: #999;
    margin-bottom: .37rem;
}

.b-q {
    text-align: center;
    font-size: .32rem;
    color: #e6000a;
    font-weight: bold;
    margin-bottom: .17rem;
}

.b-r {
    font-size: .24rem;
    color: #555;
    line-height: .38rem;
    padding: 0 .4rem;
}

.b-t {
    width: .63rem;
    height: .44rem;
    text-align: center;
    background-color: #0070c1;
    font-size: .24rem;
    color: #fff;
    line-height: .44rem;
    position: absolute;
    left: .1rem;
    top: .07rem;
    font-weight: bold;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

    .b-t:before {
        content: "";
        display: block;
        border-top: .22rem solid #0070c1;
        border-right: .22rem solid transparent;
        position: absolute;
        right: -.2rem;
        top: 0;
    }

    .b-t:after {
        content: "";
        display: block;
        border-bottom: .22rem solid #0070c1;
        border-right: .22rem solid transparent;
        position: absolute;
        right: -.2rem;
        bottom: 0;
    }

.b-m .swiper-slide:nth-child(odd) .b-s {
    border-top-color: #ff9000;
}

.b-m .swiper-slide:nth-child(odd) .b-t {
    background-color: #ff9000;
}

    .b-m .swiper-slide:nth-child(odd) .b-t:before {
        border-top-color: #ff9000;
    }

    .b-m .swiper-slide:nth-child(odd) .b-t:after {
        border-bottom-color: #ff9000;
    }

.b-u {
    background-color: #fff;
    padding-bottom: .3rem;
}

.b-v {
    padding: 0 .26rem;
}

.b-w {
    width: 100%;
    margin-bottom: .3rem;
}

.b-x {
    background-image: url(../images/749.jpg);
    background-size: 100% 100%;
    padding-bottom: .6rem;
}

.b-y {
    padding: 0 .26rem;
}

.b-z {
    width: 100%;
}

.c-a {
    background-image: url(../images/750.jpg);
    background-size: 100% 100%;
    padding-bottom: .25rem;
}

.c-b {
    font-size: 0;
    text-align: center;
}

.c-c {
    display: inline-block;
    vertical-align: top;
    width: 3.3rem;
    text-align: center;
    padding-top: .3rem;
    padding-bottom: .37rem;
    margin: 0 .2rem .3rem;
    background-color: #fff;
}

.c-d {
    width: 1.2rem;
    margin-bottom: .3rem;
}

.c-e {
    font-size: .26rem;
    color: #555;
    font-weight: bold;
    margin-bottom: .17rem;
}

.c-f {
    font-size: .24rem;
    color: #999;
    line-height: .3rem;
    padding: 0 .3rem;
    text-align: left;
}


.z-a {
    width: 100%;
    text-align: center;
    position: relative;
}

.z-b2 {
    width: 6.05rem;
    height: 3.42rem;
    position: absolute;
    left: 0.72rem;
    top: 0.66rem;
}

.z-b {
    width: 100%;
}

.z-c {
    width: 100%;
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.34rem;
    color: #fff;
    background-color: #23b6fe;
    line-height: 0.44rem;
}

.z-d {
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 0.3rem 0;
    background-color: #fff;
    margin-bottom: 0.1rem;
}

.z-e {
    display: inline-block;
    vertical-align: top;
    width: 2.2rem;
    margin: 0 0.1rem;
    padding-top: 0.15rem;
    padding-bottom: 0.22rem;
    background-color: #f5f5f5;
    border-radius: 0.1rem;
    text-align: center;
    padding-top:;
}

.z-f {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.1rem;
}

.z-g {
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.34rem;
}

.z-h {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.4rem;
}
.z-h img { width: 100%!important; height: auto!important;}

    .z-h * {
        box-sizing: content-box;
        font-size: 0.3rem;
        line-height: 1.5;
    }

.z-i {
    width: 100%;
    margin-bottom: 0.26rem;
}

.z-j {
    text-indent: 2em;
    font-size: 0.26rem;
    color: #555;
    line-height: 0.4rem;
    padding: 0 0.26rem;
}

.z-k {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0.5rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.z-l {
    display: inline-block;
    vertical-align: top;
    width: 2.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #23b6fe;
    font-size: 0.28rem;
    color: #fff;
}

.z-m {
    width: 100%;
    background-color: #fff;
    padding: 0.4rem 0.26rem 0.5rem;
}

.z-n {
    font-size: 0.3rem;
    color: #333;
    padding-left: 0.2rem;
    border-left: 0.06rem solid #23b6fe;
    line-height: 0.32rem;
    margin-bottom: 0.4rem;
}

.z-p {
    width: 3.63rem;
}

.z-q.sj {
    margin-right: 0;
}



/*2019/5/9*/
.v {
    text-align: center;
    width: 100%;
}

.w {
    min-width: 1.5rem;
}

/*20190522*/
#AspNetPager1 .curr {
    border-color: #00a7b1;
    color: #fff;
    background-color: #00a7b1;
    display: inline-block;
    vertical-align: top;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #eee;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.2rem;
    margin: 0 0.13rem;
}

/*2019/5/28*/
.d-a{width: 100%;padding: .48rem .26rem .4rem;background-color: #fff;}
.d-f{width: 100%;background-color: #f4f4f4;margin-bottom: .3rem;padding-top: .3rem;padding-bottom: .3rem;padding-left: .25rem;}
.d-b{display: inline-block;vertical-align: middle;width: 1rem;margin-right: .25rem;}
.d-c{display: inline-block;vertical-align: middle;width: 5.2rem;}
.d-d{font-size: .3rem;color: #2d93e8;line-height: .4rem;}
.d-e{font-size: .26rem;color: #333;line-height: .36rem;}
.d-g{width: 100%;background-color: #fff;padding: 0 .26rem;padding-bottom: .77rem;}
.d-h{width: 100%;text-align: center;}
.d-i{font-size: .4rem;color: #1b1b1b;font-weight: bold;margin-bottom: .1rem;}
.d-j{font-size: .23rem;color: #818181;}
.d-k{width: 100%;font-size: .26rem;color: #444;line-height: .4rem;padding-top: .3rem;margin-bottom: .23rem;}
.d-l{width: 100%;margin-bottom: .3rem;}
.d-m{width: 100%;}
.d-n{width: 100%;}
.d-o{width: 4.26rem;vertical-align: top;margin-bottom: .23rem;}
.d-p{width: 100%;font-size: .26rem;color: #858585;line-height: .4rem;}
.d-q{width: 100%;background-color: #fff;}
.d-r{width: 100%;font-size: 0;display: flex;padding: .7rem .26rem .6rem;justify-content: space-between;flex-flow: wrap;}
.d-s{vertical-align: top;width: 3.35rem;min-height: 3.84rem;padding-bottom: .35rem;margin-bottom: .3rem;padding-top: .3rem;padding-left: .26rem;padding-right: .26rem;text-align: center;background-color: #f6f6f6;}
.d-t{width: .9rem;height: .9rem;margin-bottom: .3rem;}
.d-u{font-size: .28rem;color: #444;font-weight: bold;margin-bottom: .18rem;}
.d-v{font-size: .26rem;color: #777;line-height: .4rem;text-align: left;}

.e-a{width: 100%;padding: 0 .26rem .72rem;background-color: #fff;}
.e-b{width: 100%;display: flex;background-color: #f7f7f7;}
.e-c{flex: 1;line-height: .9rem;height: .9rem;text-align: center;font-size: .28rem;color: #333;border-bottom: .03rem solid transparent;}
.e-c.active{color: #00a0e9;border-bottom-color: #00a0e9;}
.e-d{width: 100%;display: none;}
.e-d.show{display: block;}
.e-e{width: 100%;}
.e-f{width: 100%;}
.e-g{width: 100%;}
.e-h{font-size: .28rem;color: #333;padding-top: .43rem;padding-bottom: .36rem;}
.e-i{width: 100%;}
.e-j{width: 100%;font-size: 0;margin-bottom: .15rem;}
.e-k{width: .3rem;vertical-align: top;margin-right: .06rem;margin-top: .03rem;}
.e-l{display: inline-block;vertical-align: top;width: 1.25rem;font-size: .24rem;color: #999;line-height: .36rem;}
.e-m{display: inline-block;vertical-align: top;width: 5.3rem;font-size: .24rem;color: #333;line-height: .36rem;}
.e-n{display: block;font-size: .24rem;color: #333;line-height: .36rem;}
.e-o{width: .3rem;vertical-align: top;margin-top: .03rem;margin-left: .2rem;}

.g-a{width: 100%;padding-top: .6rem;background-color: #f4f9fd;padding-bottom: .67rem;}
.g-b{text-align: center;font-size: .36rem;color: #333;font-weight: bold;margin-bottom: .25rem;}
.g-c{text-align: center;font-size: .24rem;color: #636b73;line-height: .36rem;margin-bottom: .56rem;}
.g-d{width: 100%;}
.g-e{width: 100%;}
.g-f{width: 100%;background-color: #3b99f0;padding: .4rem .3rem .33rem;}
.g-g{font-size: .36rem;color: #fff;font-weight: bold;margin-bottom: .23rem;}
.g-h{font-size: .28rem;color: #fff;line-height: .38rem;}
.g-i{width: 100%;}
.g-j{width: 100%;}
.g-k{width: 100%;padding: .6rem .26rem .68rem;background-image: url(../images/g2.jpg);background-size: cover;background-position: center top;}
.g-l{text-align: center;font-size: .36rem;color: #fff;font-weight: bold;margin-bottom: .24rem;}
.g-m{text-align: center;font-size: .24rem;color: #fff;line-height: .36rem;margin-bottom: .56rem;}
.g-o{width: 100%;font-size: 0;display: flex;justify-content: space-between;margin-bottom: .66rem;}
.g-p{display: inline-block;vertical-align: top;width: 2.22rem;height: .82rem;line-height: .8rem;border: 1px solid #fff;border-radius: .05rem;text-align: center;font-size: .26rem;color: #fff;}
.g-p.active{background-color: #fff;color: #333;}
.g-q{width: 100%;/*display: none;*/}
.g-q.show{display: block;}
.g-r{width: 100%;font-size: .3rem;color: #3cbab5;height: .9rem;line-height: .9rem;text-align: center;background-color: #f6f6f6;font-weight: bold;margin-bottom: .2rem;}
.g-s{width: 100%;padding-bottom: .6rem;}
.g-t{width: 100%;display: block;padding: .2rem .1rem .28rem;font-size: 0;margin-bottom: .1rem;background-color: #fff;position: relative;}
.g-u{display: inline-block;vertical-align: top;width: .8rem;margin-right: .2rem;}
.g-v{display: inline-block;vertical-align: top;width: 5rem;}
.g-w{font-size: .28rem;color: #333;padding-top: .1rem;margin-bottom: .14rem;}
.g-y{font-size: .24rem;padding-left: .08rem;}
.g-x{font-size: .24rem;color: #777;line-height: .36rem;}
.g-z{position: absolute;right: .3rem;top: .7rem;width: .3rem;height: .3rem;border: 1px solid #e6eaef;border-radius: .05rem;}
.g-aa{display: block;width: 3.36rem;height: .75rem;line-height: .75rem;background-color: #fff;text-align: center;font-size: .28rem;color: #333;margin: 0 auto;border-radius: .05rem;}
.g-q.step1 .g-step1{display: block;}
.g-q.step1 .g-step2{display: none;}
.g-q.step1 .g-step3{display: none;}
.g-q.step2 .g-step1{display: none;}
.g-q.step2 .g-step2{display: block;}
.g-q.step2 .g-step3{display: none;}
.g-q.step3 .g-step1{display: none;}
.g-q.step3 .g-step2{display: none;}
.g-q.step3 .g-step3{display: block;}
.g-ab{width: 100%;padding-bottom: .5rem;}
.g-ac{width: 100%;margin-bottom: .2rem;position: relative;}
.g-ae{width: 100%;vertical-align: top;height: .9rem;line-height: .9rem;padding: 0 .37rem;font-size: .26rem;color: #888;border: none;}
.g-af{display: block;width: 1.07rem;height: .41rem;position: absolute;right: .2rem;top: .28rem;}
.g-ag{width: 100%;height: 100%;}
.g-ah{width: 100%;display: flex;justify-content: space-between;}
.g-ai{width: 3.36rem;height: .75rem;line-height: .75rem;background-color: #fff;text-align: center;font-size: .28rem;color: #333;border-radius: .05rem;}
.g-aj{width: 100%;background-color: #fff;height: 6.32rem;margin-bottom: .7rem;text-align: center;padding-top: 1.04rem;}
.g-ak{width: 3.83rem;vertical-align: top;margin-bottom: .98rem;}
.g-al{width: 100%;text-align: center;font-size: .26rem;color: #3b99f0;}

.ow.sp{padding-top: .5rem;}
.ow.sp .ox{font-size: .36rem;line-height: .52rem;text-align: center;margin-bottom: .1rem;}
.ox-b{text-align: center;font-size: .26rem;color: #fff;line-height: .36rem;margin-bottom: .5rem;}

.c li.has-nav{position: relative;}
.c>li>a{width: auto;}
.c li.has-nav>a:after{display: none;}
.c li.has-nav:after{content: "+";display: block;width: 0.3rem;text-align:center;position: absolute;right: 0.3rem;top: 0;line-height: 0.7rem;font-size: 0.36rem;color: #666;}
.c li.has-nav.show:after{content: "-";}
.c>li>ul>li>a{width: auto;}
.c>li>ul>li>ul>li>a{width: 3rem;}