﻿@charset "utf-8";
/* CSS Document */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font: "Microsoft Yahei", "Arial Narrow", HELVETICA;
    margin: 0;
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
}

.weui-header {
    background-color: none;
}

article, aside, details, figcaption, figure, footer, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

em, s, i {
    font-style: normal;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
    border: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

button, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}

ul, ol, li, dl, dd {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

.pd-10 {
    padding: 10px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg10-0 {
    margin: 10px 0;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg10 {
    margin: 10px;
}

.weui-content {
    padding-top: 0px;
    margin-top: 40px;
}

.clearfix {
    clear: both;
    display: block;
}

.clear:after, .clear:before {
    clear: both;
    display: block;
    content: "";
}

.num {
    font-family: Arial, Helvetica, sans-serif;
}

.t-c {
    text-align: center;
}

.t-r {
    text-align: right;
}


.txt-color-ml {
    color: #586c94;
}

.txt-color-red {
    color: #e21323;
}

.yellow-color {
    background-color: #ffb03f;
}

.gray-color {
    background-color: #ddd;
}

.red-color {
    background-color: #e21323;
}

.weui-icon-success {
    color: #15C8DA;
}

.font-b {
    font-weight: bold;
}

.font-12 {
    font-size: 13px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
    font-weight: normal;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.mg-tb-5 {
    margin: 5px 0 !important;
}


.w-100 {
    width: 100px;
}

.w-90 {
    width: 90px;
}

.w-80 {
    width: 80px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.radius {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.weui-navbar {
    background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #fff 0%,#efefef 100%);
}
/*滚动条样式*/
.scrollbar-none::-webkit-scrollbar { /*滚动条宽度设置*/
    width: 0px;
    height: 0;
}
/*底部导航*/
.foot-black {
    height: 48px;
    clear: both;
}

.weui-tabbar.wy-foot-menu {
    position: fixed;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #e21323;
}

.weui-tabbar__label {
    color: #666;
}

.weui-tabbar__icon {
    width: 22px;
    height: 22px;
}

.weui-tabbar__item .foot-menu-home {
    background: url(../images/footer01.png) no-repeat;
    background-size: 22px;
}

.weui-tabbar__item.weui-bar__item--on .foot-menu-home {
    background: url(../images/footer001.png) no-repeat;
    background-size: 22px;
}

.weui-tabbar__item .foot-menu-list {
    background: url(../images/footer02.png) no-repeat;
    background-size: 22px;
}

.weui-tabbar__item.weui-bar__item--on .foot-menu-list {
    background: url(../images/footer002.png) no-repeat;
    background-size: 22px;
}

.weui-tabbar__item .foot-menu-cart {
    background: url(../images/footer03.png) no-repeat;
    background-size: 22px;
}

.weui-tabbar__item.weui-bar__item--on .foot-menu-cart {
    background: url(../images/footer003.png) no-repeat;
    background-size: 22px;
}

.weui-tabbar__item .foot-menu-member {
    background: url(../images/footer04.png) no-repeat;
    background-size: 22px;
}

.weui-tabbar__item.weui-bar__item--on .foot-menu-member {
    background: url(../images/footer004.png) no-repeat;
    background-size: 22px;
}
/*首页轮播*/
.swiper-container {
    width: 100%;
}

    .swiper-container img {
        display: block;
        width: 100%;
    }
/*首页图标链接*/
.wy-iconlist-box {
    background: #fff;
    padding: 0 10px;
}

.wy-links-iconlist {
    display: block;
    text-align: center;
    margin: 10px 0;
}

    .wy-links-iconlist .img {
        margin: 0 18px;
    }

    .wy-links-iconlist img {
        width: 100%;
    }

    .wy-links-iconlist p {
        font-size: 13px;
        color: #454545;
        margin-top: 5px;
        font-weight: bold;
    }
/*首页新闻切换*/
.wy-ind-news {
    padding: 10px 40px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 13px;
    position: relative;
}

    .wy-ind-news a {
        color: #888;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .wy-ind-news a.newsmore {
            display: block;
            width: 40px;
            height: 34px;
            position: absolute;
            right: 0;
            top: 0;
        }

.news-icon-laba {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../images/news-icon.png) no-repeat;
    background-size: 18px;
}

.news-icon-more {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/icon-more.png) no-repeat;
    background-size: 18px;
}

.weui-badge2 {
    float: right;
    display: inline-block;
    padding: .1em .4em;
    min-width: 8px;
    font-weight: bold;
    border-radius: 18px;
    background-color: #fe5455;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
}

.prolistadd {
    float: right;
    width: 13px;
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    color: #fff;
    padding: 2px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: red;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background-color: #fe5455;
    /*float: right;
    padding: .1em .4em;
    background-color: red;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fe5455;
    color: #FFFFFF;
    font-size: 14px;*/
}
/*首页模块*/
.wy-Module {
    margin: 0;
    position: relative;
    background-color: #fff;
}

.wy-Module-tit {
    padding: 8px 10px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

    .wy-Module-tit span {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        padding-left: 5px;
        line-height: 18px;
    }

        .wy-Module-tit span:after {
            position: absolute;
            left: 0;
            top: 9px;
            height: 16px;
            width: 3px;
            background: #e21323;
            content: "";
        }

.swiper-pagination-fraction.jingxuan-pagination {
    top: 0;
    right: 10px;
    padding-right: 10px;
    bottom: auto;
    left: auto;
    text-align: right;
    font-size: 8px;
}

    .swiper-pagination-fraction.jingxuan-pagination span {
        font-size: 10px;
        line-height: 34px;
        color: #999;
    }

.wy-Module-tit-line {
    padding: 10px;
    line-height: 20px;
    text-align: center;
}

    .wy-Module-tit-line span {
        font-size: 16px;
        color: #666;
        position: relative;
    }

        .wy-Module-tit-line span:after {
            position: absolute;
            left: -20px;
            top: 12px;
            height: 2px;
            width: 10px;
            background: #e21323;
            content: "";
        }

        .wy-Module-tit-line span:before {
            position: absolute;
            right: -20px;
            top: 12px;
            height: 2px;
            width: 10px;
            background: #e21323;
            content: "";
        }
/*首页产品列表*/
.wy-pro-list {
    margin: 0;
}

    .wy-pro-list li {
        width: 33%;
        float: left;
        margin-bottom: 2%;
        background: #fff;
    }

        .wy-pro-list li a {
            display: block;
        }

    .wy-pro-list .proimg {
        height: 25vw;
        text-align: center;
    }

        .wy-pro-list .proimg img {
            width: 80%;
        }

    .wy-pro-list .protxt {
        padding: 5px
    }

        .wy-pro-list .protxt .name {
            font-size: 13px;
            color: #454545;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 40px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

/*产品列表*/
.wy-pro-list2 {
    margin: 0;
}

    .wy-pro-list2 li {
        width: 47%;
        float: left;
        margin-bottom: 2%;
        margin-left: 2%;
        background: #fff;
        padding-bottom: 10px;
    }

        .wy-pro-list2 li a {
            display: block;
        }

    .wy-pro-list2 .proimg2 {
        height: 30vw;
        text-align: center;
    }

        .wy-pro-list2 .proimg2 img {
            width: 70%;
        }

    .wy-pro-list2 .protxt2 {
        margin-top: 5px;
        padding: 5px 8px;
    }

        .wy-pro-list2 .protxt2 .name2 {
            font-size: 13px;
            color: #454545;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 40px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.wy-pro-pri {
    float: left;
    color: #fe5455;
    font-size: 16px;
    line-height: 20px;
}

    .wy-pro-pri span {
        padding-left: 3px;
        font-size: 16px;
    }

.morelinks {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

    .morelinks a {
        color: #666;
        font-size: 13px;
    }

/*商品分类页*/
.padding-all {
    padding: 10px
}

.w-3 {
    width: 33.33%;
    float: left;
    padding: .6rem .4rem;
    box-sizing: border-box;
    position: relative;
}

.category-top {
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff
}

.menu-left, .menu-right {
    position: fixed;
    left: 0;
    top: 44px;
    bottom: 0;
    overflow-y: scroll;
}

    .menu-right #loading {
        left: 11px;
        top: 44px;
    }

.menu-left {
    background: #F6F6F9;
    width: 4.5rem;
}

    .menu-left ul li {
        box-sizing: border-box;
        font-size: 13px;
        color: #333;
        padding: 0 8px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

        .menu-left ul li.active {
            background: #fff;
            position: relative;
        }

            .menu-left ul li.active:before {
                content: " ";
                position: absolute;
                display: block;
                width: 2px;
                height: 100%;
                background: #e21323;
                top: 0;
                left: 0;
            }

.menu-right {
    background: #fff;
    position: inherit;
    margin-left: 4.5rem;
    margin-top: 44px;
    right: 0;
    bottom: 0;
}

    .menu-right h5 {
        font-size: 14px;
        padding-top: 2px;
        color: #666;
        margin-top: 13px;
        margin-bottom: 4px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 8px;
    }

        .menu-right h5:first-child {
            margin-top: 0;
        }

    .menu-right ul {
        overflow: hidden;
    }

        .menu-right ul li {
            text-align: center;
        }

            .menu-right ul li a {
                display: block;
                position: absolute;
                left: 3px;
                top: 7px;
                bottom: 7px;
                right: 3px;
            }

            .menu-right ul li:nth-child(3n+1) a {
                left: 0;
                right: 7px;
            }

            .menu-right ul li:nth-child(3n) a {
                right: 0;
                left: 7px;
            }

            .menu-right ul li span {
                display: block;
                height: 26px;
                line-height: 26px;
                overflow: hidden;
                text-align: center;
                font-size: 10px;
                color: #888;
            }

            .menu-right ul li img {
                width: 50px;
                height: 50px;
            }

.mune-no-img img {
    display: none
}

.mune-no-img span {
    border: 1px solid #efefef;
    color: #555;
    border-radius: 4px;
}

/*商品列表*/
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.pro-sort {
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #efeff4;
    border-top: 1px solid #efeff4;
}

    .pro-sort .weui-flex__item .placeholder {
        height: 40px;
        line-height: 40px;
        position: relative;
        font-size: 14px;
    }

        .pro-sort .weui-flex__item .placeholder:before {
            content: "";
            height: 20px;
            width: 1px;
            background: #dedede;
            position: absolute;
            left: 0;
            top: 10px;
        }

    .pro-sort .weui-flex__item:first-child .placeholder:before {
        width: 0;
    }

    .pro-sort .weui-flex__item .placeholder.NormalCss, .pro-sort .weui-flex__item .placeholder.SortAscCss, .pro-sort .weui-flex__item .placeholder.SortDescCss {
        color: #e21323;
    }

        .pro-sort .weui-flex__item .placeholder.SortAscCss:after {
            content: "";
            border: 4px solid transparent;
            border-top: 4px solid #e21323;
            font-size: 0;
            line-height: 0;
            width: 0;
            height: 0;
            position: absolute;
            right: 20px;
            top: 18px;
        }

        .pro-sort .weui-flex__item .placeholder.SortDescCss:after {
            content: "";
            border: 4px solid transparent;
            border-bottom: 4px solid #e21323;
            font-size: 0;
            line-height: 0;
            width: 0;
            height: 0;
            position: absolute;
            right: 20px;
            top: 14px;
        }

.proListWrap .pro-items {
    margin-bottom: 1px;
    background: #fff;
}

.weui-media-box__desc {
    color: #454545;
}

.wy-pro-pri em {
    font-weight: bold;
    margin-left: 2px;
}

.weui-media-box__info.prolist-ul {
    margin-top: 5px;
}

.weui-media-box_appmsg .weui-media-box__hd {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.weui-media-box__desc {
    line-height: 1.4;
}

/*商品详情tab切换*/
.weui-navbar__item.proinfo-tab-tit {
    padding: 10px 0;
}

    .weui-navbar__item.proinfo-tab-tit:after {
        display: none;
    }

    .weui-navbar__item.proinfo-tab-tit.weui-bar__item--on:before {
        content: "";
        width: 34px;
        height: 3px;
        background: #e21323;
        position: absolute;
        left: 50%;
        margin-left: -17px;
        bottom: -1px;
        z-index: 10;
    }

.weui-navbar__item.weui-bar__item--on {
    color: #e21323;
    font-weight: bold;
    background-color: inherit;
}

.weui-navbar + .weui-tab__bd.proinfo-tab-con {
    padding-top: 44px;
}

.swiper-zhutu-pagination {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
}

    .swiper-zhutu-pagination .swiper-pagination-current {
        font-size: 14px;
    }

    .swiper-zhutu-pagination .swiper-pagination-total {
        font-size: 13px;
    }

.swiper-pagination-fraction.swiper-zhutu-pagination {
    left: auto;
    right: 20px;
}

/*商品信息*/
.wy-media-box {
    margin: 10px 0;
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.wy-media-box-nomg {
    background: #fff;
    padding: 12px 10px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.wy-media-box2 {
    margin: 10px 0;
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.wy-media-box__title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-weight: bold;
}

.weui-media-box_appmsg .weui-media-box__hd.proinfo-txt-l {
    width: 50px;
    height: auto;
    vertical-align: top;
}

.promotion-label-tit {
    font-size: 13px;
    color: #81838e;
    line-height: 15px;
}

.promotion-message {
    margin: 8px 0;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .promotion-message .yhq {
        font-style: normal;
        display: inline-block;
        height: 13px;
        border: 1px solid #e21323;
        font-size: 0;
        border-radius: 2px;
        width: auto;
        overflow: hidden;
        margin-right: 5px;
        float: left;
    }

.label-text {
    padding: 0 1px;
    font-size: 10px;
    color: #e21323;
    line-height: 13px;
    height: 13px;
    display: inline-block;
}

.promotion-item-text {
    font-size: 13px;
    color: #222;
    line-height: 15px;
}

.yhq-btn {
    margin-bottom: 8px;
    text-align: right;
}

    .yhq-btn a {
        float: left;
        display: block;
        border: 1px solid #e1e1e1;
        color: #fff;
        background: #e21323;
        font-size: 13px;
        line-height: 20px;
        padding: 0 8px;
        border-radius: 4px;
    }
/*sku*/
.promotion-sku {
    padding: 8px 0 5px 0;
}

    .promotion-sku li {
        float: left;
        margin: 0 5px 5px 0;
    }

        .promotion-sku li a {
            display: block;
            border: 1px solid #ddd;
            border-radius: 3px;
            background-color: #fff;
            min-width: 20px;
            padding: 5px 13px;
            max-width: 100%;
            text-align: center;
            font-size: 13px;
            color: #222;
            position: relative;
        }

        .promotion-sku li.active a:after {
            content: "";
            width: 13px;
            height: 13px;
            background: url(../images/xuanze.png) no-repeat;
            background-size: 13px;
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .promotion-sku li.active a {
            border: 2px solid #e21323;
            margin: -1px;
        }

.wy-media-box2 .weui-media-box_appmsg {
    border-top: 1px solid #ededed;
    padding-top: 5px;
}

    .wy-media-box2 .weui-media-box_appmsg:first-child {
        border: 0;
        padding-top: 0;
    }

.wy-media-box2.txtpd .weui-media-box_appmsg {
    padding-top: 0;
    border: 0;
}

.pro-detail {
    margin: 0;
    padding: 10px;
    overflow: hidden;
}

    .pro-detail img {
        display: block;
        width: 100%;
    }

.weui-cell.nopd {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 8px;
}

.weui-media-box__info.pinlun {
    margin-top: 8px;
    padding-bottom: 0;
}

.weui-cell__time {
    float: right;
    font-size: 13px;
    color: #999;
}
/*五星评价*/
.comment-item-star {
    display: inline-block;
    overflow: hidden;
    width: 75px;
    height: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(../images/comment-star.png) repeat-x 0 -11px;
    background-size: 15px 22px;
}

    .comment-item-star .real-star {
        display: inline-block;
        height: 22px;
        background: url(../images/comment-star.png) repeat-x 0 0;
        background-size: 15px 22px;
    }

.comment-stars-width5 {
    width: 100%;
}

.comment-stars-width4 {
    width: 80%;
}

.comment-stars-width3 {
    width: 60%;
}

.comment-stars-width2 {
    width: 40%;
}

.comment-stars-width1 {
    width: 20%;
}

.mg-com-img {
    margin-top: 8px;
    margin-bottom: -9px;
}

.list-more {
    margin: 10px 0;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.weui-cell.list-more:before {
    display: none;
}
/*商品详情底部按钮*/
.promotion-foot-menu-items {
    position: relative;
    padding: 5px 10px 0;
    text-align: center;
}

.promotion-foot-menu-kefu {
    background: url(../images/icon-kefu.png) no-repeat;
    background-size: 22px;
}

.promotion-foot-menu-cart {
    background: url(../images/footer03.png) no-repeat;
    background-size: 22px;
}

.promotion-foot-menu-collection {
    background: url(../images/home_light.png) no-repeat;
    background-size: 22px;
}

.promotion-foot-menu-label {
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}
/*返回顶部*/
#tophovertree {
    display: block;
    position: fixed;
    width: 36px;
    height: 36px;
    right: 10px;
    bottom: 60px;
    cursor: pointer;
    background-image: url(../images/tophovertree.gif);
    opacity: 0.9;
    display: none
}


/*订单详情*/
.wy-header {
    height: 44px;
    border-bottom: 1px solid #db9423;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20000;
    background-color: #e29926;
    color: #fff;
}

.wy-header-icon-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 44px;
}

    .wy-header-icon-back span {
        width: 20px;
        height: 20px;
        margin: 12px 0 0 10px;
        background: url(../images/icon-back.png) no-repeat;
        background-size: 20px;
        display: block;
    }

.wy-header-title {
    margin: 0 50px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
}

    .wy-header-title a {
        color: #fff;
    }

.wy-header-icon-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 44px;
}

    .wy-header-icon-right span {
        width: 20px;
        height: 20px;
        margin: 12px 0 0 10px;
        background: url(../images/icon-back.png) no-repeat;
        background-size: 20px;
        display: block;
    }

.promotion-label-tit img {
    width: 80%;
}

.wy-media-box.address-select {
    margin-top: 0;
    border-bottom: 0;
    background-size: auto 3px;
}

.address-txt {
    font-size: 13px;
    color: #232323;
    line-height: 18px;
}

.address-name {
    font-size: 15px;
    color: #232323;
}

    .address-name span {
        margin-right: 10px;
    }

.ord-pro-link {
    font-size: 14px;
    font-weight: normal;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.8;
    display: block;
}

.wy-pro-pri.ord-pri {
    padding: 0 0 5px 0;
}

.sitem-tip {
    padding: 2px 6px;
    background: #e21323;
    color: #fff;
    font-size: 13px;
    font-style: normal;
}
/*--订单详情---spinner--*/
.Spinner {
    display: block;
    overflow: hidden;
    width: 84px;
    margin: 0;
}

    .Spinner .Amount {
        width: 26px;
        height: 14px;
        padding: 4px 5px;
        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;
    }

    .Spinner a {
        display: inline-block;
        width: 22px;
        height: 22px;
        border: 1px solid #d9d9d9;
        background-color: #f7f7f7;
        float: left;
        cursor: pointer;
        outline: 0;
    }

        .Spinner a i {
            font-style: normal;
            background: url(../images/BuynBtn.png) no-repeat;
            display: block;
            width: 13px;
            height: 13px;
            margin: 5px;
            text-indent: 999999%;
            overflow: hidden;
        }

    .Spinner .Decrease i {
        background-position: -12px -13px;
    }

    .Spinner .Increase i {
        background-position: -12px -0px;
    }

    .Spinner .DisDe i {
        background-position: -0px -13px;
    }

    .Spinner .DisIn i {
        background-position: -0px -0px;
    }

.weui-media-box__bd .ord-pro-list {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ededed;
}

    .weui-media-box__bd .ord-pro-list:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

.weui-media-box_appmsg .weui-media-box__hd.check-w {
    width: 33px;
    margin-right: 5px;
}

.weui-cell__hd.cat-check {
    margin-top: 5px;
}

.weui-cell__hd.cat-check2 {
    margin-top: 0;
    display: inline-block;
}

.weui-tabbar__item.npd, .wy-foot-menu .npd {
    padding: 2px 0;
}

.cart-total-txt {
    font-size: 15px;
    color: #222;
    line-height: 40px;
}

    .cart-total-txt em {
        font-size: 16px;
        font-weight: bold;
        color: #e21323;
    }

    .cart-total-txt i {
        color: #e21323;
        font-size: 13px;
    }

.cart-foot-check-item {
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
}

.wy-set {
    width: 18px;
    height: 18px;
    float: right;
    background: url(../images/set.png) no-repeat;
    display: block;
    background-size: 18px;
}

.wy-list {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 15px;
    float: right;
    color: #fff;
}

.weui-cell.allsec-well {
    padding: 0 10px;
}
/*--我的---*/
.wy-center-top {
    width: 100%;
    overflow: hidden;
    background-color: #ededed;
    background-size: cover;
    height: 85px;
}

    .wy-center-top .userinfo {
        padding: 0
    }

    .wy-center-top .xx-menu {
        height: 44px;
        background: rgba(0,0,0,.3);
    }

.user-name {
    color: #666;
    font-weight: 600;
    font-size: 16px;
}

.user-grade {
    color: #666;
    margin: 2px 0;
    font-size: 13px;
}

.user-integral {
    font-size: 13px;
    color: #fafafa;
}

.xx-menu-list {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    line-height: 17px;
    position: relative;
}

    .xx-menu-list em {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .xx-menu-list p {
        font-size: 13px;
    }

.xx-menu .weui-flex__item .xx-menu-list:after {
    content: "";
    height: 24px;
    width: 1px;
    background: rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
}

.xx-menu .weui-flex__item:first-child .xx-menu-list:after {
    display: none;
}

.center-alloder {
    padding: 0;
    font-size: 14px;
    color: #333;
}

.center-list-txt {
    font-size: 16px;
    color: #333;
    line-height: 20px;
}

.wy-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.center-list-icon {
    width: 20px;
    height: auto;
}

.center-ordersModule {
    text-align: center;
    display: block;
    padding: 10px 0;
    position: relative;
}

    .center-ordersModule .imgicon {
        display: inline-block;
        height: 24px;
        text-align: center;
        margin-bottom: 5px;
    }

        .center-ordersModule .imgicon img {
            height: 24px;
            width: auto;
        }

    .center-ordersModule .name {
        font-size: 13px;
        color: #333;
    }

.center-money {
    font-size: 15px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.pro-amount span.font-13 {
    line-height: 24px;
    padding-right: 10px;
}

.ord-status-txt-ts {
    font-size: 13px;
    color: #ee7800;
}

.weui-panel__hd {
    padding: 5px 10px 5px 10px;
    color: #000;
}


.ords-btn-dele {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 3px;
    color: #333;
}

.ords-btn-com {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid #fe5455;
    border-radius: 3px;
    color: #fe5455;
}

.weui-cell.oder-opt-btnbox {
    display: block;
    text-align: right;
}

.ord-statistics {
    padding: 10px 15px;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    text-align: right;
}

    .ord-statistics span {
        margin-left: 5px;
    }


.jyjl .weui-panel__bd {
    border-top: 8px solid #f5f5f5;
}

.address-opt {
    margin-top: 10px;
}

.address-list-box {
    position: relative;
}

.weui-media-box__desc.address-txt {
    -webkit-line-clamp: 10;
}

.address-edit {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/icon-edit.png) no-repeat;
    background-size: 24px;
}

.address-box .weui-panel__bd {
    border-bottom: 10px solid #f5f5f5;
}

.default-add {
    color: #fff;
    padding: 0 5px;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    background: #e21323;
}

.wy-address-edit {
    font-size: 14px;
}

.weui-label.wy-lab {
    width: 70px;
}

.cardlist {
    font-size: 15px;
}
/*--发表评价---*/
.order-list-Below {
    height: 17px;
    padding: 15px;
    position: relative;
    background: #fff;
}

    .order-list-Below h1 {
        font-size: 13px;
        color: #333;
        height: 17px;
        float: left;
        line-height: 17px;
    }

    .order-list-Below ul {
        float: left;
        height: 17px;
        padding-left: 5px;
    }

        .order-list-Below ul li {
            float: left;
            width: 17px;
            height: 17px;
            background: url("../images/pic_heart01.png") no-repeat left top;
            background-size: 17px 17px;
            margin: 0 10px;
        }

            .order-list-Below ul li.on {
                background: url("../images/pic_heart02.png") no-repeat left top;
                background-size: 17px 17px;
            }

.com-txt-area {
    margin: 0;
}

.weui-textarea.txt-area {
    font-size: 13px;
    font-family: Helvetica,STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial;
    font-weight: normal;
}

.com-button {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    clear: both;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    background: #fff;
    text-align: center;
}

    .com-button a {
        margin: 0 auto;
        display: block;
        width: 90%;
        height: 39px;
        line-height: 39px;
        background: #fff;
        border: 1px solid #ff4d55;
        border-radius: 4px;
        color: #ff4d55;
        font-size: 14px;
    }

/*--login---*/
.login-box {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}

.lg-title {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    color: #000;
}

.login-form {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.common-div {
    margin: 0 auto;
    width: 90%;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}

.login-user-name, .login-user-pasw {
    border: 1px solid #dedede;
}

.common-div > .common-icon {
    float: left;
    width: 50px;
    height: 20px;
    overflow: hidden;
    margin: 10px;
    font-size: 14px;
    color: #666
}

    .common-div > .common-icon img {
        width: 100%;
        height: auto;
    }

.common-div > input {
    width: 100%;
    height: 40px;
    padding: 6px 10px 6px 66px;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Helvetica,STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial;
}

.login-btn {
    background-color: #f6ae3d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.forgets {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

    .forgets > a {
        color: #000;
        opacity: 0.8;
        font-size: 14px;
    }

        .forgets > a + a {
            float: right;
        }

.login-oth-btn {
    border: 1px solid #9598a5;
    color: #9598a5;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    display: block;
}

.wy-news-list {
    font-size: 15px;
    color: #232323;
}

.wy-news-time {
    font-size: 13px;
    color: #888;
}

.wy-news-info {
    color: #333;
}

.commg {
    margin: 0;
    font-size: 14px;
}

.weui-cells.commg:before {
    display: none;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /* position: relative; */
    margin-bottom: -1px;
}

.aui-code-box {
    padding: 10px 0;
    text-align: center;
}

.aui-code-logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .aui-code-logo h2 {
        font-size: 0.8rem;
        color: #666;
        padding-top: 0.7rem;
    }

.aui-code-box h2 {
    color: #333333;
    font-size: 0.7rem;
    font-weight: normal;
}

.aui-code-box p {
    color: #cccccc;
    font-size: 0.85rem;
    position: relative;
    width: 90%;
    background: #fff;
    /* padding-top: 10px; */
    padding: 0 20px;
}

.aui-code-line-input {
    padding: 10px 0;
    height: 40px;
    width: 100%;
    font-size: 14px;
    background: none;
    border: none;
    color: #333;
}

.aui-code-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 20px;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #e29926;
        border-color: #e29926;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.hide {
    display: none;
}


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);
}

    input[type="checkbox"]:checked, input[type="radio"]:checked {
        background-color: #2589FF;
        border-color: #2589FF;
    }

        input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
            box-sizing: content-box;
            content: "";
            border: 2px solid #fff;
            border-left: 0;
            border-top: 0;
            height: 8px;
            left: 6px;
            position: absolute;
            top: 3px;
            width: 4px;
            -webkit-transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6).05s;
            transition: transform .15s cubic-bezier(.71,-.46,.88,.6).05s;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate(45deg)scaleY(1);
            -ms-transform: rotate(45deg)scaleY(1);
            transform: rotate(45deg)scaleY(1);
        }

.loadinglist {
    color: #969696;
    margin-top: 20px;
}

.text-right {
    text-align: center;
}

.aui-grids {
    position: relative;
    overflow: hidden;
    padding: 0 0;
    background-color: #fff;
}

.aui-gridsTotal-item {
    width: 49.999%;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0.5rem 0;
    font-size: 0.6rem;
    text-align: center;
    color: #000;
    line-height: 30px;
    background-color: #fff;
}

.aui-gridsTotal-item-title {
    float: left;
    margin-left: 15px;
    font-size: 16px;
    color: #808080;
}

.aui-gridsTotal-item-text {
    float: left;
    margin-left: 5px;
    font-size: 20px;
    color: #ff0000;
    font-weight: bold;
}

.aui-gridsTotal-item:not(:nth-child(2n)):before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.aui-gridsTotal-item:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-grids-item {
    width: 33.333%;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0.3rem 0;
    font-size: 0.85rem;
    text-align: center;
    color: #fff;
}

.aui-grids-item-icon img {
    width: 50px;
    height: 50px;
    display: block;
    border: none;
}

.aui-grids-item-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    position: relative;
}

.aui-grids-item-text {
    color: #333333;
    font-size: 0.6rem;
    padding-top: 0.3rem;
}

.aui-grids-item:not(:nth-child(3n)):before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.aui-grids-item:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.numbertext {
    display: inline-block;
    height: 27px;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1.53846154;
    color: green;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    outline: 0;
}

.number {
    font-weight: 600;
    background: #efefef;
    padding: 0 5px;
    font-size: 20px;
    border-radius: 3px;
    min-width: 80px;
}

.bgred {
    background-color: #fe5455;
    color: #fff;
}

.am-gotop-fixed.am-active {
    opacity: .9;
}

.am-gotop-fixed {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 1010;
    opacity: 0;
    width: 50px;
    min-height: 32px;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
}

    .am-gotop-fixed .am-gotop-icon-custom {
        display: inline-block;
        max-width: 50px;
        vertical-align: middle;
    }


/*sku*/
.packattr-card-sku {
    width: 100%;
    text-align: center;
    line-height: 25px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 1px;
    padding: 10px 10px 5px 10px;
}

    .packattr-card-sku li {
        float: left;
        margin: 0 5px 5px 0;
        cursor: pointer;
    }

    .packattr-card-sku li {
        display: block;
        border: 1px solid #ddd;
        border-radius: 3px;
        /*width: 22%;*/
        padding: 2px 10px 2px 10px;
        text-align: left;
        font-size: 13px;
        color: #ff0000;
        position: relative;
        font-weight: 700;
    }

    .packattr-card-sku .exp {
        border: 0px;
        margin-top: 2px;
        font-size: 13px;
        font-weight: normal;
        color: #222;
    }

    .packattr-card-sku .active {
        border: 1px solid #fea610;
        background: url(../images/gou.png) right bottom no-repeat;
        background-size: 13px;
    }

    .packattr-card-sku .other {
        height: 52px;
        line-height: 52px;
    }

.packattr-remark {
    padding: 5px 5px 5px 10px;
    background-color: #fff;
    font-size: 13px;
    color: #222;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    margin-top: 1px;
}

    .packattr-remark .remark-input {
        border: 1px solid #cecece;
        font-weight: normal;
        height: 40px;
        width: 95%;
    }

.packattr-remark-top-border {
    border-top: 1px solid #ededed;
}


.badge {
    display: inline-block;
    padding: .4em .4em;
    margin-bottom: 3px;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-warning {
    background-color: #ffb22b;
    color: #fff;
}

.badge-orange {
    background-color: #f7a6a6;
    color: #fff;
}

.badge-success {
    background-color: #44b549;
}

.badge-lightgreen {
    background-color: #abedae;
    color: #fff;
}
