﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    font-family: Microsoft YaHei,STHeiti STXihei,Helvetica,Arial,Microsoft JhengHei
}

body, button, input, select, table, textarea {
    margin: 0;
    padding: 0;
    font-family: Arial,'PingFang SC','Microsoft YaHei','微软雅黑',Helvetica,SimSun;
    color: #333;
    font-size: 12px;
    line-height: 1.5
}

    input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
        /*-webkit-box-shadow: 0 0 0 100px #fff inset*/
    }

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: ""
    }

b, em, i, s, u {
    font-style: normal;
    text-decoration: none;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

img {
    vertical-align: top;
    max-width: 100%;
    -ms-interpolation-mode: bicubic
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

iframe {
    vertical-align: top
}

body, html {
    min-height: 100%;
    min-width: 320px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

    html.html-100 {
        height: 100%;
        /*overflow: hidden*/
    }

        html.html-100 body {
            height: 100%;
            /*overflow: hidden*/
        }

        html.html-100 .web-container {
            height: 100%;
            /*overflow-y: auto;*/
            transform: translate3d(0,0,0);
            -webkit-overflow-scrolling: touch
        }

body {
    background-color: #fff;
    word-wrap: break-word;
    word-break: normal;
    text-align: justify
}

    body.header {
        padding-top: 44px
    }

    body.header-search {
        padding-top: 88px
    }

    body.footer {
        padding-bottom: 50px
    }

    body.footer-60 {
        padding-bottom: 60px
    }

    body.footer-70 {
        padding-bottom: 70px
    }

    body.footer-100 {
        padding-bottom: 100px
    }

a, input {
    color: #333;
    text-decoration: none;
    outline: 0;
    transition: color .15s ease-in
}

    a.a-fff {
        color: #fff
    }

    a:hover {
        color: #fe541d;
        text-decoration: none
    }

hr {
    height: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3
}

.clear {
    clear: both;
    height: 0;
    border: 0;
    overflow: hidden
}

    .clear:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: "";
        clear: both;
        height: 0
    }

.clr:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none !important
}

.dn {
    display: none
}

.hide {
    visibility: hidden
}

.d-bk {
    display: block
}

.d-inbk {
    display: inline-block
}

.pos-a {
    position: absolute
}

.pos-r {
    position: relative
}

.pos-f {
    position: fixed
}

.w-100 {
    width: 100%
}

.w-50 {
    width: 50%
}

.bg-fff {
    background-color: #fff
}

.bg-blue {
    background-color: #e1e7f4
}

.bg-red {
    background-color: #fbdadc
}

.bg-green {
    background-color: #d6f0db
}

.bg-gray {
    background-color: #f2f2f2
}

.bg-oval {
    background: #f2f2f2 url(/images/web/inner/bg-title.png) no-repeat top center;
    background-size: 100% auto
}

    .bg-oval .web-title-bar {
        box-shadow: none
    }

.bb-5 {
    border-bottom: 5px solid #e3e3e3 !important
}

.bb-10 {
    border-bottom: 10px solid #e3e3e3 !important
}

.b-red {
    border: 1px solid #ea4450
}

.b-green {
    border: 1px solid #30b34b
}

.r-30 {
    border-radius: 30px
}

.r-25 {
    border-radius: 25px
}

.r-20 {
    border-radius: 20px
}

.r-15 {
    border-radius: 15px
}

.r-10 {
    border-radius: 10px
}

.r-5 {
    border-radius: 5px
}

.r-0 {
    border-radius: 0
}

.mt-40 {
    margin-top: 40px
}

.mt-35 {
    margin-top: 35px
}

.mt-30 {
    margin-top: 30px
}

.mt-25 {
    margin-top: 25px
}

.mt-20 {
    margin-top: 20px
}

.mt-15 {
    margin-top: 15px
}

.mt-10 {
    margin-top: 10px
}

.mt-5 {
    margin-top: 5px
}

.mt-0 {
    margin-top: 0
}

.mr-40 {
    margin-right: 40px
}

.mr-35 {
    margin-right: 35px
}

.mr-30 {
    margin-right: 30px
}

.mr-25 {
    margin-right: 25px
}

.mr-20 {
    margin-right: 20px
}

.mr-15 {
    margin-right: 15px
}

.mr-10 {
    margin-right: 10px
}

.mr-5 {
    margin-right: 5px
}

.mr-0 {
    margin-right: 0
}

.mb-40 {
    margin-bottom: 40px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-0 {
    margin-bottom: 0
}

.ml-40 {
    margin-left: 40px
}

.ml-35 {
    margin-left: 35px
}

.ml-30 {
    margin-left: 30px
}

.ml-25 {
    margin-left: 25px
}

.ml-20 {
    margin-left: 20px
}

.ml-15 {
    margin-left: 15px
}

.ml-10 {
    margin-left: 10px
}

.ml-5 {
    margin-left: 5px
}

.ml-0 {
    margin-left: 0
}

.pt-40 {
    padding-top: 40px
}

.pt-35 {
    padding-top: 35px
}

.pt-30 {
    padding-top: 30px
}

.pt-25 {
    padding-top: 25px
}

.pt-20 {
    padding-top: 20px
}

.pt-15 {
    padding-top: 15px
}

.pt-10 {
    padding-top: 10px
}

.pt-5 {
    padding-top: 5px
}

.pt-0 {
    padding-top: 0
}

.pr-40 {
    padding-right: 40px
}

.pr-35 {
    padding-right: 35px
}

.pr-30 {
    padding-right: 30px
}

.pr-25 {
    padding-right: 25px
}

.pr-20 {
    padding-right: 20px
}

.pr-15 {
    padding-right: 15px
}

.pr-10 {
    padding-right: 10px
}

.pr-5 {
    padding-right: 5px
}

.pr-0 {
    padding-right: 0
}

.pb-40 {
    padding-bottom: 40px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-0 {
    padding-bottom: 0
}

.pl-40 {
    padding-left: 40px
}

.pl-35 {
    padding-left: 35px
}

.pl-30 {
    padding-left: 30px
}

.pl-25 {
    padding-left: 25px
}

.pl-20 {
    padding-left: 20px
}

.pl-15 {
    padding-left: 15px
}

.pl-10 {
    padding-left: 10px
}

.pl-5 {
    padding-left: 5px
}

.pl-0 {
    padding-left: 0
}

.hdot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fw {
    font-weight: 700
}

.fm-arial {
    font-family: Arial
}

.fm-simsun {
    font-family: SimSun,'宋体'
}

.line-2, .line-3, .line-4, .line-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.line-2 {
    -webkit-line-clamp: 2
}

.line-3 {
    -webkit-line-clamp: 3
}

.line-4 {
    -webkit-line-clamp: 4
}

.line-5 {
    -webkit-line-clamp: 5
}

.cf00 {
    color: red
}

.cf30 {
    color: #f30
}

.c000 {
    color: #000
}

.c333 {
    color: #333
}

.c444 {
    color: #444
}

.c555 {
    color: #555
}

.c666 {
    color: #666
}

.c888 {
    color: #888
}

.c999 {
    color: #999
}

.caaa {
    color: #aaa
}

.cbbb {
    color: #bbb
}

.cccc {
    color: #ccc
}

.cfff {
    color: #fff
}

.ctxt {
    color: #fe541d
}

.cacce {
    color: #fe7f06
}

.ctips {
    color: #fa3c02
}

.cbdr {
    color: #e3e3e3
}

.cred {
    color: #ea4450
}

.cgreen {
    color: #30b34b
}

.cblue {
    color: #3e76cf
}

.cyellow {
    color: #ffef03
}

.fs-40 {
    font-size: 40px
}

.fs-39 {
    font-size: 39px
}

.fs-38 {
    font-size: 38px
}

.fs-37 {
    font-size: 37px
}

.fs-36 {
    font-size: 36px
}

.fs-35 {
    font-size: 35px
}

.fs-34 {
    font-size: 34px
}

.fs-33 {
    font-size: 33px
}

.fs-32 {
    font-size: 32px
}

.fs-31 {
    font-size: 31px
}

.fs-30 {
    font-size: 30px
}

.fs-29 {
    font-size: 29px
}

.fs-28 {
    font-size: 28px
}

.fs-27 {
    font-size: 27px
}

.fs-26 {
    font-size: 26px
}

.fs-25 {
    font-size: 25px
}

.fs-24 {
    font-size: 24px
}

.fs-23 {
    font-size: 23px
}

.fs-22 {
    font-size: 22px
}

.fs-21 {
    font-size: 21px
}

.fs-20 {
    font-size: 20px
}

.fs-19 {
    font-size: 19px
}

.fs-18 {
    font-size: 18px
}

.fs-17 {
    font-size: 17px
}

.fs-16 {
    font-size: 16px
}

.fs-15 {
    font-size: 15px
}

.fs-14 {
    font-size: 14px
}

.fs-13 {
    font-size: 13px
}

.fs-12 {
    font-size: 12px
}

.fs-11 {
    font-size: 11px
}

.fs-10 {
    font-size: 10px
}

.fs-9 {
    font-size: 9px
}

.fs-8 {
    font-size: 8px
}

.txt-l {
    text-align: left !important
}

.txt-r {
    text-align: right !important
}

.txt-m {
    text-align: center !important
}

.txt-u {
    text-decoration: underline
}

.txt-d {
    text-decoration: line-through
}

.txt-s {
    text-shadow: 0 2px 0 rgba(0,0,0,.3)
}

.txt-first:first-letter {
    font-size: smaller
}

.t-in_2 {
    text-indent: 2em
}

.no-sct {
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.va-t {
    vertical-align: top
}

.va-m {
    vertical-align: middle
}

.va-b {
    vertical-align: bottom
}

.lh-1 {
    line-height: 1
}

::-webkit-input-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

.scrollbar::-webkit-scrollbar {
    width: 14px;
    height: 14px
}

.scrollbar::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-track {
    border-radius: 999px;
    border: 5px solid transparent
}

.scrollbar::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset
}

.scrollbar::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset
}

.scrollbar::-webkit-scrollbar-corner {
    background: 0 0
}

.btn-base {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    border: none;
    border-radius: 5px;
    transition: all .15s ease-in;
    cursor: pointer;
    text-align: center !important;
    line-height: 40px;
    font-size: 15px;
    white-space: nowrap
}

    .btn-base.auto {
        width: auto
    }

    .btn-base.lg {
        height: 50px;
        /*box-shadow: 0 5px 10px 0 rgba(251,67,10,.27);*/
        border-radius: 8px;
        line-height: 50px;
        font-size: 18px
    }

        .btn-base.lg.empty {
            line-height: 48px
        }

    .btn-base.sm {
        width: auto;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

        .btn-base.sm.empty {
            line-height: 28px
        }

    .btn-base.xs {
        width: auto;
        height: 20px;
        padding: 0 10px;
        line-height: 20px;
        font-size: 12px
    }

        .btn-base.xs.empty {
            line-height: 18px
        }

    .btn-base.bg-fff {
        background-color: #fff !important
    }

    .btn-base.off, .btn-base.off:active, .btn-base.off:hover {
        background: #ddd;
        text-shadow: none;
        cursor: not-allowed;
        color: #fff
    }

.btn-main {
    background: #fe541d;
    color: #fff;
    background: linear-gradient(90deg,#ff5e29,#fa3c02)
}

    .btn-main:active, .btn-main:hover {
        color: #fff;
        background: #fe6736;
        text-decoration: none
    }

    .btn-main.empty {
        border: 1px solid #fe541d;
        background-color: transparent;
        line-height: 38px;
        color: #fe541d
    }

.btn-tips {
    background: #fa3c02;
    color: #fff
}

    .btn-tips:active, .btn-tips:hover {
        color: #fff;
        background: #fd4e18;
        text-decoration: none
    }

    .btn-tips.empty {
        border: 1px solid #fa3c02;
        background-color: transparent;
        line-height: 38px;
        color: #fa3c02
    }

.btn-acce {
    background: #fe7f06;
    color: #fff
}

    .btn-acce:active, .btn-acce:hover {
        color: #fff;
        background: #fe8c1f;
        text-decoration: none
    }

    .btn-acce.empty {
        border: 1px solid #fe7f06;
        background-color: transparent;
        line-height: 38px;
        color: #fe7f06
    }

.btn-white {
    background: #fff;
    color: #fe541d
}

    .btn-white:active, .btn-white:hover {
        color: #fe541d;
        background: #fff;
        text-decoration: none
    }

    .btn-white.empty {
        border: 1px solid #fff;
        background-color: transparent;
        line-height: 38px;
        color: #fff
    }

.btn-gray {
    background: #e7e7e7;
    color: #666
}

    .btn-gray:active, .btn-gray:hover {
        color: #666;
        background: #f4f4f4;
        text-decoration: none
    }

    .btn-gray.empty {
        border: 1px solid #e7e7e7;
        background-color: transparent;
        line-height: 38px;
        color: #e7e7e7
    }

.web-input {
    width: 100%;
    height: 51px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    line-height: 50px;
    font-size: 15px
}

input.web-input {
    /*box-shadow: 0 50px 0 #fff inset*/
}

.web-sel {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #fff;
    font-size: 15px
}

.web-form {
    font-size: 15px
}

    .web-form .web-input {
        height: 50px;
        border: none
    }

    .web-form a.web-input {
        display: block
    }

    .web-form.auto > .label, .web-form.auto > label {
        border-bottom: none
    }

        .web-form.auto > .label .name, .web-form.auto > label .name {
            line-height: 1.5
        }

            .web-form.auto > .label .name + .text, .web-form.auto > label .name + .text {
                min-height: 0
            }

    .web-form.text-line > .label, .web-form.text-line > label {
        border-bottom: none
    }

        .web-form.text-line > .label .text, .web-form.text-line > label .text {
            border-bottom: 1px solid #e3e3e3
        }

    .web-form > .label, .web-form > label {
        display: block;
        border-bottom: 1px solid #e3e3e3
    }

        .web-form > .label .name, .web-form > label .name {
            float: left;
            width: 6em;
            line-height: 50px
        }

            .web-form > .label .name + .text, .web-form > label .name + .text {
                margin-left: 6em;
                min-height: 50px
            }

            .web-form > .label .name.em-4, .web-form > label .name.em-4 {
                width: 4em
            }

                .web-form > .label .name.em-4 + .text, .web-form > label .name.em-4 + .text {
                    margin-left: 4em
                }

            .web-form > .label .name.em-5, .web-form > label .name.em-5 {
                width: 5em
            }

                .web-form > .label .name.em-5 + .text, .web-form > label .name.em-5 + .text {
                    margin-left: 5em
                }

            .web-form > .label .name.em-7, .web-form > label .name.em-7 {
                width: 7em
            }

                .web-form > .label .name.em-7 + .text, .web-form > label .name.em-7 + .text {
                    margin-left: 7em
                }

            .web-form > .label .name.em-8, .web-form > label .name.em-8 {
                width: 8em
            }

                .web-form > .label .name.em-8 + .text, .web-form > label .name.em-8 + .text {
                    margin-left: 8em
                }

.web-table {
    position: relative;
    width: 100%
}

    .web-table.sm tbody td {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .web-table.lg tbody td {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .web-table thead td, .web-table thead th {
        padding-top: 20px;
        font-weight: 400;
        font-size: 15px;
        color: #666
    }

    .web-table tbody tr {
        border-bottom: 1px solid #e3e3e3
    }

        .web-table tbody tr:last-of-type {
            border-bottom: none
        }

    .web-table tbody td, .web-table tbody th {
        padding-top: 15px;
        padding-bottom: 15px
    }

.digit-plugin {
    display: inline-block;
    border: 1px solid #e3e3e3;
    padding: 0 2px;
    background-color: #fff;
    border-radius: 22px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    line-height: 22px
}

    .digit-plugin i {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(/images/web/icon/digit.png) no-repeat center;
        background-size: auto 22px;
        opacity: .3;
        vertical-align: top
    }

        .digit-plugin i.a {
            background-position: left center
        }

        .digit-plugin i.b {
            background-position: right center
        }

        .digit-plugin i.on {
            opacity: 1;
            cursor: pointer
        }

    .digit-plugin .d-te {
        width: 35px;
        border: none;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        text-align: center;
        vertical-align: top;
        line-height: 22px;
        color: #666
    }

.web-search-input .input {
    display: inline-block;
    width: 100%;
    height: 32px;
    padding-left: 40px;
    padding-right: 10px;
    border: none;
    border-radius: 32px;
    background: #f2f2f2 url(/images/web/icon/search.png) no-repeat 15px center;
    background-size: auto 14px;
    font-size: 13px;
    vertical-align: top;
    line-height: 32px;
    color: #999
}

.web-search-input input.input {
    color: #333
}

    .web-search-input input.input::-webkit-input-placeholder {
        color: #999
    }

    .web-search-input input.input::-webkit-search-cancel-button {
        -webkit-appearance: none;
        position: relative;
        height: 18px;
        width: 18px;
        border-radius: 18px;
        background: url(/images/web/icon/close2.png) no-repeat center;
        background-size: 18px 18px
    }

.page-loading {
    display: none;
    width: 100%;
    height: 24px;
    padding-top: 4px;
    background: #f2f2f2;
    text-align: center !important;
    overflow: hidden
}

    .page-loading img {
        height: 16px;
        vertical-align: top
    }

    .page-loading span {
        display: inline-block;
        padding: 3px 0 0 4px;
        color: #999;
        font-size: 12px;
        line-height: 1;
        vertical-align: top
    }

.web-star i {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 2px;
    background: url(/images/web/icon/star.png) no-repeat left center;
    background-size: auto 16px;
    vertical-align: top
}

    .web-star i.on {
        background-position: right center
    }

    .web-star i:last-of-type {
        margin-right: 0 !important
    }

.web-star.lg {
    text-align: center
}

    .web-star.lg i {
        width: 29px;
        height: 28px;
        margin-right: 10px;
        background-size: auto 28px
    }

.web-check {
    display: inline-block;
    line-height: 18px
}

    .web-check > .icon-check {
        vertical-align: top
    }

        .web-check > .icon-check + span {
            display: inline-block
        }

    .web-check > input {
        display: none
    }

        .web-check > input:checked + .icon-check {
            background-position: 0 -18px
        }

.web-switch {
    display: inline-block;
    text-align: left !important
}

    .web-switch > input {
        display: none
    }

    .web-switch > span {
        box-sizing: content-box;
        display: inline-block;
        width: 40px;
        height: 18px;
        padding: 2px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
        border-radius: 28px;
        vertical-align: top;
        transition: all .2s linear
    }

        .web-switch > span i {
            display: inline-block;
            width: 18px;
            height: 18px;
            border-radius: 18px;
            background-color: #eee;
            vertical-align: top;
            transition: all .2s linear
        }

    .web-switch > input:checked + span {
        border-color: #2ec843;
        background-color: #2ec843
    }

        .web-switch > input:checked + span i {
            transform: translate3d(22px,0,0);
            background-color: #fff
        }

.web-plan {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 18px;
    border: 1px solid #ffc500;
    overflow: hidden;
    border-radius: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    color: #fff
}

    .web-plan > div {
        height: 100%;
        background-color: #ffc500
    }

    .web-plan:after {
        content: attr(title);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }

.web-upload {
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .web-upload input[type=file] {
        display: none
    }

    .web-upload.readonly .icon-close {
        display: none
    }

    .web-upload .icon-close {
        position: absolute;
        right: -3px;
        top: -5px;
        background-image: url(/images/web/icon/close.png)
    }

    .web-upload > li {
        width: 25%;
        padding: 0 5px 10px
    }

        .web-upload > li label {
            position: relative;
            display: block;
            padding-top: 96%;
            background: #f2f2f2 no-repeat center;
            background-size: contain
        }

            .web-upload > li label.file {
                border: 1px dashed #ccc;
                border-radius: 5px;
                background: #fff url(/images/web/icon/camera.png) no-repeat center;
                background-size: 24px auto;
                text-align: center;
                color: #bbb
            }

                .web-upload > li label.file:after {
                    content: attr(title);
                    position: absolute;
                    display: block;
                    left: 0;
                    right: 0;
                    bottom: 6%;
                    font-size: 11px
                }

        .web-upload > li .web-flex {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0
        }

            .web-upload > li .web-flex > img {
                max-width: 100%;
                max-height: 100%;
                -o-object-fit: contain;
                object-fit: contain
            }

.loading {
    background-position: 0 100%;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -webkit-transition-duration: 0s;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}

@keyframes loading {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.web-scroll {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transform: translateZ(0)
}

    .web-scroll.vertical {
        overflow-x: hidden;
        overflow-y: auto
    }

.web-flex {
    display: -ms-flexbox;
    display: flex
}

    .web-flex.center {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .web-flex > * {
        -ms-flex: 1;
        flex: 1
    }

    .web-flex.auto {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .web-flex.auto > * {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

.web-fixed {
    position: fixed;
    z-index: 8;
    left: 0;
    width: 100%
}

    .web-fixed.top {
        top: 0
    }

    .web-fixed.head {
        top: 44px
    }

    .web-fixed.bottom {
        bottom: 0
    }

.web-extend {
    padding: 0 15px
}

    .web-extend img {
        width: 100%
    }

.web-text-wrap {
    margin-left: 15px;
    margin-right: 15px
}

.web-goods-item {
    display: block
}

    .web-goods-item .img img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        -o-object-fit: cover;
        object-fit: cover
    }

.web-panel-switch > dt {
    height: 40px;
    text-align: center
}

    .web-panel-switch > dt > div.on a {
        color: #fe541d;
        border-color: #fe541d
    }

    .web-panel-switch > dt a {
        display: inline-block;
        padding-top: 2px;
        border-bottom: 2px solid transparent;
        line-height: 36px;
        font-size: 15px;
        vertical-align: bottom
    }

.web-panel-switch > dd {
    display: none
}

    .web-panel-switch > dd.on {
        display: block
    }

.icon-time {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: url(/images/web/icon/time.png) no-repeat;
    background-size: cover;
    overflow: hidden
}

.icon-check {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: url(/images/web/icon/check.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    background-size: 100% auto
}

    .icon-check.on {
        background-position: 0 -18px
    }

.icon-arrow-l {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url(/images/web/icon/arrow-l.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 10px;
    background-size: auto 100%
}

.icon-share {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(/images/web/icon/share.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    background-size: 100% auto
}

.arrow-r {
    background: url(/images/web/icon/arrow-r2.png) no-repeat right center;
    background-size: auto 14px
}

    .arrow-r.sm {
        background-size: auto 12px
    }

.icon-del {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background: url(/images/web/icon/del.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 12px
}

.icon-site {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background: url(/images/web/icon/site.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 10px
}

.icon-home {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url(/images/web/icon/home.png) no-repeat;
    background-size: cover;
    overflow: hidden
}

.icon-collect {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url(/images/web/icon/collect.png) no-repeat;
    background-size: cover;
    overflow: hidden
}

.icon-cart {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url(/images/web/icon/cart.png) no-repeat;
    background-size: cover;
    overflow: hidden
}

.icon-tel {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(/images/web/icon/tel.png) no-repeat;
    background-size: cover;
    overflow: hidden
}

.icon-close {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: url(/images/web/icon/close3.png) no-repeat;
    background-size: cover;
    overflow: hidden
}

.icon-money {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url(/images/web/icon/money.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 14px
}

.icon-my {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(/images/web/icon/my.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    background-size: 20px auto
}

    .icon-my.n1 {
        background-position: 0 0
    }

    .icon-my.n2 {
        background-position: 0 -20px
    }

    .icon-my.n3 {
        background-position: 0 -40px
    }

    .icon-my.n4 {
        background-position: 0 -60px
    }

    .icon-my.n5 {
        background-position: 0 -80px
    }

    .icon-my.n6 {
        background-position: 0 -100px
    }

    .icon-my.n7 {
        background-position: 0 -120px
    }

    .icon-my.n8 {
        background-position: 0 -140px
    }

    .icon-my.n9 {
        background-position: 0 -160px
    }

.icon-triangle:after {
    display: inline-block;
    padding-left: 5px;
    content: '▼';
    font-size: 10px
}

.web-dialog {
    position: fixed;
    z-index: 8;
    left: 0;
    width: 100%;
    display: none;
    top: 0;
    z-index: 99;
    height: 100%;
    background-color: rgba(0,0,0,.5)
}

    .web-dialog.top {
        top: 0
    }

    .web-dialog.head {
        top: 44px
    }

    .web-dialog.bottom {
        bottom: 0
    }

    .web-dialog .web-dialog-wrap {
        position: absolute;
        top: 50%;
        left: 15%;
        width: 70%;
        border-radius: 7px;
        background-color: #fff;
        overflow: hidden
    }

    .web-dialog .web-dialog-title {
        position: relative;
        height: 44px;
        border-bottom: 1px solid #e3e3e3;
        line-height: 44px;
        text-align: center;
        font-size: 15px;
        color: #666
    }

        .web-dialog .web-dialog-title .icon-close {
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -10px
        }

    .web-dialog .web-dialog-content {
        min-height: 90px
    }

    .web-dialog .web-dialog-btn {
        display: -ms-flexbox;
        display: flex;
        padding: 10px 15px 15px
    }

        .web-dialog .web-dialog-btn > a, .web-dialog .web-dialog-btn > div {
            -ms-flex: 1;
            flex: 1;
            margin-right: 15px
        }

            .web-dialog .web-dialog-btn > a:last-of-type, .web-dialog .web-dialog-btn > div:last-of-type {
                margin-right: 0 !important
            }

        .web-dialog .web-dialog-btn .btn-base {
            line-height: 35px
        }

            .web-dialog .web-dialog-btn .btn-base.empty {
                line-height: 33px
            }

.web-dialog-confirm .web-dialog-wrap {
    margin-top: -100px
}

.web-dialog-confirm .web-dialog-content {
    padding-top: 30px;
    text-align: center !important;
    font-size: 13px;
    color: #666
}

.web-dialog-toast {
    display: block;
    background-color: transparent
}

    .web-dialog-toast .web-dialog-wrap {
        top: auto;
        bottom: 20%;
        padding: 0 20px;
        border-radius: 40px;
        background-color: rgba(0,0,0,.6);
        color: #fff;
        line-height: 40px;
        text-align: center !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.web-dialog-loading {
    display: block
}

    .web-dialog-loading .loading {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px
    }

header.web-title-bar {
    height: 44px;
    background-color: #fe541d;
    /*box-shadow: 0 1px 2px rgba(0,0,0,.15);*/
    z-index: 9;
    color: #fff;
    text-align: center !important
}

    header.web-title-bar > .text {
        display: inline-block;
        vertical-align: top;
        line-height: 44px;
        font-size: 18px
    }

    header.web-title-bar .web-search-input {
        padding-top: 6px;
        padding-right: 15px;
        padding-left: 40px;
        text-align: left
    }

    header.web-title-bar .fl, header.web-title-bar .fr {
        float: none !important;
        position: absolute;
        top: 0;
        display: block;
        height: 44px;
        line-height: 44px;
        font-size: 12px;
        color: #fff
    }

    header.web-title-bar .fl {
        left: 15px
    }

    header.web-title-bar .fr {
        right: 15px
    }

    header.web-title-bar .icon-arrow-l, header.web-title-bar .icon-refresh, header.web-title-bar .icon-search {
        display: block;
        margin-top: 14px
    }

    header.web-title-bar.white {
        background-color: #fff;
        /*box-shadow: 0 1px 1px rgba(0,0,0,.1);*/
        color: #555
    }

        header.web-title-bar.white .icon-arrow-l {
            background-image: url(/images/web/icon/arrow-l2.png)
        }

        header.web-title-bar.white .fl, header.web-title-bar.white .fr {
            color: #fe541d
        }

.web-search-header {
    background-color: #fff;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.08)*/
}

    .web-search-header .title {
        padding-left: 15px;
        line-height: 35px
    }

.web-subtitle {
    height: 44px;
    background-color: #fff;
    text-align: center !important;
    font-size: 15px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.08)*/
}

    .web-subtitle a {
        display: block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        line-height: 42px
    }

    .web-subtitle li.on a {
        border-bottom: 1px solid #fe541d
    }

.web-datetime {
    padding: 10px 80px 10px 75px;
    background-color: #fff;
    font-size: 13px;
    line-height: 30px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.08)*/
}

    .web-datetime .title {
        position: absolute;
        top: 10px;
        left: 0;
        padding-left: 15px;
        white-space: nowrap
    }

    .web-datetime .btn {
        position: absolute;
        top: 10px;
        right: 0;
        padding-right: 15px
    }

    .web-datetime .date {
        position: relative
    }

        .web-datetime .date:after {
            position: absolute;
            left: 50%;
            margin-left: -5px;
            width: 10px;
            overflow: hidden;
            content: '————';
            white-space: nowrap;
            letter-spacing: -3px;
            color: #ccc
        }

    .web-datetime .web-input {
        width: 46%;
        height: 30px;
        padding: 0 15px 0 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: none;
        line-height: 28px;
        font-size: 12px
    }

footer.web-footer-bar {
    height: 50px;
    /*box-shadow: 0 -1px 0 rgba(0,0,0,.05);*/
    background-color: #fff;
    text-align: center !important
}

    footer.web-footer-bar > a {
        float: left;
        display: block;
        width: 33%;
        height: 50px;
        padding-top: 4px;
        font-size: 10px;
        color: #444;
        text-align: center !important;
        color: #bbb
    }

        footer.web-footer-bar > a b {
            display: block;
            line-height: 1;
            font-weight: 700
        }

        footer.web-footer-bar > a i {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url(/images/web/icon/footer-menu.png) no-repeat;
            background-size: auto 60px;
            vertical-align: top
        }

            footer.web-footer-bar > a i.home {
                background-position: 0 0
            }

            footer.web-footer-bar > a i.sort {
                background-position: -30px 0
            }

            footer.web-footer-bar > a i.cart {
                background-position: -60px 0
            }

            footer.web-footer-bar > a i.my {
                background-position: -90px 0
            }

        footer.web-footer-bar > a.on {
            color: #fe541d
        }

            footer.web-footer-bar > a.on i.home {
                background-position: 0 -30px
            }

            footer.web-footer-bar > a.on i.sort {
                background-position: -30px -30px
            }

            footer.web-footer-bar > a.on i.cart {
                background-position: -60px -30px
            }

            footer.web-footer-bar > a.on i.my {
                background-position: -90px -30px
            }

    footer.web-footer-bar.goods .text {
        float: left;
        width: 60%;
        padding-left: 10px;
        text-align: left;
        font-size: 10px
    }

        footer.web-footer-bar.goods .text a {
            position: relative;
            float: left;
            height: 50px;
            margin-right: 20px;
            padding: 3px 2px 0;
            text-align: center;
            vertical-align: top;
            color: #999
        }

            footer.web-footer-bar.goods .text a.on {
                color: #fe541d
            }

                footer.web-footer-bar.goods .text a.on .icon-collect {
                    background-position: center bottom
                }

            footer.web-footer-bar.goods .text a i {
                vertical-align: top
            }

            footer.web-footer-bar.goods .text a b {
                display: block;
                line-height: 1
            }

            footer.web-footer-bar.goods .text a em {
                position: absolute;
                right: 0;
                top: 3px;
                min-width: 16px;
                height: 14px;
                padding: 0 3px;
                line-height: 14px;
                background-color: #fa3c02;
                border-radius: 14px;
                color: #fff;
                font-size: 10px
            }

        footer.web-footer-bar.goods .text + .aniu {
            margin-left: 60%
        }

    footer.web-footer-bar.goods .aniu .btn-main {
        border-radius: 0 !important;
        line-height: 50px
    }

        footer.web-footer-bar.goods .aniu .btn-main.fs-16 {
            font-size: 16px
        }

        footer.web-footer-bar.goods .aniu .btn-main.fs-18 {
            font-size: 18px
        }

footer.web-footer-btn {
    padding: 10px 15px
}

.web-login {
    padding: 0 30px
}

    .web-login .title {
        padding-top: 50px;
        font-size: 24px
    }

    .web-login .web-form .web-input {
        height: 64px;
        font-size: 16px
    }

    .web-login .web-form .btn-gray {
        position: absolute;
        right: 0;
        top: 12px;
        width: 115px;
        padding: 0
    }

.web-home-swiper a {
    display: block
}

.web-home-swiper .swiper-slide img {
    width: 100%;
    min-height: 145px;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.web-home-swiper.same .swiper-slide img {
    height: 170px
}

.web-home-swiper .topbar {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 15px;
    left: 15px;
    font-size: 13px;
    color: #fff
}

    .web-home-swiper .topbar li {
        display: block;
        float: left;
        line-height: 32px
    }

    .web-home-swiper .topbar .location {
        width: 25%
    }

        .web-home-swiper .topbar .location a {
            display: inline-block;
            padding-right: 15px;
            max-width: 100%;
            background: url(/images/web/icon/arrow-d.png) no-repeat right 12px;
            background-size: auto 7px;
            color: #fff
        }

    .web-home-swiper .topbar .web-search-input {
        width: 100%
    }

        .web-home-swiper .topbar .web-search-input .input {
            background-color: #fff
        }

.web-home-menu {
    padding: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    text-align: center !important;
    line-height: 1
}

    .web-home-menu li {
        width: 25%
    }

    .web-home-menu img {
        max-width: 56px
    }

    .web-home-menu a {
        display: block;
        padding: 5px 0;
        color: #666
    }

        .web-home-menu a span {
            display: block
        }

        .web-home-menu a:active, .web-home-menu a:hover {
            color: #fe541d
        }

.web-home-title {
    height: 25px;
    margin-top: 20px;
    padding: 0 15px;
    background-color: #fff;
    line-height: 25px
}

    .web-home-title span {
        display: inline-block;
        font-size: 18px;
        vertical-align: middle
    }

    .web-home-title em {
        display: inline-block;
        padding: 0 10px;
        background-color: #fff6ed;
        border-radius: 18px;
        line-height: 18px;
        color: #fe7f06;
        font-size: 11px;
        vertical-align: middle
    }

    .web-home-title a {
        float: right;
        padding-right: 15px;
        background: url(/images/web/icon/arrow-r.png) no-repeat right 6px;
        background-size: auto 11px;
        font-size: 14px;
        color: #666
    }

.web-goods-rush {
    padding: 15px 15px 0;
    background-color: #fff
}

    .web-goods-rush .web-goods-item {
        margin-bottom: 15px
    }

        .web-goods-rush .web-goods-item .img {
            float: left;
            width: 110px;
            height: 120px
        }

        .web-goods-rush .web-goods-item .text {
            position: relative;
            min-height: 120px;
            margin-left: 110px;
            padding-left: 10px
        }

        .web-goods-rush .web-goods-item .btn-main {
            position: absolute;
            right: 0;
            bottom: 2px;
            width: 100px;
            padding: 0;
            background: linear-gradient(to right,#ff5e29,#fa3c02);
            line-height: 34px;
            font-size: 14px
        }

.web-goods-activity {
    padding: 15px 15px 0; 
    white-space: nowrap
}

    .web-goods-activity .web-goods-item {
        display: inline-block;
        width: 140px;
        margin-right: 7px;
        vertical-align: top
    }

        .web-goods-activity .web-goods-item .img {
            height: 95px
        }

        .web-goods-activity .web-goods-item:last-of-type {
            margin-right: 0
        }

.web-goods-recommend {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .web-goods-recommend li {
        padding: 15px 5px 0;
        width: 50%
    }

    .web-goods-recommend .web-goods-item .img img {
        height: 110px
    }

    .web-goods-recommend .btn-disc {
        width: auto;
        padding: 0 7px;
        border-radius: 3px;
        line-height: 14px;
        font-size: 10px
    }

.web-goods-use {
    padding: 15px 15px 0;
    background-color: #fff
}

    .web-goods-use .web-goods-item {
        padding-bottom: 15px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 15px
    }

        .web-goods-use .web-goods-item:last-of-type {
            border-bottom: none;
            margin-bottom: 0
        }

        .web-goods-use .web-goods-item .img {
            float: left;
            width: 90px;
            height: 90px
        }

        .web-goods-use .web-goods-item .text {
            position: relative;
            min-height: 90px;
            margin-left: 90px;
            padding-left: 10px
        }

        .web-goods-use .web-goods-item .btn-main {
            position: absolute;
            right: 0;
            bottom: 2px;
            width: 100px;
            padding: 0;
            background: linear-gradient(to right,#ff5e29,#fa3c02);
            line-height: 34px;
            font-size: 14px
        }

.web-goods-sort {
	height:52%;
	overflow-y: scroll;
	padding: 5px 15px 1px;
	background-color: #fff
}

    .web-goods-sort .web-goods-item {
        margin-bottom: 20px
    }

        .web-goods-sort .web-goods-item .img {
            float: left;
            width: 110px;
            height: 110px
        }

        .web-goods-sort .web-goods-item .text {
            position: relative;
            min-height: 110px;
            margin-left: 110px;
            padding-left: 10px
        }

.web-sort-filter {
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    transition: all .2s linear;
    transform: scale3d(1,0,1);
    transform-origin: center top
}

    .web-sort-filter.on {
        transform: none;
        opacity: 1
    }

    .web-sort-filter .web-title-bar {
        background-color: #fff;
        box-shadow: none
    }

    .web-sort-filter .filter-list {
        top: 88px;
        right: 0;
        display: none;
        max-height: 60%;
        background-color: #fff;
        font-size: 14px
    }

        .web-sort-filter .filter-list.on {
            display: block
        }

        .web-sort-filter .filter-list.smart {
            padding-bottom: 10px
        }

        .web-sort-filter .filter-list a {
            display: block;
            padding: 10px 15px 10px 30px
        }

            .web-sort-filter .filter-list a.on, .web-sort-filter .filter-list a:active {
                color: #fe541d
            }

                .web-sort-filter .filter-list a.on .c999, .web-sort-filter .filter-list a:active .c999 {
                    color: #fe541d
                }

    .web-sort-filter ul.filter-list.on {
        display: -ms-flexbox;
        display: flex
    }

    .web-sort-filter ul.filter-list a {
        padding-left: 20px
    }

.web-sort-title {
    height: 44px;
    padding: 0 15px;
    background-color: #fff;
    line-height: 44px;
    font-size: 14px
}

    .web-sort-title li {
        width: 33.333333%
    }

        .web-sort-title li.on {
            color: #fe541d
        }

            .web-sort-title li.on i {
                background-position: top center
            }

    .web-sort-title span {
        display: inline-block;
        max-width: 82%;
        margin-right: 5px;
        vertical-align: middle
    }

    .web-sort-title i {
        display: inline-block;
        width: 12px;
        height: 10px;
        background: url(/images/web/icon/sort.png) no-repeat bottom center;
        background-size: 100% auto;
        vertical-align: middle;
        transition: all .2s ease
    }

.web-sort-group {
    padding: 15px
}

    .web-sort-group > .btn-gray {
        background-color: #fff;
        border: 1px solid #ccc;
        font-size: 15px;
        line-height: 35px;
        border-radius: 4px
    }

    .web-sort-group .list > dt {
        padding-top: 20px;
        padding-bottom: 10px
    }

    .web-sort-group .list > dd {
        border: 1px solid #ccc;
        background-color: #fff;
        overflow: hidden;
        border-radius: 4px;
        font-size: 13px
    }

        .web-sort-group .list > dd a {
            width: 33.333333%;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            line-height: 38px;
            text-align: center
        }

            .web-sort-group .list > dd a:nth-of-type(3n) {
                border-right: none
            }

            .web-sort-group .list > dd a:nth-last-of-type(1), .web-sort-group .list > dd a:nth-last-of-type(2), .web-sort-group .list > dd a:nth-last-of-type(3) {
                border-bottom: none
            }

.web-search-head {
    right: 0;
    top: 0;
    padding: 12px 15px 0;
    padding-right: 55px
}

    .web-search-head .btn {
        position: absolute;
        right: 10px;
        top: 12px;
        height: 32px;
        padding: 0 5px;
        border: none;
        background: 0 0;
        font-size: 14px;
        line-height: 32px;
        vertical-align: top
    }

.web-search-title {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: 700
}

    .web-search-title .del {
        padding: 2px 0;
        float: right
    }

.web-search-content {
    padding: 0 5px 0 15px;
    text-align: left
}

    .web-search-content > a {
        display: inline-block;
        margin-top: 10px;
        margin-right: 8px;
        padding: 0 12px;
        background-color: #f2f2f2;
        border-radius: 4px;
        line-height: 30px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top
    }

.web-search-match {
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 44px;
    padding-top: 10px;
    padding-left: 15px;
    background-color: #fff
}

    .web-search-match.head {
        top: 88px
    }

    .web-search-match > div {
        height: 100%
    }

    .web-search-match a {
        position: relative;
        display: block;
        padding: 10px 0;
        padding-right: 26%;
        border-bottom: 1px solid #e3e3e3
    }

        .web-search-match a h3 {
            padding-left: 30px;
            background: url(/images/web/icon/search2.png) no-repeat left center;
            background-size: auto 13px;
            font-size: 15px;
            line-height: 21px;
            color: #333
        }

        .web-search-match a div {
            padding-left: 30px;
            color: #999
        }

        .web-search-match a span {
            position: absolute;
            right: 15px;
            bottom: 10px;
            line-height: 18px
        }

.web-region-location {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    background-color: #f2f2f2;
    font-size: 14px
}

.web-region-title {
    padding: 10px 15px 0;
    color: #999;
    font-size: 14px
}

.web-region-list {
    padding: 0 30px 5px 10px
}

    .web-region-list > li {
        min-width: 33.333333%;
        max-width: 100%;
        padding: 10px 5px 0
    }

    .web-region-list a {
        display: block;
        padding: 0 5px;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.web-region-sort {
    padding-top: 5px
}

    .web-region-sort dt {
        padding: 0 15px;
        background-color: #f2f2f2;
        line-height: 30px;
        color: #999;
        font-size: 14px
    }

    .web-region-sort dd {
        padding: 0 30px 0 15px
    }

        .web-region-sort dd a {
            display: block;
            border-bottom: 1px solid #e3e3e3;
            line-height: 42px;
            font-size: 16px
        }

            .web-region-sort dd a:last-of-type {
                border-bottom: none
            }

.web-region-aside {
    left: auto;
    right: 5px;
    top: 90px;
    font-size: 11px;
    width: 2em;
    line-height: 1.2
}

    .web-region-aside a, .web-region-aside span {
        display: block;
        text-align: center
    }

.web-cart-list {
    margin: 15px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px
}
	.web-cart-list .ticket {
		background: url(/images/ticket.png) no-repeat left center;
	}

    .web-cart-list .title {
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
        font-size: 13px
    }

        .web-cart-list .title a {
            display: block
        }

        .web-cart-list .title .icon-check {
            margin-top: -2px;
            margin-right: 10px
        }

        .web-cart-list .title .status {
            float: right;
            min-width: 60px;
            height: 24px;
            margin-top: 8px;
            padding: 0 10px;
            border-radius: 24px;
            line-height: 24px;
            font-size: 12px
        }

            .web-cart-list .title .status.red {
                background-color: #fff0ed;
                color: #fa3c02
            }

            .web-cart-list .title .status.gray {
                background-color: #f4f4f4;
                color: #666
            }

            .web-cart-list .title .status.yellow {
                background-color: #fff6ed;
                color: #fe7f06
            }

    .web-cart-list .total {
        margin-left: 10px;
        padding-right: 10px;
        border-top: 1px solid #e3e3e3;
        line-height: 50px;
        font-size: 14px
    }

    .web-cart-list .handle {
        padding: 10px;
        text-align: right
    }

        .web-cart-list .handle .btn-base {
            margin-left: 10px;
            vertical-align: top;
            line-height: 29px
        }

        .web-cart-list .handle .btn-tips {
            background-color: #fff7f4;
            border: 1px solid #fe541d;
            color: #fe541d
        }

        .web-cart-list .handle .btn-gray {
            background-color: #fff;
            border: 1px solid #999;
            color: #999
        }

    .web-cart-list .web-goods-item {
        position: relative;
        padding: 10px 10px 10px;
        padding-left: 38px;
        background-color: #fafafa
    }

        .web-cart-list .web-goods-item:nth-of-type(2n) {
            background-color: transparent
        }

        .web-cart-list .web-goods-item:last-of-type {
            box-shadow: none
        }

        .web-cart-list .web-goods-item .img {
            float: left;
            width: 80px;
            height: 80px
        }

        .web-cart-list .web-goods-item .text {
            position: relative;
            min-height: 80px;
            margin-left: 92px
        }

            .web-cart-list .web-goods-item .text.arrow-r {
                padding-right: 20px
            }

            .web-cart-list .web-goods-item .text .line-2 {
                height: 42px
            }

        .web-cart-list .web-goods-item .icon-check {
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -9px
        }

        .web-cart-list .web-goods-item .desc {
            height: 38px;
            padding-top: 5px;
            color: #666
        }

        .web-cart-list .web-goods-item .digit-plugin {
            position: absolute;
            right: 34px;
            bottom: 0
        }

        .web-cart-list .web-goods-item .del {
            position: absolute;
            right: 0;
            bottom: 0;
            line-height: 24px;
            color: #999
        }

    .web-cart-list.order .web-goods-item {
        padding-left: 10px
    }

.web-cart-footer {
    right: 0;
    bottom: 50px;
    height: 50px;
    padding: 0 15px 0 25px;
    background-color: #fff
}

    .web-cart-footer .text {
        float: left;
        width: 65%;
        line-height: 50px
    }

        .web-cart-footer .text .icon-check {
            margin-top: -2px;
            vertical-align: middle;
            margin-right: 10px
        }

    .web-cart-footer .aniu {
        margin-left: 65%;
        padding-top: 5px;
        padding-left: 15px
    }

.web-cart-addr {
    display: block;
    margin: 10px 15px 0;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 10px
}

    .web-cart-addr .text {
        padding: 12px 20px 12px 25px;
        background: url(/images/web/icon/addr.png) no-repeat left center,url(/images/web/icon/arrow-r2.png) no-repeat right center;
        background-size: auto 18px,auto 14px
    }

.web-cart-detail {
    margin: 15px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

    .web-cart-detail .web-goods-item {
        padding: 15px 0
    }

        .web-cart-detail .web-goods-item .img {
            float: left;
            width: 50px;
            height: 50px
        }

            .web-cart-detail .web-goods-item .img img {
                border-radius: 50px;
                /*box-shadow: 0 0 1px #e3e3e3*/
            }

        .web-cart-detail .web-goods-item .text {
            margin-left: 60px
        }

    .web-cart-detail .line {
        position: relative;
        margin: 0 -15px;
        height: 0;
        border-top: 1px dashed #e3e3e3
    }

        .web-cart-detail .line:after, .web-cart-detail .line:before {
            content: '';
            position: absolute;
            top: -6px;
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 12px;
            background-color: #f2f2f2
        }

        .web-cart-detail .line:before {
            left: -6px
        }

        .web-cart-detail .line:after {
            right: -6px
        }

    .web-cart-detail .info-list {
        margin-top: 15px;
        font-size: 13px
    }

        .web-cart-detail .info-list li {
            display: block;
            padding-bottom: 5px
        }

            .web-cart-detail .info-list li > label {
                float: left;
                width: 5em;
                color: #999
            }

            .web-cart-detail .info-list li > div {
                margin-left: 5em
            }

    .web-cart-detail .code {
        padding: 15px 0;
        text-align: center
    }

        .web-cart-detail .code > div {
            display: inline-block;
            padding: 10px;
            border-radius: 10px;
            background-color: #f2f2f2;
            vertical-align: top
        }

            .web-cart-detail .code > div img {
                width: 100px
            }

    .web-cart-detail .handle {
        margin: 0 -15px;
        padding: 15px;
        background-color: #fafafa;
        line-height: 30px
    }

        .web-cart-detail .handle .btn-gray {
            border: 1px solid #999;
            background-color: #fff;
            color: #666;
            line-height: 29px
        }

.web-addr-manage {
    padding: 0 15px
}

    .web-addr-manage > li {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #e3e3e3
    }

        .web-addr-manage > li .name {
            margin-bottom: 5px;
            font-size: 16px
        }

            .web-addr-manage > li .name > span {
                display: inline-block;
                min-width: 5em
            }

        .web-addr-manage > li .btn {
            float: right;
            text-align: right;
            font-size: 12px
        }

            .web-addr-manage > li .btn a {
                height: 21px;
                padding-top: 2px;
                display: inline-block;
                margin-left: 10px;
                line-height: 19px
            }

                .web-addr-manage > li .btn a.mark {
                    padding: 2px 10px 0;
                    background-color: #fa3c02;
                    border-radius: 21px;
                    color: #fff
                }

.web-addr-add {
    padding: 10px 15px
}

    .web-addr-add .web-check {
        margin-top: 16px
    }

    .web-addr-add .web-switch {
        margin-top: 13px
    }

.web-my-head {
    position: relative;
    background: url(/images/web/inner/my-bg.png) no-repeat;
    background-size: 100% 120px
}

    .web-my-head .info {
        padding-top: 25px;
        padding-bottom: 15px;
        padding-left: 15px;
        color: #fff
    }

        .web-my-head .info .face {
            float: left;
            width: 45px;
            height: 45px;
            border-radius: 45px;
            -o-object-fit: cover;
            object-fit: cover
        }

        .web-my-head .info .name {
            height: 45px;
            margin-left: 55px;
            padding-right: 100px;
            line-height: 45px
        }

    .web-my-head .share {
        position: absolute;
        right: 0;
        top: 33px;
        display: block;
        width: 90px;
        height: 28px;
        padding-left: 32px;
        background: url(/images/web/inner/my-share.png) no-repeat left center;
        background-size: auto 100%;
        line-height: 28px;
        color: #fff
    }

    .web-my-head .card {
        position: relative;
        height: 70px;
        margin: 0 15px;
        padding: 15px 15px 0;
        background-color: #fff;
        border-radius: 10px
    }

        .web-my-head .card .img {
            float: left;
            height: 50px
        }

        .web-my-head .card .text {
            margin-left: 73px;
            padding-top: 5px
        }

        .web-my-head .card .btn-main {
            position: absolute;
            right: 15px;
            top: 20px;
            padding: 0 10px;
            border: 1px solid #fe541d;
            background: 0 0;
            border-radius: 30px;
            color: #fe541d;
            line-height: 28px
        }

.web-my-menu {
    margin-top: 15px;
    padding-left: 60px;
    background-color: #fff
}

    .web-my-menu > .label, .web-my-menu > label {
        position: relative;
        padding-right: 15px
    }

        .web-my-menu > .label:last-of-type, .web-my-menu > label:last-of-type {
            border-bottom: none
        }

    .web-my-menu .icon {
        position: absolute;
        top: 0;
        left: -60px;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.web-my-upgrade {
    position: relative;
    background: url(/images/web/inner/my-bg.png) no-repeat;
    background-size: 100% 180px
}

    .web-my-upgrade .info {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 15px;
        color: #fff
    }

        .web-my-upgrade .info .face {
            width: 70px;
            height: 70px;
            border-radius: 70px;
            -o-object-fit: cover;
            object-fit: cover
        }

    .web-my-upgrade .card {
        margin: 0 15px;
        padding: 20px 20px 5px;
        background-color: #fff;
        border-radius: 15px;
        font-size: 13px
    }

        .web-my-upgrade .card > label {
            margin-bottom: 15px
        }

.web-withdraw-list {
    margin: 20px 15px 15px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 15px
}

.web-my-info .face {
    position: relative;
    display: block;
    margin: 40px auto;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    overflow: hidden
}

    .web-my-info .face > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .web-my-info .face .edit {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3) url(/images/web/icon/edit.png) no-repeat center;
        background-size: 30px auto
    }

.web-my-info .label .name, .web-my-info .label .web-input {
    height: 60px;
    line-height: 60px !important
}

.web-my-info .label .text {
    height: 61px
}

.web-my-info .label .web-check {
    margin-top: 21px
}

.web-bank-list {
    margin: 0 15px
}

    .web-bank-list > li {
        display: block;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 15px;
        background-color: #fff
    }

        .web-bank-list > li .title {
            margin-bottom: 5px;
            line-height: 20px
        }

            .web-bank-list > li .title .name {
                display: inline-block;
                min-width: 4em
            }

        .web-bank-list > li .handle {
            line-height: 18px
        }

.web-expand {
    margin: 0 15px 20px
}

    .web-expand .link > div {
        padding: 15px
    }

    .web-expand .content {
        margin-top: 15px;
        padding: 10px 15px;
        background-color: #fff;
        border-radius: 10px
    }

        .web-expand .content .list {
            font-size: 14px
        }

            .web-expand .content .list li {
                display: block;
                padding: 5px 0
            }

.web-approve {
    margin: 20px 15px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 15px
}

.web-approve-upload {
    width: 75%;
    margin: 20px auto;
    text-align: center
}

    .web-approve-upload.lg {
        width: 100%;
        padding: 0 30px
    }

        .web-approve-upload.lg > label {
            padding-top: 62%
        }

    .web-approve-upload > label {
        position: relative;
        display: block;
        padding-top: 58%;
        border: 1px solid #e3e3e3;
        background: no-repeat center;
        background-size: cover;
        overflow: hidden;
        border-radius: 10px
    }

    .web-approve-upload .photo, .web-approve-upload .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .web-approve-upload .text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-items: center
    }

        .web-approve-upload .text > div {
            width: 100%
        }

        .web-approve-upload .text .icon {
            display: inline-block;
            width: 60px;
            height: 60px;
            border-radius: 60px;
            vertical-align: top;
            background: rgba(0,0,0,.4) url(/images/web/icon/camera2.png) no-repeat center;
            background-size: auto 30px
        }

.web-form-modify {
    padding: 20px 15px 15px;
    background-color: #fff
}

    .web-form-modify .web-check {
        margin-top: 16px
    }

    .web-form-modify .web-switch {
        margin-top: 13px
    }

.web-detail-swiper a {
    display: block
}

.web-detail-swiper .swiper-slide img {
    width: 100%;
    min-height: 170px;
    max-height: 256px;
    -o-object-fit: cover;
    object-fit: cover
}

.web-detail-swiper.rush .swiper-slide img {
    width: 100%;
    min-height: 320px;
    max-height: 480px;
    -o-object-fit: cover;
    object-fit: cover
}

.web-detail-swiper.same .swiper-slide img {
    height: 220px
}

.web-detail-swiper .handle {
    position: absolute;
    top: 10px;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .web-detail-swiper .handle.back {
        left: 5px
    }

    .web-detail-swiper .handle.share {
        right: 10px
    }

.web-detail-info {
    margin: 0 15px 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3
}

    .web-detail-info.rush {
        border-bottom: none;
        padding-bottom: 0
    }

    .web-detail-info .btn-acce {
        border-radius: 30px
    }

    .web-detail-info .addr {
        margin-top: 15px;
        position: relative;
        padding-right: 80px;
        font-size: 14px;
        line-height: 20px
    }

        .web-detail-info .addr:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 50px;
            margin-top: -7px;
            width: 1px;
            height: 14px;
            background-color: #e3e3e3
        }

        .web-detail-info .addr .txt {
            display: block;
            padding-left: 24px;
            background: url(/images/web/icon/addr2.png) no-repeat left center;
            background-size: auto 16px;
            color: #333
        }

        .web-detail-info .addr .tel {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -10px
        }

    .web-detail-info .norm {
        margin-top: 10px;
        font-size: 13px;
        color: #999;
        line-height: 24px
    }

        .web-detail-info .norm .fr {
            width: 35%;
            text-align: left
        }

.web-detail-rush {
    height: 50px;
    padding: 0 15px;
    background: url(/images/web/inner/rush-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff
}

    .web-detail-rush .num {
        padding-top: 10px;
        padding-left: 15px
    }

        .web-detail-rush .num .txt-d {
            opacity: .5
        }

    .web-detail-rush .time {
        padding-top: 5px;
        text-align: right
    }

.web-detail-title {
    height: 42px;
    background-color: #f2f2f2;
    font-size: 13px;
    text-align: center;
    line-height: 42px;
    color: #999
}

    .web-detail-title:after, .web-detail-title:before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #d8d8d8;
        vertical-align: middle
    }

    .web-detail-title span {
        padding: 0 20px
    }

.web-comment-title {
    padding: 20px 15px 0;
    line-height: 20px
}

    .web-comment-title a {
        display: inline-block
    }

.web-comment-list {
    padding: 0 15px
}

    .web-comment-list > li {
        display: block;
        padding-top: 15px;
        margin-bottom: 10px
    }

        .web-comment-list > li:last-of-type .content {
            border-bottom: none
        }

    .web-comment-list .face {
        float: left;
        width: 50px;
        height: 50px;
        background-color: #e3e3e3;
        overflow: hidden;
        border-radius: 50px
    }

        .web-comment-list .face img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .web-comment-list .content {
        margin-left: 62px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e3e3e3
    }

        .web-comment-list .content .title {
            line-height: 24px
        }

        .web-comment-list .content .name {
            display: inline-block;
            max-width: 50%
        }

        .web-comment-list .content .vip {
            width: auto;
            min-width: 30px;
            padding: 0 5px;
            border-radius: 2px;
            line-height: 16px;
            font-size: 11px;
            text-align: center
        }

        .web-comment-list .content .text {
            margin-top: 15px;
            font-size: 14px;
            margin-bottom: 10px;
            line-height: 20px
        }

        .web-comment-list .content .handle {
            line-height: 1
        }

        .web-comment-list .content .img {
            margin-top: 10px;
            margin-right: -10px
        }

            .web-comment-list .content .img > li {
                width: 25%;
                padding-right: 10px
            }

                .web-comment-list .content .img > li figure {
                    width: 100%;
                    padding-top: 100%;
                    background: no-repeat center;
                    background-size: cover
                }

.web-comment {
    margin: 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px
}

    .web-comment .goods {
        padding: 5px;
        background-color: #fafafa
    }

        .web-comment .goods .img {
            float: left;
            width: 40px;
            height: 40px;
            -o-object-fit: cover;
            object-fit: cover
        }

        .web-comment .goods .text {
            display: -ms-flexbox;
            display: flex;
            height: 40px;
            margin-left: 50px;
            -ms-flex-align: center;
            align-items: center;
            line-height: 20px;
            font-size: 15px
        }

            .web-comment .goods .text p {
                vertical-align: top
            }

    .web-comment .input {
        padding: 10px 0;
        background-color: #fafafa
    }

        .web-comment .input textarea {
            width: 100%;
            height: 100px;
            padding: 0 10px;
            background-color: transparent;
            border: none;
            resize: none;
            font-size: 14px
        }

    .web-comment .photo {
        margin-bottom: 20px;
        padding: 0 10px;
        background-color: #fafafa
    }

.web-photo-list {
    padding: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .web-photo-list > li {
        width: 25%;
        padding: 3px
    }

        .web-photo-list > li figure {
            padding-top: 100%;
            background: no-repeat center;
            background-size: cover;
            border-radius: 5px
        }

        .web-photo-list > li .file {
            position: relative;
            padding-top: 100%
        }

            .web-photo-list > li .file > label {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                display: block;
                border: 1px dashed #ccc;
                border-radius: 5px
            }

                .web-photo-list > li .file > label:after, .web-photo-list > li .file > label:before {
                    content: '';
                    position: absolute;
                    display: block;
                    background-color: #ccc
                }

                .web-photo-list > li .file > label:before {
                    left: 30%;
                    top: 50%;
                    width: 40%;
                    height: 2px;
                    margin-top: -1px
                }

                .web-photo-list > li .file > label:after {
                    left: 50%;
                    top: 30%;
                    width: 2px;
                    height: 40%;
                    margin-left: -1px
                }

.web-dialog-photo {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    background-color: #000
}

    .web-dialog-photo.on {
        display: block
    }

    .web-dialog-photo .title {
        height: 44px;
        background-color: rgba(0,0,0,.5);
        font-size: 16px;
        line-height: 44px;
        color: #fff;
        text-align: center
    }

        .web-dialog-photo .title .icon-close {
            position: absolute;
            left: 15px;
            top: 15px
        }

    .web-dialog-photo .swiper-container {
        height: 100%
    }

    .web-dialog-photo .swiper-slide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

        .web-dialog-photo .swiper-slide img {
            max-height: 100%
        }
