@charset "utf-8";

body {
    background: #fff
}

b, dd, del, div, dl, dt, em, font, i, li, ol, p, span, ul {
    color: #525051;
    list-style: none
}

a {
    color: #06c
}

label {
    display: block;
    overflow: hidden
}

input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    height: 22px !important;
    width: 22px !important;
    vertical-align: middle;
    background: url(../images/checkbox.png) no-repeat 0 0;
    background-size: 220px
}

input[type=checkbox] {
    height: 22px !important;
    width: 44px !important
}

input[type=radio]:focus, input[type=radio]:hover {
    background-position: -22px 0
}

input[type=radio]:checked {
    background-position: -44px 0
}

input[type=radio][disabled] {
    background-position: -66px 0
}

    input[type=radio][disabled]:checked {
        background-position: -88px 0
    }

input[type=checkbox] {
    background-position: 0 -22px
}

    input[type=checkbox]:focus, input[type=checkbox]:hover {
        background-position: -44px -22px
    }

    input[type=checkbox]:checked {
        background-position: -88px -22px
    }

    input[type=checkbox][disabled] {
        background-position: -132px -22px
    }

        input[type=checkbox][disabled]:checked {
            background-position: -176px -22px
        }

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

footer {
    width: 100%;
    overflow: hidden;
    padding-bottom: 55px
}

.topbar {
    height: 49px;
    padding: 2px 0;
    line-height: 49px;
    position: relative;
    background: #d8003a;
    z-index: 9;
    border-bottom: solid 1px #ccc
}

    .topbar .lmbtn {
        height: 49px;
        width: 49px;
        background-size: 40%;
        position: absolute;
        top: 2px;
        left: 8px;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    .topbar .rmbtn span {
        width: 10px;
        height: 10px;
        overflow: hidden;
        font-size: 9px;
        line-height: 7px;
        text-align: center;
        border-radius: 50%;
        top: 8px;
        right: 8px;
        position: absolute;
        color: #fff;
        background: #b8162d
    }

    .topbar .rmbtn {
        height: 49px;
        width: 49px;
        background: url(../images/caidan.svg) no-repeat 50% 50%;
        background-size: 40%;
        position: absolute;
        top: 2px;
        right: 8px
    }

        .topbar .lmbtn a, .topbar .rmbtn a {
            height: 100%;
            width: 100%;
            display: block;
            cursor: pointer
        }

    .topbar .title {
        height: 49px;
        color: #555;
        text-align: center;
        font-size: 95%;
        text-transform: uppercase;
        font-size: 17px
    }

        .topbar .title img {
            width: 115px;
            margin: 0 auto;
            display: block;
            padding-top: 8px
        }

.powerby {
    padding: 20px 0;
    color: #ccc;
    line-height: 14px;
    font-size: 9px;
    text-align: center
}

    .powerby img {
        width: 95px
    }

.center {
    padding: 0;
    max-width: 750px;
    margin: 53px auto 0 auto
}

@media screen and (min-width:1200px) {
    .center {
        background: url() no-repeat right top;
        padding: 0 210px;
        background-size: 190px
    }
}

.slg {
    padding: 9px;
    font-size: 11px;
    text-align: center;
    background: rgba(0,0,0,.2);
    border: solid 1px #fff;
    width: 55%;
    margin: 10px auto;
    color: #fff;
    border-radius: 0
}

.home_edit {
    background: #f5f5f5
}

    .home_edit img {
        display: block;
        position: relative
    }

.menulayer {
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    z-index: 10;
    left: 100%;
    top: 0;
    background: #d8003a
}

.touxiang {
    width: 176px;
    margin: 35px auto 30px auto;
    position: relative
}

    .touxiang img {
        width: 68px;
        height: 68px;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        background: url(../images/touxiang.png) #fff 50% 50%;
        background-size: 100%
    }

    .touxiang p {
        color: #ddd;
        font-size: 16px;
        padding: 10px 0;
        font-family: Georgia,"Times New Roman",Times,serif;
        text-align: center
    }

    .touxiang span {
        color: #525051;
        font-size: 9px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        display: block;
        background: rgba(255,255,255,0.60);
        text-align: center;
        width: 49px;
        border-radius: 2px;
        margin: 0 auto
    }

    .touxiang i {
        width: 17px;
        height: 17px;
        position: absolute;
        top: 51px;
        right: 58px;
        background: url(../images/weixin.svg) no-repeat 50% 50% #fff;
        background-size: 80%;
        border-radius: 50%;
        display: block
    }

.menulist {
    width: 176px;
    margin: 0 auto;
    padding-bottom: 75px
}

    .menulist li {
        display: block;
        border-bottom: solid 1px #777576;
        position: relative
    }

        .menulist li a {
            display: block;
            cursor: pointer;
            font-size: 14px;
            padding: 15px 0;
            color: #ccc;
            text-decoration: none;
            text-align: center
        }

            .menulist li a:active {
                background: rgba(0,0,0,.1)
            }

        .menulist li span {
            width: 18px;
            height: 14px;
            overflow: hidden;
            padding-top: 4px;
            line-height: 10px;
            font-size: 10px;
            display: block;
            background: #b8162d;
            color: #fff;
            position: absolute;
            right: 15px;
            top: 15px;
            border-radius: 50%;
            text-align: center
        }

.gushi {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    width: 80%;
    box-sizing: border-box;
    margin: 0;
    /*background: #4b4749;*/
    border-bottom: 0 none;
    padding: 15px 4%;
    overflow: hidden
}

    .gushi a {
        width: 40%;
        color: #ccc;
        font-size: 14px;
        text-decoration: none;
        text-align: center;
        padding: 8px 0;
        line-height: 20px;
        margin: 0 5%;
        float: left;
        box-sizing: border-box;
        border: solid 1px #777576;
        border-radius: 2px
    }

        .gushi a:active {
            background: rgba(0,0,0,.1)
        }

.menulayer.animate .gushi {
    display: block
}

.menulayer .guanbi {
    width: 49px;
    height: 49px;
    position: absolute;
    left: 0
}

    .menulayer .guanbi a {
        display: block;
        width: 49px;
        height: 49px;
        background: url(../images/guanbi.svg) no-repeat 50% 50%;
        background-size: 45%
    }

.userhead {
    background: #525051;
    padding: 10px 0 25px 0
}

    .userhead .touxiang {
        margin: 0 auto;
        width: 250px
    }

        .userhead .touxiang img {
            width: 88px;
            height: 88px
        }

        .userhead .touxiang p {
            font-size: 18px;
            padding: 13px 0
        }

            .userhead .touxiang p.shouji {
                color: #ddd;
                font-size: 12px;
                margin-top: -10px;
                padding-top: 0
            }

        .userhead .touxiang i {
            top: 68px;
            right: 90px;
            width: 20px;
            height: 20px
        }

.userbar {
    background: #525051;
    border: 0 none
}

    .userbar .title {
        color: #ccc
    }

    .userbar .lmbtn {
        background-image: url(../images/fanhui.svg)
    }

    .userbar .rmbtn {
        background-image: url(../images/shezhi.svg)
    }

.biaoti {
    font-size: 14px;
    color: #333;
    padding: 15px 0 0 15px
}

.icolist {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 15px 0;
    border-bottom: solid 1px #ddd
}

    .icolist li {
        width: 25%;
        float: left;
        padding: 10px 0 15px 0;
        position: relative
    }

        .icolist li a {
            text-decoration: none;
            overflow: hidden;
            display: block
        }

        .icolist li i {
            border: solid 1px #fff;
            overflow: hidden;
            position: absolute;
            right: 50%;
            top: 7px;
            margin-right: -22px;
            display: block;
            width: 10px;
            height: 10px;
            line-height: 15px;
            background: #b8162d;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            font-size: 9px
        }

        .icolist li a img {
            width: 37px;
            display: block;
            margin: 0 auto
        }

        .icolist li a span {
            display: block;
            padding: 10px 0 0 0;
            font-size: 13px;
            text-align: center
        }

.shezhi {
    width: 135px;
    display: none;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 45px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 4px 9px rgba(0,0,0,.2)
}

    .shezhi a {
        display: block;
        padding: 13px 0;
        font-size: 12px;
        text-align: center;
        color: #333;
        line-height: normal;
        border-bottom: solid 1px #ddd;
        text-decoration: none;
        width: auto !important;
        height: 17px !important;
        margin: 0 10px !important
    }

        .shezhi a:active {
            background: rgba(0,0,0,.05)
        }

        .shezhi a:last-child {
            border: 0 none
        }

    .shezhi img {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        margin-top: -10px;
        right: 7px
    }

.pubbar .lmbtn {
    background-image: url(../images/fanhui_a.svg)
}

.prdpic {
    position: relative;
    overflow: hidden
}

    .prdpic ul {
        width: 100px;
        height: 22px;
        text-align: center;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -50px;
        z-index: 2
    }

        .prdpic ul li {
            display: inline-block;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            margin: 0 2px;
            overflow: hidden;
            background: #fff
        }

            .prdpic ul li.dq {
                background: #b8162d
            }

    .prdpic .pics {
        overflow: hidden
    }

        .prdpic .pics span {
            display: block;
            float: left
        }

            .prdpic .pics span img {
                width: 100%;
                display: block
            }

.name {
    line-height: 22px;
    padding: 15px
}

    .name span {
        display: block
    }

    .name .a {
        font-size: 14px;
        color: #111;
        margin-bottom: 4px;
        letter-spacing: 2px
    }

    .name .b {
        font-size: 11px;
        line-height: 20px;
        color: #555
    }

    .name .c {
        font-size: 15px;
        color: #b8162d;
        padding: 7px 0;
        font-weight: 700
    }

        .name .c del {
            color: #aaa;
            margin-left: 10px;
            display: inline-block;
            border-radius: 2px;
            font-weight: normal;
            border: 1px #ddd solid;
            line-height: 20px;
            box-sizing: border-box;
            position: relative;
            top: -1px;
            padding: 0 5px;
            font-size: 12px;
            background: #f0f0f0;
        }

        .name .c font {
            font-size: 12px;
            padding-left: 10px;
            font-weight: 400;
            position: relative;
            top: -1px
        }

.slttype {
    padding: 0 15px 15px 15px;
    clear: both
}

    .slttype h5 {
        color: #333;
        font-size: 14px;
        margin: 0 0 10px 0
    }

    .slttype p {
        margin: 10px 0
    }

        .slttype p font {
            color: #666;
            margin-bottom: 1px;
            font-size: 12px
        }

        .slttype p span {
            color: #b8162d;
            font-size: 14px
        }

    .slttype ul {
        display: block;
        overflow: hidden
    }

        .slttype ul li {
            display: block;
            float: left;
            margin: 0 15px 15px 0
        }

            .slttype ul li a {
                font-size: 10px;
                display: block;
                text-decoration: none;
                text-align: center;
                border: solid 1px #ccc;
                padding: 6px 16px;
                color: #555
            }

                .slttype ul li a.dq {
                    border: solid 1px #b8162d;
                    color: #b8162d
                }

                .slttype ul li a.gb {
                    border: solid 1px #ddd;
                    background: #f0f0f0;
                    color: #aaa;
                    cursor: no-drop
                }

.touchli {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 15px;
    position: relative;
    margin-bottom: 10px
}

    .touchli h3 {
        color: #333;
        font-size: 14px
    }

    .touchli i {
        background: url(../images/jiantou.svg) no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        display: block;
        position: absolute;
        right: 15px;
        top: 15px
    }

    .touchli .userli {
        display: block;
        padding: 13px 0 0 0;
        overflow: hidden
    }

        .touchli .userli img {
            display: block;
            width: 34px;
            height: 34px;
            float: left;
            overflow: hidden;
            margin-right: 10px;
            border-radius: 50%
        }

        .touchli .userli span {
            display: block;
            font-size: 10px;
            margin: 0 0 0 44px;
            line-height: 1.5em
        }

            .touchli .userli span:last-child {
                margin-top: 3px !important
            }

        .touchli .userli font {
            text-align: center;
            display: block;
            font-size: 20px;
            color: #999;
            line-height: 20px
        }

    .touchli .conts {
        padding-top: 15px;
        font-size: 12px;
        line-height: 20px
    }

        .touchli .conts img {
            vertical-align: top
        }

.salebtn {
    width: 100%;
    position: fixed;
    z-index: 6;
    bottom: 0;
    left: 0
}

    .salebtn a {
        display: block;
        font-size: 16px;
        padding: 12px 0;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: #b8162d;
        margin: 10px;
        border-radius: 2px
    }

        .salebtn a:active {
            background: red
        }

    .salebtn .wxpay_bg {
        background: #04be02
    }

    .salebtn .alipay_bg {
        background: #0be
    }

    .salebtn .share_bg {
        background: #F90
    }

        .salebtn .alipay_bg:active, .salebtn .share_bg:active, .salebtn .wxpay_bg:active {
            background: #999
        }

    .salebtn .soldout_bg {
        background: #999
    }

    .salebtn a span {
        display: block;
        float: left;
        width: 50%;
        color: #111;
        background: #FFF
    }

    .salebtn a font {
        display: block;
        float: left;
        width: 50%;
        color: #fff
    }

.icohead {
    height: 38px;
    margin-bottom: 20px;
    background: #525051
}

    .icohead img {
        height: 40px;
        width: 40px;
        padding: 6px;
        display: block;
        border-radius: 50%;
        background: #fff;
        margin: 0 auto;
        position: relative;
        top: 12px
    }

.exform .touchli_a h3 {
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: solid 1px #e5e5e5;
    background: #f5f5f5;
    font-weight: 700;
    font-size: 95%
}

.touchli_a a {
    display: block;
    padding: 15px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    border-bottom: solid 1px #ddd
}

    .touchli_a a:active {
        background: rgba(0,0,0,.05)
    }

    .touchli_a a sup {
        display: block;
        position: absolute;
        left: 12px;
        top: 12px;
        background: #b8162d;
        color: #fff;
        padding: 3px 8px;
        text-align: center;
        border-radius: 10px;
        font-size: 11px
    }

    .touchli_a a img {
        display: block;
        width: 68px;
        height: 68px;
        float: left;
        border: solid 1px #ddd;
        overflow: hidden;
        border-radius: 3px
    }

    .touchli_a a div.oop {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 20px;
        background: rgba(0,0,0,.1)
    }

        .touchli_a a div.oop em {
            padding: 8px 16px;
            display: block;
            width: 75px;
            text-align: center;
            margin: 26px auto;
            line-height: 27px;
            border: solid 1px #666;
            color: #666;
            transform: rotate(-5deg);
            background: rgba(255,255,255,.8)
        }

    .touchli_a a p {
        display: block;
        margin-left: 80px
    }

        .touchli_a a p font {
            color: #525051;
            display: block;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-right: 10%
        }

        .touchli_a a p span {
            display: block;
            word-break: break-all;
            color: #999;
            font-size: 11px;
            margin-top: .5px;
            margin-right: 20%
        }

    .touchli_a a i {
        text-align: right;
        text-decoration: none;
        font-size: 12px;
        line-height: 20px;
        display: block;
        height: 20px;
        width: 80px;
        position: absolute;
        right: 15px;
        top: 39px;
        padding: 0 20px 0 0;
        background: url(../images/jiantou.svg) no-repeat 100% 50%;
        background-size: 20px
    }

    .touchli_a a font em {
        color: #b8162d;
        font-style: normal
    }

    .touchli_a a span em {
        color: #b8162d;
        font-style: normal
    }

.morebtn {
    padding: 20px 0
}

    .morebtn a {
        display: block;
        width: 50%;
        text-decoration: none;
        border-radius: 2px;
        margin: 0 auto 15px auto;
        background: #fff;
        border: solid 1px #aaa;
        color: #525051;
        text-align: center;
        font-size: 14px;
        padding: 10px 0;
        line-height: 20px;
        -webkit-tap-highlight-color: rgba(0,0,0,.1)
    }

        .morebtn a:active {
            background: rgba(0,0,0,.1)
        }

.orderdbg {
    background: #f0f0f0
}

.orderdetail {
    padding: 15px
}

    .orderdetail h1 {
        border-bottom: solid 1px #333;
        overflow: hidden;
        padding: 10px 0;
        margin-bottom: 15px
    }

        .orderdetail h1 font, .orderdetail h1 span {
            width: 70%;
            display: block;
            float: left;
            font-size: 14px;
            color: #111
        }

        .orderdetail h1 font {
            width: 30%;
            text-align: right
        }

    .orderdetail h2 {
        padding: 8px;
        border-radius: 16px;
        background: #eee;
        width: 85%;
        font-size: 13px;
        display: block;
        text-align: center;
        margin: 15px auto
    }

        .orderdetail h2 em {
            color: #b8162d
        }

@media screen and (max-width:320px) {
    .orderdetail h2 em {
        display: block
    }
}

.orderdetail ol {
    overflow: hidden;
    height: 140px;
    padding-bottom: 10px;
    display: block;
    position: relative
}

.zkfw ol {
    height: auto !important
}

.orderdetail ol li {
    width: 25%;
    float: left;
    display: block
}

    .orderdetail ol li img {
        width: 45px;
        display: block;
        margin: 0 auto 10px auto
    }

    .orderdetail ol li span {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 11px;
        margin-top: 2px;
        text-align: center
    }

        .orderdetail ol li span.a {
            padding-bottom: 3px;
            font-size: 10px
        }

    .orderdetail ol li a {
        display: block;
        text-decoration: none;
        margin: 10px 0;
        position: relative
    }

        .orderdetail ol li a i {
            display: block;
            height: 18px;
            width: 18px;
            text-indent: -1px;
            overflow: hidden;
            line-height: 18px;
            text-align: center;
            background: #111;
            color: #fff;
            position: absolute;
            border-radius: 50%;
            font-size: 11px;
            left: 50%;
            top: -4px;
            margin-left: -22px
        }

    .orderdetail ol li.guodu {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        float: none;
        background: url(../images/guodu_bai.png) repeat-x 0 0;
        height: 35px
    }

.ltrt {
    overflow: hidden;
    padding: 15px 0
}

    .ltrt a {
        float: left;
        width: 48%;
        margin-bottom: 0;
        box-sizing: border-box
    }

        .ltrt a:first-child {
            margin-right: 2%
        }

        .ltrt a:last-child {
            margin-left: 2%
        }

        .ltrt a:active {
            background: #eee
        }

        .ltrt a.paybtn {
            background: #04be02;
            color: #fff;
            border: solid 1px rgba(0,0,0,.15)
        }

.zhankai {
    border-bottom: solid 1px #ddd
}

    .zhankai a {
        display: block;
        text-align: center;
        color: #333;
        font-size: 12px;
        text-decoration: none;
        padding: 5px 0 15px 0;
        margin-bottom: 10px;
        background: url(../images/jiantou_down.svg) no-repeat 50% 100%;
        background-size: 13px
    }

.zkfw .zhankai a {
    background-image: url(../images/jiantou_up.svg) !important
}

.orderprice {
    border-bottom: dotted 1px #ddd;
    padding: 15px 0
}

    .orderprice p {
        margin: 5px 0;
        overflow: hidden;
        font-size: 12px
    }

        .orderprice p span {
            display: block;
            float: left;
            width: 50%;
            color: #b8162d;
            text-align: right
        }

        .orderprice p font {
            display: block;
            text-align: left;
            float: left;
            width: 50%
        }

.orderdetail .xdsj {
    font-size: 11px;
    color: #999;
    text-align: center;
    padding: 5px
}

.orderdetail .touchli_a {
    border-bottom: dotted 1px #ddd
}

    .orderdetail .touchli_a a {
        padding: 15px 0;
        border-bottom: 0 none
    }

        .orderdetail .touchli_a a i {
            background: 0;
            padding-right: 0
        }

.textinfo p font {
    width: 70px;
    line-height: 20px;
    font-size: 12px;
    text-align: left
}

.textinfo p span {
    width: 75%;
    line-height: 20px;
    color: inherit;
    font-size: 12px;
    text-align: left
}

.exform {
    padding: 2px 0;
    font-size: 15px;
    background: #f5f5f5
}

    .exform .touchli_a {
        margin: 0 0 20px 0;
        background: #fff
    }

        .exform .touchli_a a {
            border-color: #e5e5e5
        }

            .exform .touchli_a a i {
                background: 0;
                padding-right: 0
            }

                .exform .touchli_a a i.jtxs {
                    background: url(../images/jiantou.svg) no-repeat 100% 50%;
                    background-size: 20px;
                    padding-right: 20px
                }

                .exform .touchli_a a i input {
                    margin-top: -1px
                }

    .exform .orderprice {
        margin: 0 0 20px 0;
        padding: 15px
    }

.slets_row {
    border-radius: 2px;
    padding: 12px 15px;
    margin: 0 0 20px 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

    .slets_row ul {
        padding: 0;
        display: block;
        overflow: hidden
    }

        .slets_row ul li {
            display: block;
            height: 22px;
            line-height: 22px;
            float: left;
            width: 50%
        }

            .slets_row ul li input {
                margin-right: 5px;
                width: 18px;
                height: 18px;
                position: relative;
                top: 3px
            }

            .slets_row ul li label {
                font-size: 85%;
                line-height: 22px;
                position: relative;
                top: -1px
            }

.slets_col ul {
    padding: 5px 0 0 0
}

    .slets_col ul li {
        float: none;
        width: auto;
        margin-bottom: 10px
    }

.slets_row select {
    -webkit-appearance: none;
    width: 100%;
    font-weight: 700;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-image: url(../images/jiantou_down.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 10px;
    border: 0 none;
    outline: 0;
    text-indent: 0;
    font-size: 95%;
    color: #333
}

.inputbox, .nextlink {
    margin: 0 0 20px 0;
    position: relative
}

    .checkbox h3, .inputbox h3, .nextlink h3 {
        margin-bottom: 8px;
        padding-left: 15px;
        font-weight: 700;
        font-size: 95%
    }

        .inputbox h3 font, .nextlink h3 font {
            color: #b8162d
        }

        .inputbox h3 em, .nextlink h3 em {
            color: #999;
            font-weight: 400
        }

        .inputbox h3 input, .nextlink h3 input {
            margin-right: 5px;
            width: 18px;
            height: 18px;
            position: relative;
            top: 3px
        }

        .inputbox h3 p, .nextlink h3 p {
            margin-top: 4px;
            font-weight: 400;
            font-size: 80%;
            color: #999
        }

            .nextlink h3 p i {
                border-radius: 50%;
                text-indent: -9999px;
                width: 17px;
                height: 17px;
                margin: 0 4px 0 0;
                overflow: hidden;
                display: inline-block
            }

            .nextlink h3 p font {
                display: inline-block;
                position: relative;
                top: -4px;
                color: #666;
                margin: 0 8px 0 0
            }

            .nextlink h3 p .inprogress {
                background: #FC0
            }

            .nextlink h3 p .delay {
                background: red
            }

            .nextlink h3 p .done {
                background: #090
            }

    .nextlink h4 {
        margin-bottom: 8px;
        padding-left: 15px;
        font-weight: 400;
        font-size: 75%;
        color: #666;
        clear: both
    }

    .nextlink .link {
        border-top: 1px #e5e5e5 solid;
        border-bottom: 1px #e5e5e5 solid;
        background: #fff
    }

        .nextlink .link a {
            display: block;
            padding: 13px 0;
            margin: 0 15px;
            position: relative;
            border-radius: 2px;
            border-bottom: 1px #e5e5e5 solid;
            text-decoration: none;
            line-height: 18px
        }

            .nextlink .link a:last-child {
                border-bottom: 0 none
            }

            .nextlink .link a i {
                display: block;
                width: 20px;
                height: 20px;
                position: absolute;
                right: 0;
                top: 13px;
                background: url(../images/jiantou.svg) no-repeat 50% 50%;
                background-size: 100%
            }

            .nextlink .link a:active {
                background-color: #eee
            }

            .nextlink .link a label {
                display: block;
                padding: 13px 0;
                margin: -13px 0
            }

            .nextlink .link a span {
                font-size: 85%;
                display: block;
                width: 83%;
                margin-top: 3px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #666
            }

                .nextlink .link a span b {
                    display: block;
                    color: #666;
                    width: 100%;
                    white-space: normal;
                    word-break: break-all
                }

                    .nextlink .link a span b:first-child {
                        width: 43%
                    }

            .nextlink .link a font {
                font-size: 80%;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                position: absolute;
                right: 20px;
                line-height: 22px;
                text-align: right;
                top: 13px
            }

            .nextlink .link a li font {
                top: 0;
                right: 25px
            }

            .nextlink .link a font b {
                color: #999;
                display: inline-block;
                width: 75px;
                line-height: 19px
            }

            .nextlink .link a font.gren {
                color: #090
            }

            .nextlink .link a em {
                font-size: 75%;
                display: block;
                width: 25px;
                height: 25px;
                position: relative;
                text-align: center;
                color: #fff;
                float: left;
                left: -4px
            }

            .nextlink .link a input {
                margin-right: 5px;
                float: left;
                position: relative;
                top: 0
            }

            .nextlink .link a .local {
                background: url(../images/location_on.svg) no-repeat 50% 50%;
                top: -4px;
                line-height: 22px
            }

            .nextlink .link a .adda {
                background: url(../images/add_circle.svg) no-repeat 50% 50%;
                background-size: 80%;
                text-indent: -9999px;
                top: -5px
            }

            .nextlink .link a .icoall {
                background: url(../images/iconall.svg) no-repeat 50% 50%;
                background-size: 80%;
                text-indent: -9999px;
                top: -5px
            }

            .nextlink .link a .meico {
                background: url(../images/person.svg) no-repeat 50% 50%;
                background-size: 80%;
                text-indent: -9999px;
                top: -5px
            }

            .nextlink .link a .search {
                background: url(../images/find_in_page.svg) no-repeat 50% 50%;
                background-size: 80%;
                text-indent: -9999px;
                top: -5px
            }

            .nextlink .link a .delay, .nextlink .link a .done, .nextlink .link a .inprogress {
                background: #090;
                border-radius: 50%;
                text-indent: -9999px;
                width: 17px;
                height: 17px;
                margin: 0 4px
            }

            .nextlink .link a .inprogress {
                background: #FC0
            }

            .nextlink .link a .delay {
                background: red
            }

            .nextlink .link a ul, .nextlink .link a ul li {
                display: block;
                position: relative
            }

            .nextlink .link a ul {
                overflow: hidden
            }

                .nextlink .link a ul li {
                    margin-bottom: 8px
                }

.notice .link a {
    padding-top: 4px;
    padding-bottom: 4px
}

.notice .link a {
    border-radius: 0;
    margin-top: -1px
}

    .notice .link a span {
        color: #666
    }

.inputbox .input {
    border-bottom: solid 1px #e5e5e5;
    margin: 0 15px;
    background: #fff
}

    .inputbox .input:last-child {
        border-bottom: 0 none
    }

.inputbox .firstn {
    margin-right: 15px;
    float: left;
    width: 45%
}

.inputbox .lastn {
    width: auto;
    clear: right
}

.inputbox .input input {
    background-color: transparent;
    width: 100%;
    padding: 13px 0;
    height: 18px;
    line-height: 18px;
    text-indent: 0;
    font-size: 85%;
    color: #333;
    position: relative;
    margin: 0;
    top: 0
}

.inputbox .input textarea {
    background: #fff;
    width: 100%;
    padding: 13px 0;
    line-height: 18px;
    font-size: 85%;
    color: #666;
    position: relative;
    top: 0
}

.inputbox .pushlyr {
    background: #fff;
    position: absolute;
    z-index: 9;
    width: 288px;
    border: solid 1px #ddd;
    margin-top: 42px;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 3px 9px #ccc;
    transition: all .4s
}

    .inputbox .pushlyr a {
        border-bottom: solid 1px #ddd;
        display: block;
        text-decoration: none;
        padding: 5px 15px
    }

        .inputbox .pushlyr a span {
            display: block;
            color: #666;
            line-height: 20px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 85%
        }

        .inputbox .pushlyr a:active {
            background: #eee
        }

.inputbox .warning {
    background: rgba(255,153,0,.04);
    color: #F60;
    margin: 15px;
    border-radius: 2px;
    font-size: 85%;
    border: solid 1px rgba(255,102,0,.25);
    text-align: center;
    padding: 10px
}

.slets_row ul li:last-child {
    text-align: right
}

    .slets_row ul li:last-child select {
        width: 95%
    }

.inputbox .slets_row {
    font-size: 90%;
    margin: 0 15px;
    padding: 12px 0;
    border-top: 0 none
}

    .inputbox .slets_row select {
        font-weight: 400
    }

.inputbox .iptline {
    background: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: relative;
}

.calendar {
    font-size: 14px;
    margin: 20px 0
}

    .calendar h1 {
        font-size: 120%;
        text-align: center;
        margin-bottom: 15px;
        color: #333
    }

    .calendar ol, .calendar ul {
        overflow: hidden;
        margin-bottom: 10px
    }

        .calendar ol li {
            float: left;
            text-align: center;
            color: #999;
            font-size: 75%;
            width: 14.28%
        }

    .calendar ul {
        margin: 0;
        background: #fff;
        border-top: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5
    }

        .calendar ul li {
            float: left;
            background: #f0f0f0;
            line-height: 15px;
            text-align: center;
            color: #999;
            font-size: 85%;
            width: 14.28%;
            height: 46px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .calendar ul li span {
                font-weight: 700;
                color: #333;
                line-height: 30px;
                display: block
            }

            .calendar ul li font {
                display: block;
                font-size: 90%
            }

            .calendar ul li.non {
                background: #e5e5e5
            }

                .calendar ul li.non span {
                    color: #666
                }

            .calendar ul li a {
                color: #666;
                height: 30px;
                padding: 8px 0;
                display: block;
                text-decoration: none
            }

                .calendar ul li a.curr {
                    background: #d0efce
                }

                    .calendar ul li a.curr font, .calendar ul li a.curr span {
                        color: #6b9b69
                    }

                    .calendar ul li a.curr span {
                        line-height: 15px
                    }

                .calendar ul li a.curr_a {
                    background: #6b9b69
                }

                .calendar ul li a.curr_ex {
                    background: #b8162d
                }

                    .calendar ul li a.curr_a font, .calendar ul li a.curr_a span, .calendar ul li a.curr_ex font, .calendar ul li a.curr_ex span {
                        color: #fff
                    }

                .calendar ul li a.yes {
                    background: #fff
                }

                    .calendar ul li a.yes span {
                        line-height: 15px
                    }

                    .calendar ul li a.yes font {
                        color: #666
                    }

                .calendar ul li a.hldy span {
                    line-height: 15px
                }

                .calendar ul li a.hldy font {
                    color: #666
                }

    .calendar .warning {
        color: #F60;
        font-size: 11px;
        line-height: 1.5em;
        padding: 0 15px;
        margin: 20px 0
    }

    .calendar .thismonth {
        margin: 0 15px 15px 15px;
        height: 30px
    }

        .calendar .thismonth .l, .calendar .thismonth .r {
            float: left;
            width: 17%;
            height: 30px;
            line-height: 30px;
            font-size: 11px;
            text-align: center;
            display: block;
            color: #666;
            text-decoration: none
        }

        .calendar .thismonth .r {
            background: url(../images/jiantou.svg) no-repeat 100% 50%;
            background-size: 20px;
            padding-right: 3%
        }

        .calendar .thismonth .l {
            background: url(../images/jiantou_a.svg) no-repeat 0 50%;
            background-size: 20px;
            padding-left: 3%
        }

        .calendar .thismonth .c {
            float: left;
            line-height: 30px;
            font-size: 16px;
            text-align: center;
            font-weight: 700;
            width: 60%;
            height: 30px
        }

        .calendar .thismonth a:active {
            background-color: #eee
        }

.nextlink .slttype {
    padding: 0 15px
}

.checkbox {
    margin-bottom: 20px
}

    .checkbox ul {
        overflow: hidden;
        margin: 0 15px
    }

        .checkbox ul li {
            float: left;
            margin: 0;
            padding: 5px 15px 5px 0
        }

            .checkbox ul li input {
                margin-right: 5px;
                width: 18px;
                height: 18px;
                position: relative;
                top: 3px
            }

            .checkbox ul li label {
                font-size: 85%;
                line-height: 22px;
                position: relative;
                font-weight: 700;
                top: -1px
            }

.morebtn.okbtn a {
    background: #d8003a;
    width: auto;
    margin: 0 15px 20px 15px;
    border: solid 1px #d8003a;
    color: #fff
}

.morebtn.okbtn a:active {
    background: red;
    border: solid 1px red
}

.morebtn.okbtn .del_bg {
    background: #666;
    border: solid 1px #666
}

.morebtn.okbtn .other_bg {
    background: #fff;
    color: inherit;
    border: solid 1px #aaa
}

.morebtn.okbtn .other_bg:active {
    background: #eee;
    border: solid 1px #aaa
}

.morebtn.okbtn button {
    background: #d8003a;
    width: auto;
    margin: 0 15px 20px 15px;
    border: solid 1px #d8003a;
    color: #fff
}

.shuom {
    font-size: 11px;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 15px 0 !important;
    color: #999
}

.fsyzm {
    position: absolute;
    z-index: 1;
    padding: 0 10px;
    line-height: 26px;
    font-size: 14px;
    display: block;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 2px;
    color: #333;
    text-decoration: none;
    top: 9px;
    right: 15px
}

    .fsyzm:active {
        background: #ddd
    }

.spmsxq {
    padding-left: 0;
    padding-right: 0
}

    .spmsxq h3 {
        margin-left: 15px
    }

.addropen i {
    top: 25px !important
}

.addropen span {
    line-height: 20px
}

.tuangou {
    background: #fff;
    clear: both
}

    .tuangou .morebtn {
        padding-bottom: 0;
        padding-top: 10px
    }

        .tuangou .morebtn a {
            margin-bottom: 0
        }

    .tuangou .ptwf {
        padding-bottom: 15px;
        background: #fff;
        border-top: solid 1px #ddd
    }

        .tuangou .ptwf .nextlink {
            margin-bottom: 5px
        }

        .tuangou .ptwf .link {
            border: 0 none
        }

            .tuangou .ptwf .link span {
                font-weight: 700
            }

        .tuangou .ptwf .warning {
            background: rgba(255,153,0,.04);
            color: #F60;
            margin: 15px 15px 0 15px;
            border-radius: 2px;
            font-size: 13px;
            border: solid 1px rgba(255,102,0,.25);
            text-align: center;
            padding: 10px
        }

        .tuangou .ptwf ul {
            overflow: hidden;
            margin: 10px 15px
        }

            .tuangou .ptwf ul li {
                float: left;
                overflow: hidden;
                width: 33.33%
            }

                .tuangou .ptwf ul li em {
                    float: left;
                    display: block;
                    font-size: 12px;
                    width: 30px;
                    height: 30px;
                    margin-right: 5px;
                    border-radius: 50%;
                    line-height: 30px;
                    text-align: center;
                    background: #FFF;
                    border: solid 1px #ddd
                }

                .tuangou .ptwf ul li span {
                    float: left;
                    margin-top: 1px;
                    font-size: 12px;
                    display: block
                }

                .tuangou .ptwf ul li.dq em {
                    border-color: #b8162d;
                    background: #b8162d;
                    color: #fff
                }

                .tuangou .ptwf ul li.dq span {
                    color: #b8162d
                }

    .tuangou .wxtx_a {
        border-top: solid 1px #ddd
    }

        .tuangou .wxtx_a ol {
            overflow: hidden;
            padding: 15px 0 0 0
        }

            .tuangou .wxtx_a ol li {
                float: left;
                position: relative;
                width: 20%;
                margin-bottom: 15px
            }

                .tuangou .wxtx_a ol li img {
                    width: 45px;
                    height: 45px;
                    overflow: hidden;
                    margin: 0 auto;
                    display: block;
                    border: solid 1px #ddd;
                    border-radius: 50%
                }

                .tuangou .wxtx_a ol li i {
                    display: block;
                    position: absolute;
                    border-radius: 20px;
                    padding: 3px 0;
                    width: 32px;
                    text-align: center;
                    font-size: 10px;
                    color: #fff;
                    background: #b8162d;
                    left: 50%;
                    margin-left: 3px
                }

    .tuangou .sysj {
        margin-bottom: 30px;
        padding-top: 15px;
        border-bottom: solid 1px #ddd
    }

.sysj .morebtn {
    padding: 10px 0;
}

    .sysj .morebtn a {
        font-size: 16px;
        border: 0;
        width: 80%;
        background: #F90;
        color: #fff;
    }

.tuangou .sysj p {
    font-size: 18px;
    text-align: center;
    color: #111;
    font-weight: 700
}

.tuangou .sysj span {
    display: block;
    position: relative;
    bottom: -14px;
    text-align: center;
    font-size: 15px;
    width: 315px;
    background: #fff;
    margin: auto
}

    .tuangou .sysj span em, .tuangou .sysj span i {
        display: inline-block;
        margin: 0 3px
    }

    .tuangou .sysj span em {
        padding: 5px 0;
        color: #666
    }

    .tuangou .sysj span i {
        padding: 5px;
        border-radius: 5px;
        background: #111;
        color: #fff
    }

.tuangou .wxtx_b .nextlink .link a em {
    width: 35px;
    height: 35px;
    left: 0;
    top: -8px;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden
}

.tuangou .wxtx_b .nextlink .link a {
    padding: 20px 0
}

    .tuangou .wxtx_b .nextlink .link a span {
        width: 60%;
        overflow: inherit
    }

    .tuangou .wxtx_b .nextlink .link a font, .tuangou .wxtx_b .nextlink .link a i {
        top: 20px;
        font-size: 12px
    }

    .tuangou .wxtx_b .nextlink .link a em img {
        width: 100%
    }

    .tuangou .wxtx_b .nextlink .link a span b {
        display: inline-block;
        position: relative;
        top: -2px;
        border-radius: 20px;
        padding: 3px 0;
        width: 32px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        background: #b8162d;
        line-height: 12px;
        left: 5px
    }

.exform .tuangou .ptwf {
    background: 0
}

    .exform .tuangou .ptwf .nextlink .link {
        background: 0
    }

    .exform .tuangou .ptwf .nextlink a span {
        font-size: 95%
    }

.clear {
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.descr {
    padding: 15px
}

    .descr h1 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .descr h2 {
        font-size: 16px;
        margin: 20px 0 15px 0;
        color: #000
    }

    .descr p {
        font-size: 13px;
        line-height: 18px;
        font-family: Arial,Helvetica,sans-serif
    }

.layer {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    border-radius: 0 0 5px 5px
}

    .layer .r_esc {
        position: absolute;
        right: 2px;
        top: 2px;
        width: 49px;
        height: 49px;
        background-image: url(../images/guanbi.svg);
        background-size: 40%;
        background-position: 50% 50%;
        background-repeat: no-repeat
    }

        .layer .r_esc a {
            display: block;
            height: 49px
        }

    .layer h1 {
        font-size: 18px;
        margin-bottom: 16px;
        text-align: center
    }

    .layer .exform {
        background: 0;
        padding: 0
    }

        .layer .exform .morebtn {
            padding-bottom: 0
        }

            .layer .exform .morebtn a {
                margin-bottom: 0
            }

.layer_bg {
    background: rgba(0,0,0,.8);
    position: fixed;
    z-index: 19;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.c_info {
    background: url(../images/infoico.svg) no-repeat 50% 40px;
    background-size: 60px;
    padding: 115px 0 120px 0
}

    .c_info p {
        text-align: center;
        padding: 0;
        font-size: 14px;
        color: #bbb
    }

.paydone {
    background: url(../images/wancheng.svg) no-repeat 50% 40px;
    background-size: 90px;
    padding: 145px 0 60px 0
}

    .paydone p {
        text-align: center;
        padding: 0;
        font-size: 16px;
        color: #6b9b69
    }

.weui_dialog {
    position: fixed;
    z-index: 100;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fafafc;
    text-align: center;
    border-radius: 3px
}

.weui_dialog_confirm .weui_dialog .weui_dialog_hd {
    padding: 1.2em 20px .5em
}

.weui_dialog_confirm .weui_dialog .weui_dialog_bd {
    text-align: left
}

.weui_dialog_hd {
    padding: 1.2em 0 .5em
}

.weui_dialog_title {
    font-weight: 400;
    font-size: 16px
}

.weui_dialog_bd {
    padding: 0 20px;
    font-size: 14px;
    color: #888
}

.weui_dialog_ft {
    position: relative;
    line-height: 42px;
    margin-top: 20px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .weui_dialog_ft a {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #3cc51f;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent
    }

        .weui_dialog_ft a:active {
            background-color: #EEE
        }

    .weui_dialog_ft:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #d5d5d6;
        color: #d5d5d6;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

.weui_dialog_confirm .weui_dialog_ft a {
    position: relative
}

    .weui_dialog_confirm .weui_dialog_ft a:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        border-left: 1px solid #d5d5d6;
        color: #d5d5d6;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5)
    }

    .weui_dialog_confirm .weui_dialog_ft a:first-child:after {
        display: none
    }

.weui_btn_dialog.default {
    color: #353535
}

.weui_btn_dialog.primary {
    color: #0bb20c
}

.weui_mask {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6)
}

.huigu {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px
}

    .huigu .hg_lyr {
        display: block;
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        bottom: 0;
        left: 0
    }

    .huigu .hgimg {
        display: block
    }

        .huigu .hgimg img {
            display: block;
            width: 100%
        }

    .huigu .a {
        height: 40px;
        position: relative;
        padding-top: 30px;
        background: url(../images/guodu_hei.png) repeat-x 0 100%;
        background-size: 30px
    }

    .huigu .b {
        height: 140px;
        overflow: hidden;
        position: relative;
        background: url(../images/shenglue.svg) no-repeat 20px 109% #fff;
        background-size: 25px
    }

    .huigu .a .vol {
        color: #fff;
        padding-top: 15px;
        font-style: italic;
        padding-left: 20px;
        font-size: 11px
    }

    .huigu .a .jtou {
        padding-top: 15px;
        background: url(../images/jiantou_up_w.svg) no-repeat 50% 10%;
        background-size: 12px;
        color: #fff;
        font-size: 11px;
        text-align: center;
        position: absolute;
        width: 60px;
        top: 30px;
        left: 50%;
        margin-left: -30px
    }

    .huigu .a .zan {
        flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1
    }

        .huigu .a .zan a {
            display: block;
            color: #b8162d;
            font-size: 12px;
            text-align: center;
            width: 60px;
            height: 26px;
            line-height: 26px;
            border-radius: 3px;
            margin: auto 20px 0 auto;
            background: rgba(255,255,255,.8);
            position: relative;
            text-indent: 4px;
            text-decoration: none
        }

            .huigu .a .zan a img {
                width: 11px;
                position: relative;
                left: -4px;
                top: 1px
            }

    .huigu .b .txt {
        padding: 16px 20px 0 20px;
        width: 65%
    }

    .huigu .b .dat {
        position: absolute;
        width: 65px;
        height: 65px;
        right: 20px;
        top: 20px
    }

    .huigu .b .txt h3 {
        font-size: 14px;
        font-weight: 400;
        color: #111
    }

        .huigu .b .txt h3 img {
            width: 17px;
            position: relative;
            left: 10px;
            top: 3px
        }

    .huigu .b .txt p {
        color: #999;
        font-size: 12px;
        line-height: 24px;
        padding-top: 3px
    }

    .huigu .b .dat span {
        position: absolute;
        right: 15px;
        top: 13px;
        font-weight: 700;
        font-size: 15px;
        color: #111;
        z-index: 1
    }

    .huigu .b .dat img {
        width: 65px;
        position: absolute;
        right: 0;
        top: 0
    }

    .huigu .hg_lyr_zk .b {
        background: none #fff
    }

    .huigu .hg_lyr_zk .a .jtou {
        background-image: url(../images/jiantou_down_w.svg)
    }

.hg_lyr_img {
    position: fixed;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    z-index: 100
}

    .hg_lyr_img .a, .hg_lyr_img .b {
        width: 100%;
        position: absolute
    }

        .hg_lyr_img .a img {
            width: 100%;
            max-width: 700px;
            margin: auto;
            display: block
        }

    .hg_lyr_img .b {
        padding-bottom: 20px;
        text-align: center;
        bottom: 0
    }

        .hg_lyr_img .b p {
            display: block;
            font-size: 13px;
            background: rgba(0,0,0,0.2);
            border: solid 1px #666;
            margin: 0 auto;
            border-radius: 2px;
            padding: 10px;
            width: 45%;
            color: #fff;
        }

        .hg_lyr_img .b a {
            display: inline-block;
            border-radius: 50%;
            margin: 0 5px;
            width: 15px;
            height: 15px;
            padding: 10px;
            background: rgba(0,0,0,.5)
        }

            .hg_lyr_img .b a img {
                width: 100%
            }

    .hg_lyr_img .a a.close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 18px;
        height: 18px;
        background: rgba(0,0,0,.8);
        padding: 10px;
        border-radius: 50%
    }

@media screen and (min-width:750px) {
    .menulayer {
        width: 35% !important;
        overflow: auto;
        opacity: 1
    }

    .gushi {
        width: 100%;
        position: absolute !important;
        padding: 15px 2%
    }

    header {
        max-width: 750px;
        left: 50%;
        margin-left: -375px
    }

    .burger {
        left: 50% !important;
        margin-left: 318px
    }

        .burger.open {
            left: auto !important;
            margin-left: auto !important
        }

    .salebtn {
        max-width: 750px;
        left: 50%;
        margin-left: -375px
    }

    div.menu.animate {
        margin-left: -35% !important
    }
}

@media screen and (max-height:480px) {
    .gushi {
        position: fixed;
        width: 80%
    }
}

@media screen and (min-width:750px) and (max-height:540px) {
    .gushi {
        width: 35%;
        position: fixed !important
    }
}

.cate_swch {
    width: auto;
    padding: 15px 15px 20px 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

    .cate_swch li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1
    }

        .cate_swch li a {
            display: block;
            text-decoration: none;
            border: solid 1px #525051;
            line-height: 33px;
            padding: 0;
            font-size: 13px;
            color: #333;
            text-align: center
        }

            .cate_swch li a.dq {
                background: #525051;
                color: #fff
            }

        .cate_swch li:first-child a {
            border-radius: 2px 0 0 2px;
            border-right: 0
        }

        .cate_swch li:last-child a {
            border-radius: 0 2px 2px 0;
            border-left: 0
        }

.shareimg {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    position: fixed
}

    .shareimg img {
        width: 100%
    }

.tglist {
    width: auto;
    position: relative;
    padding: 15px 0 0 0;
    margin: 0 15px
}

    .tglist .a {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -29px;
        z-index: 3;
        width: 58px
    }

        .tglist .a img {
            width: 50px;
            height: 50px;
            border: solid 4px #fff;
            display: block;
            overflow: hidden;
            border-radius: 50%
        }

        .tglist .a span {
            font-size: 10px;
            display: none;
            text-align: center;
            color: #999;
            padding-top: 5px
        }

    .tglist .b {
        position: relative;
        padding-top: 26px;
        border-radius: 4px;
        width: auto
    }

        .tglist .b img {
            width: 100%;
            position: relative;
            z-index: 1;
            border-radius: 4px;
            display: block
        }

        .tglist .b p {
            z-index: 2;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 15px;
            border-radius: 0 0 3px 3px;
            box-sizing: border-box;
            background: rgba(255,255,255,.75)
        }

            .tglist .b p font, .tglist .b p span {
                display: block;
                text-align: center;
                letter-spacing: 2px;
                margin-bottom: 8px;
                font-size: 12px
            }

            .tglist .b p font {
                font-size: 13px;
                margin-bottom: 16px;
                letter-spacing: 0
            }

                .tglist .b p font em {
                    color: #b8162d
                }

                .tglist .b p font b {
                    color: #888
                }

            .tglist .b p a {
                display: block;
                font-size: 13px;
                color: #b8162d;
                text-align: center;
                width: 60%;
                margin: 0 auto;
                padding: 9px 0;
                border: solid 1px #b8162d;
                border-radius: 2px;
                text-decoration: none
            }

                .tglist .b p a:active {
                    background: #b8162d;
                    color: #fff
                }

        .tglist .b i {
            display: block;
            width: 17px;
            height: 17px;
            background: #fff;
            transform: rotate(45deg);
            position: absolute;
            z-index: 2;
            left: 50%;
            top: 40px;
            margin-left: -8px
        }

.zt_ps {
    padding: 0
}

    .zt_ps > div {
        margin: 0 0 20px 0;
        height: 76px;
        overflow: hidden;
        position: relative
    }

        .zt_ps > div i {
            position: absolute;
            display: block;
            text-align: center;
            width: 17px;
            height: 17px;
            left: 0;
            top: 0;
            padding: 0;
            background: #666;
            border-radius: 50%;
            font-weight: 700;
            color: #fff;
            font-size: 13px;
            line-height: 17px
        }

    .zt_ps h3 {
        padding: 0 0 10px 0;
        margin-top: 1px;
        line-height: 16px;
        font-size: 14px;
        text-indent: 25px
    }

    .zt_ps p {
        padding: 5px 0 5px 24px;
        margin-left: 7px;
        font-size: 12px;
        overflow: hidden;
        border-bottom: dotted 1px #eee;
        border-left: solid 1px #ddd;
        background: url(../images/jiantou.svg) no-repeat 0 7px;
        background-size: 13px
    }

        .zt_ps p font, .zt_ps p span {
            display: block;
            line-height: 19px
        }

        .zt_ps p span {
            color: #bbb
        }

        .zt_ps p.lastif font {
            color: rgba(184,22,45,1)
        }

.tgbtn a {
    background: #569fb0;
    color: #fff;
    border: 0
}

    .tgbtn a:active {
        background: #3b7c94
    }

.tgqcode {
    border: solid 1px #eee;
    overflow: hidden;
    margin: 0 15px 20px 15px;
    border-radius: 5px;
    padding: 10px
}

    .tgqcode img {
        width: 100%;
        vertical-align: bottom
    }

.tgprice {
    padding: 10px 15px;
    text-align: center;
    border-radius: 2px;
    margin: 0 15px 43px 15px;
    background: url(../images/tgprice_bg.svg) no-repeat 155% 50% #569fb0;
    background-size: 70%;
    position: relative;
    float: left
}

    .tgprice span {
        color: #fff;
        font-size: 14px;
        padding: 0 17px 0 0
    }

    .tgprice font {
        color: #999;
        font-size: 14px;
        padding: 0 0 0 17px;
        text-decoration: line-through
    }

    .tgprice em {
        display: block;
        position: absolute;
        font-size: 12px;
        width: 100px;
        text-align: left;
        top: 48px;
        left: 0
    }

.tglist_0 .a {
    display: none
}

.tglist_0 .b {
    top: 0;
    padding-top: 0;
    margin-left: 0
}

    .tglist_0 .b i {
        display: none
    }

.salebtn .white_bg {
    border: solid 1px #aaa;
    padding: 11px 0;
    color: #333;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8)
}

    .salebtn .white_bg:active {
        background: #ddd
    }

.morebtn.tgbtn a {
    padding: 11px 0
}

.skd {
    background: #eee;
    padding: 15px
}

.skd_bar {
    height: 42px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden
}

    .skd_bar input {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        display: block;
        float: left;
        padding: 0;
        margin: 0;
        text-indent: 10px
    }

        .skd_bar input.a {
            width: 80%
        }

        .skd_bar input.b {
            width: 20%;
            color: #fff;
            background: #b8162d;
            text-indent: 0
        }

            .skd_bar input.b:active {
                background: #ff0004
            }

.skd .zt_ps {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0 0 3px 3px
}

    .skd .zt_ps > div {
        margin: 0
    }

.skd_info {
    background: #fff;
    border-radius: 3px 3px 0 0;
    padding: 5px 15px
}

    .skd_info dl {
        overflow: hidden;
        border-bottom: solid 1px #eee;
        padding: 10px 0
    }

        .skd_info dl:last-child {
            border: 0 none
        }

        .skd_info dl dt, .skd_info dl dd {
            float: left;
            line-height: 28px;
            font-size: 13px
        }

        .skd_info dl dt {
            color: #999
        }

        .skd_info dl dd {
            color: #333
        }

            .skd_info dl dd a {
                background: rgba(0,102,204,0.1);
                border: solid 1px rgba(0,102,204,0.5);
                line-height: 26px;
                border-radius: 2px;
                text-decoration: none;
                display: inline-block;
                padding: 0px 10px;
            }

.skd .zt_ps p {
    font-size: 13px
}

.skd h1 {
    font-size: 20px;
    text-align: center;
    border-bottom: solid 1px #999;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.skd h2 {
    font-size: 14px;
    border-bottom: solid 1px #ccc;
    color: #999;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.ref_btn {
    margin: 15px 0 15px 0;
    padding: 0
}

    .ref_btn a {
        margin: 0;
        width: auto
    }

.xsdg .sysj {
    padding: 0;
    margin-bottom: 12px
}

.xsdg {
    width: 100%;
    background: 0
}

    .xsdg .sysj span i {
        background: #b8162d
    }

    .xsdg .sysj span em {
        text-shadow: #fff 0 1px 1px
    }

.songhua_form {
    padding-bottom: 5px;
    background: #f5f5f5;
    margin: 0 auto;
    width: 100%;
    max-width: 750px
}

.songhua {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100%;
    background-color: #ebecef;
    width: 100%;
    position: relative
}

    .songhua img {
        width: 100%;
        vertical-align: bottom;
    }

    .songhua .mask {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.05);
        width: 100%;
        height: 100%
    }

    .songhua .text {
        padding: 30px 0 90px 0;
        position: relative;
        z-index: 2
    }

        .songhua .text h1 {
            font-size: 17px;
            color: #000;
            margin: 0 0 20px 30px;
            padding: 15px 55px 15px 15px;
            border: solid 4px #fff;
            width: 60px;
            height: 100px;
            letter-spacing: 8px;
        }

            .songhua .text h1 font {
                color: #d8003a;
            }

            .songhua .text h1 img {
                border-radius: 50%;
                overflow: hidden;
                border: solid 1px #fff;
                width: 50px;
                height: 50px;
                position: relative;
                top: 17px
            }

        .songhua .text p {
            font-size: 11px;
            padding: 0 30px;
            color: #000;
            line-height: 20px
        }

    .songhua .getbtn {
        z-index: 3;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -36px;
        width: 80px;
        height: 80px
    }

        .songhua .getbtn a {
            display: block;
            text-align: center;
            color: #fff;
            font-size: 16px;
            background: #d8003a;
            position: relative;
            top: 50%;
            box-shadow: rgba(0,0,0,0.35) 0 5px 15px;
            line-height: 80px;
            text-decoration: none;
            border-radius: 50%;
            width: 100%;
            height: 100%
        }

            .songhua .getbtn a:active {
                background: #ff0004
            }

.sh_info {
    background: #fff;
    padding: 30px;
    line-height: 22px;
    margin-bottom: 30px;
    font-size: 13px
}

    .sh_info strong {
        font-weight: bold
    }

    .sh_info strong {
        font-weight: bold
    }

.sh_slct {
    padding: 0 15px;
    margin-bottom: 100px
}

    .sh_slct h2 {
        font-size: 15px;
        margin: 15px 0;
        font-weight: bold
    }

    .sh_slct ul {
        overflow: hidden
    }

        .sh_slct ul li {
            width: 100%;
            position: relative;
            background: #fff;
            box-sizing: border-box;
            margin-bottom: 15px
        }

            .sh_slct ul li a {
                background: rgba(0,0,0,0.4);
                display: block;
                position: absolute;
                left: 50%;
                bottom: 108px;
                width: 50%;
                box-sizing: border-box;
                text-align: center;
                border-radius: 2px;
                font-size: 13px;
                color: #fff;
                padding: 10px 0;
                z-index: 3;
                border: solid 1px rgba(255,255,255,0.5);
                text-decoration: none;
                margin-left: -25%
            }

            .sh_slct ul li span {
                display: block;
                font-size: 14px;
                margin-bottom: 4px
            }

            .sh_slct ul li img {
                display: block;
                width: 100%;
                margin-bottom: 6px;
                overflow: hidden
            }

            .sh_slct ul li span {
                padding-left: 10px;
                line-height: 20px
            }

                .sh_slct ul li span.info {
                    color: #999;
                    width: 82%;
                    height: 32px;
                    overflow: hidden;
                    line-height: 16px;
                    font-size: 12px
                }

            .sh_slct ul li label {
                overflow: hidden;
                border-radius: 2px;
                padding-bottom: 2px;
                border: solid 1px #e5e5e5
            }

            .sh_slct ul li span.rdo {
                position: absolute;
                margin: 0;
                bottom: 15px;
                right: 15px
            }

            .sh_slct ul li span em {
                color: #d8003a;
                padding: 0 5px 0 0;
                font-size: 15px;
                font-weight: bold;
            }

            .sh_slct ul li span i {
                padding: 0 0 0 5px;
                font-size: 15px;
                font-weight: bold;
            }

            .sh_slct ul li span.rdo input[type=radio], .sh_slct ul li span.rdo input[type=checkbox] {
                background-position: -110px 0;
                width: 22px !important
            }

                .sh_slct ul li span.rdo input[type=radio]:hover, .sh_slct ul li span.rdo input[type=checkbox]:hover {
                    background-position: -132px 0
                }

                .sh_slct ul li span.rdo input[type=radio]:checked, .sh_slct ul li span.rdo input[type=checkbox]:checked {
                    background-position: -154px 0
                }

                .sh_slct ul li span.rdo input[type=radio][disabled]:checked, .sh_slct ul li span.rdo input[type=checkbox][disabled]:checked {
                    background-position: -198px 0
                }

                .sh_slct ul li span.rdo input[type=radio][disabled], .sh_slct ul li span.rdo input[type=checkbox][disabled] {
                    background-position: -176px 0
                }

            .sh_slct ul li > div {
                position: absolute;
                z-index: 2;
                background: rgba(0,0,0,0.5) url(../images/yihuode.png) no-repeat 50% 38%;
                background-size: 36%;
                color: #fff;
                text-align: center;
                font-weight: bold;
                width: 100%;
                height: 100%;
                border-radius: 3px
            }

.sh_user .touchli_a a {
    border: 0 none
}

.sh_user {
    background: #fff;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    padding-bottom: 30px;
    margin-bottom: 15px
}

    .sh_user .wxtx_a {
        border: 0 none;
        height: 77px;
        overflow: hidden
    }

.congrats h1 {
    font-size: 18px;
    color: #6b9b69;
    text-align: center;
    padding: 50px 0 15px 0;
    background: url(../images/wancheng.svg) no-repeat 50% 0;
    background-size: 40px
}

.congrats .nextlink {
    margin: 0 0 5px 0
}

.songhua_form .salebtn a {
    margin: 10px 15px
}

.redfont {
    color: #b8162d !important
}

.boldfont {
    font-weight: bold !important
}

.songhua_user {
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 1px #e5e5e5 solid;
    padding: 25px 0
}

    .songhua_user > div {
        padding-bottom: 15px
    }

        .songhua_user > div img {
            width: 80px;
            height: 80px;
            border: solid 1px #ccc;
            margin: auto;
            display: block;
            overflow: hidden;
            border-radius: 50%
        }

        .songhua_user > div span {
            text-align: center;
            display: block;
            font-size: 14px;
            margin-top: 10px
        }

    .songhua_user h3 {
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        margin-bottom: 5px;
        color: #ed3160
    }

    .songhua_user p {
        font-size: 13px;
        text-align: center;
        line-height: 20px;
        color: #999
    }

.sq_hp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/songquan_bg.png) 0 0;
    background-size: 15%
}

    .sq_hp .sqad {
        width: 100%;
        max-width: 750px;
        position: absolute;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%,-50%)
    }

        .sq_hp .sqad img {
            width: 100%
        }

.sq_list {
    margin: 0 15px 15px 15px
}

    .sq_list > div {
        margin-bottom: 15px;
        height: 148px;
        padding: 5px 0;
        background: #fff;
        border: solid 1px #ddd;
        overflow: hidden;
        position: relative;
        border-radius: 2px
    }

        .sq_list > div > i {
            width: 55%;
            top: 0;
            display: block;
            height: 200px;
            background-image: -webkit-gradient(linear,left top,right top,color-stop(0.5,rgba(255,255,255,0.00)),color-stop(1,#fff));
            z-index: 1;
            position: absolute
        }

        .sq_list > div > img {
            width: 55%;
            top: 0;
            position: absolute
        }

        .sq_list > div span {
            display: block;
            overflow: hidden;
            position: relative;
            z-index: 2;
            padding-right: 20px;
            margin: 10px 0;
            text-align: right
        }

            .sq_list > div span.a {
                font-size: 18px;
                color: #f1559a
            }

                .sq_list > div span.a img {
                    width: 18px;
                    position: relative;
                    top: 3px
                }

            .sq_list > div span.b {
                font-size: 12px
            }

            .sq_list > div span.c {
                color: #b8162d;
                position: absolute;
                bottom: 30px;
                right: 0;
                font-size: 13px
            }

                .sq_list > div span.c a {
                    display: block;
                    float: right;
                    font-size: 115%;
                    background: #b8162d;
                    color: #fff;
                    padding: 7px 22px;
                    border-radius: 2px;
                    text-decoration: none;
                    border: 0 none
                }

            .sq_list > div span.d {
                position: absolute;
                bottom: 5px;
                right: 0;
                color: #999;
                font-size: 12px
            }

.touchli_a a sub {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: rgba(0,0,0,0.50);
    color: #fff;
    padding: 3px 0;
    text-align: center;
    width: 70px;
    font-size: 11px
}

.sq_list_sx {
    opacity: .7;
    -webkit-opacity: .7
}

.zsxhq {
    padding-top: 15px;
    font-size: 15px;
}

.zslb .inputbox {
    margin-bottom: 15px
}

.inputbox .iptline i {
    z-index: 2;
    font-size: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 12px
}

.inputbox i span {
    position: relative;
    top: 1px;
    padding-right: 5px
}

.nextlink .link a label font {
    right: 0
}

    .nextlink .link a label font input {
        margin-right: 0
    }

.xsdg .morebtn {
    padding: 15px 0 5px 0
}

.sminfo p {
    font-size: 12px;
    padding: 0 15px;
    margin: 20px 0;
    line-height: 20px;
}

    .sminfo p strong {
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }

.f_qcode {
    max-width: 750px;
    margin: 10px auto 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

    .f_qcode img {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
        border: solid 1px #eee;
    }
