﻿body {
    background: #fff;
    max-width: 22rem;
    margin: 0 auto;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.page {
    background-color: #ebebeb;
    overflow: hidden;
}

.header {
    position: relative;
    height: 2.2rem;
    background-color: #ff8a00;
    padding: 0;
    z-index: 999;
}

    .header:after {
        height: 0;
    }

    .header .site-toper {
        position: relative;
        height: 2.2rem;
        overflow: hidden;
    }

    .header .back {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -0.5rem;
        width: 0.6rem;
        height: 1rem;
        background: url(../images/icon/a1.png) no-repeat 0 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        z-index: 9;
    }

        .header .back span {
            display: block;
            width: 2.4rem;
            margin-left: 0.7rem;
            color: #fff;
        }

    .header .home {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
    }

    .header .th {
        display: block;
        height: 2.2rem;
        line-height: 2.2rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }

    .header .search {
        position: relative;
        height: 2.2rem;
        background-color: #e67b00;
        border-top: 1px #d87400 solid;
        border-bottom: 1px #d87400 solid;
    }

        .header .search .bar-header-secondary {
            top: 0;
            left: 2rem;
            right: 0.5rem;
            background: none;
        }

        .header .search .searchbar {
            background: none;
        }

        .header .search .bar .searchbar .searchbar-cancel {
            color: #fff;
        }

    .header .trigger {
        position: absolute;
        left: 12px;
        top: 50%;
        margin-top: -14px;
        width: 20px;
        height: 32px;
        background: url(../images/trigger.png) no-repeat 0 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .header .trigger2 {
        background: none;
        right: 12px;
        left: auto;
        color: #fff;
        font-size: 1rem;
    }

.index-container .header .search {
    border: 0;
}

.index-container .header .bar {
    height: 0;
}

.index-container .content-padded {
    margin-left: 0;
    margin-right: 0;
}

.category-list {
    position: absolute;
    background-color: #e67b00;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    width: 100%;
    top: 2.2rem;
    bottom: 2.5rem;
    left: -100%;
    z-index: 999;
    overflow: hidden;
}

    .category-list.active {
        left: 0;
    }

    .category-list .row {
        margin-right: -2%;
        padding-left: 2%;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .category-list .row:last-child {
            padding-bottom: 0.4rem;
        }

        .category-list .row .col-33 > a {
            display: inline-block;
            color: #fff;
            height: 34px;
            line-height: 34px;
        }

        .category-list .row .col-33.active > a {
            background: url(../images/icon1.png) no-repeat center bottom;
            -webkit-background-size: 10px auto;
            background-size: 10px auto;
        }

        .category-list .row .col-100 {
            position: relative;
            width: 92%;
            background-color: #fff;
            height: 0;
            -webkit-transition: height 0.3s;
            -o-transition: height 0.3s;
            transition: height 0.3s;
            border-radius: 2px;
            overflow: hidden;
        }

            .category-list .row .col-100 .ls {
                padding: 0.4rem 0;
                overflow: hidden;
            }

            .category-list .row .col-100 a {
                float: left;
                color: #333;
                padding: 3px 0.5rem;
            }

#nav.fnav2 {
    background-color: #f3f3f3;
}

    #nav.fnav2 .tab-item2 {
        border-right: 0;
        border-top: 0;
        color: #fff;
        font-weight: bold;
        font-size: 0.75rem;
    }

    #nav.fnav2 .bt1 {
        background-color: #ff8a00;
    }

    #nav.fnav2 .bt2 {
        background-color: #ff4e00;
    }

#nav {
    background-color: #fff;
}

    #nav:after,
    #nav:before {
        height: 0;
    }

    #nav .tab-item {
        border-top: 1px #e3e5e5 solid;
        border-right: 1px #e3e5e5 solid;
    }

        #nav .tab-item:last-child {
            border-right: 0;
        }



/**
 * service
 */
.service-container .menu .col-50 {
    margin-bottom: 2%;
}

.service-container .row .col-50 {
    position: relative;
}

.service-container .row span {
    position: absolute;
    top: 65%;
    width: 100%;
    left: 0;
    font-size: 1rem;
    text-align: center;
}

.service-container .col-50:hover span {
    color: #d30000 !important;
}

/**
 * 登陆
 */
.login-container {
    background: url(../images/bg1.png) no-repeat center -2.2rem;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

    .login-container .ui-form-01-container {
        margin: 0 1.25rem;
        margin-top: 3.75rem;
    }

.register-container .ui-form-02-container {
    margin-top: 0.75rem;
}

    .register-container .ui-form-02-container .label {
        background-color: #ffffff;
        border-color: #ff8a00;
        color: #ff8a00;
        font-size: 0.85rem;
        padding: 0;
        font-weight: normal;
        line-height: 1.25rem;
        height: 1.35rem;
        margin-top: 1rem;
    }

.cards-container .card {
    background-color: #f9f7f5;
    border: 1px #fff solid;
}

.cards-container .card-header {
    border-bottom: 1px #fff solid;
    margin: 0 0.75rem;
    padding-left: 0;
}

.cards-container .card-content {
    border-bottom: 1px #fff solid;
}

.cards-container .card-content-inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.cards-container .item-content {
    padding-left: 0;
    color: #5e5e5e;
    min-height: inherit;
}

    .cards-container .item-content .item-media {
        width: 1.5rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .cards-container .item-content .item-inner {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: normal;
        min-height: inherit;
    }

    .cards-container .item-content .ricon {
        color: #797575;
    }

    .cards-container .item-content .item-inner:after {
        height: 0;
    }

.cards-container .card-footer .row {
    width: 100%;
}

.cards-container .card-footer .col-50 {
    padding-left: 1.25rem;
}

    .cards-container .card-footer .col-50:first-child {
        background: url(../images/line3.png) no-repeat right center;
        -webkit-background-size: auto 1rem;
        background-size: auto 1rem;
        width: 54%;
    }

    .cards-container .card-footer .col-50:last-child {
        width: 46%;
    }

.cards-container .card-footer a {
    color: #ff8a00;
    font-size: 14px;
}

.cards-container .card-footer .ricon {
    color: #ff8a00;
}

.cards-container .card-footer .item-inner {
    padding-right: 0;
}

.member-container .list-block {
    margin-top: 0.5rem;
}

.member-container .mout {
    background-color: #ff8a00;
    border-color: #ff8a00;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.25rem;
    height: 2.35rem;
}

.Gshow-container {
    background-color: #fff;
}

    .Gshow-container .content-padded {
        margin: 0;
    }

    .Gshow-container .swiper-pagination-bullet {
        background: #bfbfbf;
        opacity: 1;
    }

    .Gshow-container .swiper-pagination-bullet-active {
        background: #ff8a00;
    }

    .Gshow-container .Good-info {
        margin: 0 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px #e5e5e5 solid;
        margin-bottom: 0.75rem;
    }

        .Gshow-container .Good-info h3 {
            font-weight: bold;
        }

        .Gshow-container .Good-info h5 {
            color: #ff8a00;
            padding: 0.25rem 0;
            padding-bottom: 0.5rem;
        }

        .Gshow-container .Good-info .row {
            background-color: #eeefef;
            padding: 2% 0;
        }

        .Gshow-container .Good-info ul {
            padding-left: 5%;
        }

            .Gshow-container .Good-info ul li {
                line-height: 1.5rem;
            }

                .Gshow-container .Good-info ul li span {
                    float: left;
                    width: 4.4rem;
                    text-align: right;
                }

        .Gshow-container .Good-info .list-block {
            margin: 0;
            margin-top: 0.75rem;
        }

        .Gshow-container .Good-info .item-content {
            padding-left: 0;
        }

        .Gshow-container .Good-info .item-inner {
            padding-top: 0;
        }

        .Gshow-container .Good-info table {
            width: 6rem;
        }

        .Gshow-container .Good-info td {
            vertical-align: middle;
        }

        .Gshow-container .Good-info .num {
            background-color: #fff;
            height: 1.15rem;
            border-radius: 4px;
        }

    .Gshow-container .buttons-tab {
        margin: 0 0.5rem;
    }

        .Gshow-container .buttons-tab .button.active {
            border-color: #ff8a00;
            color: #ff8a00;
        }

    .Gshow-container .content-block {
        padding: 0 0.4rem;
        margin: 1rem 0;
    }

.member-center-container .list-block {
    margin: 0;
}

    .member-center-container .list-block ul:before,
    .member-center-container .list-block ul:after,
    .member-center-container .item1 .item-inner:after,
    .member-center-container .list-block .item-inner:after {
        height: 0;
    }

.member-center-container .item1 {
    border-top: 1px #d87400 solid;
    border-bottom: 1px #ff961a solid;
    background-color: #e67b00;
    color: #fff;
    position: relative;
}

    .member-center-container .item1 .icon {
        color: #fff;
        font-size: 3rem;
    }

    .member-center-container .item1 span {
        font-weight: bold;
    }

    .member-center-container .item1 p {
        color: rgba(255,255,255,0.7);
    }

    .member-center-container .item1 .setting {
        position: absolute;
        right: 0;
        top: 0.75rem;
        width: 3.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        background-color: #bd6500;
        border-radius: 0.75rem 0 0 0.75rem;
    }

        .member-center-container .item1 .setting a {
            display: block;
            padding-left: 0.5rem;
            color: #fff;
        }

.member-center-container .item2 {
    background-color: #ff8a00;
    color: #fff;
    border-bottom: 1px #e67b00 solid;
}

    .member-center-container .item2 a {
        color: #fff;
        font-size: 0.75rem;
    }

.member-center-container .list-block .item2 .item-link .item-inner {
    background-image: url(../images/icon/a4.png);
}

.member-center-container .item3 {
    background-color: #ff8a00;
    border-top: 1px #ff9d29 solid;
}

    .member-center-container .item3 .td1 {
        border-right: 1px #e87e00 solid;
    }

    .member-center-container .item3 .td2 {
        border-left: 1px #ff9d29 solid;
    }

    .member-center-container .item3 .item-content {
        padding-left: 0;
        width: 5.25rem;
        margin: 0 auto;
    }

    .member-center-container .item3 .item-media {
        margin-left: 0.3rem;
    }

    .member-center-container .item3 .item-inner {
        margin-left: 0.4rem;
    }

    .member-center-container .item3 .ricon {
        color: #fff;
        font-size: 1.25rem;
    }

    .member-center-container .item3 a {
        color: #fff;
    }

.member-center-container .item4 {
    color: #878787;
    border: 0;
}

    .member-center-container .item4 .row {
        border-top: 0.75rem #ebebeb solid;
        border-bottom: 0.75rem #ebebeb solid;
    }

    .member-center-container .item4 .ricon {
        color: #878787;
    }

    .member-center-container .item4 a {
        color: #878787;
    }

    .member-center-container .item4 .col-50 {
        border: 0;
        background-color: #fff;
    }

    .member-center-container .item4 .td1 {
        border-right: 1px #ebebeb solid;
        border-bottom: 1px #ebebeb solid;
    }

    .member-center-container .item4 .td2 {
        border-bottom: 1px #ebebeb solid;
    }

    .member-center-container .item4 .td3 {
        border-right: 1px #ebebeb solid;
    }

    .member-center-container .item4 .col-50:active,
    .member-center-container .item4 .col-50:active a,
    .member-center-container .item4 .col-50:active .ricon {
        color: #ff8a00;
    }

    .member-center-container .item4 .item-content {
        padding-left: 0;
        width: 100%;
    }

    .member-center-container .item4 .item-media {
        margin-left: 1.5rem;
    }

    .member-center-container .item4 .item-inner {
        margin-left: 0.4rem;
    }

.member-center-container .item5 {
    background-color: #fff;
    color: #878787;
    border-bottom: 1px #ebebeb solid;
    /*margin-bottom: 0.75rem;*/
}

    .member-center-container .item5:last-child {
        border: 0;
    }

    .member-center-container .item5 a {
        color: #878787;
    }

    .member-center-container .item5 .ricon {
        color: #878787;
        font-size: 1rem;
    }

/**
 * UI
 */
.ui-form-01 ul {
    border-radius: 8px;
}

    .ui-form-01 ul:before,
    .ui-form-01 ul:after,
    .ui-form-01 .item-inner:after,
    .ui-form-01 li:last-child .item-content:after {
        height: 0;
    }

.ui-form-01 li .item-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.ui-form-01 .icon,
.ui-form-01 .ricon {
    font-size: 1.5rem;
    color: #b5b7b7;
}

.ui-form-01 .button {
    background-color: #ff8a00;
    border-color: #ff8a00;
    line-height: 2.05rem;
    height: 2.15rem;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 0.65rem;
    margin-bottom: 1rem;
}

.ui-form-01 .border {
    border-top: 1px rgba(255,255,255,0.15) solid;
}

    .ui-form-01 .border a {
        color: rgba(255,255,255,0.6);
        padding: 0 0.6rem;
    }

    .ui-form-01 .border .button2 {
        background-color: #6ba800;
        border-color: #6ba800;
        margin-bottom: 0.6rem;
        color: #fff;
    }

.ui-list-01 {
    background: #fff;
    padding-bottom: 0.4rem;
    margin-bottom: 0.5rem;
}

    .ui-list-01 .head {
        height: 1.65rem;
    }

        .ui-list-01 .head span {
            float: left;
            height: 1.65rem;
            line-height: 1.65rem;
            padding-left: 0.6rem;
            font-weight: bold;
        }

        .ui-list-01 .head .more, .ui-list-02 .head .more {
            float: right;
            height: 1.65rem;
            line-height: 1.65rem;
            padding-right: 0.6rem;
            color: #6f6f6f;
            font-size: 14px;
        }

    .ui-list-01 .row {
        margin-right: 4%;
        padding-left: 4%;
    }

        .ui-list-01 .row .layout {
        }

        .ui-list-01 .row .name {
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .ui-list-01 .row .name a {
                font-size: 14px;
                color: #4b4b4b;
            }

.ui-list-02 .head {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.6rem;
    font-weight: bold;
    color: #4b4b4b;
}

.ui-list-02 .row {
    margin-right: 4%;
    padding-left: 4%;
}

    .ui-list-02 .row .col-50 {
        padding: 10px;
        background-color: #fff;
        margin-bottom: 0.7rem;
    }

        .ui-list-02 .row .col-50 .layout {
            text-align: center;
        }

    .ui-list-02 .row .name {
        padding-top: 4px;
        padding-bottom: 12px;
    }

        .ui-list-02 .row .name a {
            font-size: 14px;
            color: #333;
        }

    .ui-list-02 .row .button {
        background-color: #ff8a00;
        border-color: #ff8a00;
    }

        .ui-list-02 .row .button a {
            color: #fff;
        }

/**
 * 图标字体
 */
@font-face {
    font-family: 'sorlfont';
    src: url('//at.alicdn.com/t/font_1451810944_2194893.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/font_1451810944_2194893.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/font_1451810944_2194893.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/font_1451810944_2194893.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/font_1451810944_2194893.svg#sorlfont') format('svg'); /* iOS 4.1- */
}

.ricon {
    font-family: "sorlfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.ricon-sys:before {
    content: "\e60c";
}

.ricon-liwu:before {
    content: "\e620";
}

.ricon-jifen:before {
    content: "\e621";
}

.ricon-add-round:before {
    content: "\e61e";
}

.ricon-iconfontjian:before {
    content: "\e61f";
}

.ricon-kuaijiecaidan:before {
    content: "\e61d";
}

.ricon-weixin:before {
    content: "\e600";
}

.ricon-fenxiang:before {
    content: "\e601";
}

.ricon-wodeshouji:before {
    content: "\e602";
}

.ricon-shezhi:before {
    content: "\e603";
}

.ricon-pinglun:before {
    content: "\e604";
}

.ricon-arrowleft:before {
    content: "\e605";
}

.ricon-arrowtop:before {
    content: "\e606";
}

.ricon-arrowright:before {
    content: "\e607";
}

.ricon-arrowdown:before {
    content: "\e608";
}

.ricon-2:before {
    content: "\e609";
}

.ricon-pingzhengchaxun:before {
    content: "\e60a";
}

.ricon-aixin:before {
    content: "\e60b";
}

.ricon-erweima:before {
    content: "\e60c";
}

.ricon-phone:before {
    content: "\e60d";
}

.ricon-duanxinyanzheng:before {
    content: "\e60e";
}

.ricon-pinglun1:before {
    content: "\e60f";
}

.ricon-phone1:before {
    content: "\e610";
}

.ricon-shezhi1:before {
    content: "\e611";
}

.ricon-lbs:before {
    content: "\e612";
}

.ricon-favfill:before {
    content: "\e613";
}

.ricon-fav:before {
    content: "\e614";
}

.ricon-queren:before {
    content: "\e61c";
}

.ricon-mima:before {
    content: "\e615";
}

.ricon-dingdan:before {
    content: "\e616";
}

.ricon-icon:before {
    content: "\e617";
}

.ricon-che:before {
    content: "\e618";
}

.ricon-yanzheng:before {
    content: "\e619";
}

.ricon-iconfonttuijianren:before {
    content: "\e61a";
}

/**
 * SUI
 */
.list-block .item-link .item-inner {
    background-image: url(../images/icon/a14.png);
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
}

.swiper-container {
    padding-bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #ff8a00;
}

.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
    color: #ff8a00;
}


/*2016-1-9  */

/*order-list*/
.amn4 {
    transition: all ease-in-out .4s 0s;
    -webkit-transition: all ease-in-out .4s 0s;
    -moz-transition: all ease-in-out .4s 0s;
    -o-transition: all ease-in-out .4s 0s;
}

.bd-1px {
    position: relative;
}

    .bd-1px:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        border-top: 1px solid #ebebeb;
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }

.order-process {
    background: #f5f5f5;
    height: 90px;
}

.order-icon {
    height: 80px;
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
    position: relative;
}

    .order-icon:after {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -14px;
        content: " ";
        background-image: url(../images/icon/e1.png);
        background-repeat: no-repeat;
        height: 29px;
        width: 29px;
        -webkit-background-size: 87px;
        background-size: 87px;
    }

    .order-icon:nth-child(1):after {
        background-position: 0 -29px;
    }

    .order-icon:nth-child(2):after {
        background-position: -29px -29px;
    }

    .order-icon:nth-child(3):after {
        background-position: -58px -29px;
    }

    .order-icon:nth-child(1).active:after {
        background-position: 0px 0px;
    }

    .order-icon:nth-child(2).active:after {
        background-position: -29px 0px;
    }

    .order-icon:nth-child(3).active:after {
        background-position: -58px 0px;
    }

    .order-icon span {
        color: #939393;
        font-size: 12px;
        padding-top: 3px;
    }

.order-list {
    padding: 0.5rem;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px;
}

.order-list-t {
    height: 25px;
    line-height: 25px;
    color: #696969;
}

.order-list ul {
    overflow: hidden;
}

.order-list li {
    padding: 15px 0;
    overflow: hidden;
    font-size: 12px;
}

    .order-list li img {
        height: auto;
    }

    .order-list li div {
        float: left;
        margin-left: 10px;
        width: 200px;
    }

.order-list-nav {
    height: 60px;
    background: #ebebeb;
    padding-top: 5px;
    z-index: 999;
}

    .order-list-nav .tab-item a {
        width: 85%;
        height: 40px;
        display: block;
        text-align: center;
        margin: 0 auto;
        line-height: 40px;
        color: #fff;
        border-radius: 3px;
    }

    .order-list-nav .tab-item:nth-child(1) a {
        background: #ff8a00;
    }

    .order-list-nav .tab-item:nth-child(2) a {
        background: #e80000;
    }

    .order-list-nav .tab-item:nth-child(3) a {
        background: #67ad03;
    }

.order-list-address {
    padding-top: 10px;
    font-size: 11px;
    line-height: 25px;
}

.order-evaluate-list-active {
    top: 40px;
}

.order-evaluate-list {
    /*
    -webkit-overflow-scrolling:touch;
    height: 70%;position:absolute;
*/
    top: 999px;
    width: 100%;
    background: #ebebeb;
    z-index: 666;
    overflow: scroll;
    border-bottom: 10px solid #ebebeb;
}

    .order-evaluate-list.active {
        top: 44px;
    }

    .order-evaluate-list .card {
        overflow: hidden;
    }

    .order-evaluate-list textarea {
        width: 100%;
        height: 100px;
        border: none;
        border: 1px solid #ebebeb;
        box-shadow: none;
        margin-top: 10px;
    }

.wrap {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 100;
    display: none;
}

    .wrap.active {
        display: block;
    }

.order-evaluate-list .niming {
    line-height: 42px;
    padding-left: 20px;
}

.order-evaluate-list .sub-btn {
    background: #ff5000;
    height: 42px;
    border: none;
    color: #fff;
    width: 80%;
    float: right;
    border-radius: 0;
    margin-right: 20px;
    border-radius: 3px;
}

/*shop-cart*/
.shop-cart .card, .address-card .card {
    margin: 0.5rem 0;
    border-radius: 0;
    box-shadow: none;
}

.cart-foot .check, .shop-cart .check {
    position: relative;
}

    .cart-foot .check > div, .shop-cart .check > div {
        background: url(../images/icon/e3.png) no-repeat center;
        -webkit-background-size: 16px;
        background-size: 16px;
        height: 16px;
        width: 16px;
        position: absolute;
        left: 5%;
        top: 50%;
        margin-top: -8px;
    }

    .cart-foot .check input, .shop-cart .check input {
        opacity: 0;
    }

.shop-cart .card img {
    float: right;
    width: 70%;
    height: auto;
    display: block;
}

.cart-foot .check .active, .shop-cart .check .active {
    background-image: url(../images/icon/e2.png);
}

.cart-num {
    height: 24px;
    background: #e0e4e7;
    width: 80px;
    border: 1px solid #e0e4e7;
}

.cart-title {
    font-size: 12px;
    height: 80px;
}

.cart-num div {
    float: left;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
}

    .cart-num div:active {
        background: #888;
    }

.cart-num input {
    border: none;
    text-align: center;
    float: left;
    height: 22px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 34px;
    font-size: 15px;
    line-height: 22px;
}

.shop-cart .card-content-inner {
    text-align: right;
}

.cart-foot {
    height: 50px;
    background: #fff;
    font-size: 13px;
}

    .cart-foot .check {
        width: 80px;
        text-align: right;
        padding-left: 30px;
        margin-left: -30px;
    }

    .cart-foot em {
        color: #e80000;
        font-weight: bold;
    }

.cart-foot2 {
    text-align: right !important;
}

.cart-foot .sub-btn {
    width: 80%;
    height: 80%;
    background: #e80000;
    border: none;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
}

/*acecpt-list*/
.address-card h2 {
    font-size: 20px;
}

.address-card .address-now {
    font-size: 15px;
}

.address-card .address-link {
}

    .address-card .address-link a {
        background: url(../images/icon/a14.png) 0 0 no-repeat;
        min-width: 60px;
        height: 32px;
        display: block;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.w100 {
    width: 100%;
}

.invoice-link {
    padding-right: 15px;
    background: url(../images/icon/a14.png) right center no-repeat;
    -webkit-background-size: 7px 16px;
    background-size: 7px 16px;
    color: #f00;
}

.order-remark input {
    width: 100%;
    height: 1.5rem;
    border: none;
    line-height: 1.5rem;
}

.order-remark {
    margin-bottom: 60px;
}

.accept-order {
    z-index: 999;
    background: #cbcbcb;
}

    .accept-order:before {
        content: none;
    }

    .accept-order .sub-btn {
        width: 90%;
        height: 70%;
        background: #e80000;
        color: #fff;
        border: none;
        border-radius: 3px;
    }

.buttons-tab2 {
    display: block;
}

/*shop*/
.shop-nav a[range=r1] {
    font-size: 14px;
}

.shop-nav a[range=r2] {
    font-size: 14px;
    background: #fff;
    width: 32%;
    border-bottom: 5px solid #ebebeb;
    line-height: 30px;
}

.buttons-tab .button.active[range=r2] {
    border-bottom: 5px solid #fff;
}

.buttons-tab .button.active[range] {
    color: #e67b00;
    border: none;
}

.buttons-tab[range=r2] {
    background: #ebebeb;
    justify-content: space-between;
}

    .buttons-tab[range=r2]:after {
        content: none;
    }

.shop-nav a[range=r3] {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.tab-link.active[range] {
    color: #e67b00;
}

.ofh {
    overflow: hidden;
}

.row[range=r4] {
    background: #fff;
    font-size: 12px;
    overflow: hidden;
    padding: 10px 0;
}

    .row[range=r4] a {
        padding-left: 5%;
    }

.shop-nav a {
    color: #3c3c3c;
}

.content-block3 {
    padding: 2%;
}

#proList {
    overflow: visible;
}

.bar .icon-home {
    padding: 0px;
}