@import 'arFonts.css';

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary {
    display: block;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Helvetica,"KFGQPC Uthmanic Script HAFS","STHeiti STXihei", "Microsoft JhengHei", "Microsoft YaHei", Tohoma, Arial;
    /*font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;*/
    line-height: 1.5;
    font-size: 16px;
}

body {
    color: #353535;
    background-color: #f8f8f8;
    -webkit-backface-visibility: hidden;
}

body.body-fixed-bottom {
    padding-bottom: 40px;
}

.container {
    background-color: #f9f9f9;
    padding-bottom: 50px;
}

strong {
    font-weight: bold;
}

a {
    color: #333;
    background: transparent;
    text-decoration: none;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 18px;
    line-height: 22px;
}

h3 {
    font-size: 15px;
    line-height: 18px;
}

button, input[type='number'], input[type='text'], input[type='password'],
input[type='email'], select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*span{*/
    /*font-family: 'arbicFont';*/
/*}*/

.c-orange {
    color: #ff9900 !important;
}

.c-orangef60 {
    color: #f60;
}

.c-orange-dark {
    color: #f15a0c;
}

.c-green {
    color: #06bf04;
}

.c-red {
    color: #ed5050;
}

.c-white {
    color: #fff !important;
}

.c-gray {
    color: #ddd !important;
}

.c-gray-dark {
    color: #999 !important;
}

.c-black {
    color: #333 !important;
}

.c-yellow {
    color: #f09000;
}

.c-blue {
    color: #00a0f8;
}

.c-light-green {
    color: #2ecc71;
}

hr {
    margin: 10px 0;
    border: 0px none;
    -webkit-border-image: url("../img/wap/border-line.png") 2 stretch;
    -moz-border-image: url("../img/wap/border-line.png") 2 stretch;
    border-image: url("../img/wap/border-line.png") 2 stretch;
    border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    hr {
        border-top-width: 1px;
    }
}

hr.margin-0 {
    margin: 0;
}

hr.left-10 {
    margin-left: 10px;
}

.relative {
    position: relative;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.border-bottom-none {
    border-bottom: 0px none !important;
}

.border-top-none {
    border-top: 0px none !important;
}

.link {
    color: #07d;
}

.link:link, .link:hover, .link:visited, .link:active {
    color: #07d;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.center, .text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.separator {
    color: #666;
}

/*header*/
.share-mp-info {
     position: relative;
     background: #eee;
     color: #fff;
     font-size: 0;
     line-height: 0;
     padding: 1px 105px 1px 1px;
}

.share-mp-info em, .share-mp-info i {
    vertical-align: middle;
    font-style: normal;
}

.share-mp-info em {
    color: #888;
}

.share-mp-info i {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.share-mp-info a {
    /* color: #888; */
}

.share-mp-info img.mp-image {
    vertical-align: middle;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.share-mp-info .page-mp-info, .share-mp-info .links {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.share-mp-info .page-mp-info {
     display: block;
     padding: 4px 10px 4px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.share-mp-info .links {
    position: absolute;
    top: 6px;
    right: 10px;
    display: inline-block;
}

.share-mp-info .links a {
    margin-left: 8px;
}

.loading {
    background-image: url("../img/loader.gif") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.with-bs-top, .with-bs-bottom {
    background: url("../img/wap/bottom_line.png") left top no-repeat;
    background-size: 100% 1px;
}

.with-bs-bottom {
    background-position: left bottom;
}

.right-arrow {
    padding-right: 15px;
    background: url("../img/wap/arrow.png") no-repeat scroll 0 -15px;
    width: 15px;
    height: 15px;
    margin-top: 15px;
}

.modal {
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 2000;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s, opacity 1ms 0.25s;
    -moz-transition: -moz-transform 0.25s, opacity 1ms 0.25s;
    transition: transform 0.25s, opacity 1ms 0.25s;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.modal .copyright {
    width: 100%;
}

.modal.active {
    display: block;
    opacity: 1;
    height: 100%;
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-login.active+.content {
    display: none;
}

.wrapper {
    width: 320px;
    margin: 0 auto;
}

.content {
    margin: 0 auto;
}

.copyright {
    background-color: #eee;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.copyright .ft-links {
    text-align: center;
}

.copyright .ft-links>a {
    margin: 0 6px;
    color: #333;
}

.copyright .ft-copyright {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.copyright .ft-copyright>a {
    color: #999;
}

.copyright .ft-copyright>a .company {
    color: #f39f6c;
}

.copyright .ft-copyright:first-child {
    margin-top: 0px;
}

.footer {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 16px;
    background-color: #eee;
    border-top: 1px solid rgba(221, 221, 221, 0.8);
}

.footer .link-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    margin-right: 10px;
    background-image: url('data:image/png;base64,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');
    background-repeat: no-repeat;
    background-size: 16px;
}

.footer .link-title {
    font-size: 16px;
}

.full-screen .footer {
    margin-top: 0;
}

.btn {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 4px;
    text-align: center;
    margin: 0;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    line-height: 18px;
}

.btn:hover {
    color: #999;
}

.btn:active {
    background-color: #e9e9e9;
    color: #999;
}

.btn[disabled] {
    background-color: #ddd !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    color: #fff !important;
}

.btn[disabled]:active {
    background-color: #ddd !important;
    background-image: none !important;
    border: 1px solid #d0d0d0 !important;
}

.btn.btn-blue {
    color: #fff;
    background-color: #00a0f8;
    border-color: #00a0f8;
}

.btn.btn-gray-dark {
    color: #333;
    background-color: #999;
    border-color: #999;
}

.btn.btn-green {
    color: #fff;
    background-color: #06bf04;
    border-color: #03b401;
}

.btn.btn-red {
    color: #fff;
    background-color: #ed5050;
    border-color: #b93232;
}

.btn.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #e5e5e5;
}

.btn.btn-yellow {
    color: #fff;
    background-color: #f09000;
    border-color: #f09000;
}

.btn.btn-grayeee {
    color: #999;
    background-color: #eee;
    border-color: 1px solid #ebebeb;
}

.btn.btn-orange {
    color: #fff;
    border-color: #ff9900;
    background-color: #ff9900;
}

.btn.btn-orange-dark {
    color: #fff;
    border-color: #f15a0c;
    background-color: #f15a0c;
}

.btn.btn-block {
    text-align: center;
    width: 100%;
    padding: 11px 16px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.btn-small {
    padding: 4px 16px;
    width: auto;
    font-size: 16px;
    line-height: 16px;
}

.btn.btn-xsmall {
    padding: 8px 10px;
    line-height: 14px;
    width: auto;
    font-size: 12px;
}

.btn.btn-xxsmall {
    padding: 4px 10px;
    line-height: 14px;
    width: auto;
    font-size: 12px;
}

#global-cart {
    position: fixed;
    bottom: 52px;
    right: 6px;
    z-index: 10;
    display: block;
    height: 50px;
    width: 50px;
}

#global-cart.hide {
    display: none;
}

.form-dialog p {
    margin: 0.5em 0 1em 0;
    line-height: 18px;
}

.form-dialog .close-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../img/close_16.png");
    background-repeat: no-repeat;
    background-size: 14px;
}

.form-dialog .form-group {
    margin: 10px 0 15px;
}

.form-dialog .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
}

.form-dialog .form-group .form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 3px 10px;
    color: #ddd;
    background-color: #e5e5e5;
    background-image: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-dialog .url {
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
    background-color: #f9f9f9;
    word-break: break-all;
    border-radius: 4px;
}

.form-dialog .action-container {
    padding: 0;
}

span.trigon {
    width: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

span.trigon i {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0px;
    border-color: transparent;
    _border-color: #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    border-top-color: #ccc;
    _border-top-color: #ccc;
    border-width: 7px 10px 0 10px;
}

.global-directseller {
    position: fixed;
    bottom: 110px;
    right: 8px;
    display: block;
    z-index: 10;
    height: 45px;
    width: 45px;
    background-image: url("../img/wap/recommond_btn.png");
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .global-directseller {
        background-image: url("../img/wap/recommond_btn@2x.png");
        background-size: 45px auto;
    }
}

.pop-submenu {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 3px #fff inset;
    box-shadow: 0 0 3px #fff inset;
    background-color: #fafafa;
}

.pop-submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pop-submenu ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.pop-submenu ul li:last-child {
    border-bottom: 0px none;
}

.pop-submenu ul li a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pop-submenu .trigon {
    position: absolute;
    margin-bottom: 0;
    bottom: -7px;
    right: 10px;
}

.pop-submenu .trigon.trigon-before {
    z-index: 11;
    bottom: -6px;
}

.pop-submenu .trigon.trigon-before i {
    border-top-color: #fafafa;
}

.pop-submenu.hide-normal {
    display: none;
}

.directseller-submenu {
    bottom: 175px;
    right: 8px;
}

.motify {
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    width: 220px;
    padding: 0;
    margin: 0 0 0 -110px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
@-webkit-animation-duration 0.15s;
@-moz-animation-duration 0.15s;
@-ms-animation-duration 0.15s;
@-o-animation-duration 0.15s;
@animation-duration 0.15s;
@-webkit-animation-fill-mode both;
@-moz-animation-fill-mode both;
@-ms-animation-fill-mode both;
@-o-animation-fill-mode both;
@animation-fill-mode both;
}

.motify .motify-inner {
    padding: 10px 10px;
    text-align: center;
    word-wrap: break-word;
}

.motify p {
    margin: 0 0 5px;
}

.motify p:last-of-type {
    margin-bottom: 0;
}

@-webkit-keyframes motifyFx {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: scale(0.85);
    }
}

@-moz-keyframes motifyFx {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: scale(1);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: scale(0.85);
    }
}

@keyframes motifyFx {
    0% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        transform: scale(0.85);
    }
}

.motifyFx {
@-webkit-animation-name motifyFx;
@-moz-animation-name motifyFx;
@-ms-animation-name motifyFx;
@-o-animation-name motifyFx;
@animation-name motifyFx;
}

.fullscreen-guide {
    z-index: 2000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.fullscreen-guide.hide {
    display: none;
}

.fullscreen-guide .guide-close {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.fullscreen-guide .guide-arrow {
    position: absolute;
    top: 2px;
    right: 15px;
    background: url("../img/wap/guide_arrow.png") top left no-repeat;
    width: 47px;
    height: 44px;
}

.fullscreen-guide .guide-inner {
    padding-top: 48px;
    width: 320px;
    margin: 0 auto;
}

.fullscreen-guide .step {
    width: 260px;
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
}

.follow-guide .guide-inner-title {
    color: #FFF;
    border-bottom: 1px solid #CCC;
    margin: 10px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: normal;
}

.follow-guide .step-2 {
    margin-bottom: 10px;
}

.follow-guide .wxid {
    width: 260px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
}

.follow-guide .step-1, .follow-guide .step-2, .follow-guide .step-3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.follow-guide .wxid {
    padding-left: 65px;
    font-size: 18px;
}

.follow-guide .wxid strong {
    padding: 1px 5px;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
}

.follow-guide .step-1 {
    height: 29px;
}

.follow-guide .step-2 {
    height: 64px;
    background: url("../img/wap/step_2.png") no-repeat;
}

.follow-guide .step-3 {
    margin-top: 10px;
    height: 68px;
    background: url("../img/wap/step_3.png") no-repeat;
}

.follow-guide .quick-subscribe {
    margin: 140px 15px 0 15px;
    padding: 10px;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
}

.follow-guide .quick-subscribe h2 {
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin: 12px 0;
}

.follow-guide .quick-subscribe .btn {
    font-size: 14px;
    background: #44bb00;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    padding: 0 26px;
    border-radius: 4px;
}

.fuck-taobao .step-1 {
    height: 29px;
    background: url("../img/wap/step_1.png") no-repeat;
}

.fuck-taobao .step-2 {
    height: 86px;
    background: url("../img/wap/ftios_step_2.png") no-repeat;
}

.fuck-taobao .step-and-2 {
    height: 62px;
    background: url("../img/wap/ftand_step_2.png") no-repeat;
}

.fav-guide .step-1 {
    height: 29px;
    background: url("../img/wap/step_1.png") no-repeat;
}

.fav-guide .step-2 {
    height: 86px;
    background: url("../img/wap/fav_step_2.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .fullscreen-guide .guide-arrow {
        background-image: url("../img/wap/guide_arrow@2x.png");
        background-size: 47px 44px;
    }

    .follow-guide .step-2 {
        background-image: url("../img/wap/step_2@2x.png");
        background-size: 260px 64px;
    }

    .follow-guide .step-3 {
        background-image: url("../img/wap/step_3@2x.png");
        background-size: 260px 68px;
    }

    .fuck-taobao .step-1 {
        background-image: url("../img/wap/step_1@2x.png");
        background-size: 260px 29px;
    }

    .fuck-taobao .step-2 {
        background-image: url("../img/wap/ftios_step_2@2x.png");
        background-size: 248px 86px;
    }

    .fuck-taobao .step-and-2 {
        background-image: url("../img/wap/ftand_step_2@2x.png");
        background-size: 260px 62px;
    }

    .fav-guide .step-1 {
        background-image: url("../img/wap/step_1@2x.png");
        background-size: 260px 29px;
    }

    .fav-guide .step-2 {
        background-image: url("../img/wap/fav_step_2@2x.png");
        background-size: 260px 86px;
    }

    .share-guide .step-1 {
        background-image: url("../img/wap/step_1@2x.png");
        background-size: 260px 29px;
    }

    .share-guide .step-2 {
        background-image: url("../img/wap/share_step_2@2x.png");
        background-size: 260px 86px;
    }
}

.tlbs, .ts-width, .ts-height {
    display: none !important;
}

.tpl-11-11-banner {
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    background-color: #e4e4e4;
}
.content-body {
    position: relative;
    z-index: 10;
}

.custom-title {
    background: url("../img/wap/bottom_line.png") left top no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    word-break: break-all;
}

.custom-title .title {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.custom-title .sub_title {
    color: #8C8C8C;
    font-size: 11px;
    margin: 5px 0 0;
}

.custom-title .sub_title_date, .custom-title .sub_title_author {
    margin-right: 10px;
}

.custom-title .sub_title_date:empty {
    margin-right: 0;
}

.custom-title .sub_title_author:empty {
    margin-right: 0;
}

.custom-title .sub_title_link {
    color: #6191bf;
}

.custom-title.wx_template {
    padding-top: 17px;
    padding-bottom: 1px;
}

.custom-title.wx_template .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: black;
}

.custom-title.wx_template .sub_title {
    line-height: 1.6;
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}

.custom-title.wx_template .sub_title_link {
    color: #607fa6;
}

.custom-title-link {
    margin-left: 10px;
}

.custom-title-link a {
    font-size: 12px;
    color: #07d;
}

.custom-title-noline .custom-title {
    background: none;
}

.custom-nav, .custom-link {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-nav li, .custom-link li {
    height: 44px;
    background: url("../img/wap/bottom_line.png") left top no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-nav li:last-child, .custom-link li:last-child {
    background-image: none;
}

.custom-nav li:first-child, .custom-link li:first-child {
    background: url("../img/wap/bottom_line.png") left top no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
}

.custom-nav a, .custom-link a {
    display: block;
    height: 100%;
    color: #333;
    line-height: 44px;
    font-size: 14px;
    font-weight: 700;
}

.custom-nav a:hover .right-arrow, .custom-link a:hover .right-arrow {
    background-position: 0 0;
}

.custom-nav a:hover, .custom-link a:hover {
    background-position: 0 15px;
}

.custom-nav .right-arrow, .custom-link .right-arrow {
    padding-right: 0;
}

.custom-nav-noicon a {
    padding-left: 0;
    background: transparent;
}

.custom-nav-title {
    overflow: hidden;
    display: inline-block;
    width: 227px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-nav-two-col {
    float: left;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-nav-two-col .custom-nav-title {
    width: 145px;
}

.custom-nav-two-col:nth-child(2n) {
    border-right: none;
}

.custom-image .title, .custom-image-swiper .title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    z-index: 10;
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFF;
    font-size: 15px;
    line-height: 1.5;
}

.custom-image a[href="javascript:;"], .custom-image a[href="javascript:void(0);"], .custom-image-swiper a[href="javascript:;"], .custom-image-swiper a[href="javascript:void(0);"] {
    cursor: default;
}

.custom-image-swiper-single .swiper-slide {
    float: none;
}

.custom-image li {
    margin: 5px auto;
    position: relative;
    min-height: 40px;
}

.custom-image a {
    display: block;
}

.custom-image img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.custom-image .custom-image-small {
    width: 50%;
    height: 160px;
    float: left;
    overflow: hidden;
}

.custom-image .custom-image-small img {
    margin: 5px;
    width: 100%;
    height: auto;
}

.custom-image-swiper {
    width: 100%;
    position: relative;
}

.custom-image-swiper .swiper-slide a {
    display: block;
    position: relative;
}

.custom-image-swiper .swiper-slide a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.nav-menu-5 .nav-pop-sub .nav-pop-sub-item-4-4 {
    left: 57px;
    bottom: 53px;
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-4 {
    -webkit-animation: icon_show_5_4_4 0.5s, icon_show_opacity 0.5s;
    -moz-animation: icon_show_5_4_4 0.5s, icon_show_opacity 0.5s;
    animation: icon_show_5_4_4 0.5s, icon_show_opacity 0.5s;
    -webkit-transform: rotate(-150deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-150deg) translate3d(0, 0, 0);
    transform: rotate(-150deg) translate3d(0, 0, 0);
    opacity: 1;
    left: 57px;
    bottom: 53px;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-4 {
    -webkit-animation: icon_hide_5_4_4 0.5s, icon_hide_opacity 0.5s;
    -moz-animation: icon_hide_5_4_4 0.5s, icon_hide_opacity 0.5s;
    animation: icon_hide_5_4_4 0.5s, icon_hide_opacity 0.5s;
    -webkit-transform: rotate(0deg) translate3d(-57px, 47px, 0);
    -moz-transform: rotate(0deg) translate3d(-57px, 47px, 0);
    transform: rotate(0deg) translate3d(-57px, 47px, 0);
    left: 57px;
    bottom: 53px;
    opacity: 0;
}

.shop-nav {
    position: fixed;
    z-index: 99;
}

.nav-menu .nav-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-menu a {
    display: block;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-menu-1, .nav-menu-2, .nav-menu-3 {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    background: #eaeaea;
    color: #eee;
    text-align: center;
}

.nav-menu-4, .nav-menu-5 {
    left: 0px;
    bottom: 0px;
}

.nav-menu-4 .nav-pop-sub, .nav-menu-5 .nav-pop-sub {
    position: absolute;
    z-index: 90;
}

.nav-menu-4 .nav-pop-main .nav-special-item, .nav-menu-5 .nav-pop-main .nav-special-item {
    height: 50px;
    width: 50px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    position: absolute;
    z-index: 99;
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item, .nav-menu-5 .nav-pop-sub .nav-pop-sub-item {
    height: 45px;
    width: 45px;
    position: absolute;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item a, .nav-menu-5 .nav-pop-sub .nav-pop-sub-item a {
    border-radius: 100%;
    -webkit-transform: rotateZ(150deg);
    -moz-transform: rotateZ(150deg);
    transform: rotateZ(150deg);
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .nav-menu-1 {
        border-top-width: 1px;
    }
}

.nav-menu-1 a {
    display: block;
    color: #333;
    font-weight: bold;
    text-shadow: 0 0 2px #f5f5f5;
}

.nav-menu-1 .nav-item {
    float: left;
    display: block;
    height: 40px;
}

.nav-menu-1 .nav-item + .nav-item {
    -webkit-border-image: url("../img/wap/border-line.png") 2 stretch;
    -moz-border-image: url("../img/wap/border-line.png") 2 stretch;
    border-image: url("../img/wap/border-line.png") 2 stretch;
    border-left: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .nav-menu-1 .nav-item + .nav-item {
        border-left-width: 1px;
    }
}

.nav-menu-1 .nav-special-item a {
    background-size: 25px 25px;
    margin: 0 auto;
}

.nav-menu-1 .submenu {
    bottom: 49px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 3px #fff inset;
    box-shadow: 0 0 3px #fff inset;
    background-color: #fafafa;
}

.nav-menu-1 .submenu .before-arrow {
    border-top: 6px solid #fafafa;
    border-bottom: 0px none;
    bottom: -5px;
}

.nav-menu-1 .submenu .after-arrow {
    border-top: 6px solid #ccc;
    border-bottom: 0px none;
    bottom: -6px;
}

.nav-menu-1 .submenu a, .nav-menu-1 .submenu .arrow-caret {
    color: #333;
    font-weight: bold;
    text-shadow: 0 0 2px #f5f5f5;
}

.nav-menu-1 .submenu .arrow-caret {
    border-color: transparent transparent #333 transparent;
}

.nav-menu-1 .submenu ul > li.line-divide {
    height: 1px;
    background: url("../img/wap/x_border_line.png") top left no-repeat;
    background-size: 100% 2px;
}

.nav-menu-1.has-menu-0 .nav-special-item {
    width: 100%;
}

.nav-menu-1.has-menu-1 .nav-item {
    width: 84%;
}

.nav-menu-1.has-menu-1 .submenu li a {
    min-width: 120px;
}

.nav-menu-1.has-menu-2 .nav-item {
    width: 42%;
}

.nav-menu-1.has-menu-2 .submenu li a {
    min-width: 120px;
}

.nav-menu-1.has-menu-3 .nav-item {
    width: 28%;
}

.nav-menu-1.has-menu-3 .submenu li a {
    min-width: 80px;
}

.nav-menu-1.has-menu-1 .nav-special-item, .nav-menu-1.has-menu-2 .nav-special-item, .nav-menu-1.has-menu-3 .nav-special-item {
    width: 16%;
}

.nav-menu-2 {
    height: 50px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.nav-menu-2 li {
    float: left;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: red;
}

.nav-menu-2 a {
    display: block;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav-menu-2.has-menu-1 li {
    width: 100%;
}

.nav-menu-2.has-menu-2 li {
    width: 50%;
}

.nav-menu-2.has-menu-3 li {
    width: 33.33333%;
}

.nav-menu-2.has-menu-4 li {
    width: 25%;
}

.nav-menu-2.has-menu-5 li {
    width: 20%;
}

.nav-menu-3 {
    background-color: #292929;
    padding: 0 10px;
}

.nav-menu-3.has-menu-2 .nav-item, .nav-menu-3.has-menu-1 .nav-item, .nav-menu-3.has-menu-0 .nav-item {
    width: 34%;
}

.nav-menu-3.has-menu-2 .nav-item.nav-special-item, .nav-menu-3.has-menu-1 .nav-item.nav-special-item, .nav-menu-3.has-menu-0 .nav-item.nav-special-item {
    width: 32%;
}

.nav-menu-3.has-menu-4 .nav-item, .nav-menu-3.has-menu-3 .nav-item {
    width: 17%;
}

.nav-menu-3.has-menu-4 .nav-item.nav-special-item, .nav-menu-3.has-menu-3 .nav-item.nav-special-item {
    width: 32%;
}

.nav-menu-3 .nav-item {
    height: 40px;
    float: left;
    display: block;
}

.nav-menu-3 .nav-special-item a {
    background-color: #f90;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    margin-top: -10px;
    border-radius: 100%;
    border: 5px solid #292929;
}

.nav-menu-4 {
    left: 10px;
    bottom: 10px;
}

.nav-menu-4 .nav-pop-main {
    height: 50px;
    width: 50px;
}

.nav-menu-4 .nav-pop-main .nav-item {
    display: none;
}

.nav-menu-4 .nav-pop-main .nav-special-item {
    display: block;
    background: url("../img/wap/centerbtn.png") center center no-repeat;
    background-size: 50px 50px;
    border-radius: 100%;
    left: 0px;
    bottom: 0px;
}

.nav-menu-4 .nav-pop-sub {
    bottom: 0px;
    left: 0px;
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item {
    background: rgba(51, 51, 51, 0.9);
    border-radius: 100%;
    opacity: 0;
}

.nav-menu-5 {
    left: 50%;
    bottom: 3px;
}

.nav-menu-5 .nav-pop-main {
    margin-left: -50%;
    padding: 10px 9px 0 9px;
    width: 132px;
    height: 45px;
    position: relative;
    background: url("../img/wap/nav5back.png") center center no-repeat;
    background-size: 150px 50px;
}

.nav-menu-5 .nav-pop-main .nav-item {
    height: 43px;
    width: 41px;
}

.nav-menu-5 .nav-pop-main .nav-item a {
    background-size: 45px 45px;
}

.nav-menu-5 .nav-pop-main .nav-special-item {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    bottom: 8px;
    position: relative;
    left: 5px;
    bottom: -6px;
    float: left;
    margin-top: -10px;
    background: url("../img/wap/centerbtn.png") center center no-repeat;
    background-size: 40px 40px;
}

.nav-menu-5 .nav-pop-sub {
    bottom: 0px;
}

.nav-menu-5 .nav-pop-sub .nav-pop-sub-item {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}

.nav-menu-5 .nav-pop-sub .nav-pop-sub-item a {
    margin-left: -50%;
    width: 100%;
    border-radius: 100%;
    background-color: rgba(41, 41, 41, 0.9);
}

.nav-menu-1 {
    border: 0px none;
    -webkit-border-image: url("../img/wap/border-line.png") 2 stretch;
    -moz-border-image: url("../img/wap/border-line.png") 2 stretch;
    border-image: url("../img/wap/border-line.png") 2 stretch;
    border-top: 2px solid #e5e5e5;
    background: no-repeat #fafafa;
    background-size: 100% 100px;
    height: 40px;
}

.home {
    /* display: inline-block; */
    /* width: 45px; */
    /* color: #333; */
    /* font-weight: bold; */
    /* font-size: 14px; */
    /* background: url("../img/wap/ico_home@2x.png") no-repeat scroll center center; */
    background-size: 24px 24px;
    text-indent: -10000px;
    height: 40px;
    vertical-align: top;
}

.home:hover {
    color: #333;
}

.left-submenu .submenu {
    left: 8px !important;
}

.right-submenu .submenu {
    left: auto !important;
    right: 8px !important;
}

.nav-menu {
    border: 0px none;
    cursor: default;
    font-size: 0;
    line-height: 0;
    border-top: 1px solid #e5e5e5;
}

.nav-menu .arrow-caret {
    display: inline-block;
    vertical-align: text-bottom;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #999 transparent;
    opacity: 0.3;
}

.nav-menu .mainmenu .arrow-weixin {
    margin-right: 0;
}

.nav-menu .mainmenu .arrow-weixin, .nav-menu .mainmenu .mainmenu-txt {
    font-size: 14px;
    line-height: 41px;
    display: inline-block;
    vertical-align: middle;
}

.nav-menu .submenu {
    display: none;
    position: absolute;
    padding: 5px 8px;
    background: #eaeaea;
    text-align: left;
    border-radius: 5px;
    font-size: 14px;
    line-height: 41px;
    z-index: 11;
}

.nav-menu .submenu .before-arrow {
    position: absolute;
    z-index: 11;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.nav-menu .submenu .after-arrow {
    position: absolute;
    z-index: 10;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.nav-menu .submenu ul > li {
    line-height: 20px;
    text-align: center;
}

.nav-menu .submenu ul > li a {
    min-width: 61px;
    max-width: 240px;
    display: block;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
}

.nav-menu-4.nav-show .nav-special-item, .nav-menu-5.nav-show .nav-special-item {
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}
.content-sidebar {
    display: none;
    position: fixed;
    top: 0;
    width: 180px;
    padding-left: 19px;
    margin-left: 550px;
    margin-top: 200px;
}

.sidebar-section {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sidebar-section .sidebar-title {
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 10px;
    background-color: #F2F2F2;
}

.sidebar-section .admin-opts {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.sidebar-section .admin-opts li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #e4e4e4;
}

.sidebar-section .admin-opts li a:hover, .sidebar-section .admin-opts li .active {
    background-color: #F2F2F2;
}

.sidebar-section .admin-opts li:first-of-type {
    border-radius: 5px 5px 0 0;
}

.sidebar-section .admin-opts .last {
    border-radius: 0 0 5px 5px;
}

.sidebar-section .admin-opts .last > a {
    border-bottom: 0px none;
}


@media (min-width: 360px) {
    .tpl-11-11-banner {
        height: 112px;
    }
    .wrapper {
        width: 540px;
        margin: 0 auto;
    }

    .content {
        width: 540px;
        margin: 0 auto;
    }
}

@media (min-width: 360px) {
    .wrapper {
        width: 360px;
        margin: 0 auto;
    }

    .content {
        width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 540px) {
    .tpl-11-11-banner {
        height: 168px;
    }
}
@media (min-width: 760px) {
    .wrapper {
        width: 760px;
        margin: 0 auto;
    }

    .content {
        width: 750px;
        margin: 30px auto 0;
    }

    .content-body {
        background-color: #fff;
        width: 540px;
        padding: 10px;
        border: 1px solid #ddd;
    }

    .content-sidebar {
        display: block;
        position: fixed;
        top: 0;
        width: 200px;
        padding-left: 19px;
        margin-left: 550px;
        margin-top: 60px;
    }

    .footer {
        width: 760px;
        margin: 20px auto 0;
    }

    .footer .copyright {
        width: 574px;
        margin: 0;
    }

    .sidebar-section {
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .sidebar-section .sidebar-title {
        border-radius: 5px 5px 0 0;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #e4e4e4;
        padding: 8px 10px;
        background-color: #F2F2F2;
    }

    .sidebar-section .admin-opts {
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        border-radius: 5px;
    }

    .sidebar-section .admin-opts li a {
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #e4e4e4;
    }

    .sidebar-section .admin-opts li a:hover, .sidebar-section .admin-opts li .active {
        background-color: #F2F2F2;
    }

    .sidebar-section .admin-opts li:first-of-type {
        border-radius: 5px 5px 0 0;
    }

    .sidebar-section .admin-opts .last {
        border-radius: 0 0 5px 5px;
    }

    .sidebar-section .admin-opts .last > a {
        border-bottom: 0px none;
    }

    .shop-detail {
        margin: 0;
        margin: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        color: #666666;
        border-bottom: 1px dashed #ccc;
        line-height: 1.6;
    }

    .shop-info {
        background-color: #fff;
        margin-bottom: 0;
    }

    .shop-card {
        border: 0px none;
        display: table;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .shop-name {
        margin: 0 0 0 10px;
    }

    .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .shop-img {
        border-radius: 30px;
        width: 60px;
        height: 60px;
    }

    .weixin-title, .weixin-no {
        font-size: 12px;
        color: #666;
        margin: 5px 0;
    }

    .weixin-no {
        color: #999;
        margin: 0 0 10px;
    }

    .qr-code {
        margin: 0;
    }

    .sku-detail .qrcode-buy {
        display: block;
    }

    .tpl-shop-header, .tpl-wxd-header, .tpl-11-11-banner {
        height: 168px;
    }

    .tpl-11-11-coupon li {
        width: 163px;
    }
}
@media (min-width: 800px) {
    .content {
        width: 760px;
        margin: 30px auto 20px;
    }

    .content-body {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .content-sidebar {
        margin-left: 560px;
    }

    .footer .copyright {
        width: 562px;
    }

    .tpl-shop-header, .tpl-wxd-header {
        height: 168px;
    }
}
