/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    font-family: 'Microsoft YaHei' !important;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: -apple-system, sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
}

.color-3 {
    color: #333 !important;
}

.color-6 {
    color: #666 !important;
}

.color-9 {
    color: #999 !important;
}

.bg-f6 {
    background: #f6f6f6!important;
}

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

.fz15 {
    font-size: 15px !important;
}

.fz13 {
    font-size: 13px !important;
}

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

.fz9 {
    font-size: 9px !important;
}

.pa {
    position: absolute !important;
}

.pr {
    position: relative !important;
}

.m0 {
    margin: 0 !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.fl {
    float: left !important;
}

.mlr {
    margin: 0 10px !important;
}

.mtb {
    margin: 10px 0 !important;
}

.mtb5 {
    margin: 5px 0 !important;
}

.plr {
    padding: 0 10px !important;
}

.ptb {
    padding: 10px 0 !important;
}

.p10 {
    padding: 10px !important;
}

.m10 {
    margin: 10px !important;
}

.bb1 {
    border-bottom: 1px solid #eee !important;
}

.bb5 {
    border-bottom: 5px solid #eee !important;
}

.fr {
    float: right !important;
}

.txc {
    text-align: center;
}

.txl {
    text-align: left;
}

.txr {
    text-align: right;
}

.color-orange {
    color: #f36e20!important;
}

.bg-orange {
    background-color: #f36e20!important;
}

.bg-red {
    background-color: #e54343!important;
}

.fx {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tl {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.tr {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}


/*单行限制*/

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


/*多行限制*/

.G-more-cloum {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.G-col-2 {
    -webkit-line-clamp: 2;
}

.views {
    max-width: 720px;
    margin: 0 auto;
}

.page.fixed .page-content {
    overflow: hidden;
}

input {
    -webkit-appearance: none;
}


/* toast */

.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: .3rem;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: .16rem;
    z-index: 100000;
    border-radius: .04rem;
    max-width: 3.25rem;
    min-width: 2.2rem;
    text-align: center;
    display: none;
}

.infinite-scroll-preloader {
    display: none;
}

.infinite-scroll-preloader.active,
.infinite-down-scroll.active {
    display: block;
}

.infinite-down-scroll {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #666;
    display: none;
}

.tabbar i.icon {
    line-height: 30px;
    font-size: 22px;
}

i.store-icon-layer {
    color: #e54343;
    vertical-align: baseline;
}

.modal-button span {
    color: #333
}

.storeForPhone>.text {
    border: 1px solid #ececec;
    margin: 10px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.storeForPhone .text i {
    margin: 0 10px;
}

.storeForPhone+.modal-buttons {
    margin: 20px -15px -15px;
}

.normal-going {
    color: #429edf;
    font-size: 15px;
    text-decoration: underline;
}

.displayNormalWay {
    padding: .2rem .1rem;
    background-color: #ffffff;
    font-size: 15px;
    line-height: .18rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.displayNormalWay .add-address {
    display: inline-block;
    color: #666;
    margin: 10px 0;
}

.displayNormalWay i {
    font-size: 20px;
    font-weight: bold;
}

.back-to-top {
    position: fixed;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    margin-left: calc(100% - 50px);
    bottom: -.46rem;
    display: none;
    z-index: 5555;
}

.back-to-top.show {
    display: block;
    bottom: 1.45rem;
}

.back-to-top li {
    background: rgba(0, 0, 0, 0.6);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 0;
    display: inline-block;
    border-radius: 50%;
}

.back-to-top i {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}

#layer-fix {
    background: rgba(0, 0, 0, 0.6);
    z-index: 5554;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

#fast-btn.active+#layer-fix {
    display: block;
}

#fast-btn {
    position: fixed;
    margin-left: calc(100% - 55px);
    bottom: 90px;
    z-index: 5555;
    -webkit-transition: margin-left 0.4s;
    -moz-transition: margin-left 0.4s;
    -o-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
    display: flex;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    height: 45px;
    width: 250px;
    -webkit-animation: fastOut 0.4s;
    -moz-animation: fastOut 0.4s;
    -o-animation: fastOut 0.4s;
    animation: fastOut 0.4s;
}

#fast-btn.active {
    margin-left: calc(100% - 250px);
    bottom: 52px;
    background: rgba(255, 255, 255, 1);
    width: 250px;
    height: 120px;
}

#fast-btn .in {
    text-align: center;
    border: 0;
    display: inline-block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 12px;
}

#fast-btn.active .in {
    display: none;
}

#fast-btn>i {
    background: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
    padding: 0 2px 0 5px;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

#fast-btn.active>i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 0 10px 0 8px;
    line-height: 120px;
}

#fast-btn .in p {
    margin: 8px 0;
    line-height: 14px;
}

#fast-btn .out {
    text-align: center;
    border: 0;
    display: inline-block;
    color: #333;
    font-size: 12px;
    display: none;
    flex-wrap: wrap;
}

#fast-btn.active .out {
    display: flex;
}

#fast-btn .out i {
    background: transparent;
    margin: 0;
    color: #666;
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0 8px;
}

#fast-btn .out>a {
    flex-shrink: 0;
    width: 50px;
    height: 60px;
    margin: 0 5px 0 0;
    box-sizing: border-box;
}

#fast-btn .out>a span {
    display: block;
}

.page.layerFixed {
    position: fixed;
}

@keyframes fastOut {
    from {
        width: 250px;
    }
    to {
        width: 55px;
    }
}

@-moz-keyframes fastOut {
    from {
        width: 250px;
    }
    to {
        width: 55px;
    }
}

@-webkit-keyframes fastOut {
    from {
        width: 250px;
    }
    to {
        width: 55px;
    }
}

@-o-keyframes fastOut {
    from {
        width: 250px;
    }
    to {
        width: 55px;
    }
}

#fast-wrap {
    display: none;
}

.picker-closeOrder {
    height: 360px;
    background: #fff;
}

.picker-closeOrder .toolbars {
    background: #fff;
    position: relative;
    width: 100%;
    height: 44px;
}

.picker-closeOrder .toolbars-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.picker-modal-inner .cancelAddress {
    height: 169px;
    overflow: auto;
}

.picker-closeOrder .picker-modal-inner p {
    margin: 8px 10px;
}

.picker-closeOrder .picker-modal-inner div {
    margin: 2px 10px;
}

.picker-closeOrder .picker-modal-inner h4 {
    margin: 22px 10px 15px;
    font-weight: normal;
}

.picker-closeOrder .picker-modal-inner i {
    font-size: 18px;
}

.picker-closeOrder .picker-modal-inner button,
.picker-active-inf .picker-modal-inner button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: 0;
    margin-top: 7px;
}

.picker-active-inf .picker-modal-inner button {
    background-color: #e54243;
}

.picker-active-inf {
    background-color: #fff;
}

.picker-active-inf .picker-modal-inner .pro-inf {
    height: 169px;
    overflow: auto;
}

.picker-active-inf .pro-inf li {
    font-size: 15px;
    font-weight: 700;
    padding: 15px 10px;
    margin: 0 10px;
    color: #e54343;
    border-bottom: 1px solid #ececec;
}

.picker-active-inf .right .close-picker {
    font-size: 12px;
    color: #e54343 !important;
}

.site-over {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.site-over p {
    margin: 0;
    font-size: 10px;
    color: #d2d2d2;
}

.site-over p span {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
}

.goods-lastChild {
    background: #fff;
}

.goods-lastChild .goods-lastChild-ol {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 0 0 15px 0;
    position: relative;
}

.goods-lastChild .goods-lastChild-ol::before,
.goods-lastChild .goods-lastChild-ol::after {
    content: '';
    width: .32rem;
    height: 2px;
    background: #ececec;
    position: absolute;
    top: 6px;
}

.goods-lastChild .goods-lastChild-ol::before {
    left: .2rem;
}

.goods-lastChild .goods-lastChild-ol::after {
    right: .2rem;
}

.goods-lastChild .goods-lastChild-ul div {
    background: #f6f6f6;
    border-radius: 5px;
    text-align: center;
    height: 27px;
    margin: 0 0 10px 0;
    line-height: 27px;
}

.goods-lastChild .goods-lastChild-ul div a {
    font-size: 10px;
    color: #333;
}

.photo-browser-dark .navbar {
    background: #fff!important;
    color: #666!important;
}

.photo-browser-dark .navbar a {
    color: #666!important;
}

.photo-browser i.icon.color-white {
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); */
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2012%2020'%3E%3Cpath%20d%3D'M10%2C0l2%2C2l-8%2C8l8%2C8l-2%2C2L0%2C10L10%2C0z'%20fill%3D'%238e8e93'%2F%3E%3C%2Fsvg%3E");
    color: #666;
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}

.G-bot-btn {
    padding: 0;
}

.G-bot-btn a {
    background-color: #ff3b30;
    color: #fff;
}

.G-bg-n-red {
    background-color: #e54243;
}

.share-back {
    height: 44px;
    line-height: 44px;
    background: #f6f6f6;
    display: none;
}

.share-back.show {
    display: block;
}

.share-back a {
    padding: 10px 8px;
    color: #666;
    font-size: 14px;
}

.share-back i {
    transform: rotate(180deg);
    font-size: 14px;
    vertical-align: baseline;
}