/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*

*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
}

@media screen and (max-width: 360px) {
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 13px;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 13px;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 13px;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 13px;
    }
}
/*********************************** normalize.css end ************************************/

/* 网站图标 */
@font-face {font-family: "86iconfont";
    src: url('/mobile_css/iconfont/iconfont.eot?t=14738439018'); /* IE9*/
    src: url('/mobile_css/iconfont/iconfont.eot?t=14738439018#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/mobile_css/iconfont/iconfont.woff?t=14738439018') format('woff'), /* chrome, firefox */
    url('/mobile_css/iconfont/iconfont.ttf?t=14738439018') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/mobile_css/iconfont/iconfont.svg?t=14738439018#iconfont') format('svg'); /* iOS 4.1- */
}
.icon-font {
    font-family: "86iconfont" !important;
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-kuzi:before { content: "\e670"; }
.icon-xizhuang:before { content: "\e671"; }
.icon-Txu:before { content: "\e672"; }
.icon-nvbao:before { content: "\e676"; }
.icon-yanjing:before { content: "\e634"; }
.icon-QQ:before { content: "\e64f"; }
.icon-songhuo:before { content: "\e67d"; }
.icon-weixin:before { content: "\e650"; }
.icon-youxiang:before { content: "\e635"; }
.icon-list:before { content: "\e600"; }
.icon-hao:before { content: "\e601"; }
.icon-rili:before { content: "\e685"; }
.icon-xiangzi:before { content: "\e658"; }
.icon-shizhong:before { content: "\e617"; }
.icon-shoucang1:before { content: "\e665"; }
.icon-yonghuxinxi:before { content: "\e629"; }
.icon-wupindabao:before { content: "\e655"; }
.icon-arrowdown:before { content: "\e610"; }
.icon-fanhui:before { content: "\e61b"; }
.icon-shizhong1:before { content: "\e615"; }
.icon-xiangzi1:before { content: "\e621"; }
.icon-xinlang:before { content: "\e652"; }
.icon-fanhui1:before { content: "\e602"; }
.icon-fanhui2:before { content: "\e603"; }
.icon-shuiwu:before { content: "\e687"; }
.icon-fenxiang:before { content: "\e618"; }
.icon-q-a:before { content: "\e66f"; }
.icon-fenxiang1:before { content: "\e662"; }
.icon-dingdan:before { content: "\e657"; }
.icon-ticket2:before { content: "\e673"; }
.icon-weibiaoti2:before { content: "\e688"; }
.icon-markfill:before { content: "\e604"; }
.icon-xuzhi:before { content: "\e667"; }
.icon-thumb:before { content: "\e62c"; }
.icon-bianji:before { content: "\e62e"; }
.icon-yinxingqia:before { content: "\e64a"; }
.icon-duigou:before { content: "\e628"; }
.icon-gouwuche:before { content: "\e620"; }
.icon-fahuo:before { content: "\e656"; }
.icon-dianpu:before { content: "\e606"; }
.icon-youhui:before { content: "\e647"; }
.icon-wuyoutuihuanhuo:before { content: "\e659"; }
.icon-sousuo:before { content: "\e607"; }
.icon-diqiu:before { content: "\e630"; }
.icon-xiangzuo:before { content: "\e65b"; }
.icon-996tianping:before { content: "\e674"; }
.icon-cancel:before { content: "\e61a"; }
.icon-31gouwuchexuanzhong:before { content: "\e608"; }
.icon-31gouwuche:before { content: "\e609"; }
.icon-31shouyexuanzhong:before { content: "\e60a"; }
.icon-31shouye:before { content: "\e60b"; }
.icon-31wodexuanzhong:before { content: "\e60c"; }
.icon-31wode:before { content: "\e60d"; }
.icon-fenxiang2:before { content: "\e619"; }
.icon-gaogenxie01:before { content: "\e677"; }
.icon-yiguoqi:before { content: "\e639"; }
.icon-yishixiao:before { content: "\e663"; }
.icon-icon:before { content: "\e678"; }
.icon-youhui1:before { content: "\e626"; }
.icon-mima:before { content: "\e653"; }
.icon-id:before { content: "\e63b"; }
.icon-anquan:before { content: "\e689"; }
.icon-leixing1:before { content: "\e668"; }
.icon-duigou1:before { content: "\e61d"; }
.icon-tishi:before { content: "\e63c"; }
.icon-iconshipinqu:before { content: "\e679"; }
.icon-shanchu:before { content: "\e62f"; }
.icon-forbid:before { content: "\e622"; }
.icon-shoucangshangpin:before { content: "\e65e"; }
.icon-kefu:before { content: "\e62a"; }
.icon-caiwuguanli:before { content: "\e62b"; }
.icon-lock-fill:before { content: "\e636"; }
.icon-xiangxia:before { content: "\e613"; }
.icon-duigou2:before { content: "\e611"; }
.icon-gouwu:before { content: "\e60e"; }
.icon-tishi1:before { content: "\e627"; }
.icon-duigou3:before { content: "\e64b"; }
.icon-ruku:before { content: "\e641"; }
.icon-qizhi:before { content: "\e631"; }
.icon-liubianxing2:before { content: "\e633"; }
.icon-dun001:before { content: "\e68a"; }
.icon-paixingbang:before { content: "\e616"; }
.icon-yonghuming:before { content: "\e654"; }
.icon-quxiao01:before { content: "\e61c"; }
.icon-waibiduihuan:before { content: "\e67f"; }
.icon-qianshou:before { content: "\e642"; }
.icon-chanpinjianyi:before { content: "\e65a"; }
.icon-jianyi:before { content: "\e63d"; }
.icon-yichangguanli:before { content: "\e643"; }
.icon-tejia:before { content: "\e60f"; }
.icon-iconfont:before { content: "\e625"; }
.icon-iconfontdui:before { content: "\e61e"; }
.icon-shaixuan:before { content: "\e614"; }
.icon-yonghuming1:before { content: "\e637"; }
.icon-juxing11:before { content: "\e680"; }
.icon-facebook:before { content: "\e651"; }
.icon-chongzhi01:before { content: "\e669"; }
.icon-jisuanqi:before { content: "\e675"; }
.icon-07:before { content: "\e63e"; }
.icon-xiangzuo-copy:before { content: "\e65c"; }
.icon-tianxie-copy:before { content: "\e65d"; }
.icon-zhanghuxinxi:before { content: "\e660"; }
.icon-shape:before { content: "\e632"; }
.icon-duigou4:before { content: "\e623"; }
.icon-meibangzhudianjitai:before { content: "\e624"; }
.icon-baoxian:before { content: "\e63f"; }
.icon-wenhao:before { content: "\e644"; }
.icon-xihuan:before { content: "\e664"; }
.icon-zhaobiaocaigou:before { content: "\e645"; }
.icon-xiangshang-copy:before { content: "\e612"; }
.icon-fenleifuzhi:before { content: "\e605"; }
.icon-artboard6:before { content: "\e67c"; }
.icon-peisong2:before { content: "\e66a"; }
.icon-loading:before { content: "\e61f"; }
.icon-yishiyong:before { content: "\e63a"; }
.icon-anquan1:before { content: "\e638"; }
.icon-changyonggongju:before { content: "\e66b"; }
.icon-unif049:before { content: "\e67b"; }
.icon-caiwuguanli1:before { content: "\e648"; }
.icon-quxiao:before { content: "\e640"; }
.icon-shouhuorenxinxi:before { content: "\e649"; }
.icon-xiangshang:before { content: "\e64c"; }
.icon-xiangxia1:before { content: "\e64d"; }
.icon-xingxing-copy:before { content: "\e686"; }
.icon-wenda:before { content: "\e683"; }
.icon-youhui2:before { content: "\e62d"; }
.icon-dianpu1:before { content: "\e65f"; }
.icon-tuikuan:before { content: "\e68b"; }
.icon-fahuo-copy:before { content: "\e646"; }
.icon-zhanghu:before { content: "\e66c"; }
.icon-askonline:before { content: "\e66d"; }
.icon-bangzhuzhongxin:before { content: "\e661"; }
.icon-tuwenliebiao:before { content: "\e64e"; }
.icon-anquan2:before { content: "\e682"; }
.icon-shouhoufuwu-copy:before { content: "\e66e"; }
.icon-girl:before { content: "\e67a"; }
.icon-zanwutupian:before { content: "\e666"; }
.icon-jsq:before { content: "\e67e"; }
.icon-pingjia:before { content: "\e681"; }
.icon-iconfontlist:before { content: "\e684"; }
/* 网站图标 end */

/*


 */

  

body {
    color: #2b2b2b;
    font: 12.5px pingfang, Helvetica, "Droid Sans", Arial, sans-serif;
    background-color: #ebebeb;
}
html.full-screen, .full-screen body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #000;
}
img {
    max-width: 100%;
}
div, span, a, header {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul, li, p, h3, h4 {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style-type: none;
}
.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 0%;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.box-center {
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    content: ' ';
    visibility: hidden;
    clear: both;
    height: 0;
}
.border-1 {
    border: 1px solid #ddd;
}
.border-t1 {
    border-top: 1px solid #eee;
}
.border-b1 {
    border-bottom: 1px solid #eee;
}
.border-l1 {
    border-left: 1px solid #eee;
}
.border-r1 {
    border-right: 1px solid #eee;
}
.txt-box {
    word-break:break-all;
    word-wrap:break-word;
    overflow-wrap: break-word;
}
.text-cut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.one-row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}
.two_row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}
.three-row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}
.transform {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dl-dialog {
    position: fixed;
    bottom: 40px;
    left: 50%;
    display: none;
    padding: 10px;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    opacity: 0.2;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 9999;
}
.bg-green {
    background: #80c26a;
}
.bg-black {
    background-color: #1b1b1b;
}
.bg-white {
    background-color: #fff;
}
.bg-gray {
    background-color: #f3f3f3;
}
.item-2-cols {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-3-cols {
    display: block;
    float: left;
    width: 33.333333333%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-4-cols {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-5-cols {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-shadow3 {
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.flex-tab {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    -webkit-box-pack: justify;
    -webkit-align-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-tab .flex-item {
    position: relative;
    display: block;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #eee;
}
.flex-tab .flex-item:last-child {
    border-right: none;
}
.flex-tab-line .flex-item.act,
.flex-tab-line .flex-item.act a{
    color: #fe4c5a;
}
.flex-tab-line .flex-item.act:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    border-bottom: 2px solid #fe4c5a;
}
.flex-tab .flex-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.flex-tab .flex-item.act,
.flex-tab .flex-item.act a{
    color: #fe4c5a;
}
/* header search */
.fixed-top, .fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 9999;
}

.fixed-top {
    top: 0;
}

.fixed-footer {
    bottom: 0;
}

.footer-nav-bar {
    height: 45px;
    border-top: 1px solid #eee;
    background: #fff;
}
.list-nav-wrapper {
    position: fixed;
    /* top: 45px; */
    top:0;
    right: 0;
    left: 0;
    z-index: 110;
}

.list-nav-bar, .list-order-bar {
    height: 40px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-order-bar li {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    margin-top: 0;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #28263b;
    border-left: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-nav-bar a, .list-nav-bar a {
    display: block;
    float: left;
    width: 25%;
    margin-top: 2px;
    text-align: center;
    color: #28263b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-nav-bar a {
    margin-top: 0;
    height: 100%;
    line-height: 40px;
}
.list-nav-bar a > i.icon-fanhui2, .list-nav-bar a > i.icon-xiangxia {
    font-size: 12px;
}
.list-order-bar li:nth-child(1) {
    border-left: 0;
}
.list-nav-bar a:nth-child(4) {
    border-left: 1px solid #eee;
}

.footer-nav-bar a.act,
.list-nav-bar a.act,
.list-order-bar li.act,
.list-order-bar li.act a {
    color: #fe4c5a;
}

.footer-nav-bar a:active, .list-nav-bar a:active {
    color: #fe4c5a;
}
.footer-icon-box {
    display: block;
    margin-top: 0px;
    text-align: center;
}
.footer-icon-box > i {
    font-size: 18px;
}
.header-bar, .search-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    z-index: 3;
}

.select-nav {
    position: absolute;
    top: 39px;
    left: 25%;
    display: none;
    width: 25%;
    background-color: #fafafa;
    z-index: 9;
}

.select-nav a {
    display: block;
    height: auto;
    width: 100%;
    border: 1px solid #eee;
    border-top: 0;
}

.header-bar {

}

.header-icon-back {
    padding-top: 10px;
}

.header-icon-back i.icon-fanhui1 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.header-title {
    width: 5.88rem;
    height: 100%;
    line-height: 45px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 1.2rem;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.search-container {

}

.header-box-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    background: #fe4c5a;
    opacity: 1;
}

.search-icon, .header-icon-back {
    position: absolute;
    left: .2rem;
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

.search-icon-menu {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 13px;
    background: url(/Images/mobile86/logo_86.png) no-repeat;
    background-size: 26px 18px;
}

.search-form, .category-form {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin-left: 1rem;
}
.category-form {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin-left: .2rem;
}
.cart-goods-num {
    position: absolute;
    top: 4px;
    left: 62.5%;
    display: inline-block;
    height: 14px;
    min-width: 14px;
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #fe4c5a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.search-form-box, .category-form-box {
    height: 30px;
    width: 6.28rem;
    margin-top: 8px;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.category-form-box {
    width: 7.88rem;
}
.search-form-box:after {
    position: absolute;
    top: 31px;
    left: 1rem;
    /*content: ' ';*/
    height: 8px;
    width: 6.28rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form-icon {
    position: absolute;
    top: 10px;
    display: block;
    width: .6rem;
    height: 22px;
    margin-left: .1rem;
}

.search-form-icon .icon-sousuo {
    font-size: 24px;
    color: #999;
}

.search-form-input {
    height: 100%;
    width: 5.58rem;
    margin-left: .7rem;
    vertical-align: middle;
}

.search-form-input input {
    border: 0;
    display: block;
    background: 0;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 100%;
    vertical-align: top;
    color: #999;
    outline: none;
}

.search-message {
    position: absolute;
    right: .2rem;
    top: 10px;
    display: inline-block;
}

.search-go {
    margin-left: .2rem;
    color: #fff;
    font-size: 20px;
}

.search-arrow {
    position: absolute;
    top: 20px;
    right: 1.1rem;
    cursor: pointer;
}

.search-arrow:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 4px;
    border-left-width: 7px;
    border-color: transparent;
    border-left-color: #fff;
}

.search-index-message:after {
    /*content: ' ';*/
    position: absolute;
    top: 0;
    right: 4px;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.search-icon-menu .icon-font, .search-message .icon-font {
    font-size: 24px;
    color: #fff;
}
.index-menu-list {
    position: absolute;
    top: 35px;
    right: -5px;
    display: none;
    width: 100px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.index-menu-list .menu-item {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.index-menu-list .menu-item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.index-menu-list .menu-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.index-menu-list .menu-item:active,
.index-menu-list .menu-item:active a {
    color: #fff;
    background: #fe4c5c;
}
.index-menu-list:after {
    content: '';
    position: absolute;
    top:-7px;
    right: 15px;
    width: 10px;
    height: 7px;
    background: url(/Images/mobile86/arrow.png);
    background-size: 10px 7px;
}


/* search */
.search-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 45px;
    z-index: 5;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
}
.search-icon-menu .icon-fanhui {
    font-size: 24px;
    color: #333;
}
.search-form-icon2 {
    position: absolute;
    top: 15px;
    display: block;
    width: .75rem;
    height: 16px;
    font-size: 14px;
    margin-left: .1rem;
    border-right: 1px solid #aaa;
}
.search-form-box2 {
    height: 30px;
    width: 5.6rem;
    margin-top: 8px;
    border-bottom: 1px solid #fe4c5a;
    overflow: hidden;
}
.search-form-box2:after {
    position: absolute;
    top: 36px;
    left: 1rem;
    content: ' ';
    height: 2px;
    width: 5.6rem;
    border-left: 1px solid #fe4c5a;
    border-right: 1px solid #fe4c5a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-form-input2 {
    height: 100%;
    width: 4.5rem;
    margin-left: 1rem;
    vertical-align: middle;
}
.search-form-input2 input {
    border: 0;
    display: block;
    background: 0;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 100%;
    vertical-align: top;
    color: #666;
    outline: none;
}
.del-input-con {
    position: absolute;
    top: 15px;
    right: 1.7rem;
    color: #aaa;
    cursor: pointer;
}
.search-btn {
    display: block;
    width: 1.3rem;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: #fe4c5a;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.search-result-list {
    padding-right: 15px;
    padding-left: 15px;
    background: #fff;
}
.search-result-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}
.search-result-list li:first-child {
    border-top: 0;
}
.search-history-title {
    height: 40px;
    line-height: 40px;
}
.search-history {

}
.search-history span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 5px 10px;
    background-color: #eee;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.crow-box, .sadness-child {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
}
.crow-box img, .sadness-child img {
    width: 2.5rem;
    max-width: 130px;
}
/* 遵循文档流 */
.crow-box.on--sign, .sadness-child.on--sign {
    position: relative;
    top: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    transform: translateY(0);
}
@media screen and (max-width: 360px) {
    .search-form-icon2 {
        font-size: 13px;
    }
}




.container-wrapper {
    min-height: 100%;
    /* padding: 45px 0; */
    /* padding-top: 64px; */
    /*background-color: #ebebeb;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-wrapper {
    position: relative;
    top: 0;
    width: 8.28rem;
    height: 4rem;
}

.slide-li img {
    width: 8.28rem;
    height: 4rem;
}
.item-slider {
    position: relative;
    top: 0;
    width: 8.28rem;
    height: 8.28rem;
}
.slide-item {
    background-color: #fff;
}

.slide-item img {
    width: 100%;
    height: 8.28rem;
}

.slider-dot li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    overflow: hidden;
    text-indent: -99999px;
    /*background-color: #fff;*/
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.slider-dot li.on {
    background-color: #fff;
}

.slider-dot {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.floor {
    width: 100%;
}

.floor {
    width: 100%;
    font-size: 100%;
    overflow: hidden;
}

.position-r {
    position: relative;
    top: 0;
    left: 0;
    min-height: 16px;
}
.position-a {
    position: absolute;
    top: 0;
    left: 0;
}

.container-bg {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
}

.quick-entry-nav {
    padding: .2rem;
}

.quick-entry-link {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    padding-bottom: 5px;
    text-align: center;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.quick-entry-link:after {
    content: ' ';
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
}

.quick-entry-link:nth-child(5n) {
    border-right: 0;
}

.border-bottom-0 {
    border-bottom: 0;
}

.quick-entry-link img {
    width: 50%;
    /*height: 1.2rem;*/
    display: block;
    margin: 5px auto;
}

/* 首页广告 */
.site-banner {
    width: 100%;
    min-height: 1rem;
    /*background-color: #f3c;*/
}
.site-banner img {
    display: block;
    width: 100%;
}

.guide-tab {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    -webkit-box-pack: justify;
    -webkit-align-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.guide-tab .tab-item {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto .3rem;
    text-align: center;
    line-height: 1.2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.guide-tab .tab-item.juxing11 {
    background-color: #fb1c8f;
}
.guide-tab .tab-item.pingjia {
    background-color: #ff7e00;
}
.guide-tab .tab-item.waibiduihuan {
    background-color: #276ee4;
}
.guide-tab .tab-item.anquan1 {
    background-color: #4eb118;
}
.guide-tab .icon-font {
    font-size: 24px;
    color: #fff;
}

.welcome-box {
    padding: 10px .2rem;
    margin: 5px 0;
    background-color: #fff;
}
.welcome-box svg {
    vertical-align: -3px;
    margin-right: .12rem;
}
.title {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}

.title span {
    position:relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.title span .icon-font {
    position:absolute;
    top: 0;
    left: 0;
    color: #00b8ee;
    font-size: 28px;
}
.title span .icon-hao {
    top: 6px;
    left: 6px;
    font-size: 16px;
}

.title-con {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.title-con h3 {
    text-indent: 5px;
    letter-spacing: 5px;
    font-size: 16px;
}

.title-con p {
    color: #666;
    font-size: 12px;
}

.new-title-box {
    position: relative;
    height: 30px;
    margin: 0 .2rem;
    text-align: center;
}
.new-title-box:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #000;
    -webkit-transform: scaleY(0.5);
}
.new-title {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 12px;
    background-color: #ebebeb;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index:3;
}

.recommend {
}

.recommend ul:after {
    content: ' ';
    clear: both;
}

.recommend-item {
    display: inline-block;
    float: left;
    width: 4.09rem;
    height: 5.5rem;
    padding: .1rem;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.recommend-item:nth-child(2n-1) {
    /*margin-right: .05rem;*/
    float: left;
}

.recommend-item:nth-child(2n) {
    /*margin-left: .05rem;*/
    float: right;
}

.recommend-item a {
    display: block;
}

.recommend-item-pic img {
    width: 3.89rem;
    height: 3.89rem;
}

.recommend-item-title span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    height: .76rem;
    line-height: .38rem;
    color: #000;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-item-bottom {
    font-size: 16px;
}

.recommend-item-price1 {
    color: #fe4c5c;
    font-weight: 600;
}

.recommend-item-price2 {
    color: #aaa;
    font-size: 15px;
    text-decoration: line-through;
}
.icp-box {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.icp-box img {
    vertical-align: -5px;
}
@media screen {

}

.item-container {
    background-color: #ebebeb;
}

.goods-part {
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
}

.basic-info {
    padding: 0 .3rem .1rem;
}

.prod-title .title-text {
    display: inline-block;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 20px;
}

.prod-price {
    color: #fe4c5c;
    line-height: 32px;
}

.yang-price1 {
    font-size: 17px;
    font-weight: 900;
}

.price1 {
    font-size: 20px;
    font-weight: 600;
}

.promote-time {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 20px;
    width: 100px;
    height: 20px;
    text-indent: 15px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    background: #333;
}
.promote-time:after {
    content: '';
    position: absolute;
    top: 3px;
    left: -7px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #333;
}

.heart {
    display: inline-block;
    float: right;
    margin-right: .2rem;
    width: 24px;
    height: 24px;
}
.heart .icon-font {
    font-size: 24px;
    color: #999;
}
.heart.on .icon-font {
    font-size: 24px;
    color: #fe4c5c;
}

.prod-price-history, .prod-freight {
    color: #b4b4b4;
    font-size: 14px;
}

.prod-price-history {
    text-decoration: line-through;
}

.prod-freight span:nth-child(3) {
    margin-left: 30px;
}

.prod-attr-title {
    padding-top: 5px;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 20px;
    font-weight: 600;
}

.prod-attr-tag {

}

.prod-attr-tag span, .prod-comment-tag span {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 6px 12px;
    color: #fff;
    background-color: #b4b4b4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.prod-attr-tag span.cu_2_close {
    background-color: #cfcfcf;
}

.prod-attr-tag span.cu_2_select {
    background-color: #fe4c5c;
}

.prod-attr-tag span.cu_2_off {
    background-color: #b4b4b4;
}

.prod-attr-tag span.cu_2_on {
    background-color: #fe4c5c;
}

.buy-num {
    padding: 15px 0;
    line-height: 24px;
}

.buy-num label {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 8px;
    text-align: center;
    color: #fff;
    background-color: #b4b4b4;
}

.buy-num input {
    display: inline-block;
    height: 20px;
    width: 16px;
    text-align: center;
    padding: 0 4px;
    outline: 0;
    color: #fe4c5c;
}

.buy-num .prod-attr-title {
    margin-right: 15px;
}

.section {
    width: 100%;
    margin-top: 10px;
}

.prod-comment-tag span {
    color: #b4b4b4;
    background-color: #ffe6e9;
}

.prod-comment-tag span.not {
    background-color: #f0f0f0;
}

.prod-comment-info {

}

.prod-comment-con {
    padding-top: 8px;
    padding-bottom: 8px;
}

.user-info-box {
    margin-top: 5px;
    margin-bottom: 5px;
}

.head-img {
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.head-img, .user-name, .user-level {
    float: left;
}
/*头像加冕*/
.gradient-outside > .crown {
    position: absolute;
    bottom: -0.2rem;
    left: 3px;
}
.gradient-outside {
    position: relative;
    width: 95px;
    height: 95px;
    padding: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #e7948b 0%, #bc5d53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7948b), color-stop(100%,#bc5d53));
    background: -webkit-linear-gradient(top, #e7948b 0%,#bc5d53 100%);
    background: -o-linear-gradient(top, #e7948b 0%,#bc5d53 100%);
    background: -ms-linear-gradient(top, #e7948b 0%,#bc5d53 100%);
    background: linear-gradient(to bottom, #e7948b 0%, #bc5d53 100%);
}
.gradient-inside {
    width: 91px;
    height: 91px;
    padding: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #5b3739 0%, #ffccc8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b3739), color-stop(100%,#ffccc8));
    background: -webkit-linear-gradient(top, #5b3739 0%,#ffccc8 100%);
    background: -o-linear-gradient(top, #5b3739 0%,#ffccc8 100%);
    background: -ms-linear-gradient(top, #5b3739 0%,#ffccc8 100%);
    background: linear-gradient(to bottom, #5b3739 0%, #ffccc8 100%);
}
.gradient-head-bg {
    width: 89px;
    height: 89px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.gradient-outside.vip2 {
    background: -moz-linear-gradient(top, #c1d0dc 0%, #a8b5ce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1d0dc), color-stop(100%,#a8b5ce));
    background: -webkit-linear-gradient(top, #c1d0dc 0%,#a8b5ce 100%);
    background: -o-linear-gradient(top, #c1d0dc 0%,#a8b5ce 100%);
    background: -ms-linear-gradient(top, #c1d0dc 0%,#a8b5ce 100%);
    background: linear-gradient(to bottom, #c1d0dc 0%, #a8b5ce 100%);
}
.gradient-outside.vip2 .gradient-inside {
    background: -moz-linear-gradient(top, #707e96 0%, #eef2f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707e96), color-stop(100%,#eef2f5));
    background: -webkit-linear-gradient(top, #707e96 0%,#eef2f5 100%);
    background: -o-linear-gradient(top, #707e96 0%,#eef2f5 100%);
    background: -ms-linear-gradient(top, #707e96 0%,#eef2f5 100%);
    background: linear-gradient(to bottom, #707e96 0%, #eef2f5 100%);
}
.gradient-outside.vip3 {
    background: -moz-linear-gradient(top, #ffdc3b 0%, #eba808 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc3b), color-stop(100%,#eba808));
    background: -webkit-linear-gradient(top, #ffdc3b 0%,#eba808 100%);
    background: -o-linear-gradient(top, #ffdc3b 0%,#eba808 100%);
    background: -ms-linear-gradient(top, #ffdc3b 0%,#eba808 100%);
    background: linear-gradient(to bottom, #ffdc3b 0%, #eba808 100%);
}
.gradient-outside.vip3 .gradient-inside {
    background: -moz-linear-gradient(top, #e3a409 0%, #f5dc69 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3a409), color-stop(100%,#f5dc69));
    background: -webkit-linear-gradient(top, #e3a409 0%,#f5dc69 100%);
    background: -o-linear-gradient(top, #e3a409 0%,#f5dc69 100%);
    background: -ms-linear-gradient(top, #e3a409 0%,#f5dc69 100%);
    background: linear-gradient(to bottom, #e3a409 0%, #f5dc69 100%);
}
.gradient-outside.vip4 {
    background: -moz-linear-gradient(top, #a542eb 0%, #7c40c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a542eb), color-stop(100%,#7c40c1));
    background: -webkit-linear-gradient(top, #a542eb 0%,#7c40c1 100%);
    background: -o-linear-gradient(top, #a542eb 0%,#7c40c1 100%);
    background: -ms-linear-gradient(top, #a542eb 0%,#7c40c1 100%);
    background: linear-gradient(to bottom, #a542eb 0%, #7c40c1 100%);
}
.gradient-outside.vip4 .gradient-inside {
    background: -moz-linear-gradient(top, #440e82 0%, #d6b8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#440e82), color-stop(100%,#d6b8ff));
    background: -webkit-linear-gradient(top, #440e82 0%,#d6b8ff 100%);
    background: -o-linear-gradient(top, #440e82 0%,#d6b8ff 100%);
    background: -ms-linear-gradient(top, #440e82 0%,#d6b8ff 100%);
    background: linear-gradient(to bottom, #440e82 0%, #d6b8ff 100%);
}
.user-name {
    margin-top: 10px;
    margin-left: 5px;
}

.user-level {
    display: block;
    width: 38px;
    height: 13px;
    margin-top: 19px;
    margin-left: 5px;
}

.prod-comment-con p {
    font-size: 14px;
    color: #2b2b2b;
    line-height: 20px;
}

.prod-comment-con p.prod-info-summary {
    color: #909090;
}

.all-comment, .full-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: #fff;
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-scrolling : touch;
}

.comment-container-wrapper, .mask-container-wrapper, .container {
    margin-top: 45px;
}

.comment-container-wrapper .section {
    background: #fff6f7;
}

.all-comment .prod-comment-con {
    border-bottom: 1px solid #eee;
}

.prod-info-summary span {
    margin-right: 10px;
}

.btn-box {
    margin: 20px auto;
    text-align: center;
}

.btn-red-border {
    display: inline-block;
    padding: 6px 12px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #fe4c5c;
    color: #fe4c5c;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.store-info-box {
    padding-top: 10px;
}

.store-logo {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    margin-right: .1rem;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
}
.store-name,
.store-evaluate,
.store-level{
    height: .6rem;
    line-height: .6rem;
    font-size: 14px;
    font-weight: 500;
}
.store-name {
    width: 5.78rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.store-level img {
    vertical-align: -2px;
}
.store-evaluate i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(/Images/86new/star.png);
    background-repeat: no-repeat;
}

.store-evaluate i.star_yes {
    background-position: 0 0;
}

.store-evaluate i.star_no {
    background-position: -26px 0;
}

.store-evaluate i.star_half {
    background-position: -13px 0;
}

.store-goods {
    margin-top: 20px;
}

.store-goods li {
    float: left;
    width: 1.845rem;
    height: 1.845rem;
    margin-right: .1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.store-goods li:last-child {
    margin-right: 0;
}

.store-goods img {
    width: 100%;
    height: 100%;
}

.goods-info-tab {
    width: 100%;
    height: 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.goods-info-tab .tab {
    position: relative;
    width: 50%;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-right: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.goods-info-tab .tab:last-child {
    border-right: 0;
}

.goods-info-tab .tab.on {
    color: #fe4c5c;
}

.goods-info-tab .tab.on:after {
    content: ' ';
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: block;
    width: 44%;
    height: 5px;
    box-sizing: border-box;
    border-bottom: 5px solid #fe4c5c;
    transform: translateX(-50%);
}

.goods-parameter {
    display: none;
}

.goods-parameter li {
    min-height: 45px;
    border-bottom: 1px solid #eee;
}

.goods-parameter-title, .goods-parameter-con {
    display: block;
    height: 100%;
    padding: .3rem;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.goods-parameter-title {
    width: 35%;
    color: #777;
}

.goods-parameter-con {
    width: 65%;
    color: #444;
}

.goods-info li {
    margin-top: 15px;
}

.goods-info img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.best-bottom {
    position: relative;
    height: 30px;
    text-align: center;
}

.best-bottom span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    background-color: #ebebeb;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}

.line {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #000;
    -webkit-transform: scaleY(0.5);
}

.show-cart, .add-cart {
    display: inline-block;
    float: left;
    height: 100%;
    width: 50%;
    vertical-align: top;
    text-align: center;;
    line-height: 45px;
    font-size: 16px;
}

.show-cart > i, .add-cart > i {
    font-size: 18px;
}

.footer-nav-bar .show-cart {
    background-color: #fafafa;

}

.footer-nav-bar .add-cart {
    background-color: #fe4c5c;
    color: #fff;
}

/* 店铺 */
.shop-header {
    background: #fff;
}
.shop-info {
    padding:10px .2rem;
}
.shop-info .collect-shop {
    position: absolute;
    top: 50%;
    right: .2rem;
    margin-top: -12px;
}
.shop-header-nav {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border-top: 1px solid #ddd;
}
.shop-header-nav a {
    display: block;
}
.shop-header-nav a.on {
    color: #fe4c5c;
}
.shop-price-sort {
    position: relative;
}
.shop-price-sort i {
    position: absolute;
    left: 3px;
    color: #bbb;
    font-size: 12px;
}
.shop-price-sort i.on {
    color: #666;
}
.shop-price-sort i.icon-xiangshang {
    top: -19px;
}
.shop-price-sort i.icon-xiangxia1 {
    top: -11px;
}
.list-style i {
    font-size: 20px;
}
.shop-product-list {

}
.product-item {
    position: relative;
    float: left;
    width:50%;
    min-height: 100px;
    padding: 4px;
    background:#eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-item-title {
    display: -webkit-box;
    overflow: hidden;
    padding: 3px 5px;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
}
.product-item-bottom {
    padding: 0 5px;
    font-size: 16px;
    line-height: 22px;
}
.product-item img {
    display: block;
    width: 100%;
}

/* 店铺 end */


.shop-group {
    height: 100%;
}

.shop-group-item {
    margin-bottom: 10px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.shop-title {
    height: 1rem;
    line-height: 1rem;
}

.shop-title .item {
    position: relative;
    margin-left: .8rem;
    height: 1rem;
    line-height: 1rem;
}

.check-wrapper, .edit-wrapper {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: .8rem;
    margin-left: -.8rem;
}

.cart-checkbox {
    position: relative;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: -10px auto 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAA3NCSVQICAjb4U/gAAAALVBMVEX///+hprehprehprehprehprehprehprehprehprehprehprehprehprehprd0XKVXAAAAD3RSTlMAESIzRGZ3iJmqu8zd7v8zDtSdAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAAPVJREFUKJF1k88KQUEUxg/yrygLG4m8gLKVUlZ28gTyAsrCTskLKLL3BFKysJO1IixkYSMkrr5nMPeie+/0OYuZ6TedP3PONyKWecpjYNWKicO8PVh2zDjYSIHTWi0PmzaAeUkk3gYOP5YAhp9THhh8kyww+90XYHySJXG3w3cwtfYRqjb042FuAdyc1dVQV2sWTScMYm96G+KyhfL34uKGRWQkhL4bhtGVFHJu6MNOKlpIFfQqnbsOFZlcdVh5yuasw/RLsNVhFIKlDiP/IHOniWhJtHj6TNoQ2jraZDoOPjg6YioGLhsqMCpFLloub/oR9C/zBsU0n4PhpWahAAAAAElFTkSuQmCC) no-repeat;
    background-size: 20px;
}

.cart-checkbox.checked {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAA3NCSVQICAjb4U/gAAAAh1BMVEX/////UAD/UAD/UAD/UAD/UAD/UAD/UAD/UAD/UAD/UAD/UAD/////+vj/9fD/8ev/8On/7OP/6d//5Nj/4NL/3s//2cj/1MH/zLX/w6f/wKP/upv/t5b/rYf/qID/oXb/mWb/jlr/jFj/dTb/cC//biz/bSr/aCP/XhT/Wg7/Vgn/UQL/UADQOR1YAAAALXRSTlMAESJEd4iZqrvM3e7///////////////////////////////////////////9INcYgAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAARJJREFUOI2N1et2wiAMAOBApVZg7j7dzbn71Lz/8w0qcsKtJr/EfgcIDSkADdGpQaMLPahOQCtkb5CE6WWdzbGIeYXOTOncrLOMicp0YdJkq2LRcogLwXOJbK4bVo95TDvEkJGs5kvDSM7CcXF53iH6KXsO7N3RnN2hDyOgaz/9evyIvztQTfe5tBeH00DB0HLfl9au42gAPeFW+zjUMOEeduSPBiwchdvbbdtReGNtkD+lQ5LMmw3y97p0mh7Pq5PvR3efOXc89MBH6d3dX56dSl/hi5NXNedeYVoUXtacK4qszJ6qzpdZVriHzXPFjYXLvgr8y8W+rvwGwG8p7CbFb3v8Rgr81gzsZj9ulX4+0kf/qVXH8bP2GwMAAAAASUVORK5CYII=) no-repeat;
    background-size: 20px;
}

.shop-title-content {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
}

.shop-title-name, .shop-title-icon {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.shop-title-icon {
    width: .6rem;
    margin-right: 0;
}

.shop-title-icon img {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.shop-title-name {
    width: 3.5rem;
    font-size: 14px;
    color: #252525;
}

.edit-wrapper {
    top: 0;
    right: .12rem;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 360px) {
    .edit-wrapper,
    .shop-title-name {
        font-size: 13px;
    }
}

.shop-cart-list li, .shop-cart-list2 li {
    margin-top: .06rem;
    background-color: #fafafa;
}

.items {
    position: relative;
    padding-left: .2rem;
    padding-right: .2rem;
}
.shop-cart-list .items {
    padding-left: 0;
    margin-left: .8rem;
    text-align: left;
}

.shop-item-core {
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}

.cart-photo-thumb, .photo-thumb {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
}

.product-cell-1 {
    /*position: absolute;
    top: 0;
    left: 0;*/
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    z-index: 0;
}
.product-cell-2 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 6px;
    padding-left: 2.7rem;
    box-sizing: border-box;
}
.right-top-tag {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: rgba(0,0,0,.3);
    color: #fff;
    z-index: 2;
}
.cart-product-info, .product-info {
    padding-right: .2rem;
}

.cart-product-name {
    display: block;
}
.remarks-box {
    margin-left: 60px;
}
.remarks-box span {
    position: absolute;
    top: 10px;
    left: 0.2rem;
}
.remarks-box input {
    padding: 3px 5px;
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shop-cart-item-attr, .shop-cart-item-price {
    padding-top: .2rem;
}

@media screen and (max-width: 360px) {
    .shop-cart-item-attr, .shop-cart-item-price {
        padding-top: .05rem;
    }
}

@media (min-width: 361px) and (max-width: 375px) {
    .shop-cart-item-attr, .shop-cart-item-price {
        padding-top: .1rem;
    }
}

.shop-cart-item-attr span {
    margin-right: 5px;
    color: #7f7f7f;
}
/* 商品属性浮出层 */
.product-all-attr {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    background-color: #fafafa;
    z-index: 1000;
}
.all-attr-btn {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: 15px !important;
    font-weight: 600;
    background-color: #fe4c5a;
}

.shop-product-price {
    color: #fe4c5a;
    font-size: 14px;
    font-weight: 600;
}

.shop-cart-opt {
    display: none;
    padding-right: 1.5rem;
    box-sizing: border-box;
}

.quantity, .quantity-decrease, .quantity-increase {
    display: block;
    float: left;
    width: 33.3333333%;
    height: 1rem;
    line-height: 0.95rem;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
    color: #b4b4b4;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.quantity {
    color: #2b2b2b;
    border-top: 0;
    background-color: transparent;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.del-container {
    position: absolute;
    top: 0;
    right: -0.2rem;
    height: 100%;
    width: 1.6rem;
    background-color: #fe4c5a;
    line-height: 2.2rem;
    color: #fff;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}

.payment-total-bar {
    position: relative;
    width: 100%;
    height: 45px;
    overflow: hidden;
    background-color: #fff;
/*    border-top: 1px solid #eee;*/
}

.shop-chk {
    float: left;
    width: .8rem;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.cart-checkbox-text {

}

.shop-cart-info {
    position: absolute;
    top: 50%;
    left: .8rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.repertory-order-info {
    margin-top: 4%;
    margin-left: 18%;
}

.shop-cart-total {
    margin-left: 5px;
    margin-right: 5px;
}

.shop-cart-total span {
    color: #fe4c5a;
}
.btn-block, .btn-right-block, .btn-repertory {
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    background-color: #fe4c5a;
    border-radius:25px;
    width:80%;
    margin:0 auto;
}

.btn-repertory {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px!important;
    font-weight: 600;
    background-color: #fe4c5a;
}
.btn-block.on, .btn-right-block.on, .btn-repertory.on {
    background-color: #bbb;
}
.btn-block {
    width: 80%;
    line-height: 45px;
}
.btn-right-block {
    width: 2.5rem;
    line-height: 45px;
    font-weight: normal;
}
.btn-repertory {
    width: 30%;
    line-height: 60px;
}

@media screen and (max-width: 340px) {
    .btn-right-block {
        width: 1.6rem;
        font-size: 13px !important;
    }
}

@media (min-width: 341px) and (max-width: 375px) {
    .btn-right-block {
        width: 2.2rem;
        font-size: 14px !important;
    }
}

.shp-cart-empty {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.cart-empty-pic {
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #999;
}
.cart-shadow{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 40px;
    height: 4px;
    margin-left: -14px;
    border-radius: 50%;
    background: #dedede;
}

.empty-warning-text {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    min-height: 40px;
}

.empty-btn-wrapper {
    margin-top: 15px;
    text-align: center;
}

.btn-darkred {
    color: #fff;
    display: inline-block;
    background: #fe4c5a;
    border-radius: 3px;
    line-height: 1.2em;
    font-size: 14px;
    padding: 12px 40px;
}

.shop-search-list li {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.shop-search-list .items {

}

.shop-search-item-attr {
    padding-top: .2rem;
}

.shop-search-item-attr span {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    color: #7f7f7f;
}

.tmall-icon {
    display: block;
    width: 20px;
    height: 20px;
}
.w-20-icon {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.w-20-icon img {
    margin-top: -5px;
    width: 20px;
    height: 20px;
    display: block;
}
@media screen and (max-width: 360px) {
    .tmall-icon {
        width: 15px;
        height: 15px;
    }
    .w-20-icon {
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }
    .w-20-icon img {
        margin-top: 0;
        width: 15px;
        height: 15px;
    }
}

/* sift container */
.sift-container {
    color: #051b28;
}

.sift-move {
    height: 100%;
    overflow: hidden;
    animation: sift-body-move .5s 1 ease;
    -webkit-animation: sift-body-move .5s 1 ease;
    position: relative;
    left: -90%;
}

@-webkit-keyframes sift-body-move {
    0% {
        left: 0
    }
    100% {
        left: -90%
    }
}

@-moz-keyframes sift-body-move {
    0% {
        left: 0
    }
    100% {
        left: -90%
    }
}

@keyframes sift-body-move {
    0% {
        left: 0
    }
    100% {
        left: -90%
    }
}

.sift-move body {
    height: 100%;
    overflow: hidden;
}

.sift-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 103;
}

.sift-panel {
    position: absolute;
    top: 40px;
    left: 100%;
    width: 90%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 105;
}

.sift-container .content {
    background: #fff;
    height: 100%;
    overflow-y: scroll;
}

.sift-row {
    padding: 0 4% 10px;
    border-bottom: 1px solid #e7e7e7;
}

.sift-row .row-head {
    line-height: 28px;
    height: 28px;
    margin: 10px 0;
}

.sift-row .title {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
}

.sift-row .switch-btn {
    float: right;
    margin-top: 10px;
}

.icons-sift-up, .icons-sift-down  {
    position: relative;
    width: 16px;
    height: 10px;
}
.icons-sift-up:after {
    position:absolute;
    top: -10px;
    content: '\e612';
}
.icons-sift-down:after {
    position:absolute;
    top: -10px;
    content: '\e613';
}

.sift-row .row-body {
    height: 34px;
    overflow: hidden;
    margin-right: -2%;
}

.sift-row-expand .row-body {
    height: auto;
}

.sift-row-last {
    margin-bottom: 60px;
    border: none;
}

.sift-item {
    display: block;
    float: left;
    height: 32px;
    width: 30%;
    margin: 0 3% 10px 0;
    line-height: 32px;
    text-align: center;
    background: #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sift-item-selected {
    background: #fe4c5a;
    color: #fff;
}

/* category */
.category-wrapper {
    /* padding-top: 64px; */
}

.category-menu-box {
    float: left;
    width: 22%;
    background-color: #f6f6f6;
}

.category-classify-box {
    float: left;
    width: 78%;
    box-sizing: border-box
}

.category-list {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.category-item {
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.category-item-selected {
    background-color: #fff;
    color: #fe4c5a;
}

.category-classify-link {
    position: relative;
    display: block;
    height: 120px;
    margin-left: 8px;
    margin-bottom: 8px;
    padding-top: 5px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
}

.category-classify-link img {
    display: block;
    width: 80px;
    height: 90px;
    margin: 0 auto 5px;
}

.group {
    width: 100%;
}

.group-item {
    margin-bottom: 10px;
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.group-item2 {
    margin-bottom: 10px;
    background: #fff;
}

.row-item {
    position: relative;
    top: 0;
    left: 0;
}

.item-wrapper {
    padding: 8px .2rem;
    line-height: 20px;
    border-bottom:1px solid #ebebeb;
}

.item-wrapper-last {
    border-bottom: 0;
}

.shop-total {

}

.shop-total span {
    margin-left: 5px;
    color: #fe4c5a;
}

.country-item-box {
    margin-top: 10px;
}

.country-item {
    display: block;
    margin-left: 3px;
    margin-right: 3px;
    padding: 10px;
    background: #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    font-size:16px;
}
.country-item:active, .country-item.on {
    color: #fff;
    background: #fe4c5a
}

.cart-check-verify {
    display: inline-block;
    padding: 3px 12px;
    background-color: #3ab84d;
    color: #fff;
}
.select-area-box {
    position: relative;
    height: 38px;
}

.deliver-wrapper > div:first-child {
    padding: .2rem;
}
.deliver-wrapper .select-area-box {
    float:right;
    width: 3.85rem;
}
.deliver-wrapper .select-area-box:first-child {
    float:left;
}
.deliver-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.deliver-info.deliver-title {
    min-height: 40px;
    color: #fff;
    background-color: #000;
}
.deliver-item:nth-child(2n) {
    background: #fff;
}
.deliver-item:nth-child(2n+1) {
    background: #ffe;
}
.deliver-info-item {
    width: 0;
    padding: 15px 3px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.deliver-more {
    padding: 0 .1rem;
    line-height:30px;
    border-top: 1px solid #eee;
}

.select-area-box  .arrow-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #555;
}
.area-select {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: 4px 35px 4px 5px;
    border: 1px solid #ddd;
    color: #fe4c5a;
    vertical-align: middle;
    background-color: transparent;
    outline: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.font-1 {
    font-size: 14px;
    line-height: 20px;
    color: #2b2b2b;
}

.font-2 {
    font-size: 14px;
    color: #5f5f5f;
}

@media screen and (max-width: 360px) {
    .font-2 {
        font-size: 12px;
    }
}

/* 复选框 */
.chk-1, .chk-2, .chk-3, .chk-4 {
    display: none;
}

/*******STYLE 1*******/
.chk-1 + label.chk,
.chk-3 + label.chk,
.chk-4 + label.chk {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 12px;
    background-color: transparent;
    border: 1px solid #C1CACA;
    vertical-align: top;
    border-radius:20px;
}
.chk-1:checked + label.chk {
    background-color: #ECF2F7;
    border: 1px solid #f12727;
    color: #243441;
}

.chk-1:checked + label.chk:after,
.chk-3:checked + label.chk:after,
.chk-4:checked + label.chk:after {
    font-family: "86iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    content: '\e611';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    border-radius:20px;
    background-color:#f12727; 
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
/*    vertical-align: text-top;*/
}
/*******STYLE 3*******/
.chk-3 + label.chk {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.chk-3:checked + label.chk {
    background-color: #fe4c5a;
    border: 1px solid #fe4c5a;
}

.chk-3:checked + label.chk:after {
    color: #fff;
}
/*******STYLE 4*******/
.chk-4 + label.chk {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

.chk-4:checked + label.chk {
    background-color: #fe4c5a;
    border: 1px solid #fe4c5a;
}

.chk-4:checked + label.chk:after {
    color: #fff;
}
/*******STYLE 2*******/
.chk-2 + label.chk {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 20px;
    background-color: #bdbdbd;
    border-radius: 10px;
    vertical-align: top;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.chk-2 + label.chk:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.chk-2 + label.chk:before {
    content: ' ';
    position: absolute;
    top: 1px;
    left: 1px;
    height: 18px;
    width: 18px;
    z-index: 9;
    background: #fff;
    border-radius: 9px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.chk-2:checked + label.chk:before {
    content: ' ';
    position: absolute;
    left: 23px;
    border-radius: 100px;
}

.chk-2:checked + label.chk:after {
    content: ' ';
    position: absolute;
    background: #3ab84d;
}

.group-item-0 {
    margin-bottom: 5px;
    background: #fff;
}

.list-pa-cols {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.list-1-cols {

}

.list-1-cols img {
    width: 40px;
    height: 40px;
    display: block;
}

.list-2-cols {
    left: 1.6rem;
}

.list-3-cols {
    right: .4rem;
}

.pay-logo {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://img.alicdn.com/tps/TB17ghmIFXXXXXAXFXXXXXXXXXX.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 114px;
}

.pal-money {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pal-money-input-box {
    position: relative;
    height: 38px;
    border: 1px solid #555;
    background-color: transparent;
}
.pal-money-input-box.in:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 2;
}

.pal-money-input {
    width: 92%;
    height: 24px;
    margin-top: 6px;
    margin-left: 7%;
    font-size: 18px;
    font-weight: 600;
    color: #3ab84d;
    background-color: transparent;
    letter-spacing: 1px;
    border: 0;
    outline: none;
}

.yang1 {
    font-weight: 600;
    font-family: "Microsoft YaHei";
}

.yang2 {
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 7%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "Microsoft YaHei";
}

.yang3 {
    font-size: 15px;
    font-weight: 600;
    font-family: "Microsoft YaHei";
}

.user-money {
    margin-top: 5px;
    color: #888;
}
.font-w-600 {
    font-weight: 600;
}
.font-grey {
    color: #7f7f7f;
}
.font-white {
    color: #fff;
}
.font-red {
    color: #fe4c5a;
}
.font-blue {
    color: #2f68dc;
}
.font-green {
    color: #3ab84d;
}
.font-orange {
    color: #ffa800;
}
.font-brown {
    color: #7e3e01;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-15 {
    font-size: 15px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-26 {
    font-size: 26px;
}
.font-size-28 {
    font-size: 28px;
}
.font-size-30 {
    font-size: 30px;
}
.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.container-wrapper2 {
    margin-top: 45px;
}

.pay-ok-box {
    text-align: center;
}

.pay-success-icon, .pay-fail-icon, .paying-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 100px auto 40px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    background-color: #3ab84d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pay-fail-icon {
    background-color: #fff;
}

.paying-icon {
    background-color: #00b8ee;
}

.pay-fail-icon i.icon-font {
    font-size: 50px;
    color: #ff4958;
}

.pay-success-icon i.icon-font, .paying-icon i.icon-font {
    font-size: 26px;
}

.pay-ok-box p {
    text-align: center;
    color: #505050;
    line-height: 24px;
}

.pay-ok-box .pay-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
}

.pay-btn {
    display: inline-block;
    width: 2.6rem;
    height: .8rem;
    margin: 60px 8px;
    vertical-align: top;
    text-align: center;
    line-height: .8rem;
    color: #fff;
    background-color: #fe4c5a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pay-btn.pink {
    color: #fe4c5a;
    background-color: #ffe6e9;
}

.pay-contact {
    margin-top: 24px;
}

.pay-contact p {
    color: #d1d1d1;
}

p.pay-money {
    font-size: 16px;
    line-height: 45px;
    color: #333;
}

.paying {
    margin-bottom: 20px;
}

.paying p {
    font-size: 16px;
    color: #333;
}

.text-box {
    margin-right: .2rem;
    display: block;
    width: 3.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}
.text-box2 {
    display: inline-block;
    vertical-align: top;
    width: 1.2rem;
    overflow: hidden;
}
.align-l {
    text-align: left;
}
.align-r {
    text-align: right;
}
.align-c {
    text-align: center;
}
.product-id {
    margin-top: 5px;
    display: inline-block;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.switch1 {
    position: absolute;
    right: -1.1rem;
    top: 2px;
    color: #0E73F5;
}
span.switch1 i.icon-font {
    font-size: 14px;
}
.pink-bg {
    color: #fe4c5a;
    background-color: #ffe6e9;
}
.pl-02r {
    padding-left: .2rem;
}
.pd-5 {
    padding: 5px;
}
.pd-10 {
    padding: 10px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
    padding-top: 50px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-85 {
    margin-top: 85px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mr-02r {
    margin-right: .2rem;
}
.ml5 {
    margin-left: 5px;
}
.ml2 {
    margin-left: 2.05rem;
}
.bg-1 {
    background-color: #eee;
}
.bg-2 {
    background-color: #f8f8f8;
}
td, tr {
    padding: 5px;
}
.border-r-10 {
    border-right: 10px solid #fff;
}
.order-num {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    height: 14px;
    min-width: 14px;
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    background-color: #fe4c5a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.text-label {
    color: #fe4c5a;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    border: 1px solid #fe4c5a;
    border-radius: 50%;
    line-height: 18px;
    font-size: 12px;
    padding: 0;
}
.mask-div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
.product-attr-info-box {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 9999;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    right: .2rem;
    z-index: 1060;
    display: none;
    max-width: 360px;
    padding: 5px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 16px;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: break-all;
    word-spacing: normal;
    word-wrap: break-word;
    font-size: 12px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.btn-black,
.btn-gray,
.btn-gray2,
.btn-blue,
.btn-red,
.btn-orange,
.btn-red-border2,
.s-btn-red,
.s-btn-gray,
.s-btn-red-border {
    display: inline-block;
    padding: 4px 9px;
    min-width: 70px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 首页手机版和电脑版切换按钮 */
.m-p-btn-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 10px;
}
.m-p-btn-box span {
    padding: 14px 0;
    font-size: 18px;
    width: 3rem;
}
.m-p-btn-box2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-p-btn-box2 span {
    display: inline-block;
    width: 4.09rem;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    background-color: #fe4c5a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-black {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}
.btn-gray {
    color: #9d9d9d;
    border: 1px solid #9d9d9d;
    background-color: #fff;
}
.btn-gray2 {
    color: #fff;
    border: 1px solid #a0a0a0;
    background-color: #a0a0a0;
}
.btn-blue {
    color: #fff;
    border: 1px solid #7ecdf4;
    background-color: #7ecdf4;
}
.btn-red {
    color: #fff;
    border: 1px solid #fe4c5a;
    background-color: #fe4c5a;
}
.btn-orange {
    color: #fff;
    border: 1px solid #ffa800;
    background-color: #ffa800;
}
.btn-red-border2 {
    color: #fe4c5c;
    border: 1px solid #fe4c5c;
    background-color: #fff;
}
.s-btn-red, .s-btn-gray, .s-btn-red-border {
    min-width: 62px;
    padding: 3px 5px;
}
.serve-select .s-btn-red, .serve-select .s-btn-gray, .serve-select .s-btn-red-border {
    min-width: 46px;
}
.s-btn-red {
    color: #fff;
    border: 1px solid #fe4c5c;
    background-color: #fe4c5a;
}
.s-btn-gray {
    color: #535353;
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
}
.s-btn-red-border {
    color: #fe4c5c;
    border: 1px solid #fe4c5c;
    background-color: #fff;
}
.text-area {
    width: 100%;
    height: 80px;
    padding: 5px 8px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    color: #999;
    resize: none;
    outline: 0;
}
.mask-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
.purchase-progress-box {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 7.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 9999;
}
.purchase-progress {
    width: 100%;
    margin-top: 20px;
}
.purchase-progress-bar li {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden;
    color: #b2b2b2;
}
.progress-step {
    height: 100%;
    text-align: center;
}
.progress-step span {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.progress-step-icon {
    width: 1.08rem;
    height: 1.08rem;
    margin: 0 auto;
    background: url(/Images/mobile86/purchase_progress.png?v=1) no-repeat;
    background-size: 4.28rem;
}
.progress-dot-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.08rem;
    width: 100%;
    margin-top: 20px;
}
.progress-dot {
    position: absolute;
    top: 0;
    float: left;
    height: 1.08rem;
}
.progress-dot:nth-child(1) {
    left: 21.5%;
}
.progress-dot:nth-child(2) {
    left: 46.5%;
}
.progress-dot:nth-child(3) {
    left: 71.5%;
}

@media screen and (max-width: 360px) {
    .progress-dot:nth-child(1) {
        left: 21%;
    }

    .progress-dot:nth-child(2) {
        left: 46%;
    }

    .progress-dot:nth-child(3) {
        left: 71%;
    }
}
.progress-dot i{
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: top;
    background-color: #b2b2b2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress-dot i:nth-child(1) {
    left: 0;
}
.progress-dot i:nth-child(2) {
    left: 9px;
}
.progress-dot i:nth-child(3) {
    left: 18px;
}
.step-done i{
    background-color: #f90;
}
.step-1 .progress-step-icon {
    background-position: 0 -1.08rem;
}
.step-2 .progress-step-icon {
    background-position: -1.08rem -1.09rem;
}
.step-3 .progress-step-icon {
    background-position:  0 -1.09rem;
}
.step-4 .progress-step-icon {
    background-position:  0 -1.09rem;
}
.step-1-done .progress-step-icon {
    background-position:  0 0;
}
.step-2-done .progress-step-icon {
    background-position:  -1.08rem 0;
}
.step-3-done .progress-step-icon {
    background-position:  -2.16rem 0;
}
.step-4-done .progress-step-icon {
    background-position:  -3.24rem 0;
}
li.step-1-done {
    color: #f90;
}
li.step-2-done {
    color: #f90;
}
li.step-3-done {
    color: #f90;
}
li.step-4-done {
    color: #f90;
}
.purchase-progress-box td, .purchase-progress-box tr {
    padding: 5px;
}
.mask-box {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
.mask-con {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 7.5rem;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 9999;
}
.close-mask-btn {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index:3;
}

.bg-register {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/Images/mobile86/register-bg.png);
    background-size: 100% 100%;
    z-index: -1;
}
.register-container {
    margin-top: 75px;
}
.register-wrapper, .login-wrapper {
    width: 5.4rem;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
}
.register-wrapper {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.login-wrapper {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.register-wrapper a, .login-wrapper a {
    display: block;
    color: #6a6a6a;
}
.register-title {
    line-height: 20px;
    padding: 10px 0;
    font-size: 16px;
    color: #4c4c4c;
}
.register-form-wrapper {
    position: relative;
    width: 7rem;
    margin: 0 auto;
    padding-bottom: 15px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    box-shadow: 0 0 10px #aaa;
}

.register-input {
    position: relative;
    top: 0;
    left: 50%;
    width: 6.2rem;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.register-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
}
.register-icon .icon-font {
    font-size: 30px;
}
.register-icon i.icon-youxiang {
    color: #56ba58;
}
.register-icon i.icon-yonghuming1 {
    color: #7f56cc;
}
.register-icon i.icon-lock-fill {
    color: #ffa70f;
}
.register-icon i.icon-lock2 {
    color: #fe4c5a;
}
.register-icon i.icon-anquan {
    color: #2d69db;
}

.register-input-box {
    position: relative;
    top: 0;
    left: 1rem;
    width: 5rem;
    border-bottom: 1px solid #aaa;
}
.input-box-last{
    width: 3.5rem;
}
.register-input-box input {
    width: 100%;
    padding-right: 30px;
    color: #999;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ver-code {
    position: absolute;
    top: 10px;
    right: .2rem;
    display: inline-block;
    vertical-align: top;
}
.refister-hint {
    position: absolute;
    top: 0;
    right: 0;
}
.refister-hint .icon-font {
    font-size: 26px;
}
.refister-hint .icon-cancel {
    color: #fe4c5a;
}
.refister-hint .icon-duigou4 {
    color: #39b048;
}
.register-ok-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -3.5rem;
}
.register-ok-icon {
    padding-top: 30px;
    color: #39b048;
    font-size: 20px;
    line-height: 60px;
}
.register-ok-icon .icon-font {
    font-size: 60px;
}
@media screen and (max-width: 330px) {
    .register-container {
        margin-top: 55px;
    }
    .register-form-wrapper {
        line-height: 32px;
    }
    .register-input {
        margin-bottom: 5px;
    }
    .register-icon .icon-font {
        font-size: 26px;
    }
}
.register-con {
    position: absolute;
    top: 135px;
    left: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 7.5rem;
    height: 60%;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 9999;
}
.third-account {
    width: 7rem;
    margin: 30px auto 0;
    -webkit-box-pack: justify;
    -webkit-align-content: space-around;
    justify-content: space-around;
}
.third-account-item {
    display: block;
    height: 50px;
    width: 50px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-flex: none;
    flex: none;
}
.third-account-item .icon-font {
    font-size: 28px;
}

/*第三方登录不知道有没有页 start*/
.third-login-wrapper {
    margin: .3rem .3rem 0 .3rem;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.third-login-banner {
    height: 5rem;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #385cb1;
    -webkit-box-pack: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.account-info {
    padding: .2rem .3rem;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.account-info > img {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.account-info > .flex-item {
    padding-left: 10px;
}
.authority {
    padding: .2rem .3rem;
    line-height: 20px;
}
.authority strong {
    margin-left: 5px;
    font-size: 16px;
}
.third-login-btn {
    display: block;
    height: 50px;
    margin: .6rem .3rem 0 .3rem;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background: #385cb1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*第三方登录不知道有没有页 end*/


.register-btn-box {
    width: 7rem;
    margin: 30px auto 0;
}
.register-btn {
    width: 100%;
    height: 40px;
    outline: none;
}

.order-package-list {
    text-align: center;
    font-size: 12px;
}
.order-package-list th {
    background: #fe4c5a;
    padding: 10px 3px;
    color: #fff;
}
.order-package-list tr td {
    width: 20%;
    background: #fff;
    padding: 5px 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.order-package-list .name {
    height: 18px;
    width: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.check-country-box {
    position: relative;
    top: 0;
    left: 0;
    height: 32px;
    width: 100%;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.check-country {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.check-country:after {
    content: '\e610';
    position: absolute;
    top: 6px;
    right: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

/* order shipMethod */
.ship-method-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ship-method {
    width: 80px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ship-method-item {
    width: 0;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.progress {
    position: relative;
    left: 0;
    top: 3px;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    height: 12px;
    width: 1.3rem;
    background-color: #fff;
    border: 1px solid #ddd;
}
.progress-bar-title {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    overflow: hidden;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #5cb85c;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-success {

}
.line-h-18 {
    line-height: 18px;
}
.line-h-20 {
    line-height: 20px;
}
.line-h-30 {
    line-height: 30px;
}
.line-h-40 {
    line-height: 40px;
}
.route-logo {
    display: block;
    width: 28px;
    margin: 0 auto;
}
.insurance-item-wrap {
    padding: 5px 0;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    text-align: center;
}
.ins-hint {
    display: inline-block;
    vertical-align: top;
}
.ins-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 40px;
}
.ins-hint .icon-font {
    font-size: 20px;
    color: #3ab84d;
}
.coupon-box {
    text-align: center;
}
.hint-con {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 7.5rem;
    max-height: 85%;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 9999;
}
.preview-box {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
}
.preview-box img {
    max-width: 100%;
    max-height: 100%;
}
.item-backdrop {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51,51,51,.7);
}
.error-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 25px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}
.disabled.item-backdrop {
    display: block;
}
/*ship method*/
.ship-fee {
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: 1.2rem;
    color: #ccc;
    box-sizing: border-box;
}
.ship-fee strong {
    font-size: 20px;
    color: #fe5d6c;
}
.ship-fee p span {
    margin-right: 5px;
}
.ship-gte {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    color: #ddd;
    font-size: 12px;
    border: 1px solid #999;
}
.ship-gte .item-3-cols {
    height: 110px;
    border-right: 1px solid #999;
    box-sizing: border-box;
}
.ship-gte .item-3-cols:last-child {
    border-right: 0;
}
.ship-gte p {
    width: 100%;
    height: 40px;
    white-space: normal;
}
.order-address-box {
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.order-address-box:nth-child(2n-1) {
    padding-right: 3px;
}
.order-address-box:nth-child(2n) {
    padding-left: 3px;
}
.order-address {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 5px;
    border: 2px solid #eee;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left;
}
.order-address-title {
    border-bottom: 1px dashed #eee;
}
.order-address.active {
    border: 2px solid #fe4c5a;
}
.order-address.active .order-address-title {
    border-bottom: 1px dashed #fe4c5a;
}

.order-address p {
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.order-address .is-default {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    background: #ccc;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 4px 8px;
}
.order-address-op {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: left;
}
.order-address-op a {
    color: #fe4c5a;
    margin-right: 10px;
}
.user-address-edit {
    margin-bottom: 5px;
}
.user-address-edit label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    margin-right: .2rem;
}
.user-address-edit input {
    width: 5.3rem;
    padding-left: 6px;
    padding-right: 6px;
}
.user-address-edit input[disabled] {
    background: #f3f3f3;
}
.user-address-edit select {
    width: 2.7rem;
    padding: 6px 2px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.user-address-edit input, .user-address-edit select {
    display: inline-block;
    height:30px;
    border: 1px solid #ccc;
    vertical-align: middle;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.user-address-edit select + input {
    width: 2.4rem;
    margin-left: .1rem;
}

.user-address-edit :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
}
.user-address-edit ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px;
}
.user-address-edit input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 12px;
}
.user-address-edit input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 12px;
}

.mailing-logo {
    display: block;
    width: 29px;
    margin: 3px auto;
}

.package-item {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding-top: .2rem;
    padding-bottom: .2rem;
    color: #696969;
}
.package-item2 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: .2rem;
    color: #a0a0a0;
    border-top: 1px solid #eee;
}
.package-item-1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.package-item-2 {
    width: 4.4rem;
    margin-left: 1.2rem;
    line-height: 20px;
}
.package-item-3 {
    position: absolute;
    right: .7rem;
    top: .2rem;
    max-width: 100px;
    text-align: right;
}
.package-item-4 {
    position: absolute;
    right: .2rem;
    top: .1rem;
    max-width: 80px;
    text-align: right;
}
.package-item .back-icon {
    position: absolute;
    right: .2rem;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.package-num {
    position: relative;
    top: 50%;
    display: block;
    height: 20px;
    width: 20px;
    margin: -10px auto 0;
    text-align: center;
    line-height: 20px;
    border: 1px solid #2b2b2b;
    -webkit-border-radius: 50%;;
    -moz-border-radius: 50%;;
    border-radius: 50%;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*客户服务*/
.my-consultation-item {
    margin-top: 10px;
    background-color: #fff;
}
.consultation-item {
    padding: .4rem 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.my-consultation-item .consultation-item:nth-child(2n) {
    border-right: 0;
}
.consultation-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.consultation-item .icon-font {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 30px;
}
.consultation-item .icon-font ~ strong {
    font-size: 18px;
}
.consultation-item .icon-font ~ p {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 18px;
    color: #7d7d7d;
}
.consultation-item .icon-font ~ span {
    display: inline-block;
    width: 90px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.consultation-item .icon-dingdan,
.consultation-item .icon-dingdan ~ strong {
    color: #ff8500;
}
.consultation-item .icon-dingdan ~ span {
    background-color: #ff8500;
}
.consultation-item .icon-xiangzi,
.consultation-item .icon-xiangzi ~ strong {
    color: #19a8ea;
}
.consultation-item .icon-xiangzi ~ span {
    background-color: #19a8ea;
}
.consultation-item .icon-wuyoutuihuanhuo,
.consultation-item .icon-wuyoutuihuanhuo ~ strong {
    color: #25bc53;
}
.consultation-item .icon-wuyoutuihuanhuo ~ span {
    background-color: #25bc53;
}
.consultation-item .icon-chanpinjianyi,
.consultation-item .icon-chanpinjianyi ~ strong {
    color: #e13bdb;
}
.consultation-item .icon-chanpinjianyi ~ span {
    background-color: #e13bdb;
}

.consultation-item .icon-customerservice,
.consultation-item .icon-customerservice ~ strong {
    color: #ff7a45;
}
.consultation-item .icon-customerservice ~ span {
    background-color: #ff7a45;
}
.consultation-list {
}
.consultation-title {
    margin-left: .2rem;
    line-height:40px;
    font-size: 16px;
}
.message-hint {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    background: #fe4c5c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.consultation-detail {

}

.goods-item {
    padding: 8px .2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.goods-choice-box {
    margin-right: .2rem;
}
.goods-thumbnail-box {
    text-align: center;
}
.goods-thumbnail-box img {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-right: 8px;
    margin-bottom: 5px;
}
.goods-item .flex-item {
    position: relative;
    height: 2rem;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.goods-item .flex-item .goods-cost {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.chat-thread {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.chat-thread .head-img {
    position: absolute;
    top: -6px;
}
.chat-thread:after {
    position: absolute;
    top: 14px;
    content: '';
    width: 0;
    height: 0;
}
.my-message {
    float: right;
    margin-right: 62px;
    background-color: #fff;
}
.his-message {
    float: left;
    margin-left: 62px;
    background-color: #6deb5c;
}
.my-message .head-img {
    right: -62px;
}
.my-message:after {
    right: -8px;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
}
.his-message .head-img {
    left: -62px;
}
.his-message:after {
    left: -8px;
    border-top: 8px solid #6deb5c;
    border-left: 8px solid transparent;
}
.message-con {
    padding: 10px;
}
.message-con img {
    display: block;
    width: 80px;
    margin-bottom: 8px;
}
.browse-btn {
    position: relative;
    float: left;
    width: 66px;
    height: 47px;
    border: 1px #ddd solid;
    background: url(/Images/consult/shangchuantu0311add.jpg) no-repeat;
    background-size: 66px 47px;
}
.browse-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 47px;
    cursor: pointer;
    font-size: 12px;
    outline: medium none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.upload-img {
    float: left;
    width: 50px;
    margin-right: 8px;
    text-align: center;
}
.upload-img img {
    display: block;
    width: 50px;
    height: 50px;
}
.submit-ok {
    min-height: 6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.submit-ok i.icon-font {
    margin-top: 60px;
    font-size: 60px;
}

.prod-suggest {
    position: relative;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 26px;
}
.prod-suggest img {
    width: 160px;
}
@media screen and (max-width: 375px) {
    .prod-suggest img {
        width: 136px;
    }
}
@media screen and (max-width: 359px) {
    .prod-suggest {
        top: 50px;
    }
    .prod-suggest img {
        width: 116px;
    }
}
/* gte */
.my-gte {
    font-size: 15px;
}
@media screen and (max-width: 375px) {
    .my-gte {
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    .my-gte {
        font-size: 13px;
    }
}
.my-gte-banner {

}
.my-gte-banner img {
    width: 100%;
}
.btn-gte {
    display: inline-block;
    width: 45%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 0;
    font-size: 16px;
    background-color: #00a0ea;
}
.btn-gte2 {
    display: inline-block;
    width: 45%;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    border: 0;
    font-size: 16px;
    background-color: #fe4c5a;
}
.btn-gte2.no {
    background-color: #bbb;
}
.gte-card {
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.gte-card-level {
    position: absolute;
    top: 64%;
    left: 50%;
    font-size: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}
.gte-progress-box {
    padding: 10px .8rem;
    text-align: left;
    font-size: 13px;
}

.gte-progress-box .gte-progress{
    margin: 4px auto;
    overflow: hidden;
    width: 100%;
    height: 24px;
    border: 1px solid rgba(0,160,233,.5);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,160,233,.1);
    box-shadow: inset 0 1px 2px rgba(0,160,233,.1);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.gte-progress-box .gte-progress-bar{
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00a0e9;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.gte-box {
    font-size: 15px;
}
.gte-card-wrap, .gte-card-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.gte-card-wrap {
    display: inline-block;
    width: 48%;
    height: 1.6rem;
    margin-top: 20px;
    margin-right: 2%;
    padding: 5px;
    background: #b6b6b6;
    color: #fff;
}
.gte-card-box {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.7);
}
.gte-card-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.gte-card-wrap.month-card {
    background: #ff6100;
}
.gte-card-wrap.season-card {
    background: #257acb;
}
.gte-card-wrap.year-card {
    background: #32a30d;
}
.gte-card-wrap.black-card {
    background: #8b0ccb;
}
/* gte 申请 */
.gte-apply-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    background-color: #1b1b1b;
}

.gte-apply-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.gte-apply-wrapper .gte-apply-page {
    position: relative;
    height: 100%;
    padding-top:45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gte-apply-page.page1 {
    background: url(/Images/mobile86/gte_apply_bg.jpg);
    background-size: 100% 100%;
}

.gte-apply-page.page2 {
    background: #fff;
}

.gte-apply-page.page3 {
    background: #ffb900;
}

.gte-apply-page.page4 {
    background: #21a0d5;
}

.gte-apply-page.page5 {
    background: #56cb2d;
}

.gte-apply-page.page6 {
    background: #282d29;
}

.gte-apply-page.page7 {
    background: #fff;
}
/* gte */
.gte-circle {
    position: relative;
    top: 10px;
    left: 50%;
    margin-left: -80px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    width: 160px;
    height: 159px;
}
.gte-circle.on {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.gte-circle-item {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.gte-circle-txt {
    background-image: url('/Images/gte/circle_txt.png?1459497961');
    -webkit-background-size: 130px;
    background-size: 130px;
}
.gte-circle-1 {
    background-image: url('/Images/gte/circle_1.png?1459497961');
    -webkit-background-size: 130px;
    background-size: 130px;
    -webkit-animation: rotate 14s 1s infinite linear;
    -o-animation: rotate 14s 1s infinite linear;
    animation: rotate 14s 1s infinite linear;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.gte-circle-2 {
    background-image: url('/Images/gte/circle_2.png?1459497961');
    -webkit-background-size: 130px;
    background-size: 130px;
    -webkit-animation: rotate 12s 1s infinite linear reverse;
    -o-animation: rotate 12s 1s infinite linear reverse;
    animation: rotate 12s 1s infinite linear reverse;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.gte-circle-3 {
    background-image: url('/Images/gte/circle_3.png?1459497961');
    -webkit-background-size: 130px;
    background-size: 130px;
    -webkit-animation: rotate 10s 1s infinite linear;
    -o-animation: rotate 10s 1s infinite linear;
    animation: rotate 10s 1s infinite linear;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.gte-circle.on .gte-circle-item {
    -moz-animation-play-state: running;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.gte-text-box {
    position: relative;
    top: 25px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.reduce {
    font-size: 20px;
    text-transform: uppercase;
}
.gte-link-box {
    position: relative;
    top: 40px;
}
.gte-link-box .btn-box {
    margin: 15px 0;
}
.gte-link {
    display: inline-block;
    padding: 8px 42px;
    color: #fff;
    font-size: 20px;
    border: 1px solid rgba(255,255,255,.5);
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 361px) {
    .gte-circle {
        top: 10px;
        margin-left: -60px;
        width: 120px;
        height: 119px;
    }
    .gte-circle-txt {
        -webkit-background-size: 90px;
        background-size: 90px;
    }
    .gte-circle-1 {
        -webkit-background-size: 90px;
        background-size: 90px;
    }
    .gte-circle-2 {
        -webkit-background-size: 90px;
        background-size: 90px;
    }
    .gte-circle-3 {
        -webkit-background-size: 90px;
        background-size: 90px;
    }
    .gte-text-box {
        top: 20px;
    }
    .reduce {
        font-size: 16px;
    }
    .gte-link-box {
        top: 30px;
    }
    .gte-link {
        padding: 6px 32px;
        font-size: 16px;
    }
}
.gte-freight-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-top: 45px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gte-freight-box > strong {
    font-size: 20px;
}
.gte-freight {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    text-align: center;
}
.gte-freight th {
    background-color: #eee;
}
.gte-freight td, .gte-freight th {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}
.gte-card-container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}
.gte-card-container .gte-card-wrap {
    height: 1.8rem;
}
.gte-card-con {
    position: relative;
    top: -26px;
    left: 50%;
    width: 7rem;
    padding: 45px 10px 10px;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gte-card-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.5);
    z-index: 4;
}
.gte-card-mask > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -125px;
}
.gte-card-summary {

}
.gte-card-summary > p {
    margin-top: .3rem;
    padding: .3rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.gte-card-summary ul {
    padding: 15px 0;
    font-size: 12px;
}
.gte-card-summary ul li {
    line-height: 26px;
}
.gte-apply-btn-box {
    margin: 12px auto;
    text-align: center;
}
.gte-apply-btn {
    display: block;
    width: 7rem;
    margin: 0 auto;
    padding: .3rem 0;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.gte-apply-btn.month-card {
    background-color: #ff6100;
}
.gte-apply-btn.season-card {
    background-color: #257acb;
}
.gte-apply-btn.year-card {
    background-color: #32a30d;
}
.gte-apply-btn.black-card {
    background-color: #8b0ccb;
}
.gte-apply-btn.not {
    background-color: #ccc;
    cursor: no-drop;
}
.gte-detail {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-top: 54px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gte-detail-cnt {
    position: relative;
    margin: 0 10px 20px;
    padding: 20px 10px 10px;
    border: 2px dashed #21a0d5;
}
.gte-detail-title {
    position: absolute;
    top: -20px;
    left: 30px;
    color: #fff;
    background: url('/Images/gte/title_bg.png?1457594731') no-repeat center;
    background-size: 75px;
    width: 75px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.gte-detail-cnt li {
    line-height: 20px;
}
.gte-detail-cnt .note {
    padding-top: 20px;
}
.gte-footer {
    margin-bottom: 20px;
    text-align: center;
}
.gte-subsidy-box {
    position: relative;
    height: 4.8rem;
}
.gte-subsidy-total {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.gradient-bg {
    position: relative;
    top: .7rem;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: #fe4c5a;
    background: -webkit-linear-gradient(top, #ff7b7c, #fe4c5a);
    background: -o-linear-gradient(top, #ff7b7c, #fe4c5a);
    background: -moz-linear-gradient(top, #ff7b7c, #fe4c5a);
    background: linear-gradient(top, #ff7b7c, #fe4c5a);
}
@media screen and (max-width: 361px) {
    .gte-freight td, .gte-freight th {
        padding: 5px;
    }
    .gte-freight-box > strong {
        font-size: 19px;
    }
    .gte-card-summary ul {
        padding: 10px 0;
    }
    .gte-card-summary ul li {
        line-height: 24px;
    }
    .gte-apply-btn {
        padding: .3rem 0;
    }
}
@media screen and (max-width: 321px) {
    .gte-freight td, .gte-freight th {
        padding: 8px 3px;
    }
    .gte-freight-box > strong {
        font-size: 18px;
    }
    .gte-card-con {
        padding-top: 36px;
    }
    .gte-card-container .gte-card-wrap {
        height: 1.6rem;
    }
    .gte-card-summary > p {
        margin-top: .2rem;
        padding: .2rem 0;
    }
    .gte-card-summary ul {
        padding: 8px 0;
    }
    .gte-card-summary ul li {
        line-height: 20px;
    }
    .gte-apply-btn-box {
        margin: 3px auto;
    }
    .gte-apply-btn {
        padding: .2rem 0;
    }
    .gte-detail-cnt li {
        line-height: 18px;
    }

}
/* 优惠卡 */
.my-coupon-box {
    padding-top: 5px;
    padding-bottom: 5px;
}
.my-coupon {
    position: relative;
    top: 0;
    width: 7.6rem;
    height: 80px;
    margin: 10px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.my-coupon-bg, .my-coupon-info, .my-coupon-sign {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.coupon-right-bg {
    height: 320%;
    width: 82%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-top-left-radius: 60%;
}
.my-coupon-info {
    padding: 15px 10px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.coupon-left {
    float: left;
    width: 60%;
    height: 100%;
}
.coupon-right {
    float: right;
    width: 40%;
    height: 100%;
    text-align: right;
}
.my-coupon-sign {
    text-align: center;
    color: #7c7c7c;
    line-height: 80px;
}
.my-coupon-sign i.icon-font {
    font-size: 64px;
}
/*国际运费券*/
.freight-coupon {
    background-color: #fead38;
}
.freight-coupon .coupon-right-bg {
    background-color: #ffa422;
}
/*商品券*/
.goods-coupon {
    background-color: #ff831f;
}
.goods-coupon .coupon-right-bg {
    background-color: #ff7506;
}
/*使用过后的券*/
.used-coupon {
    background-color: #dadada;
}
.used-coupon .coupon-right-bg {
    background-color: #d6d6d6;
}
/*服务费券*/
.service-coupon {
    background-color: #8dc878;
}
.service-coupon .coupon-right-bg {
    background-color: #80c26a;
}

@media screen and (max-width: 321px) {
    .my-coupon {
        width: 7.8rem;
    }
    .coupon-left {
        width: 62%;
    }
    .coupon-right {
        width: 38%;
    }
}

/* 账户中心 */
.my-account {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /* padding-bottom: 45px; */
    background-color: #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.my-account-cover {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: #000;
    opacity: .4;
}
.account-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.54rem;
}
.account-banner-bg {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.54rem;
    background-image: url(/Images/mobile86/account_banner_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.account-banner-con {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.54rem;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.user-head {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-left: .4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.user-head img.heading {
    float: left;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-border-radius:50%;
    border-radius:50%;
}
.user-head .gradient-outside {
    height:1.6rem;
    width:1.6rem;
}
.user-head .gradient-inside {
    height: -webkit-calc(1.6rem - 4px);
    height: calc(1.6rem - 4px);
    width: -webkit-calc(1.6rem - 4px);
    width: calc(1.6rem - 4px);
}
.user-head .gradient-head-bg {
    height: -webkit-calc(1.6rem - 6px);
    height: calc(1.6rem - 6px);
    width: -webkit-calc(1.6rem - 6px);
    width: calc(1.6rem - 6px);
}
.user-head .crown{
    width: -webkit-calc(1.6rem - 6px);
    width: calc(1.6rem - 6px);
}
.user-name-box {
    float: left;
    width: 5.5rem;
    margin-top: .25rem;
    margin-left: .4rem;
    line-height: 22px;
    color: #fff;
}
.go-recharge {
    position:absolute;
    top: 2rem;
    right: .4rem;
    width: 72px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}
.user-info-list {
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45px;
    padding-top: 5px;
    line-height: 18px;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.icon-font.icon-fanhui2 {
    font-size: 14px;
}
.icon-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}
.icon-wrap i {
    color: #999;
}
.icon-wrap .num-superscript {
    position: absolute;
    top: 0;
    right: -16px;
    padding: 0 3px;
    border: 1px solid #fe4c5a;
    background-color: #fff;
    color: #fe4c5a;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    z-index: 3;
}
.account-list {
    padding: 10px 0;
    margin-bottom: 10px;
}
.account-user-list {
    margin-bottom: 10px;
}
.account-user-list .icon-wrap {
    margin-bottom: .4rem;
}
.account-user-list .icon-font {
    color: #ff3a4b;
}
.account-user-list .icon-shouhuorenxinxi {
    color: #5ac70a;
}
.account-user-list .icon-youhui {
    color: #ff8e0a;
}
.account-user-list .icon-jisuanqi {
    color: #276ce1;
}
.account-user-list .icon-peisong2 {
    color: #e54fa8;
}

.account-list a, .account-user-list a {
    display: inline-block;
    color: #333;
}
.account-list a i, .account-user-list a i {
    font-size: 30px;
}
.user-item {
    padding-top: .6rem;
    padding-bottom: .4rem;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.user-item:last-child {
    border-right: 0;
}
/*单行 input */
.input-item {
    padding: 10px .2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.input-item input {
    width: 100%;
    height: 36px;
    padding: 3px 5px;
    outline: none;
    font-size: 13px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 我的转运 */
.invoice-wrapper {
    padding: .3rem;
    background: #fff;
}
.invoice-info {
    padding: .2rem;
    color: #fe4c5c;
    border: 2px dashed #fe4c5c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.invoice-info.not {
    min-height: 80px;
    line-height: 80px;
    background: #fee4e7;
    border: 2px solid #fee4e7;
}
/* 收藏 */
.collect-store-item {
    padding: 8px .2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.store-thumbnail-box img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cancel-collect {
    text-align: center;
    color: #7f7f7f;
    line-height: 24px;
}
.cancel-collect .icon-font {
    font-size: 20px;
    color: #fe4c5c;
}
/* 帮助中心 */
.help-list {
    margin-bottom: 10px;
}
.help-list-child {
    margin-bottom: 2px;
}
.help-item {
    position: relative;
    padding: 14px .2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.help-list > .help-item {
    margin-bottom: 5px;
    font-size: 16px;
}

.help-item-info {
    padding: 0 .2rem;
    line-height: 24px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

/* 估算运费 */
.common-goods-table {
    width: 250px;
    margin: 0 auto;
    border: 0;
    text-align: center;
}
.common-goods-icon {
    display: inline-block;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    color: #999;
    border: 1px solid #ededed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.common-goods-icon .icon-font {
    font-size: 24px;
}
/* 个人信息 */
.personal-item {
    position: relative;
    padding: 14px .2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.personal-item.last {
    border-bottom: 0;
}
.personal-item .browse-input {
    width: 100%;
    height: 100%;
}
.popup-con {
    background-color: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.popup-con input {
    width: 100%;
    padding: 10px 6px;
    border: 1px solid #aaa;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*上传图片插件样式*/
.croppie-container {}
.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
}
.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
}
.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow:0 0 0 1000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.croppie-container .cr-vp-circle {
    border-radius: 50%;
}
.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
}
.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 625px;
    text-align: center;
}
.croppie-result {
    position: relative;
    overflow: hidden;
}
.croppie-result img {
    position: absolute;
}
.cr-slider {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
    max-width: 100%;
}
.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}
.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
*/
.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}
/*hide the outline behind the border*/
.cr-slider:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}
.cr-slider::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
}
.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/* Just cross hairs for debugging - can be removed upon release */
.croppie-container .cr-viewport.debug:before,
.croppie-container .cr-viewport.debug:after {
    background: white;
    width: 1px;
    height: 1px;
    content: '';
    position: absolute;
}
.croppie-container .cr-viewport.debug:before {
    top: 0;
    height: 100%;
    left: 50%;
}
.croppie-container .cr-viewport.debug:after {
    top: 50%;
    left: 0;
    width: 100%;
}
/* 上传图片 */
.upload-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    z-index: 1;
}
.upload-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}
.upload-btn-box {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3
}
.upload-btn-box span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
}
.upload-btn-box .icon-font {
    color: #000;
    font-size: 20px;
}
/*售后服务*/
.sale-service {
    position: relative;
    padding: 14px .2rem;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    line-height: 18px;
    color: #393939;
}
.sale-service .icon-font{
    color: #79a6b9;
}
.sale-service p{
    color: #828282;
}
.sale-service-bottom {
    text-align: center;
    background: #fff;
}
.sale-service-bottom .auth {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #f6f6f6;
}
.sale-service-bottom .auth img {
    width: 260px;
}
.sale-service-bottom img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*用户评价*/
.user-review-top {
    position: relative;
    padding-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #000;
}
.user-review-top > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.review-top-con {
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    width: 250px;
    height: 160px;
    padding: 10px;
    margin-left: -125px;
    line-height: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index:1;
}
.review-top-con p {
    text-indent: 20px;
}
.review-item {
    position: relative;
    padding: 14px .2rem;
    margin-bottom: 5px;
    /*-webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;*/
    background: #fff;
    line-height: 18px;
}
.review-item > .img-box {
    margin-right: .2rem;
}
/*
 * 以下为global.js dg对象下模板专用样式，谨慎修改
 **/
.dg-ui-dialog, .dg-ui-loading {
    position: fixed;
    left: 50%;
    bottom: 50%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #333;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 9999999;
}
.dg-ui-dialog {
    animation: dg-dialog ease .6s;
    -webkit-animation: dg-dialog ease .6s;
}
.dg-ui-loading {
    bottom: 40px;
    padding: 0;
    text-align: center;
    color: #888;
    font-size: 14px;
    background-color: transparent;
    background-color: #ebebeb;
}
@-webkit-keyframes dg-dialog {
    0% {
        bottom: 30px;
        opacity: 0.2;
    }
    100% {
        bottom: 50%;
        opacity: 1
    }
}
@keyframes dg-dialog {
    0% {
        bottom: 30px;
        opacity: 0.2;
    }
    100% {
        bottom: 50%;
        opacity: 1
    }
}
.dg-ui-confirm {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 998;
}
.dg-ui-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
}
.dg-ui-confirm-main {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    max-height: 85%;
    padding: 10px;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}
.dg-ui-confirm-header {
    margin-bottom: 10px;
}
.dg-ui-confirm-close {
    position: absolute;
    top: 1px;
    right: 4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}
.dg-ui-confirm-con {
    min-height: 48px;
    margin-bottom: 10px;
}
.dg-ui-confirm-btn {
    zoom: 1;
}
.dg-ui-confirm-btn:after {
    display: block;
    content: ' ';
    visibility: hidden;
    clear: both;
    height: 0;
}
.dg-ui-confirm-btn .dg-ui-btn-box {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}
.dg-ui-btn {
    display: inline-block;
    min-width: 60px;
    padding: 4px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dg-confirm-left-btn {
    background: #fe4c5a;
    border: 1px solid #fe4c5a;
    color: #fff;
}
.dg-confirm-right-btn {
    background: #fff;
    border: 1px solid #ccc;
}

.dg-ui-loading-box {
    position:relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.dg-ui-loading-img {
    width: 64px;
    height: 64px;
    background: url(/Images/mobile86/loading.png) no-repeat;
    -webkit-background-size:64px 64px;
    background-size:64px 64px;
}
.dg-ui-circle-dot {
    position: absolute;
    top: 32px;
    left: 27px;
    width: 6px;
    height: 6px;
    transform: rotate(20deg);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fe4c5a;
    animation: dg-loading8 linear .8s infinite;
    -webkit-animation: dg-loading8 linear .8s infinite;
}
@-webkit-keyframes dg-loading8 {
    0% {
        left: 27px;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: 16px 0;
        -moz-transform-origin: 16px 0;
        -o-transform-origin: 16px 0;
        -ms-transform-origin: 16px 0;
        transform-origin: 16px 0;
    }
    49.999999% {
        left: 27px;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 16px 0;
        -moz-transform-origin: 16px 0;
        -o-transform-origin: 16px 0;
        -ms-transform-origin: 16px 0;
        transform-origin: 16px 0;
    }
    50%{
        left: 5px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: 12px 0;
        -moz-transform-origin: 12px 0;
        -o-transform-origin: 12px 0;
        -ms-transform-origin: 12px 0;
        transform-origin: 12px 0;
    }
    100%{
        left: 5px;
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -ms-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg);
        -webkit-transform-origin: 12px 0;
        -moz-transform-origin: 12px 0;
        -o-transform-origin: 12px 0;
        -ms-transform-origin: 12px 0;
        transform-origin: 13px 0;
    }
}
@keyframes dg-loading8 {
    0% {
        left: 27px;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: 16px 0;
        -moz-transform-origin: 16px 0;
        -o-transform-origin: 16px 0;
        -ms-transform-origin: 16px 0;
        transform-origin: 16px 0;
    }
    49.999999% {
        left: 27px;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 16px 0;
        -moz-transform-origin: 16px 0;
        -o-transform-origin: 16px 0;
        -ms-transform-origin: 16px 0;
        transform-origin: 16px 0;
    }
    50%{
        left: 5px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: 12px 0;
        -moz-transform-origin: 12px 0;
        -o-transform-origin: 12px 0;
        -ms-transform-origin: 12px 0;
        transform-origin: 12px 0;
    }
    100%{
        left: 5px;
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -ms-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg);
        -webkit-transform-origin: 12px 0;
        -moz-transform-origin: 12px 0;
        -o-transform-origin: 12px 0;
        -ms-transform-origin: 12px 0;
        transform-origin: 13px 0;
    }
}
/*
 * 以上为 global.js文件中dg对象下模板专用样式，谨慎修改
 **/

.r_box{
    margin-top: 4px;
    overflow: hidden;
    zoom: 1;
}
.rm_price{
    float: left;
}
.total_sales{
    float: right;
}
.item_active{
   /*  position: absolute;
    left: 15px;
    top: 0; */
    width: 73px !important;
}

















