/* CSS Document */
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], select, textarea, button {
    -webkit-appearance: none;
    outline: none;
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

body {
    font-size: 1.4rem;
    color: #1b1b1b;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.content {
    max-width: 720px;
    margin: 0 auto;
    font-family: Arial,'微软雅黑';
    padding-bottom: 6rem;
}

.contents {
    background: #f5f5f5;
}

.content01 {
    padding-bottom: 1rem;
    background: #f5f5f5;
}

.content02 {
    padding-bottom: 1rem;
}

.content03 {
    padding-bottom: 0rem;
}

.headers {
    border-bottom: none;
}

.header01 {
    background: #ffd52c;
    border-bottom: none;
}

header {
    border-bottom: 1px #e5e5e5 solid;
    padding: 1.2rem 1rem;
    background: #FFF;
}

    header .service {
        float: right;
        margin: 0;
        padding: 0;
    }

        header .service img {
            width: 2.4rem;
            display: block;
        }

    header .fr a {
        float: right;
        color: #ffdc00;
        display: block;
        font-size: 1.5rem;
        margin-top: .2rem;
    }

    header .konw a {
        background: url(../images/mark01.png) no-repeat left center;
        background-size: 1.5rem 1.5rem;
        padding-left: 1.9rem;
        color: #1b1b1b;
        display: block;
        float: right;
        margin-right: 1.2rem;
        margin-top: 2px;
    }

    header .logo {
        float: left;
        margin-top: .25rem;
    }

        header .logo img {
            width: 8rem;
            display: block;
        }

    header .back {
        background: url(../images/back.jpg) no-repeat center;
        background-size: 1rem;
        width: 1rem;
        height: 1.5rem;
        float: left;
        margin-top: 5px;
    }

    header .h-title {
        margin: .4rem 1.6rem 0 1.9rem;
        text-align: center;
        color: #1b1b1b;
        font-size: 1.5rem;
    }

    header .search {
        margin: 0 3.2rem 0 9.138rem;
        background: #f5f5f5;
        line-height: 2.7rem;
        height: 2.7rem;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 20rem;
    }

        header .search .stxt {
            float: left;
            width: 85%;
            height: 2.7rem;
            line-height: 2.7rem;
            color: #959595;
            font-size: 12px;
            border: none;
            background: none;
        }

        header .search .sbut {
            width: 15%;
            height: 1.5rem;
            border: none;
            float: left;
            background: url(../images/search.png) no-repeat right center;
            background-size: 1.4rem;
            margin-top: .5rem;
        }

.bannar {
    padding: 1rem;
}

    .bannar img {
        width: 100%;
        display: block;
    }

.swiper-container {
    border-radius: 6px;
}

.bannar .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
}

    .bannar .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

.bannar .swiper-pagination-bullet {
    background: #ffffff;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 100%;
}

.bannar .swiper-pagination-bullet-active {
    background: #ffdc00;
}

.ilist {
    padding: .5rem;
    overflow: hidden;
}

    .ilist li {
        float: left;
        width: 50%;
    }

    .ilist .lis {
        width: 100%;
    }

    .ilist li .mod {
        margin: 1rem;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
        text-align: center;
        border-radius: 1rem;
        padding: 3.5rem 0;
    }

        .ilist li .mod .media {
            background: url(../images/navmark.png);
            background-size: auto 4rem;
            background-repeat: no-repeat;
        }

            .ilist li .mod .media a {
                display: block;
                padding: 5px 0;
            }

        .ilist li .mod .media {
            height: 4rem;
            margin: 0 auto;
        }

        .ilist li .mod .media02 {
            background-position: .1rem 0;
            width: 4rem;
        }

        .ilist li .mod .media01 {
            background-position: -3.8rem 0;
            width: 4rem;
        }

        .ilist li .mod .media03 {
            background-position: -7.9rem 0;
            width: 4rem;
        }

        .ilist li .mod .media04 {
            background-position: -11.8rem 0;
            width: 4rem;
        }

        .ilist li .mod .media05 {
            background-position: -15.8rem 0;
            width: 4rem;
        }

        .ilist li .mod .intro {
            color: #313131;
            font-size: 1.5rem;
            margin-top: .5rem;
            font-weight: bold;
        }

.ftnav {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: table;
    z-index: 9;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    background: #FFF;
}

    .ftnav dl {
        display: table-cell;
        vertical-align: middle;
        width: 33.333%;
        text-align: center;
        position: relative;
        font-family: 微软雅黑;
        padding: 2px 0;
    }

    .ftnav .ft-icon2 .mark {
        position: absolute;
        background: #ffdc00;
        border-radius: 100%;
        text-align: center;
        width: 1.7rem;
        height: 1.7rem;
        line-height: 1.7rem;
        color: #434343;
        right: .1rem;
        top: .2rem;
    }

    .ftnav dl dd {
        font-size: 1.4rem;
        color: #FFF;
    }

.ft-icon {
    background-image: url(../images/fnavmark.png);
    background-size: auto 4.6rem;
    background-repeat: no-repeat;
}

.ftnav a {
    display: block;
}

.ftnav .ft-icon {
    height: 4.6rem;
    margin: 0 auto;
}

.ftnav .ft-icon1 {
    background-position: -.2rem 0;
    width: 4.6rem;
}

.ftnav .ft-icon2 {
    background-position: -4.7rem 0;
    width: 4.6rem;
    position: relative;
}

.ftnav .ft-icon3 {
    background-position: -8.5rem 0;
    width: 4.6rem;
}
/*产品列表*/
.ptab {
    overflow: hidden;
}

    .ptab li a {
        float: left;
        width: 33.333%;
        text-align: center;
        color: #959595;
        display: block;
    }

    .ptab li .select {
        color: #000000;
        position: relative;
    }

        .ptab li .select:after {
            content: '';
            position: absolute;
            background: #ffdc00;
            width: 3.2rem;
            height: 3px;
            bottom: 0;
            left: 50%;
            margin-left: -1.6rem;
            border-radius: 2px;
        }

.plist {
    overflow: hidden;
    padding: 0 .5rem;
    border-top: 1px #e5e5e5 solid;
    margin-top: 1rem;
}

    .plist li {
        float: left;
        width: 50%;
    }

        .plist li .mod {
            margin: 1rem .5rem;
            position: relative;
        }

            .plist li .mod .car {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 2.8rem;
                height: 2.8rem;
                border-radius: 100%;
                padding: 9px;
                box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
            }

                .plist li .mod .car img {
                    width: 1.2rem;
                }

            .plist li .mod .media {
                text-align: center;
            }

                .plist li .mod .media img {
                    width: 100%;
                    display: block;
                    border-radius: .7rem;
                }

            .plist li .mod .name a {
                color: #434343;
                margin-top: 5px;
                display: block;
            }

            .plist li .mod .price {
                color: #fd5f69;
            }
/*购买须知*/
.klist li {
    background: #FFF;
    margin-bottom: 1rem;
    padding: 1rem;
}

    .klist li .title {
        font-size: 1.6rem;
    }

    .klist li .con {
        color: #959595;
        margin-top: .8rem;
    }

.sure a {
    margin: 3rem 2rem 0rem 2rem;
    background: #ffdc00;
    text-align: center;
    color: #1b1b1b;
    border-radius: 2rem;
    font-size: 1.6rem;
    padding: 1rem 0;
    display: block;
}

.sures {
    margin: 1rem 2rem 2rem 2rem;
}

.surebut2 a {
    margin: 2%;
    background: #ffdc00;
    text-align: center;
    color: #1b1b1b;
    border-radius: 2rem;
    font-size: 1.6rem;
    padding: 2%;
    display: inline-block;
    width: 43%;
}
/*登录*/
.conternt01 {
    background: url(../images/bg.png) no-repeat bottom center #ffd52c;
    background-size: 100%;
}

.login {
    margin: 2.3rem .5rem 0 .5rem;
}

.logins {
    margin: 0 0;
}

.login .top {
    background: #ae6c03;
    padding: 4px;
    border-radius: 10px;
    border: 6px #ffbf00 solid;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.1);
}

.sign {
    margin: 0 1rem;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: relative;
    margin-top: -.8rem;
    z-index: 2;
    border-bottom-left-radius: .7rem;
    border-bottom-right-radius: .7rem;
}

.signs {
    margin: .8rem 0 0 0;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.sign .line img {
    width: 100%;
    display: block;
}

.signcon {
    background: #FFF;
    overflow: hidden;
}

.warn {
    box-sizing: border-box;
    position: relative;
    width: 2em;
    height: 2em;
    background: #ff3232;
    border-radius: 50%;
}

    .warn:before {
        content: "!";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -.2rem;
        color: #FFF;
        font-size: 1.9rem;
    }

.sn a {
    color: #ff3232;
    margin: .6rem 1rem;
    display: block;
    background: url(../images/mark04.png) no-repeat left center;
    background-size: 1.5rem 1.5rem;
    padding-left: 2rem;
}

.sn01 {
    color: #ff3232;
    margin: .5rem 1rem;
}

.signcons {
    border-bottom-left-radius: .7rem;
    border-bottom-right-radius: .7rem;
}

.slist {
    padding: .5rem 1rem;
}

.slist01 {
    padding: 0;
    background: #FFF;
    margin-top: .8rem;
}

.slists {
    padding: 0;
}

.slist li {
    padding: .9rem 0;
}

    .slist li:last-child {
        border-bottom: none;
    }

.slist .lis {
    border-bottom: 1px #f5f5f5 solid;
    padding: 1rem 1rem;
    margin-bottom: 0;
}

.slist li .fl {
    color: #313131;
    float: left;
    overflow: hidden;
    padding-top: .1rem;
}

    .slist li .fl .mark {
        float: left;
        color: #ff0000;
        font-size: 1.9rem;
        margin-right: 3px;
        margin-top: 4px;
    }

.slist li .fr {
    float: right;
    position: relative;
}

.slist li .fright {
    float: right;
    width: 60%;
}

    .slist li .fright .n {
        float: right;
        border-radius: 1rem;
        text-align: center;
        position: relative;
        color: #a0a0a0;
        overflow: hidden;
        width: 32%;
        margin-left: 5px;
    }

        .slist li .fright .n select {
            width: 100%;
            line-height: 1.613rem;
            text-align: center;
            border: none;
            color: #868585;
            padding: 5% 15% 5% 10%;
            font-size: .1.3rem;
            background: #f7f6f6;
            margin-right: 2rem;
            border-radius: 2rem;
        }

        .slist li .fright .n .mark {
            position: absolute;
            top: 5px;
            right: 0;
        }

            .slist li .fright .n .mark img {
                width: 1.3rem;
            }

.slist li .frs {
    color: #7d7d7d;
}

.slist li .fr .mark {
    position: absolute;
    top: 10px;
    right: 0;
}

    .slist li .fr .mark img {
        width: 1.3rem;
    }

.slist li .fr select {
    width: auto;
    line-height: 1.9rem;
    text-align: center;
    border: none;
    color: #868585;
    padding: 0 15% 0 5%;
    font-size: 1.4rem;
    background: #FFF;
    margin-right: 2rem;
    font-family: 微软雅黑;
}
/*.text01{
	border:none;
	background:none;
	text-align:right;
	color:#bfbfbf;
	height:2rem;
	line-height:2rem;
	font-size:1.3rem;
}*/
.btext {
    border: none;
    background: none;
    text-align: right;
    color: #868585;
    /*height: 2.5rem;
    line-height: 2rem;*/
    font-size: 1.4rem;
    font-family: 微软雅黑;
    width: 23rem;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #868585;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #868585;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #868585;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #868585;
}
/*产品详情*/
.pdetail .media img {
    width: 100%;
}

.pdetail .intro {
    background: #FFF;
    padding: 1rem;
}

    .pdetail .intro .pname {
        font-size: 1.4rem;
    }

    .pdetail .intro .price {
        color: #ea535e;
        font-weight: bold;
        font-size: 1.5rem;
    }

.handdle {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    display: table;
    padding: .8rem .8rem .6rem .6rem;
    box-shadow: 0px 0px 10px #c4c4c4;
}

    .handdle > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .handdle .car {
        width: 15%;
        color: #777777;
        line-height: 22px;
    }
    .handdle .car2 {
        width: 40%;
    }

        .handdle .car .mark {
            display: block;
            width: 3.1rem;
            margin: 0 auto;
        }

            .handdle .car .mark img {
                width: 2rem;
            }

    .handdle .li {
        background: #ffdc00;
        width: 46%;
        margin-left: 10px;
        color: #4c4318;
        border-radius: 5px;
        float: right;
        padding: 8px 0;
    }

        .handdle .li a {
            color: #4c4318;
        }

    .handdle .lis {
        background: #ff4d4d;
        width: 46%;
        margin-left: 10px;
        color: #ffffff;
        border-radius: 5px;
        float: right;
        padding: 8px 0;
    }

        .handdle .lis a {
            color: #ffffff;
        }

.float {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    display: none;
}

.float01 {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    display: none;
}

.buyinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    font-family: 微软雅黑;
    padding: 1.5rem 1rem;
    z-index: 121;
    width: 100%;
    box-sizing: border-box;
    display: none;
    bottom: -20rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 40rem;
    overflow-y: scroll;
}

    .buyinfo .first {
        overflow: hidden;
        border-bottom: 1px #eeeeee solid;
    }

        .buyinfo .first .m {
            float: left;
            margin-right: 10px;
        }

            .buyinfo .first .m img {
                display: block;
                width: 8rem;
                border-radius: 1rem;
            }

        .buyinfo .first .con {
            float: left;
            width: calc(100% - 9.5rem);
            height: 6rem;
        }

            .buyinfo .first .con .price {
                color: #ea535e;
                font-size: 1.8rem;
                margin-top: 1.5rem;
            }

            .buyinfo .first .con .num {
                color: #959595;
            }

            .buyinfo .first .con .tt {
                color: #ea535e;
                width: 100%;
                text-align: right;
                position: relative;
                top: -4rem;
            }

        .buyinfo .first .closed {
            background: url(../images/closed.jpg) no-repeat center;
            background-size: 1.125rem;
            width: 1.125rem;
            height: 1.125rem;
            float: right;
            margin-top: 5px;
            position: static;
        }

    .buyinfo .yscolor {
        padding: 1rem 0 0 0;
    }

        .buyinfo .yscolor .list {
            overflow: hidden;
        }

            .buyinfo .yscolor .list li {
                float: left;
                width: 33.333%;
                margin: 0 5px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                cursor: pointer;
                background: #eeeeee;
                color: #aeaeae;
                border-radius: 5px;
                padding: 0 10px;
            }

                .buyinfo .yscolor .list li .mod {
                }

                    .buyinfo .yscolor .list li .mod.active {
                        background: #ffdc00;
                        color: #313131;
                    }

        .buyinfo .yscolor .c span {
            display: inline-block;
            width: 32.2%;
            text-align: center;
            cursor: pointer;
            background: #eeeeee;
            color: #313130;
            border-radius: 5px;
            padding: 5px 0;
            margin-top: .8rem;
        }

            .buyinfo .yscolor .c span.active {
                background: #ffdc00;
                color: #313131;
            }

        .buyinfo .yscolor .c01 span {
            display: inline-block;
            width: 51%;
            text-align: center;
            cursor: pointer;
            background: #eeeeee;
            color: #aeaeae;
            border-radius: 5px;
            padding: 5px 0;
            margin-top: .8rem;
        }

            .buyinfo .yscolor .c01 span.active {
                background: #ffdc00;
                color: #313131;
            }

        .buyinfo .yscolor .c {
            height: 11.6rem;
            overflow-y: scroll;
        }

.atext {
    background: none;
    border: none;
    color: #959595;
    text-align: center;
    padding: 5px 0;
    width: 100%;
}

.buyinfo .numcon {
    padding: 10px 0 25px 0;
}

    .buyinfo .numcon .r {
        border: 1px #e5e5e5 solid;
        overflow: hidden;
        width: 7.2rem;
        border-radius: 5px;
        height: 2.3rem;
        margin-top: 5px;
    }

.jian {
    background: url(../images/jian.jpg) no-repeat center;
    background-size: 2.25rem;
    width: 2.25rem;
    height: 2.1rem;
    display: inline-block;
    float: left;
}

.jia {
    background: url(../images/jia.jpg) no-repeat center;
    background-size: 2.25rem;
    width: 2.25rem;
    height: 2.1rem;
    float: left;
    display: inline-block;
}

.jian01 {
    background: url(../images/jian01.jpg) no-repeat center;
    background-size: 2.25rem;
    width: 2.25rem;
    height: 2.1rem;
    display: inline-block;
    float: left;
}

.jia01 {
    background: url(../images/jia01.jpg) no-repeat center;
    background-size: 2.25rem;
    width: 2.25rem;
    height: 2.1rem;
    float: left;
    display: inline-block;
}

.buyinfo .numcon .txt {
    width: 2.4rem;
    height: 2.1rem;
    float: left;
    outline: none;
    display: inline-block;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    text-align: center;
}

.text01 {
    border: none;
    padding: 0;
    text-align: center;
    width: 2.25rem;
    height: 2.1rem;
    line-height: 2.1rem;
    color: #353535;
    font-size: 1rem;
    margin-top: -.5rem;
}

.buyinfo .handdle {
    padding: 10px 0 0;
    text-align: center;
}

.p-box a {
    background: #FFF;
    margin-top: 10px;
    overflow: hidden;
    padding: 1rem;
    display: block;
}

.p-box01 {
    background: #FFF;
    margin-top: 10px;
    overflow: hidden;
    padding: 1rem;
}

    .p-box01 img {
        width: 100%;
    }

.p-box .fl {
    float: left;
    color: #959595;
}

.p-box .mid {
    float: left;
    margin-left: .2rem;
    color: #ea535e;
}

.p-box .mids {
    color: #313131;
}

.p-box .fr {
    float: right;
    position: relative;
}

.arrow {
    position: absolute;
    top: 50%;
    right: .2rem;
    width: 1rem;
    height: 1rem;
    margin-top: .7rem;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ababab;
    -webkit-transform-origin: 75% 25%;
    -webkit-transform: rotateZ(45deg);
    -webkit-transition: 100ms ease-in .1s;
    transition: 100ms ease-in .1s;
}

.carbut {
    overflow: hidden;
}

    .carbut li {
        float: left;
        width: 50%;
    }

        .carbut li .mod {
            text-align: center;
            font-size: 1.4rem;
            margin: 0 5px;
        }

            .carbut li .mod .n a {
                background: #ffdc00;
                display: block;
                color: #1b1b1b;
                border-radius: 5px;
                padding: 7px 0;
            }

            .carbut li .mod .n01 a {
                background: #ff4d4d;
                display: block;
                color: #ffffff;
                border-radius: 5px;
                padding: 7px 0;
            }

.surebut a {
    display: block;
    color: #FFF;
    background: #ff4d4d;
    border-radius: 5px;
    padding: 7px 0;
    margin-top: 10px;
    text-align: center;
}

.buyinfo01 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    font-family: 微软雅黑;
    padding: 1.5rem 1rem;
    z-index: 121;
    width: 100%;
    box-sizing: border-box;
    display: none;
    bottom: -20rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

    .buyinfo01 .title {
        text-align: center;
        font-size: 1.6rem;
        color: #000;
        margin-bottom: 5px;
    }

    .buyinfo01 .list li {
        overflow: hidden;
        border-bottom: 1px #eeeeee solid;
        padding: 8px 0;
    }

        .buyinfo01 .list li:last-child {
            border-bottom: none;
        }

        .buyinfo01 .list li .left {
            color: #959595;
            margin-right: 3rem;
            width: 5rem;
            float: left;
        }

.finsh a {
    margin: 1rem 0;
    background: #ffdc00;
    text-align: center;
    color: #1b1b1b;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: .7rem 0;
    display: block;
}

.data {
    padding: 1rem;
}

    .data .n {
        text-align: center;
        background: #ff4d4d;
        color: #FFF;
        padding: 8px 0;
        font-size: 1.5rem;
    }

    .data .ns {
        background: #ffdc00;
        color: #000;
        font-size: 1.3rem;
    }

.datacon {
    border: 1px #e5e5e5 solid;
    border-right: none;
    border-bottom: none;
}

    .datacon td {
        text-align: center;
        padding: 8px 0;
        border-right: 1px #e5e5e5 solid;
        border-bottom: 1px #e5e5e5 solid;
        width: 33.333%;
    }

    .datacon .t {
        background: #ffdc00;
    }

    .datacon .m {
        background: #eeeeee;
    }

.notice {
    margin-top: 1rem;
    border: 1px #ff4d4d solid;
    text-align: center;
    color: #ff4d4d;
    padding: 8px 0;
}

.sure01 {
    margin: 2.5rem 0 0 0;
}

.box01 {
    border: 1px #e5e5e5 solid;
    margin-top: 1rem;
}

    .box01 .n {
        background: #ff4d4d;
        color: #FFF;
        text-align: center;
    }

    .box01 .t {
        padding: 1rem;
    }
/*新增地址*/
.form4 .box {
    margin-top: 1rem;
}

.form4 dl {
    background: #fff;
    padding: 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px #eeeeee solid;
}

    .form4 dl dt {
        display: table-cell;
        vertical-align: middle;
        width: 31%;
        color: #959595;
    }

    .form4 dl dd {
        display: table-cell;
        vertical-align: middle;
    }

.txt8 {
    width: 100%;
    border: none;
    height: 2.5rem;
    line-height: 2.188rem;
    color: #959595;
    font-family: '微软雅黑';
    text-align: right;
    font-size: 1.4rem;
}

    .txt8::-webkit-input-placeholder { /* WebKit browsers */
        color: #b0b0b0;
    }

    .txt8:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #b0b0b0;
    }

    .txt8::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #b0b0b0;
    }

    .txt8:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #b0b0b0;
    }

.form4 dl dd.city {
    position: relative;
    padding: 3px 15px 3px 0;
    text-align: right;
    color: #959595;
}

.btn-info {
    color: #959595;
}

.form4 dl dd.city:before {
    content: '>';
    font-family: '宋体';
    width: 2px;
    color: #959595;
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.form4 dl dd.city .txt8 {
    text-align: right;
}

.form4 dl .txt2 {
    float: right;
    width: 100%;
    height: 1.563rem;
    line-height: 1.563rem;
    border: none;
    padding: 0;
    vertical-align: top;
    color: #959595;
    font-family: '微软雅黑';
    text-align: right;
}

    .form4 dl .txt2::-webkit-input-placeholder { /* WebKit browsers */
        color: #959595;
    }

    .form4 dl .txt2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #959595;
    }

    .form4 dl .txt2::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #959595;
    }

    .form4 dl .txt2:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #959595;
    }

.form4 dl .txtarea {
    width: 100%;
    border: none;
    height: 35px;
    color: #959595;
    font-family: '微软雅黑';
    resize: none;
    line-height: 35px;
    text-align: right;
}

    .form4 dl .txtarea::-webkit-input-placeholder { /* WebKit browsers */
        color: #959595;
    }

    .form4 dl .txtarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #959595;
    }

    .form4 dl .txtarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #959595;
    }

    .form4 dl .txtarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #959595;
    }

.form4 dl .defaults {
    text-align: right;
}

.Switch input {
    display: none
}

.Switch label {
    width: 52px;
    background: #ffffff;
    height: 28px;
    border-radius: 14px;
    float: right;
    margin: 5px 10px 0 0;
    box-shadow: 0 0px 2px rgba(0,0,0,.1) inset;
}

    .Switch label em {
        width: 26px;
        height: 26px;
        float: left;
        margin: 1px;
        border-radius: 13px;
        box-shadow: 2px 3px 8px rgba(0,0,0,.1);
        background: #FFF;
        transition: 0.1s;
    }

.Switch input:checked + label {
    background: #ffdc00;
}

    .Switch input:checked + label em {
        margin: 1px 1px 1px 25px;
    }

.Switch input:disabled + label {
    opacity: 0.5
}

.address li {
    background: #FFF;
    margin-top: 1rem;
    padding: 1rem 0 0.5rem 1rem;
}

    .address li .up {
        color: #313131;
        line-height: 2.2rem;
        position: relative;
    }

        .address li .up .mark {
            position: absolute;
            top: 0px;
            right: 2.8rem;
        }

            .address li .up .mark img {
                width: 1.7rem;
            }

        .address li .up .mark01 {
            position: absolute;
            top: 0px;
            right: 5px;
        }

            .address li .up .mark01 img {
                width: 1.7rem;
            }

    .address li .down {
        border-top: 1px #eeeeee solid;
        overflow: hidden;
        padding: 5px 0;
        margin-top: 10px;
    }

        .address li .down .fl {
            float: left;
            margin-top: 5px;
            color: #959595;
        }

        .address li .down .fr {
            float: right;
        }

/*个人中心*/
.person {
    padding: 1rem;
}

    .person .up {
        background: url(../images/perconbg.png) no-repeat top center;
        background-size: 100%;
        padding: 1.5rem 1rem;
        overflow: hidden;
    }

        .person .up .media {
            float: left;
            background: #ffcc35;
            border-radius: 100%;
        }

            .person .up .media img {
                border-radius: 100%;
                width: 6rem;
                height: 6rem;
            }

        .person .up .intro {
            float: left;
            color: #FFF;
            font-size: 1.6rem;
            padding-left:.3rem;
        }

            .person .up .intro .name {
                font-size: 1.6rem;
                margin-top: 10px;
            }

    .person .one {
        margin-top: .5rem;
        background: #FFF;
        border-radius: 5px;
    }

        .person .one .title {
            border-bottom: 1px #eeeeee solid;
            overflow: hidden;
            padding: 1rem;
        }

            .person .one .title .fl {
                float: left;
                font-size: 1.5rem;
            }

            .person .one .title .fr a {
                float: right;
                color: #9b9b9b;
                display: block;
            }

.pnlist {
    overflow: hidden;
    padding: 1.5rem 0;
}

    .pnlist li {
        float: left;
        width: 20%;
        text-align: center;
    }

        .pnlist li .mod {
            text-align: center;
        }

            .pnlist li .mod .media {
                background: url(../images/pnav.jpg);
                background-size: auto 3rem;
                background-repeat: no-repeat;
                position: relative;
            }

.zmark {
    position: absolute;
    background: #ff4d4d;
    border-radius: 100%;
    text-align: center;
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    color: #ffffff;
    right: -.5rem;
    top: -.4rem;
}

.pnlist li .mod .media a {
    display: block;
    padding: 5px 0;
}

.pnlist li .mod .media {
    height: 3rem;
    margin: 0 auto;
}

.pnlist li .mod .media01 {
    background-position: 0rem 0;
    width: 3rem;
}

.pnlist li .mod .media02 {
    background-position: -3rem 0;
    width: 3rem;
}

.pnlist li .mod .media03 {
    background-position: -6rem 0;
    width: 3rem;
}

.pnlist li .mod .media04 {
    background-position: -9rem 0;
    width: 3rem;
}

.pnlist li .mod .media05 {
    background-position: -12rem 0;
    width: 3rem;
}

.pnlist li .mod .intro {
    color: #666666;
    margin-top: 5px;
}

.snlist {
    background: #FFF;
    margin-top: 1rem;
    border-radius: 5px;
}

.snlists {
    border-radius: 0;
}

.snlist li a {
    padding: 1rem 0;
    border-bottom: 1px #eeeeee solid;
    overflow: hidden;
    margin-left: 1rem;
    display: block;
}

.snlist li:last-child {
    border-bottom: none;
}

.snlist li .fl {
    float: left;
    color: #313131;
}

.snlist li .fr {
    float: right;
    position: relative;
    margin-right: 1rem;
}

.snlist li .tel {
    float: right;
    color: #ff4d4d;
    background: url(../images/tel.jpg) no-repeat left center;
    background-size: 1.2rem;
    padding-left: 1.8rem;
    margin-right: 3rem;
}

.buyknow {
    padding: 2rem;
}

    .buyknow .media {
        box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    }

        .buyknow .media img {
            width: 100%;
            display: block;
        }

.top {
    text-align: center;
}

    .top img {
        width: 4rem;
    }
/*关于我们*/
.about {
    padding: 1rem;
}

    .about .title {
        color: #ffdc00;
        font-size: 1.7rem;
    }

    .about .con {
        color: #959595;
        margin-top: .8rem;
    }

        .about .con img {
            margin: 1rem 0;
        }
/*购物车*/
.shop {
    margin-top: 15rem;
    text-align: center;
}

    .shop .media img {
        width: 11rem;
    }

    .shop .media .count {
        font-size: 20px;
    }

        .shop .media .count span {
            color: red;
            font-size: 24px;
        }

    .shop .intro {
        color: #959595;
        margin-top: 10px;
    }

    .shop .intros {
        color: #333333;
    }

        .shop .intros span {
            font-size: 20px;
            font-weight: bold;
        }

.sure02 {
    margin: 1.5rem 8rem 0 8rem;
}

.sure05 {
    margin: 0rem 5rem
}

.scenter {
    margin: 1rem;
}

    .scenter .intro {
        text-align: center;
        margin-top: 3rem;
    }

        .scenter .intro span {
            font-weight: bold;
            color: #ff4d4d;
        }

.question {
    background: #FFF;
    margin-top: 1rem;
    padding: 1rem 1rem 5rem 1rem;
}

    .question .list li {
        margin-bottom: 1rem;
    }

.ask {
    color: #ff4d4d;
}

.answer {
    overflow: hidden;
}

    .answer .fl {
        float: left;
        width: 6%;
    }

    .answer .fr {
        float: left;
        width: 94%;
    }
/*我的订单*/
.otab {
    overflow: hidden;
    background: #FFF;
    padding-bottom: .5rem;
}

    .otab li a {
        float: left;
        width: 16.6666%;
        text-align: center;
        color: #313131;
        display: block;
    }

    .otab li .select {
        color: #ff4d4d;
        position: relative;
    }

        .otab li .select:after {
            content: '';
            position: absolute;
            background: #ff4d4d;
            width: 2.2rem;
            height: 3px;
            bottom: -6px;
            left: 50%;
            margin-left: -1.1rem;
            border-radius: 2px;
        }

.orlist li {
    margin-top: 1rem;
    background: #FFF;
}

    .orlist li .one {
        border-bottom: 1px #f5f5f5 solid;
        overflow: hidden;
        padding: 1rem;
    }

        .orlist li .one .fr {
            float: right;
            color: #ff4d4d;
        }

    .orlist li .con {
        margin: 1rem 0 1rem 1rem;
    }

    .orlist li .cons {
        margin: 0;
    }

.pinfor {
    overflow: hidden;
    border-bottom: 1px #f5f5f5 solid;
    padding-bottom: 1rem;
}

.pinfor01 {
    padding-top: 1rem;
}

.pinfor .media {
    float: left;
}

    .pinfor .media img {
        display: block;
        width: 8rem;
        border-radius: 1rem;
    }

.pinfor .fr {
    float: left;
    margin-left: 10px;
    width: calc(100% - (8rem + 1.6rem));
}

    .pinfor .fr .name {
        font-size: 1.5rem;
        margin-top: 5px;
    }

    .pinfor .fr .n {
        color: #959595;
    }

    .pinfor .fr .n01 {
        overflow: hidden;
        color: #ff4d4d;
        font-size: 1.8rem;
        margin-top: .6rem;
    }

        .pinfor .fr .n01 .t {
            float: right;
            color: #959595;
            font-size: 1.3rem;
        }

.pone {
    overflow: hidden;
    border-bottom: 1px #f5f5f5 solid;
    padding: 1rem 0;
}

    .pone .fr {
        float: right;
        text-align: right;
        margin-right: 1rem;
        width: 79%;
    }

    .pone .fr01 {
        float: right;
        margin-right: 1rem;
        overflow: hidden;
    }

        .pone .fr01 .txt {
            float: left;
        }

    .pone .fl {
        float: left;
    }

    .pone .fright {
        float: left;
        width: 78%;
    }

    .pone .pfright {
        width: 50%;
        float: right;
        text-align: right;
    }

    .pone .fright textarea {
        border: none;
        width: 100%;
        color: #313131;
        font-family: 微软雅黑;
        font-size: 1.3rem;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-top: -.5rem;
    }

    .pone .fr .txtarea::-webkit-input-placeholder { /* WebKit browsers */
        color: #313131;
    }

    .pone .fr .txtarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #313131;
    }

    .pone .fr .txtarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #313131;
    }

    .pone .fr .txtarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #313131;
    }

    .pone .fr span {
        color: #ff4d4d;
        margin-right: 5px;
    }

.pones {
    border-bottom: none;
    padding-left: .5rem;
    position: relative;
}

.ptwo {
    text-align: right;
    padding: 1rem 1rem 0;
}

.ptwos {
    padding: 1rem;
}

.ptwo span {
    color: #ff4d4d;
    font-size: 1.4rem;
}

.orderbut {
    margin: 1rem;
    overflow: hidden;
    padding-bottom: 1rem;
}

    .orderbut .obut a {
        float: right;
        border: 1px #bfbfbf solid;
        text-align: center;
        color: #313131;
        padding: .3rem 0 .2rem 0;
        display: inline-table;
        border-radius: 15px;
        width: 20%;
    }

    .orderbut .zbut a {
        float: right;
        border: 1px #ff4d4d solid;
        text-align: center;
        color: #ff4d4d;
        padding: .3rem 0 .2rem 0;
        display: block;
        border-radius: 15px;
        margin-left: 10px;
        width: 20%;
    }
/*确认订单*/
.mbanner {
    background: linear-gradient(to right,#ffdc00,#ffc000);
    padding: .5rem 2rem;
    overflow: hidden;
}

    .mbanner .fl {
        float: left;
        margin-top: 3.5rem;
    }

    .mbanner .media {
        float: right;
    }

        .mbanner .media img {
            width: 10rem;
        }

.oaddress {
    margin-top: .8rem;
    background: #ffffff url(../images/line02.png) no-repeat bottom center;
    background-size: 100%;
}

.oaddress01 {
    background: #FFF;
}

.oaddress li {
    border-bottom: 1px #eeeeee solid;
    padding: 1.5rem 1rem;
    overflow: hidden;
}

    .oaddress li:last-child {
        border-bottom: none;
    }

    .oaddress li .media {
        float: left;
        margin-top: .8rem;
    }

        .oaddress li .media img {
            width: 2.2rem;
        }

    .oaddress li .mid {
        float: left;
        margin-left: 5px;
        line-height: 1.8rem;
        width: 85%;
    }

        .oaddress li .mid span {
            color: #ff4d4d;
        }

    .oaddress li .mid01 {
        float: left;
        margin-left: 1rem;
        line-height: 1.8rem;
        width: 85%;
        font-size: 1.5rem;
    }

        .oaddress li .mid01 span {
            color: #acacac;
            font-size: 1.3rem;
        }

    .oaddress li .fr {
        float: right;
        position: relative;
        margin-top: 1rem;
    }

.perinfor .title {
    color: #959595;
    padding: .7rem 1rem;
}

.perinfor .list {
    background: #FFF;
    padding: .5rem 1rem;
    color: #313131;
}

.perinfor .lists {
    padding: .5rem 0 .5rem 1rem;
}

.perinfor .list li {
    overflow: hidden;
    padding: .2rem 0;
}

.perinfor .list .lis {
    border-bottom: 1px #eeeeee solid;
    padding: .5rem 0;
    position: relative;
}

.perinfor .list .lis01 {
    padding: .5rem 0;
    position: relative;
    overflow: hidden;
}

    .perinfor .list .lis01 .left {
        float: left;
    }

.perinfor .list .lis:last-child {
    border-bottom: none;
}

.perinfor .list li .fr {
    float: right;
}

.perinfor .list li .frs {
    float: right;
    overflow: hidden;
    margin-right: 3rem;
}

    .perinfor .list li .frs .left {
        float: right;
    }

        .perinfor .list li .frs .left select {
            background: none;
            border: none;
            color: #959595;
            margin-top: 3px;
            text-align: center;
        }

.perinfor .list li .frs01 {
    float: left;
    margin-left: 1rem;
    width: 67%;
    line-height: 1.9rem;
}

.pinfors {
    border-bottom: none;
    padding: 1rem 0 1rem 1rem;
}

.text03 {
    border: none;
    background: none;
    color: #313131;
    font-family: 微软雅黑;
    font-size: 1.4rem;
    text-align: right;
}

.otwo {
    background: #FFF;
    margin-top: .8rem;
    overflow: hidden;
}

    .otwo .otitle {
        font-size: 1.4rem;
        padding: 1rem 0 0 1rem;
    }

    .otwo .con {
        border-top: 1px #eeeeee solid;
        color: #959595;
        padding: 1rem;
    }

    .otwo .ocon {
        border-top: none;
        padding: 0rem 0 1rem 0rem;
        color: #1b1b1b;
    }

    .otwo .con01 {
        padding: 1rem 0;
        margin-left: 1rem;
    }

    .otwo .cons {
        padding: 1rem 0 1rem 1rem;
        color: #1b1b1b;
    }

    .otwo .con li {
        overflow: hidden;
    }

        .otwo .con li .fr {
            float: right;
        }

    .otwo .total {
        border-top: 1px #eeeeee solid;
        text-align: right;
        padding: 1rem;
        font-size: 1.4rem;
    }

        .otwo .total span {
            color: #ea535e;
        }

.othree {
    background: #FFF;
    margin-top: 0.8rem;
    padding: 1rem;
    color: #959595;
}

.onav {
    background: #FFF;
    padding: .8rem 1rem;
    margin-top: 1rem;
    overflow: hidden;
}

    .onav li a {
        border: 1px #bfbfbf solid;
        text-align: center;
        padding: .3rem 0 .2rem 0;
        color: #313131;
        display: block;
        float: right;
        margin-left: 1rem;
        border-radius: 1.5rem;
        width: 20%;
    }

    .onav li .select {
        color: #ff4d4d;
        border: 1px #ff4d4d solid;
    }

.arrow01 {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    width: 1rem;
    height: 1rem;
    margin-top: -.2rem;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ababab;
    -webkit-transform-origin: 75% 25%;
    -webkit-transform: rotateZ(45deg);
    -webkit-transition: 100ms ease-in .1s;
    transition: 100ms ease-in .1s;
}

.arrow02 {
    position: absolute;
    top: 50%;
    right: .8rem;
    width: 1rem;
    height: 1rem;
    margin-top: -.2rem;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #bfbfbf;
    -webkit-transform-origin: 75% 25%;
    -webkit-transform: rotateZ(45deg);
}

.arrow03 {
    position: absolute;
    top: 50%;
    right: .8rem;
    width: .8rem;
    height: .8rem;
    margin-top: .1rem;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #bfbfbf;
    -webkit-transform-origin: 75% 25%;
    -webkit-transform: rotateZ(135deg);
}

.arrows {
    margin-top: -.2rem;
}

.onav {
    background: #FFF;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

    .onav .fl {
        float: left;
        margin-top: .5rem;
    }

        .onav .fl span {
            color: #ea535e;
        }

    .onav .fr a {
        float: right;
        background: #ffdc00;
        display: block;
        border-radius: 5px;
        text-align: center;
        color: #1b1b1b;
        padding: .4rem 2rem;
    }

    .onav .money {
        float: right;
        color: #ea535e;
        margin-top: 3px;
        font-size: 1.5rem;
    }
/*售后*/
.aftersale {
    background: #FFF;
    margin-top: .8rem;
    padding: 0rem .5rem;
}

    .aftersale .title {
        padding: 1rem .5rem 0 .5rem;
    }

    .aftersale .list {
        overflow: hidden;
    }

        .aftersale .list li {
            float: left;
            width: 25%;
        }

            .aftersale .list li .mod {
                margin: 1rem .5rem;
            }

                .aftersale .list li .mod img {
                    width: 100%;
                    border-radius: 5px;
                    width: 7rem;
                    height: 7rem;
                }

    .aftersale .con {
        color: #acacac;
        margin: 0rem .5rem;
        padding-bottom: 2rem;
    }

.sure03 {
    margin: 1.5rem 1rem 0 1rem;
}

.red {
    color: #ea535e;
}

.mbanner01 {
    background: linear-gradient(to right,#ed313c,#ff6969);
    padding: 0 2rem;
    overflow: hidden;
    color: #FFF;
}

    .mbanner01 .fl {
        float: left;
        margin-top: 3rem;
        width: 38%;
    }

    .mbanner01 .media {
        float: right;
    }

        .mbanner01 .media img {
            width: 14rem;
        }

.sure04 {
    margin: 3rem 1rem 4rem 1rem;
}

.examine {
    background: #FFF;
}

    .examine .title {
        margin-left: 1rem;
        border-bottom: 1px #eeeeee solid;
        padding: 1rem 0;
    }

    .examine .con {
        margin: 1rem;
    }

        .examine .con .intro {
            color: #959595;
        }

    .examine .down {
        overflow: hidden;
    }

        .examine .down .but a {
            border: 1px #ff4d4d solid;
            text-align: center;
            color: #ff4d4d;
            float: right;
            width: 22%;
            border-radius: 1.5rem;
            padding: .3rem 0;
            display: block;
            margin: 0 1rem 1.5rem 0;
        }

        .examine .down .but01 a {
            border: 1px #bfbfbf solid;
            text-align: center;
            color: #313131;
            float: right;
            width: 22%;
            border-radius: 1.5rem;
            padding: .3rem 0;
            display: block;
            margin: 0 1rem 1.5rem 0;
        }

    .examine .acon {
        border-bottom: 1px #eeeeee solid;
        margin-left: 1rem;
        margin-bottom: 1rem;
        padding: 1rem 0;
    }

        .examine .acon .atitle {
            color: #ff3232;
        }

        .examine .acon .econ {
            overflow: hidden;
        }

            .examine .acon .econ .media {
                float: left;
                margin-top: 2rem;
            }

                .examine .acon .econ .media img {
                    width: 2rem;
                }

            .examine .acon .econ .intro {
                float: left;
                margin-left: 1rem;
                width: 88%;
            }

                .examine .acon .econ .intro .n {
                    overflow: hidden;
                }

                    .examine .acon .econ .intro .n .fr {
                        float: right;
                    }

                .examine .acon .econ .intro .n01 {
                    line-height: 1.8rem;
                }
                .examine .acon .econ .intro .n02 {
                    text-align: right;
                    color: blue;
                }

.pone .frights {
    float: right;
}

.pone .frights01 {
    float: right;
    text-align: right;
    margin-right: .3rem;
    overflow: hidden;
}

    .pone .frights01 .r {
        float: right;
        margin-right: 2rem;
        text-align: right;
    }

        .pone .frights01 .r select {
            border: none;
            background: none;
            color: #959595;
            padding-top: .3rem;
        }

.text04 {
    border: none;
    background: none;
    font-family: 微软雅黑;
    text-align: right;
    width: 100%;
    font-size: 1.4rem;
}

.aonav {
    background: #FFF;
    padding: 0rem .8rem .5rem 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

    .aonav li a {
        border: 1px #bfbfbf solid;
        text-align: center;
        padding: .3rem 0 .2rem 0;
        color: #313131;
        display: block;
        float: right;
        margin-left: 1rem;
        border-radius: 1.5rem;
        width: 20%;
    }
/*物流信息*/
.interflow {
    background: #FFF;
    margin-top: .8rem;
}

    .interflow .n {
        border-bottom: 1px #eeeeee solid;
        padding: 1rem;
    }

    .interflow .list {
        padding: 1rem 1rem 5rem 1rem;
    }

        .interflow .list li {
            overflow: hidden;
        }

            .interflow .list li:last-child .intro {
                padding-bottom: 0;
            }

            .interflow .list li .time {
                float: left;
                text-align: center;
                line-height: 1.7rem;
                margin-top: .5rem;
            }

                .interflow .list li .time span {
                    font-size: 1.5rem;
                }

            .interflow .list li .intro {
                float: left;
                margin-left: 2rem;
                border-left: 2px #fff8cc solid;
                position: relative;
                padding-left: 2rem;
                padding-bottom: 1.8rem;
                width: 72%;
                position: relative;
            }

                .interflow .list li .intro .mark {
                    position: absolute;
                    top: -.3rem;
                    left: 0;
                    margin-left: -1rem;
                }

                    .interflow .list li .intro .mark img {
                        width: 2rem;
                    }

                .interflow .list li .intro .m {
                    font-size: 1.4rem;
                }

                .interflow .list li .intro .m01 {
                    color: #9d9d9d;
                }
/*购物车*/
.allchose {
    padding: 1rem 1rem 1rem .5rem;
    position: fixed;
    bottom: 0;
    font-family: 微软雅黑;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}

    .allchose .r a {
        float: right;
        width: 30%;
        text-align: center;
        background: #ffdc00;
        margin-left: 10px;
        color: #1b1b1b;
        border-radius: 2rem;
        padding: .5rem 0;
        display: block;
        color: #1b1b1b;
    }

    .allchose .r01 a {
        float: right;
        width: 30%;
        text-align: center;
        background: #ff4d4d;
        margin-left: 10px;
        color: #1b1b1b;
        border-radius: 2rem;
        padding: .5rem 0;
        display: block;
        color: #1b1b1b;
    }

    .allchose .allprice {
        padding-left: 10px;
        color: #3b3b3b;
        font-size: 14px;
        text-align: right;
        margin-top: 5px;
    }

        .allchose .allprice .choseall {
            background: url(../images/chose.png) no-repeat left center;
            background-size: 1.5rem;
            padding-left: 28px;
            float: left;
            color: #959595;
        }

        .allchose .allprice .chosealls {
            background: url(../images/choses.png) no-repeat left center;
            background-size: 1.5rem;
            padding-left: 28px;
        }

.edit {
    position: absolute;
    right: 1rem;
    color: #4b4b4b;
    top: 1.5rem;
}

.oshophd {
    background: #fff;
    border-bottom: 1px #f5f5f5 solid;
    padding: 10px;
    color: #373737;
    position: relative;
}

.check {
    background: url(../images/chose.png) no-repeat left center;
    background-size: 1.5rem;
    display: block;
    width: 1.5rem;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
}

.checks {
    background: url(../images/choses.png) no-repeat left center;
    background-size: 1.5rem;
}

.oshophd .title {
    padding-left: 25px;
    font-size: 14px;
}

    .oshophd .title.titles {
        background: url(../images/choses.png) no-repeat left center;
        background-size: 1.125rem;
    }

.goodscar {
    margin-top: 10px;
}

    .goodscar .clist li {
        margin-bottom: 10px;
    }

        .goodscar .clist li .oshophd .edit {
            float: right;
            margin-top: 0px;
            font-size: 13px;
            color: #5b5b5b;
        }

.oplist .li {
    background: #fff;
    padding: 10px 10px 10px 35px;
    border-bottom: 1px #eeeeee solid;
    border-top: 1px #eeeeee solid;
    position: relative;
    margin: 0 0 10px 0;
    overflow: hidden;
}

    .oplist .li:nth-child(1) {
        border-top: none;
    }

    .oplist .li .m {
        float: left;
        border-radius: 5px;
    }

        .oplist .li .m img {
            display: block;
            width: 7rem;
            border-radius: 8px;
        }

    .oplist .li .con {
        margin: 0 25px 0 80px;
        padding-top: 0.4rem;
    }

    .oplist .li .cons {
        background: #f6f6f6;
        padding: 0;
        margin: 0 0 0 80px
    }

        .oplist .li .cons > div {
            border-bottom: 1px solid #fff;
        }

    .oplist .li .con .tt {
        overflow: hidden;
        height: 25px;
    }

        .oplist .li .con .tt a {
            color: #666;
        }

    .oplist .li .con .c {
        color: #999;
        line-height: 20px;
    }

    .oplist .li .r .num {
        color: #747474;
        font-size: 13px;
    }

    .oplist .li .editbox {
        /*	position:relative;*/
        display: none;
    }

    .oplist .li .del {
        position: absolute;
        right: -3.5rem;
        top: 0;
        width: 3.5rem;
        text-align: center;
        height: 100%;
        background: #ff4d4d;
        display: none;
    }

        .oplist .li .del a {
            color: #fff;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            top: 50%;
            position: relative;
            display: block;
        }

    .oplist .li .txt {
        width: calc(100% - 2.25rem - 2.25rem);
        float: left;
        height: 2.1rem;
        line-height: 2.1rem;
        text-align: center;
        display: inline-block;
    }

        .oplist .li .txt .text01 {
            width: 100%;
            line-height: 27px;
            color: #000000;
            font-size: 0.875rem;
            background: none;
        }

    .oplist .li .jnum {
        overflow: hidden;
    }

    .oplist .li .chose2 {
        width: 100%;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-right: 14px;
        height: 2.1rem;
        line-height: 2.1rem;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
        color: #666;
        background: url(../images/mark9.png) no-repeat 95.65% center;
        background-size: 0.663rem;
    }

select.chose2::-ms-expand {
    display: none;
}

.oplist .invalid {
    background: #f5f5f5;
}

    .oplist .invalid .check {
        background: none;
        width: 35px;
        left: 5px;
    }

        .oplist .invalid .check:after {
            content: '失效';
            font-size: 0.65rem;
            color: #a5a5a5;
            display: block;
            position: absolute;
            top: 50%;
            width: 100%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
        }

.settle_box_h {
    height: 60px;
}

.settle_box {
    background: #fff;
    position: fixed;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    padding: .8rem 1rem;
}

    .settle_box .all_check, .settle_box .total_amount {
        float: left;
    }

    .settle_box .all_check {
        width: 17%;
        margin-bottom: 0;
        margin-top: 10px
    }

        .settle_box .all_check dd {
            color: #999999;
            font-size: 12px;
        }

        .settle_box .all_check span {
            width: 20px;
            height: 20px;
            border: solid 1px #a2a2a2;
            vertical-align: middle;
            border-radius: 50%;
            float: left;
        }

        .settle_box .all_check .disabled {
            background: #e1e1e1;
            border: solid 1px #e1e1e1;
        }

        .settle_box .all_check .pitch_on {
            background: url(../images/s_goods_pitch.png) no-repeat center center #ff4d4d;
            border: solid 1px #ff4d4d;
            background-size: 22px 22px;
        }

    .settle_box .total_amount {
        margin: 0;
        width: 50%;
        text-align: right;
        margin-top: 10px;
        padding-right: 0%;
    }

        .settle_box .total_amount dd {
            margin-top: 1px;
        }

        .settle_box .total_amount dt p {
            color: #ea535e;
            float: right;
            line-height: 20px;
        }

    .settle_box .settle_btn {
        float: right;
        width: 30%;
        background: #ffdc00;
        color: #1b1b1b;
        padding: 7px 0;
        text-align: center;
        border-radius: 2rem;
    }

#confirm_cart1 {
    display: none;
}

.select .pitch_on {
    background: url(../images/s_goods_pitch.png) no-repeat center center #ff4d4d;
    border: solid 1px #ff4d4d;
    background-size: 22px 22px;
}


/* 购物车 */
div#shopping_cart {
    position: fixed;
    bottom: 7px;
    right: 2%;
    background: #aacc36;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9998;
}

#shopping_cart a {
    position: relative;
    display: block;
    text-align: center;
}

    #shopping_cart a img {
        width: 52%;
        margin-top: 13px;
    }

    #shopping_cart a em {
        position: absolute;
        width: 18px;
        height: 18px;
        background: #ff900d;
        border-radius: 50%;
        right: 12px;
        top: 4px;
        line-height: 18px;
        color: #fff;
        display: none;
    }

#newly_added {
    color: #ff900d;
    position: fixed;
    z-index: 9999;
}

.footer_h {
    height: 100px;
    text-align: center;
    color: #999;
    line-height: 60px;
}

.ion-ios-arrow-left:before {
    content: "";
    color: #aacc36;
}

.commodity_box {
    margin-top: 10px;
}

.commodity_list {
    background: #fff;
    margin-bottom: 10px;
}

    .commodity_list .tite_tim {
        width: 94%;
        margin: 0 auto;
        padding: 12px 0;
        color: #333;
        background: url(../images/weixin/jit_icon.png) no-repeat right center;
        background-size: 6px;
    }

        .commodity_list .tite_tim em {
            float: left;
            width: 20px;
            height: 20px;
            border: solid 1px #e6e6e6;
            border-radius: 50%;
            margin-right: 10px;
        }

    .commodity_list .commodity_list_term {
        overflow: hidden;
    }

        .commodity_list .commodity_list_term li {
            border-top: solid 1px #e6e6e6;
            position: relative;
            overflow: hidden;
            padding: 12px;
        }

            .commodity_list .commodity_list_term li em {
                position: absolute;
                width: 20px;
                height: 20px;
                border: solid 1px #e6e6e6;
                border-radius: 50%;
                left: 13px;
                top: 40px;
            }

            .commodity_list .commodity_list_term li img {
                width: 80px;
                height: 80px;
                max-width: 80px;
                max-height: 80px;
                float: left;
                margin-left: 28px;
                border-radius: 8px;
            }

            .commodity_list .commodity_list_term li .div_center {
                float: left;
                position: relative;
                margin-left: 2%;
                width: calc(100% - 122px);
            }

                .commodity_list .commodity_list_term li .div_center span {
                    color: #666;
                    font-size: 0.6rem;
                }

                .commodity_list .commodity_list_term li .div_center p {
                    margin: 0;
                    color: #ea535e;
                    margin-top: 6px;
                    font-style: normal;
                }

            .commodity_list .commodity_list_term li .div_right {
                position: absolute;
                bottom: 10px;
                right: 1rem;
                border: solid 1px #e6e6e6;
                border-radius: 4px;
                width: 92px;
                overflow: hidden;
                text-align: center;
                line-height: 26px;
            }

                .commodity_list .commodity_list_term li .div_right i {
                    float: left;
                    width: 33%;
                    color: #c9c9c9;
                    font-size: 2rem;
                    font-style: normal;
                }

                .commodity_list .commodity_list_term li .div_right span {
                    float: left;
                    width: 33%;
                    border-left: solid 1px #e6e6e6;
                    border-right: solid 1px #e6e6e6;
                    color: #333;
                }

.shop_ul_bottom.account_info_box {
    margin-top: 0;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}

    .shop_ul_bottom.account_info_box .xi_cu {
        height: 24px;
        line-height: 24px;
        padding: 0 6px;
        border-radius: 4px;
        background: #ff900d;
        color: #fff;
        margin-top: 11px;
        margin-right: 2%;
    }

.settle_box .all_check em {
    color: #b3b3b3;
    margin-left: 4%;
    font-style: normal;
}

.commodity_list .commodity_list_term li .div_center p b {
    font-weight: initial;
}

.settle_box .total_amount b {
    font-weight: initial;
}

.finish_box {
    text-align: center;
    line-height: 24px;
}

    .finish_box img {
        width: 35%;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .finish_box h1 {
        font-size: 0.9rem;
        color: #333;
    }

    .finish_box p {
        color: #999;
        font-size: 0.7rem;
    }

    .finish_box a {
        color: #aacc36;
        font-size: 0.7rem;
    }

.chose {
    background: #f5f5f5;
    border-radius: 5px;
    padding: .3rem 1rem;
    color: #959595;
    margin-top: 5px;
    position: relative;
}

.slist .lis {
    border-bottom: 1px #f5f5f5 solid;
    padding: 1rem 1rem;
    margin-bottom: 0;
    height: 4rem;
}

.buyinfo .yscolor .c .z-mark {
    color: #d6d6d6;
}
.fright select {
    width: 100%;
    line-height: 1.613rem;
    text-align: center;
    border: none;
    color: #868585;
    padding: 5% 15% 5% 10%;
    font-size: .1.3rem;
    background: #f7f6f6;
    margin-right: 2rem;
    border-radius: 2rem;
}

/*换货*/
.sure06 a {
    margin: 0;
    background: #FEA010;
    font-size: 1.3rem;
    padding: .3rem 1.3rem;
    color: #fff;
    display: inline-block;
    float: right;
}
.orderExchangeGoods .commodity_list .commodity_list_term li img {
    margin-left: 13px;
}
.orderExchangeGoods .commodity_list .commodity_list_term li .div_center {
    width: calc(100% - 102px);
}
.orderExchangeGoods .commodity_list .commodity_list_term li .div_right {
    border: none;
    width:auto;
}
.orderExchangeGoods .commodity_list .commodity_list_term li .div_center p {
    margin-bottom: 5px;
}

.orderExchangeGoodsDetail {
    display: block;
    bottom: 0px;
    position:initial;
    height:initial;
}
.orderExchangeGoodsDetail .first .con .price {
     margin-top: 0rem; 
}
.orderExchangeGoodsDetail .yscolor .c {
    height:initial;
    overflow-y:initial;
}
.orderExchangeGoodsDetail .numcon {
    padding: 10px 0 15px 0;
}
.orderExchangeGoodsDetail .numcon2 {
    padding:-10px 0 25px 0;
    color:#ea535e;
}
.orderExchangeGoodsDetail .carbut li {
    float: right;
}
.perinfor .changelist {
    display: inline-block;
    margin-bottom: 8%;
}
.perinfor .text05 {
    margin: 1% 0;
}
.perinfor .text05 a {
    color: #4848F6;
}
/*换货*/
