/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 0.0213rem solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

html {
    font-size: 46.875px
}

body {
    width: 16rem;
    max-width: 16rem;
    margin: 0 auto;
    font-family: Helvetica, PingFangSC-Regular, "Droid Sans", Arial, sans-serif;
    font-size: .34133rem;
    line-height: 1;
    color: #333;
    overflow-x: hidden
}

ul,
li {
    list-style: none
}

a {
    color: #666;
    text-decoration: none;
    vertical-align: middle
}

i,
em {
    font-style: normal
}

span,
img {
    vertical-align: middle
}

.p:before,
.p:after {
    content: "";
    clear: both;
    display: block;
    font-size: 0;
    height: 0
}

.content:before,
.content:after {
    content: "";
    clear: both;
    display: block;
    font-size: 0;
    height: 0
}

header {
    width: 16rem;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -8rem;
    z-index: 999;
    height: 1.87733rem;
    /*background:-webkit-linear-gradient(rgba(0,0,0,0.3),rgba(255,255,255,0));*/
    /*background:linear-gradient(rgba(0,0,0,0.3),rgba(255,255,255,0));*/
    -webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
}

@media screen and (min-width:1300px) {
    header {
        height: .93867rem
    }
}

header .content {
    padding-top: .29867rem;
    margin: 0;
}

@media screen and (min-width:1300px) {
    header .content {
        padding-top: .128rem
    }
}

header .logo {
    float: left;
    width: 1.024rem;
    height: 1.024rem;
    margin: .106667rem .384rem;
    border-radius: 50%;
    overflow: hidden;
}

header .logo img {
    width: 100%
}

@media screen and (min-width:1300px) {
    header .logo {
        width: .64rem;
        height: .64rem;
        margin: 0 .384rem;
    }
}

header .sea-box {
    width: 14.720rem;
    height: 1.280rem;
    background: #fff;
    position: relative;
    margin: 0 0.640rem;
    border-radius: .618667rem;
    overflow: hidden;
}

@media screen and (min-width:1300px) {
    header .sea-box {
        height: .64rem;
        width: 12.8rem;
    }
}

header .sea-box span {
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: .768rem;
    width: .768rem;
    float: left;
    margin: .256rem 0;
    margin-left: 0.683rem;
}

@media screen and (min-width:1300px) {
    header .sea-box span {
        width: .384rem;
        height: .384rem;
        margin: .128rem 0;
    }
}

header .sea-box .sear-input {
    width: 10.112rem;
    margin-left: .256rem;
}

@media screen and (min-width:1300px) {
    header .sea-box .sear-input {
        width: 10.496rem;
    }
}

header .sea-box form {
    float: left;
}

header .sea-box input {
    border: none;
    outline: none;
    width: 100%;
    height: 1.280rem;
    color: #666;
    padding: 0 .256rem;
    font-size: .469rem;
    line-height: 1.280rem;
}

@media screen and (min-width:1300px) {
    header .sea-box input {
        height: .64rem;
        font-size: .32rem;
    }
}

header .login {
    margin-left: .21333rem;
    font-size: .64rem
}

@media screen and (min-width:1300px) {
    header .login {
        font-size: .384rem
    }
}

header .login a {
    color: #fff
}

@media screen and (min-width:1300px) {
    .foohi {
        height: 1.28rem
    }
}

@media screen and (min-width:1300px) {
    .foohiext {
        height: 2.34667rem
    }
}

@media screen and (min-width:1300px) {
    .footer {
        height: 1.06667rem
    }
}

@media screen and (min-width:1300px) {
    .footer ul li a .icon {
        margin-top: .04267rem
    }
}

@media screen and (min-width:1300px) {
    .footer ul li a .icon .iconfont {
        font-size: .59733rem
    }
}

@media screen and (min-width:1300px) {
    .footer ul li a .icon p {
        font-size: .29867rem;
        margin-top: .08533rem
    }
}

div.index_hot {
    background-color: white;
    height: inherit;
    padding-bottom: inherit
}

/*.guesslike ul li {*/
/*float:left;*/
/*width:50%;*/
/*padding-bottom:.08533rem;*/
/*position:relative*/
/*}*/
/*.guesslike ul li:nth-child(2n+1) {*/
/*padding-right:.04267rem*/
/*}*/
/*.guesslike ul li:nth-child(2n) {*/
/*padding-left:.04267rem*/
/*}*/
/*.guesslike ul li:nth-child(2n+1) .similer-product {*/
/*float:right*/
/*}*/
/*.guesslike ul li:nth-child(2n) .similer-product {*/
/*float:left*/
/*}*/
/*.guesslike ul li .similer-product {*/
/*background-color:#fff;*/
/*clear:both;*/
/*overflow:hidden;*/
/*display:block;*/
/*padding-bottom:.42667rem;*/
/*width:100%;*/
/*}*/
/*.guesslike ul li .similer-product .simidibl {*/
/*display:block*/
/*}*/
/*.guesslike ul li .similer-product img {*/
/*width:7.95733rem;*/
/*height:7.95733rem*/
/*}*/
.guesslike .add {
    text-align: center;
    font-size: .55467rem;
    background: #f0f2f5;
    border-top: 0.0213rem solid #dedede;
    height: 1.23733rem;
    line-height: 1.23733rem;
    cursor: pointer
}

footer {
    background: #f8f8f8;
    font-size: .55467rem
}

footer .flool1 {
    height: 1.23733rem;
    border-top: 0.0213rem solid #dedede
}

footer .flool1 ul {
    display: table;
    margin: 0 auto
}

footer .flool1 ul li {
    float: left;
    border-right: 2px solid #dedede;
    padding: 0 1.06667rem;
    margin-top: .29867rem
}

footer .flool1 ul li:last-child {
    border-right: 0
}

footer .flool1 ul li a {
    color: #999999
}

footer .flool1 ul .comebackTop {
    cursor: pointer;
    color: #999999
}

footer .flool2 {
    height: 3.2rem;
    border-top: 0.0213rem solid #dedede
}

footer .flool2 ul {
    display: table;
    margin: 0 auto
}

footer .flool2 ul li {
    float: left;
    padding: 0 1.36533rem;
    text-align: center;
    margin-top: .64rem
}

footer .flool2 ul li a p {
    color: #999999;
    margin-top: .21333rem
}

footer .flool2 ul li .black p {
    color: #444444
}

footer .flool2 ul li img {
    width: .85333rem;
    height: .85333rem
}

footer .flool3 {
    height: .98133rem;
    border-top: 0.0213rem solid #dedede
}

footer .flool3 p {
    color: #999999;
    font-size: .42667rem;
    text-align: center;
    line-height: .98133rem
}

.mslide:after {
    content: '';
    display: block;
    width: 100%;
    /*padding-top:40%*/
    height: 7.253rem;
}

@media screen and (min-width:1300px) {
    .after_login {
        width: .512rem;
        height: .512rem
    }
}

/*头部导航修改 2018.6.6*/
.up-tpnavf-wrap {
    height: 0 !important;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

.reset-pwd-steps>img {
    width: 100%;
}

.show-center-box>a {
    display: block;
    margin-top: 2.133333rem;
}

.sucess-pic-wrap>img {
    width: 3.242667rem;
    height: 3.242667rem;
}

#wx_login {
    margin-right: 3rem;
}

.my .content .floor ul .czg:before,
.rmy:before,
.tjb:before {
    content: "";
    width: 1.152rem;
    height: 1.45067rem;
    position: absolute;
    top: 0;
    left: 0
}

.czg:before {
    background-image: url("../images/czg.png");
    background-repeat: no-repeat;
    background-size: cover
}

.rmy:before {
    background-image: url("../images/rmy.png");
    background-repeat: no-repeat;
    background-size: cover
}

.tjb:before {
    background-image: url("../images/tjb.png");
    background-repeat: no-repeat;
    background-size: cover
}

/*退订新增-hxm-s*/
.tp-left-label {
    float: left;
    font-size: .54rem;
    min-width: 4.266667rem;
    width: auto;
    padding-right: .5rem;
}

/*退订新增-hxm-e*/
.detailsfloo .myorder .order .fl .red {
    color: #ff3b3b
}

@media screen and (min-width:1300px) {
    .podee {
        height: 1.28rem
    }
}

@media screen and (min-width:1300px) {
    .podee .cart-concert-btm {
        height: 1.06667rem;
        line-height: 40px
    }
}

@media screen and (min-width:1300px) {
    .podee .cart-concert-btm .fl ul li a i {
        top: .21333rem;
        left: .04267rem;
        width: .53333rem;
        height: .42667rem;
        background-position-x: 0rem
    }
}

@media screen and (min-width:1300px) {
    .podee .cart-concert-btm .fl ul li a .gwc {
        background-position-x: -.55467rem;
        left: -.04267rem
    }
}

@media screen and (min-width:1300px) {
    .podee .cart-concert-btm .fl ul li a p {
        font-size: .256rem
    }
}

@media screen and (min-width:1300px) {
    .podee .cart-concert-btm .fl ul li a span {
        width: .42667rem;
        height: .42667rem;
        line-height: .42667rem;
        font-size: .256rem
    }
}

@media screen and (min-width:1300px) {
    .podee .cart-concert-btm .fr ul li a {
        font-size: .29867rem;
        height: 1.06667rem;
        line-height: 1.06667rem
    }
}

.assess-btns:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ''
}

@keyframes myfirst {
    0% {
        top: -11px;
        right: 28px;
        opacity: .1
    }

    10% {
        top: -13px;
        right: 26px;
        opacity: .2
    }

    20% {
        top: -15px;
        right: 24px;
        opacity: .4
    }

    30% {
        top: -17px;
        right: 22px;
        opacity: .6
    }

    40% {
        top: -19px;
        right: 20px;
        opacity: .8
    }

    50% {
        top: -20px;
        right: 18px;
        opacity: 1.0
    }

    60% {
        top: -22px;
        right: 16px;
        opacity: .8
    }

    70% {
        top: -24px;
        right: 14px;
        opacity: .6
    }

    80% {
        top: -26px;
        right: 12px;
        opacity: .4
    }

    90% {
        top: -28px;
        right: 10px;
        opacity: .2
    }

    100% {
        top: -30px;
        right: 8px;
        opacity: .1
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: -11px;
        right: 28px;
        opacity: .1
    }

    10% {
        top: -13px;
        right: 26px;
        opacity: .2
    }

    20% {
        top: -15px;
        right: 24px;
        opacity: .4
    }

    30% {
        top: -17px;
        right: 22px;
        opacity: .6
    }

    40% {
        top: -19px;
        right: 20px;
        opacity: .8
    }

    50% {
        top: -20px;
        right: 18px;
        opacity: 1.0
    }

    60% {
        top: -22px;
        right: 16px;
        opacity: .8
    }

    70% {
        top: -24px;
        right: 14px;
        opacity: .6
    }

    80% {
        top: -26px;
        right: 12px;
        opacity: .4
    }

    90% {
        top: -28px;
        right: 10px;
        opacity: .2
    }

    100% {
        top: -30px;
        right: 8px;
        opacity: .1
    }
}

@-ms-keyframes myfirst {
    0% {
        top: -11px;
        right: 28px;
        opacity: .1
    }

    10% {
        top: -13px;
        right: 26px;
        opacity: .2
    }

    20% {
        top: -15px;
        right: 24px;
        opacity: .4
    }

    30% {
        top: -17px;
        right: 22px;
        opacity: .6
    }

    40% {
        top: -19px;
        right: 20px;
        opacity: .8
    }

    50% {
        top: -20px;
        right: 18px;
        opacity: 1.0
    }

    60% {
        top: -22px;
        right: 16px;
        opacity: .8
    }

    70% {
        top: -24px;
        right: 14px;
        opacity: .6
    }

    80% {
        top: -26px;
        right: 12px;
        opacity: .4
    }

    90% {
        top: -28px;
        right: 10px;
        opacity: .2
    }

    100% {
        top: -30px;
        right: 8px;
        opacity: .1
    }
}

@-moz-keyframes myfirst {
    0% {
        top: -11px;
        right: 28px;
        opacity: .1
    }

    10% {
        top: -13px;
        right: 26px;
        opacity: .2
    }

    20% {
        top: -15px;
        right: 24px;
        opacity: .4
    }

    30% {
        top: -17px;
        right: 22px;
        opacity: .6
    }

    40% {
        top: -19px;
        right: 20px;
        opacity: .8
    }

    50% {
        top: -20px;
        right: 18px;
        opacity: 1.0
    }

    60% {
        top: -22px;
        right: 16px;
        opacity: .8
    }

    70% {
        top: -24px;
        right: 14px;
        opacity: .6
    }

    80% {
        top: -26px;
        right: 12px;
        opacity: .4
    }

    90% {
        top: -28px;
        right: 10px;
        opacity: .2
    }

    100% {
        top: -30px;
        right: 8px;
        opacity: .1
    }
}

@-o-keyframes myfirst {
    0% {
        top: -11px;
        right: 28px;
        opacity: .1
    }

    10% {
        top: -13px;
        right: 26px;
        opacity: .2
    }

    20% {
        top: -15px;
        right: 24px;
        opacity: .4
    }

    30% {
        top: -17px;
        right: 22px;
        opacity: .6
    }

    40% {
        top: -19px;
        right: 20px;
        opacity: .8
    }

    50% {
        top: -20px;
        right: 18px;
        opacity: 1.0
    }

    60% {
        top: -22px;
        right: 16px;
        opacity: .8
    }

    70% {
        top: -24px;
        right: 14px;
        opacity: .6
    }

    80% {
        top: -26px;
        right: 12px;
        opacity: .4
    }

    90% {
        top: -28px;
        right: 10px;
        opacity: .2
    }

    100% {
        top: -30px;
        right: 8px;
        opacity: .1
    }
}

.red3::before {
    content: '';
    width: 0.85rem;
    height: 0.13rem;
    background: linear-gradient(90deg, rgba(255, 59, 59, 1) 0%, rgba(255, 91, 59, 1) 100%);
    border-radius: 0.06rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-60%, -50%);
}

@media screen and (min-width:1300px) {
    .actionfooer .cart-concert-btm .fr ul li a {
        font-size: .29867rem;
        height: 1.06667rem;
        line-height: .42667rem;
        padding-top: .17067rem
    }
}

span.mp_mp {
    width: 1.92rem;
}

/* .nonenothing {	width:8.53333rem;	height:8.74667rem;	position:absolute;	top:50%;	bottom:50%;	margin-top:-4.37333rem;	left:50%;	right:50%;	margin-left:-4.26667rem;	text-align:center} */
.nocoment {
    width: 8.53333rem;
    height: 8.74667rem;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -4.37333rem;
    left: 50%;
    right: 50%;
    margin-left: -4.26667rem;
    text-align: center
}

@media screen and (min-width:1300px) {
    .pore_add {
        min-height: 20.26667rem
    }
}

/*新的筛选弹出页*/
.screen_wi {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 0;
    background-color: #fff;
}

.whiback:after {
    content: " ";
    display: block;
    clear: both;
}

p.tit-nike {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .55467rem
}

p.nike-price {
    font-size: .64rem
}

p.nike-price .red {
    color: #eb3133;
    float: left
}

p.nike-price .throughli {
    text-decoration: line-through;
    color: #999999;
    font-size: .512rem;
    float: right;
    margin-top: .128rem
}

/*.yg {*/
/*background:url(../images/yg.png) no-repeat;*/
/*display:inline-block;*/
/*vertical-align:middle;*/
/*background-size:1.47067rem;*/
/*margin-right:.128rem;*/
/*width:.81067rem;*/
/*height:.74667rem*/
/*}*/
.h-express {
    display: inline-block;
}

.overdeta .applyafter .tuharecha

/*.cp_alo .pon_top:after {*/
/*content:"";*/
/*background:url(../images/coupon_a.png);*/
/*background-size:.256rem;*/
/*background-repeat:repeat-x;*/
/*width:100%;*/
/*height:.08533rem;*/
/*position:absolute;*/
/*bottom:-.02133rem;*/
/*left:0*/
/*}*/
.cp_alo .pon_top h1 {
    font-size: .768rem;
    margin: 0;
    padding: .42667rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#he100 {
    height: 2.13333rem
}

.slide_list_row::-webkit-scrollbar {
    background-color: transparent;
    height: 0
}

.slide_list_row::-webkit-scrollbar-thumb {
    background-color: transparent;
    height: 0
}

.slide_list_row::-webkit-scrollbar-track {
    background-color: transparent;
    height: 0
}

.slide_list_row::-webkit-scrollbar-button {
    background-color: transparent;
    height: 0
}

.slide_list_row::-webkit-scrollbar-track-piece {
    background-color: transparent;
    height: 0
}

.slide_list_row::-webkit-scrollbar-corner {
    background-color: transparent;
    height: 0
}

.slide_list_row::-webkit-resizer {
    background-color: transparent;
    height: 0
}

.goods-limit:before {
    content: "";
    background: url(../images/saw-l.png) no-repeat;
    width: .21333rem;
    height: 4.20267rem;
    background-size: cover;
    position: absolute;
    left: -.128rem;
    top: 0
}

.goods-limit:after {
    content: "";
    background: url(../images/saw-r.png) no-repeat;
    width: .29867rem;
    height: 4.352rem;
    background-size: cover;
    position: absolute;
    right: -.128rem;
    top: -.04267rem;
    z-index: 2
}

.replay_tit:after {
    content: '';
    position: absolute;
    left: 0
}

.empty_so:before {
    content: '';
    background: url(../images/empty.png) no-repeat;
    width: 3.11467rem;
    height: 3.11467rem;
    position: absolute;
    background-size: cover;
    left: 50%;
    top: 50%;
    margin-left: -1.55733rem;
    margin-top: -1.55733rem;
    z-index: 99
}

@media screen and (min-width:1300px) {
    .newcarfoo .payallb {
        bottom: 1.06667rem
    }
}

.cuptyp:first-child {
    margin-top: 0
}

@media screen and (min-width:1300px) {
    .newchoosecar {
        bottom: 1.06667rem
    }
}

/*hxm-add-start*/
.edit-btn {
    float: right;
    width: 100%;
    /* height:auto;	*/
    margin-top: 0.5rem;
    background: transparent;
}

/*移动端layer弹出层样式*/
div.layui-m-layercont {
    font-size: .853333rem;
}

div.layui-m-layerbtn span {
    font-size: .59733rem;
}

.shop-logo>img {
    width: 100%;
}

.goods-pic>img {
    width: 100%;
}

.other-item:last-child {
    border-bottom: none;
}

/*拼多多页面*/
.page-title1 {
    display: inline-block;
    font-size: 0.682667rem;
    color: #333;
}

.goods-pic-p>img {
    width: 100%;
}

.goods-price-p>span {
    font-size: .9rem;
    color: #df241a;
    vertical-align: text-bottom;
    margin-right: .3rem;
    overflow: hidden;
}

.service-list-q>li {
    display: inline-block;
}

.service-list-q>li+li {
    padding-left: .8rem;
}

.service-list-q>li>img {
    width: .6rem;
    height: .6rem;
    margin-right: .1rem;
}

.service-list-q>li>span {
    line-height: .6rem;
    font-size: .5rem;
    color: #666;
}

.users-list-p>li {
    display: inline-block;
    border-radius: 50%;
    width: 2.1rem;
    height: 2.1rem;
}

.users-list-p>li+li {
    margin-left: .5rem;
    overflow: hidden;
}

.users-list-p>li img {
    width: 100%;
}

.groupsing>span {
    color: #ff3b3b;
}

.groupsing>i {
    font-weight: bold;
    color: #000;
}

.groupsed>img {
    width: .9rem;
    height: .9rem;
    margin-right: .5rem;
    vertical-align: top;
}

.nav-list-p>a {
    float: left;
    width: 25%;
    text-align: center;
}

.nav-list-p>a img {
    width: 1.25rem;
    height: 1.25rem;
}

.nav-list-p>a span {
    height: 1.1rem;
    font-size: .7rem;
    line-height: 1.1rem;
    color: #666;
}

.goods-item-p:nth-child(odd) {
    float: left;
}

.goods-item-p:nth-child(even) {
    float: right;
}

/*活动详情页*/
.ac-d-title {
    margin-top: 1.706667rem;
    font-size: .64rem;
    line-height: 1.28rem;
    color: #333;
    text-align: center;
}

.ac-d-state>span {
    display: inline-block;
    padding: 0 .426667rem;
    font-size: .512rem;
    line-height: .896rem;
    color: #999;
}

/*hxm-add-end*/
/*微信账号关联商城账号*/
.relation-user-wrap {
    margin: 0 .64rem;
}

.user-photo1-h>img {
    width: 100%;
}

.ueser-name1-h>span {
    vertical-align: top;
    color: #333;
    margin-left: .384rem;
}

/*签到页面*/
.panel1-sign {
    position: relative;
    height: 4.5rem;
    padding: .512rem .426667rem .64rem;
    background-size: cover;
    font-size: .469333rem;
    color: #fff;
}

.user-sign>i {
    float: left;
    width: 1.28rem;
    height: 1.28rem;
    margin-right: .426667rem;
    border-radius: 50%;
    overflow: hidden;
}

.user-sign>span {
    float: left;
    height: 1.28rem;
    line-height: 1.28rem;
}

.integral-sign>span {
    display: block;
    line-height: .768rem;
}

.click-sign>span {
    display: none;
    padding-top: 2.56rem;
    line-height: .576rem;
    color: #ff563f;
    text-align: center;
    font-size: .469333rem;
}

.clicked-sign>span {
    display: block;
}

.item-order-input>span {
    display: inline-block;
    width: 3.84rem;
    overflow: hidden;
}

.write-order-des>span {
    color: #333;
}

.write-order-des>a {
    display: inline-block;
    color: #ff3b3b;
    margin: 0 .256rem;
}

/*日历插件字体调整*/
body .gearDate {
    font-size: .512rem;
}

/*订单详情页面增加 s*/
/*开关按钮*/
.z-toggle {
    padding: 0.1066rem;
    display: block;
    position: relative;
}

/*新增订单详情页面 e*/
/*修改提货人 s*/
.z-Package {
    width: 16rem;
    position: relative;
}

/*修改提货人 e*/
/*选择自提点 s*/
.z-Packageiphon-header {
    padding: 0.448rem 0;
}

/*选择自提点 e*/
/*地图 s*/
.Package-hrader-absolute {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0.9;
    background-color: #fff;
}

/*地图 e*/
.pop-prkage-wraps,
.dizhi-pop {
    position: fixed;
    z-index: 996;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

/**手机确认订单详情 --s**/
div.cuptyp {
    box-sizing: content-box;
    border: 2px solid transparent;
}

div.checked {
    border: 2px solid #ff3b3b;
}

strong {
    font-size: 15px;
}

pre {
    padding: 16px 0;
    overflow: auto;
    line-height: 1.45;
    background-color: #f6f8fa;
    border-radius: 3px;
}

#date-wrapper {
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

#date-wrapper li span {
    font-size: .6rem;
}

#date-wrapper ol,
#d-tit>div {
    font-size: .6rem;
}

#date-wrapper h3 {
    font-size: .7rem !important;
    line-height: 2rem !important;
    background: #ff4040;
}

#d-confirm {
    background: #ff4040;
}

/**手机确认订单详情 --e**/
/*组合套餐 s*/
.Set-meal-wrap {
    border-bottom: .3rem solid #f3f5f7;
    padding-bottom: 0.4266rem;
}

/*组合套餐 e*/
/*组合套餐商品详情 s*/
.Combination-wrap {
    width: 100%;
}

/*组合套餐商品详情 e*/
/*列表页面滚动 s*/
.branchList-cont {
    overflow-y: scroll;
    height: 24.4rem;
    width: 11.52rem;
}

/*列表页面滚动 e*/
.Combination-head-title p {
    width: 50%;
    overflow: hidden;
    height: 2.1333rem;
}

/*组合套餐商品详情 e*/
/*列表页面滚动 s*/
.branchList-cont {
    overflow-y: scroll;
    height: 26.6rem;
}

/*列表页面滚动 e*/
.m-b-0 {
    margin-bottom: 0;
}

#addressDefault {
    cursor: pointer;
}

/*取消订单详情*/
.cancel-order-record {
    padding: .426667rem .64rem;
    background-color: #fff;
    margin-bottom: .426667rem;
}

.no-service-m>li:last-child {
    border-bottom: none;
    height: auto;
    min-height: 1.024rem;
}

/*优化发票样式*/
.invoice_con {
    width: 100%;
}

#invoiceDefault {
    cursor: pointer;
}

/*底部导航优化*/
.icon_tps {
    display: block;
    margin: 0 auto;
    width: 1.024rem;
    height: 1.024rem;
}

/*预约商品详情*/
.book_label {
    width: 14.72rem;
    margin: 0 auto;
}

/*预约成功*/
.book_succe {
    width: 100%;
    padding-top: 2.56rem;
    text-align: center;
}

/*订单详情*/
.appo_ord_state {
    width: 4.949334rem;
    height: 1.493334rem;
    border: 0.0213rem solid #e73223;
    text-align: center;
    line-height: 1.493334rem;
}

/*查看券码弹窗*/
.Scavenging-pop-img-title i {
    color: #ff4747;
}

/*预约信息*/
.bookinfo_con {
    width: 100%;
}

/*.bookinfo_list input{ float:right; border:none; line-height:2.346667rem; width:65%; text-align:right; font-size:0.64rem;}*/
.bookinfo_list a,
.book_info a {
    float: right;
    background: url(../images/yr.png) center right no-repeat;
    background-size: 0.341334rem 0.597334rem;
    padding-right: 0.64rem;
    color: #333;
}

/*.boookinfo_mesg{ padding:0 0.426667rem; border-top:20px solid #f2f2f2; padding-top:0.64rem; position:relative;}*/
.boookinfo_mesg {
    padding: 0 0.426667rem;
}

/*领取优惠券&促销信息弹窗*/
.salpro-tit {
    width: 92%;
    margin: 0 auto;
    line-height: 2.432rem;
    text-align: center;
    border-bottom: 0.0213rem solid #dbdbdb;
}

/*砍价*/
.clearboth {
    clear: both;
}

/*bargain_list.html*/
.bargain-banner {
    height: 6.826666666666667rem;
    width: 100%;
}

/*order_list.html*/
.ol-tabs {
    height: 1.49rem;
    width: 100%;
    position: relative;
    margin-bottom: 0.297rem;
}

.ol-tabs li@font-face {
    font-family: 'DIN';
    src: url(../font/DIN-Regular.otf);
}

/* .headerbg {
    background: linear-gradient(rgba(242, 48, 48, 0.8), rgba(242, 48, 48, 0.8));
    opacity: 1;
    height: 1.877rem;
} */





    /* 主题之字体颜色 */
    .fzc_pink {
        color: #FF8C8C !important;
    }
    .fzc_pink_low {
        color: #ffe5e5 !important;
    }
    .fzc_pink::before {
        background-color: #FF8C8C !important;
    }
    .fzc_pink_w::before {
        background: #FF8C8C !important;
    }
    .fzc_green {
        color: #00B42A !important;
    }
    .fzc_green::before {
        background-color: #00B42A !important;
    }
    .fzc_green_w::before {
        background: #00B42A !important;
    }
    .fzc_green_low {
        color: #ccffd8 !important;
    }

    .fzc_blue {
        color: #0055FF !important;
    }
    .fzc_blue::before {
        background-color: #0055FF !important;
    }
    .fzc_blue_w::before {
        background: #0055FF !important;
    }
    .fzc_blue_low {
        color: #ccddff !important;
    }

    .fzc_yellow {
        color: #FFB300 !important;
    }
    .fzc_yellow::before {
        background-color: #FFB300 !important;
    }
    .fzc_yellow_w::before {
        background: #FFB300 !important;
    }
    .fzc_yellow_low {
        color: #333 !important;
    }

    .fzc_orange {
        color: #ff5500 !important;
    }
    .fzc_orange::before {
        background-color: #ff5500 !important;
    }
    .fzc_orange_w::before {
        background: #ff5500 !important;
    }
    .fzc_orange_low {
        color: #ffddcc !important;
    }

    .fzc_red {
        color: #ff3b3b !important;
    }
    .fzc_red::before {
        background-color: #ff3b3b !important;
    }
    .fzc_red_w::before {
        background: #ff3b3b !important;
    }
    .fzc_red_low {
        color: #ff9900 !important;
    }

    /* 主题之边框颜色 */
    .border_pink {
        border-color: #FF8C8C !important;
    }

    .border_pink_low {
        border-color: #ffe5e5 !important;
    }

    .border_green {
        border-color: #00B42A !important;
    }

    .border_green_low {
        border-color: #ccffd8 !important;
    }

    .border_blue {
        border-color: #0055FF !important;
    }

    .border_blue_low {
        border-color: #ccddff !important;
    }

    .border_yellow {
        border-color: #FFB300 !important;
    }

    .border_yellow_low {
        border-color: #333 !important;
    }

    .border_orange {
        border-color: #ff5500 !important;
    }

    .border_orange_low {
        border-color: #ffddcc !important;
    }

    .border_red {
        border-color: #ff3b3b !important;
    }

    .border_red_low {
        border-color: #ff9900 !important;
    }

    /* 主题之背景颜色 */
    .bgc_pink {
        background: #FF8C8C !important;
    }

    .bgc_pink_low {
        background: #ffe5e5 !important;
    }

    .bgc_green {
        background: #00B42A !important;
    }

    .bgc_green_low {
        background: #ccffd8 !important;
    }

    .bgc_blue {
        background: #0055FF !important;
    }

    .bgc_blue_low {
        background: #ccddff !important;
    }

    .bgc_yellow {
        background: #FFB300 !important;
    }

    .bgc_yellow_low {
        background: #333 !important;
    }

    .bgc_orange {
        background: #ff5500 !important;
    }

    .bgc_orange_low {
        background: #ffddcc !important;
    }

    .bgc_red {
        background: #ff3b3b !important;
    }

    .bgc_red_low {
        background: #ff9900 !important;
    }


    /* 主题之价格颜色 */
    .price_pink {
        color: #FF8C8C !important;
    }

    .price_green {
        color: #00B42A !important;
    }

    .price_blue {
        color: #0055FF !important;
    }

    .price_yellow {
        color: #FFB300 !important;
    }

    .price_orange {
        color: #ff5500 !important;
    }

    .price_red {
        color: #ff3b3b !important;
    }

    