body {
    background-color: #f7f8f3;
}


.nav_header {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

    .nav_header:before {
        visibility: hidden;
        display: block;
        content: '.';
        height: 44px;
    }

.top-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.contact .active span {
    display: inline-block;
    height: 35px;
    background-repeat: no-repeat;
    background-position: -2px 30px;
    background-size: 110%;
    color: #21ad80;
    border-bottom: 3px solid #cc8831;
}

.top {
    background-color: #ffffff;
    height: 44px;
    line-height: 44px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    padding: 0px 20px 0px 15px;
}

.system {
    padding: 0px 20px 0px 15px;
}

.bottom {
    box-sizing: border-box;
}

.shadow {
    box-shadow: 0px 0px 15px rgba(70, 110, 215, 0.25);
}



.am-navbar-light .am-navbar-title {
    color: #000;
}

.ant-radio-group {
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 15px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block;
}

.borderleft {
    border-top: 1px solid #cc8831;
    border-left: 1px solid #cc8831;
    border-bottom: 1px solid #cc8831;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.borderright {
    border-top: 1px solid #cc8831;
    border-right: 1px solid #cc8831;
    border-bottom: 1px solid #cc8831;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.antd-pro-app-src-pages-store-order-list-mobile2-index-ordertyperadio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: -webkit-linear-gradient(top,#ddad6f,#cc8831);
    background: linear-gradient(180deg,#ddad6f,#cc8831);
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
    box-shadow: none !important;
}



.ant-radio-button-wrapper {
    position: relative;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0 15px;
    color: #cc8831;
    line-height: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: color .3s,background .3s,border-color .3s;
    transition: color .3s,background .3s,border-color .3s;
    font-weight: normal;
}

.antd-pro-app-src-pages-store-order-list-mobile2-index-ordertyperadio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: -webkit-linear-gradient(top,#ddad6f,#cc8831);
    background: linear-gradient(180deg,#ddad6f,#cc8831);
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
    box-shadow: none !important;
}

.ant-radio-button-wrapper > .ant-radio-button {
    display: block;
    width: 0;
    height: 0;
    margin-left: 0;
}

.antd-pro-app-src-pages-store-order-list-mobile2-index-ordertyperadio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: -webkit-linear-gradient(top,#ddad6f,#cc8831);
    background: linear-gradient(180deg,#ddad6f,#cc8831);
}

.ant-radio-button-wrapper .ant-radio-inner, .ant-radio-button-wrapper input[type=checkbox], .ant-radio-button-wrapper input[type=radio] {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.ant-radio-button-wrapper:not(:first-child):before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
}

.Spinner {
    display: block;
    overflow: hidden;
    width: 96px;
    margin: 0;
}

    .Spinner .Amount {
        width: 35px;
        height: 22px;
        padding: 4px 5px;
        border: none;
        line-height: 14px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        float: left;
        text-align: center;
        color: #333;
        outline: 0;
        font-size: 14px;
    }

.pd-10 {
    padding: 10px;
}

.num2 {
    font-size: 16px;
    color: #ff0000
}

.prosize {
    background-color: #f1f1f1;
    padding: 3px 5px;
    border-radius: 3px;
    color: #858585;
    font-size: 12px;
}

.protag {
    margin-top: 5px;
}


.wy-dele {
    width: 20px;
    height: 20px;
    float: right;
    background: url(/Content/m/Images/icon-dele.png) no-repeat;
    display: block;
    background-size: 20px;
}

.Spinner a {
    display: inline-block;
    width: 30px;
    height: 22px;
    border: 1px solid #d9d9d9;
    float: left;
    cursor: pointer;
    outline: 0;
}

.Spinner .reduce {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.Spinner .Increase {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.Spinner a i {
    font-style: normal;
    background: url(/Content/m/Images/BuynBtn.png) no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    margin: 4px 5px 4px 8px;
    text-indent: 999999%;
    overflow: hidden;
}

.Spinner .reduce i {
    margin: 5px 5px 5px 8px;
}

.Spinner .Decrease i {
    background-position: -12px -13px;
}

.Spinner .Increase i {
    background-position: -12px -0px;
}

.Spinner .DisDe i {
    background-position: 1px -13px;
}

.Spinner .DisIn i {
    background-position: -0px -0px;
}

.main {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 101;
}

    .main .pic {
        position: fixed;
        top: 0px;
        right: 35px;
    }


.system {
    padding: 0px 15px;
}

.system1 {
    padding: 0px 20px;
}

.space {
    background: #f4f4f4;
    height: 9px;
}

.padding0 {
    padding: 0px;
}

.allselect {
    font-size: 13px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 5;
    float: left;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
}

    .fixed .titletop {
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #f2f2f2;
    }

        .fixed .titletop .return {
            margin-top: 12.5px;
            float: left;
        }

    .fixed .nav {
        height: 40px;
        line-height: 40px;
    }

        .fixed .nav .shu {
            height: 16px;
            width: 1px;
            right: 0px;
            top: 14px;
            background: #EAEAEA;
        }

.scroll {
    width: 100%;
    margin-top: 88px;
}

.bottomLine {
    display: inline-block;
    height: 2px;
    width: 30px;
    top: 32px;
    left: 40%;
    background: -webkit-linear-gradient(left, #FFC047, #FF7700);
    background: linear-gradient(to right, #FFC047, #FF7700);
}

.lists {
    width: 100%;
    overflow: hidden;
}

    .lists .list {
        padding-top: 5px;
        min-height: 60px;
        line-height: 20px;
    }

        .lists .list .headIcon {
            margin-right: 15px;
            margin-top: -5px;
        }

.empty {
    width: 249px;
    height: 176px;
    background: url(/Content/m/Images/default.2bc04ead.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 1.4rem;
    color: #8190a7;
    text-align: center;
    z-index: 51;
}

.weui-tabbar.wy-foot-menu {
    position: fixed;
}

.pricecn {
    font-size: 13px;
    color: #b2b1b1;
}

.weui-tabbar:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #f2f2f2;
    color: #c0bfc4;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.weui-tabbar__item {
    padding: 0;
}

.cart-total-txt {
    font-size: 14px;
    padding-right: 10px;
    line-height: 20px;
    color: #222;
    text-align: right;
}
.cart-total-txt2 {
    line-height: 40px;
}
    .cart-total-txt .num {
        font-weight: 600;
        font-size: 16px;
        color: #ff0000;
    }

    .cart-total-txt .num2 {
        font-size: 13px;
        color: #b2b1b1;
    }

.carbtngoto {
    background: -webkit-linear-gradient(top,#ee4d2d,#e63613);
    background: linear-gradient(180deg,#ee4d2d,#e63613);
    border-radius: 18px;
    padding: 6px 25px;
    line-height: 28px;
}

.promotion-foot-menu-label {
    font-size: 15px;
    color: #fff;
}

.weui-cells_checkbox .weui-cell {
    padding: 0px;
}

.red-color {
    background-color: #21ad80;
}



@media only screen and (max-width: 320px) {
    .bottomLine {
        display: inline-block;
        height: 2px;
        width: 30px;
        top: 32px;
        left: 38%;
        background: -webkit-linear-gradient(left, #FFC047, #FF7700);
        background: linear-gradient(to right, #FFC047, #FF7700);
    }
}

[v-cloak] {
    display: none;
}

.line {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 1px;
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.havenone {
    color: #8F8F8F;
    font-size: 1.2rem;
    text-align: center;
    display: block;
}



.fontWeight {
    font-weight: 700;
}


.system {
    padding: 0px 15px;
}

.system1 {
    padding: 0px 20px;
}

.space {
    background: #f4f4f4;
    height: 9px;
}

.padding0 {
    padding: 0px;
}



.scroll {
    width: 100%;
    float: left;
    margin-top: 88px;
}

.bottomLine {
    display: inline-block;
    height: 2px;
    width: 30px;
    top: 32px;
    left: 40%;
    background: -webkit-linear-gradient(left, #FFC047, #FF7700);
    background: linear-gradient(to right, #FFC047, #FF7700);
}


.empty {
    width: 249px;
    height: 176px;
    background: url(/Content/m/Images/default.2bc04ead.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 1.4rem;
    color: #8190a7;
    text-align: center;
    z-index: 51;
}

@media only screen and (max-width: 320px) {
    .bottomLine {
        display: inline-block;
        height: 2px;
        width: 30px;
        top: 32px;
        left: 38%;
        background: -webkit-linear-gradient(left, #FFC047, #FF7700);
        background: linear-gradient(to right, #FFC047, #FF7700);
    }
}

[v-cloak] {
    display: none;
}

.line {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 1px;
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.havenone {
    color: #8F8F8F;
    font-size: 1.2rem;
    text-align: center;
    display: block;
}

.havediv {
    width: 249px;
    height: 200px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0%;
    bottom: 0px;
    margin: auto;
}

.listcopy {
    background: #f2f2f2;
    color: #222;
    padding: 3px 10px;
    border-radius: 11px;
    margin: auto 0 auto auto;
    font-size: 12px;
    font-weight: normal;
}

.loading {
    color: #969696;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0;
    position: relative;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #b2aebc;
    border-radius: 11px;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    min-height: 22px;
    background-color: #fff;
    z-index: 1;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: -3px;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}

.topitem {
    color: #8f8f8f;
}

    .topitem span {
        padding-bottom: 2px;
    }

.active {
    font-weight: bold;
    border-bottom: 3px solid #cc8831;
    color: #cc8831;
}

.ord-pro-link {
    color: #222;
}

.ord-pro-size {
    font-size: 12px;
    color: #636363;
}

.fr {
    float: right;
}

.ord-status-txt-ts {
    font-size: 13px;
    color: #ff0000;
}

em, s, i {
    font-style: normal;
}

.weui-panel__hd {
    font-size: 14px;
}

.orderlistprice {
    color: #777;
    text-align: right;
    font-size: 14px;
}

.orderlistnums {
    height: 50px;
    margin-top: 5px;
    line-height: 20px;
    min-width: 50px;
}

.orderlistnum {
    color: #222;
    font-weight: 700;
    text-align: right;
    font-size: 13px;
}

.bar[data-v-44be193a] {
    height: 9px;
    background: #F4F4F4;
}

.weui-panel {
    margin: 0 5px 5px 5px;
    border-radius: 10px;
}

.ords-btn-dele {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    color: #666;
    float: right;
}

.ords-btn-com {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid #ff0000;
    border-radius: 3px;
    color: #ff0000;
    float: right;
}

.ord-statistics {
    height: 40px;
}

.ord-address {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.col-xs-3 {
    width: 20%;
}

.num5 {
    font-weight: 700;
}

.addresstable {
    font-size: 12px;
    color: #636363;
    min-height: 40px;
    padding: 5px 10px;
}

.weui-panel__ft {
    border-top: 1px solid #f2f2f2;
    min-height: 40px;
}

.clear {
    clear: both;
}

.nav_header .col-xs-3 {
    width: 25%;
}

.vehicle {
    width: 100%;
    text-align: center;
    margin-top: 55px;
    height: 300px;
}

.vehicle_box {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}

.rob {
    font-size: 12px;
    color: #ABABAB;
    margin-bottom: 15px;
    margin-top: 0px;
}

.panic-buying {
    font-size: 16px;
    padding: 8px 85px;
    color: #eb4343;
    border: solid 1px #eb4343;
    border-radius: 10px;
}

.weui-media-box__desc {
    padding-top: 3px;
}

.indextagpro {
    border-radius: 10px;
    padding: 3px 0 2px 0;
    margin-top: 0;
}

    .indextagpro .title {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 35px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #232326;
        border-bottom: 2px solid #f7f8f3;
    }

        .indextagpro .title a {
            font-weight: normal;
            color: #666;
            font-size: 12px;
            float: right;
            margin-right: 5px;
        }

    .indextagpro .porbox {
        height: 100%;
        position: relative;
        overflow: hidden;
    }


.shop-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    z-index: 999;
}

.cap-search-box {
    width: 100%;
}

.cap-search-box__view {
    width: 100%;
    padding: 5px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-transition: top .3s linear;
    -moz-transition: top .3s linear;
    transition: top .3s linear;
}

.wy-pro-list {
    border-radius: 10px;
    margin: 0;
}

    .wy-pro-list li {
        width: 49%;
        float: left;
        border-radius: 5px;
        padding-bottom: 2%;
        background: #fff;
        position: relative;
        margin-bottom: 8px;
    }

        .wy-pro-list li:not(:nth-child(2n)) {
            margin-right: 2%;
        }

            .wy-pro-list li:not(:nth-child(2n)):before {
                content: '';
                position: absolute;
                z-index: 0;
                top: 0;
                right: 0;
                height: 100%;
                /*border-right: 5px solid #f7f8f3;*/
                -webkit-transform: scaleX(0.5);
                transform: scaleX(0.5);
                -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0;
            }

        .wy-pro-list li:after {
            content: '';
            position: absolute;
            z-index: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            /*border-bottom: 5px solid #f7f8f3;*/
            -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
        }

        .wy-pro-list li a {
            display: block;
        }

    .wy-pro-list .proimg {
        height: 140px;
        text-align: center;
        position: relative;
    }

        .wy-pro-list .proimg img {
            margin-top: 10px;
        }

    .wy-pro-list .protxt {
        padding: 5px
    }

        .wy-pro-list .protxt .name {
            font-size: 13px;
            color: #454545;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 35px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
