﻿/*banner*/
.banner {
    width: 100%;
    min-height: 12rem;
    overflow: hidden;
}

    .banner .swiper-slide img {
        width: 100%;
        min-height: 12rem;
    }

    .banner .swiper-container-horizontal > .swiper-pagination {
        bottom: .5rem;
    }

    .banner .swiper-container {
        padding-bottom: 0;
        /*height:12rem;*/
    }

    .banner .swiper-pagination-bullet {
        width: .4rem;
        height: .4rem;
        margin-right: .4rem;
    }

.com-table .table thead tr th {
    text-align: center;
    padding: 0.3rem 0.3rem;
    background: #e8e8e8;
    font-size: 0.75rem;
    font-weight: inherit;
}

.com-table .table tbody tr td {
    text-align: center;
    padding: 0.2rem 0.2rem;
    font-size: 0.67rem;
    color: #666;
    border: #eee 1px solid;
    word-break: break-all;
}

    .com-table .table tbody tr td i {
        font-size: 0.8rem;
    }

.com-table .table tbody:nth-child(odd) tr:first-child {
    background: #f3f9ed;
}

.com-table .table tbody tr:nth-child(even) {
    background: #f3f9ed;
}
/*menu*/
.item-menu {
    width: 98%;
    margin: 0 auto;
    background-color: #ffffff;
    border: solid 0rem #eeeeee;
}

    .item-menu ul {
        width: 100%;
        margin: 0 auto;
        /*height: 5.5rem;*/
        display: inline-block;
    }

        .item-menu ul li {
            width: 25%;
            text-align: center;
            float: left;
        }

            .item-menu ul li a {
                width: 100%;
                text-align: center;
            }

                .item-menu ul li a span {
                    width: 2.67rem;
                    height: 2.67rem;
                    line-height: 2.67rem;
                    background-color: #099cd6;
                    text-align: center;
                    color: #fff;
                    display: inline-block;
                    border-radius: 0.33rem;
                    margin-top: .7rem;
                    position: relative;
                }

                    .item-menu ul li a span i {
                        font-size: 1.8rem;
                    }

                .item-menu ul li a p {
                    font-size: .75rem;
                    color: #333;
                    margin: .3rem 0 0 0;
                }

                .item-menu ul li a span.bg01 {
                    background-color: #84d018;
                }

                .item-menu ul li a span.bg02 {
                    background-color: #fc5265;
                }

                .item-menu ul li a span.bg03 {
                    background-color: #ff8a4a;
                }

                .item-menu ul li a span.bg04 {
                    background-color: #688ce2;
                }

                .item-menu ul li a span.bg05 {
                    background-color: #8d67e0;
                }

                .item-menu ul li a span.bg06 {
                    background-color: #14c761;
                }

                .item-menu ul li a span.bg07 {
                    background-color: #FFC107;
                }

                .item-menu ul li a span.bg08 {
                    background-color: #a1a29e;
                }

                .item-menu ul li a span.bg09 {
                    background-color: #318353;
                }

                .item-menu ul li a span.bg10 {
                    background-color: #4353a7;
                }

.item-menu02 {
    width: 98%;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 auto;
    background-color: #ffffff;
    border: solid 0rem #eeeeee;
    margin-top: 0.33rem;
}

    .item-menu02 ul {
        width: 100%;
        margin: 0 auto;
    }

        .item-menu02 ul li {
            width: 25%;
            text-align: center;
            float: left;
            height: 2.6rem;
            line-height: 2.6rem;
            border-left: #eee 1px solid;
        }

            .item-menu02 ul li:first-child {
                border-left: none;
            }

            .item-menu02 ul li a {
                width: 100%;
                text-align: center;
            }

            .item-menu02 ul li a {
                font-size: 0.7rem;
                color: #666;
            }

                .item-menu02 ul li a i {
                    margin-right: 0.3rem;
                }

            .item-menu02 ul li:nth-child(1) a i {
                color: #8d67e0;
            }

            .item-menu02 ul li:nth-child(2) a i {
                color: #14c761;
            }

            .item-menu02 ul li:nth-child(3) a i {
                color: #fc5265;
            }

            .item-menu02 ul li:nth-child(4) a i {
                color: #a1a29e;
                margin-right: 0;
            }


/*index-news*/
.index-news {
    width: 98%;
    margin: 0 auto;
    margin-top: 0.33rem;
}

    .index-news .list-block {
        display: inline-block;
        margin: 0 0 0.33rem 0;
        width: 100%;
    }

        .index-news .list-block.media-list .item-media {
            width: 22%;
            float: left;
        }

        .index-news .list-block.media-list .item-inner {
            /*width:73%;*/
            width: 100%;
            float: right;
        }

        .index-news .list-block li {
            /*border-bottom:#eee 1px solid;*/
            border-top: 0.2rem #f7f7f7 solid;
        }

            .index-news .list-block li .item-inner {
                border-bottom: none;
                width: 75%;
            }

        .index-news .list-block .item-text {
            font-size: 0.7rem;
        }

    .index-news .news-head {
        width: 100%;
        height: 2.2rem;
        line-height: 2.2rem;
        background: #fff;
        padding: 0 0.3rem;
        border-bottom: #eee 1px solid;
        overflow: hidden;
    }

        .index-news .news-head span {
            font-size: 0.8rem;
        }

            .index-news .news-head span i {
                margin-right: 0.2rem;
                color: #f60;
            }

        .index-news .news-head a {
            color: #7cc729;
            font-size: 0.7rem;
        }

    .index-news .item-media img {
        width: 100%;
        border-radius: 100%;
    }

    .index-news .item-title-row {
        /*margin-bottom:0.2rem;*/
    }

    .index-news .list-block .item-text {
        color: #666;
        /*line-height: 1.2rem;*/
        height: auto;
    }

/*资讯详情*/
#news .index-news .list-block li {
    /*border-bottom:#f7f7f7 0.33rem solid;*/
}

.news-details {
    width: 98%;
    margin: 0 auto;
    background: #fff;
    margin-top: 0.333rem;
}

    .news-details h1 {
        font-size: 1.1rem;
        color: #666;
        text-align: center;
        font-weight: inherit;
        padding: 1.29rem 0 0.2rem 0;
        margin: 0;
        font-weight: bold;
        width: 92%;
        margin: 0 auto;
    }

    .news-details time {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        border-bottom: solid 0.03rem #eeeeee;
        margin-bottom: 0.5rem;
        padding-bottom: 0.2rem;
    }

        .news-details time span {
            font-size: 0.67rem;
            color: #999;
        }

    .news-details .news-details-content {
        width: 95%;
        margin: 0 auto;
        font-size: 0.95em;
        color: #666;
        line-height: 1.8rem;
        text-indent: 0 !important;
    }

        .news-details .news-details-content * {
            text-indent: 0 !important;
            display: inline-block;
            margin: 0 auto;
        }

        .news-details .news-details-content div {
            width: 100% !important;
        }

        .news-details .news-details-content img {
            width: 100% !important;
        }

/*用户登录*/
.login-bg {
    background: url('/skin/img/loginbg.png') #7ac924 bottom center no-repeat;
    background-size: 80%;
}

.login-box {
    width: 100%;
    margin: 0 auto;
}

    .login-box .login-logo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

        .login-box .login-logo img {
            width: 8rem;
        }

    .login-box .login-center {
        width: 80%;
        margin: 0 auto;
    }

        .login-box .login-center .input-line {
            width: 100%;
            height: 2.67rem;
            line-height: 2.67rem;
            position: relative;
            margin-bottom: 1rem;
        }

            .login-box .login-center .input-line i {
                position: absolute;
                left: 0.2rem;
                top: 0rem;
                color: #fff;
                font-size: 1.2rem;
                opacity: 0.8;
            }

            .login-box .login-center .input-line input {
                width: 100%;
                height: 100%;
                line-height: 100%;
                padding-left: 3rem;
                background: none;
                border: none;
                border-bottom: #fff 1px solid;
                color: #fff;
                border-radius: 0;
            }

            .login-box .login-center .input-line button {
                width: 100%;
                height: 2.2rem;
                line-height: 2.2rem;
                margin-top: 1rem;
                border: none;
                background-color: #5c991a;
                color: #fff;
                font-size: 0.8rem;
            }

                .login-box .login-center .input-line button:active {
                    background: #66ab1c;
                }

        .login-box .login-center p {
            text-align: center;
            margin-top: 4rem;
        }

            .login-box .login-center p a {
                color: #fff;
                font-size: 0.75rem;
            }


/*注册*/
.register-box {
    width: 100%;
    margin: 0 auto;
}

    .register-box .input-line {
        width: 96%;
        margin: 0 auto;
        height: 2.67rem;
        line-height: 2.67rem;
        position: relative;
        margin-top: 0.67rem;
    }

        .register-box .input-line i {
            position: absolute;
            left: 0.53rem;
            top: 0rem;
            color: #999;
            font-size: 1.2rem;
        }

        .register-box .input-line input {
            width: 100%;
            height: 100%;
            line-height: 3.67rem;
            padding-left: 3rem;
            background: #fff;
            border: solid 0.03rem #eeeeee;
        }

        .register-box .input-line button {
            width: 100%;
            height: 2.2rem;
            line-height: 2.2rem;
            background-color: #ff8a4a;
            border-radius: 0.33rem;
            color: #fff;
            font-size: 0.8rem;
            border: none;
        }

        .register-box .input-line input#phoneCode {
            width: 65%;
        }

        .register-box .input-line .get-yzm {
            width: 33%;
            float: right;
            display: inline-block;
            border-radius: 0.5rem;
            border: solid 0.03rem #79c427;
            color: #79c427;
            text-align: center;
            font-size: 0.75rem;
            background: #fff;
        }

        .register-box .input-line input:focus {
            border: solid 0.03rem #79c427;
        }

            .register-box .input-line input:focus + div + i {
                color: #79c427;
            }


/*表单样式*/
.com-form-box {
    width: 98%;
    margin: 0 auto;
    background: #fff;
    margin-top: 0.333rem;
    padding-bottom: 2rem;
}

    .com-form-box .textarea {
        border: #eee 1px solid;
        height: 3rem;
        margin-bottom: 0.2rem;
        font-size: 0.8rem;
        overflow-y: auto;
    }

.com-form-box {
    width: 98%;
    margin: 0 auto;
    background: #fff;
    margin-top: 0.333rem;
    padding-bottom: 1rem;
}

    .com-form-box .item-content {
        min-height: 2.5rem;
        padding-left: 0;
    }

        .com-form-box .item-content .item-input {
            position: relative;
            font-size: 0.8rem;
            color: #666;
        }

            .com-form-box .item-content .item-input .icon-jiantou {
                position: absolute;
                right: 0;
                line-height: 2rem;
                top: -0.2rem;
                color: #999;
                line-height: 2.15rem;
            }

    .com-form-box .item-title.label {
        font-size: 0.8rem;
        color: #000;
        padding-left: 0.8rem;
        width: 30%;
    }

    .com-form-box.list-block .item-inner {
        padding-right: .5rem;
        border: none;
        border-bottom: #eee 1px solid;
    }

    .com-form-box .item-input input.text-right {
        padding-right: 1rem;
        font-size: 0.8rem;
        color: #666;
    }

.com-btn-line {
    width: 92%;
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

    .com-btn-line a {
        display: inline-block;
        width: 100%;
        height: 2rem;
        background-color: #ff8a4a;
        border-radius: 0.3rem;
        text-align: center;
        color: #fff;
        font-size: 0.9rem;
        line-height: 2rem;
    }

/*我的费用*/
#customersCost .table tr.open td div span, #priceTrailResult .table tr.open td div span, #pickupList .table tr.open td div span, #customersCostResult .table tr.open td div span {
    color: #888;
    margin-right: 0.5rem;
}

/*订单跟踪查询结果*/
.track-result-box {
    width: 98%;
    margin: 0 auto;
    background: #fff;
}

.result-head {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.85rem;
    color: #666;
    padding: 0 0.3rem;
}

    .result-head span {
        margin: 0 0.2rem;
    }

.track-result-box .result-list {
    width: 100%;
    margin: 0 auto;
}

.track-result-box .lookLogisticsBtn {
    display: inline-block;
    text-align: center;
    font-size: 0.67rem;
    height: 1.13rem;
    padding: 0 0.3rem;
    border-radius: 0.55rem;
    border: solid 0.03rem #79c427;
    color: #79c427;
}

    .track-result-box .lookLogisticsBtn i {
        font-size: 0.67rem;
        margin-right: 0.1rem;
    }

/*物流状态*/
.logistics-details-list {
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
}

/*物流状态*/
.logistic-list {
    width: 98%;
    margin: 0 auto;
    background: #fff;
    padding-left: 0.6rem;
    padding-top: 0.8rem;
}

    .logistic-list ul {
        width: 90%;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        left: 0.5rem;
    }

        .logistic-list ul:before {
            content: '';
            position: absolute;
            width: 1px;
            background: #fff;
            height: 61px;
            left: -1px;
            bottom: 0;
        }

        .logistic-list ul li {
            width: 100%;
            margin: 0 auto;
            float: left;
            padding-bottom: 1rem;
            border-left: #e5e5e5 1px solid;
        }

            .logistic-list ul li:last-child {
                border-left: none;
            }

            .logistic-list ul li em {
                display: inline-block;
                border-radius: 100%;
                width: 0.6rem;
                height: 0.6rem;
                background: #ccc;
                text-align: center;
                float: left;
                position: relative;
                left: -0.3rem;
                top: 0.1rem;
            }

            .logistic-list ul li .text {
                padding-left: 0.5rem;
            }

            .logistic-list ul li i {
                display: none;
            }

            .logistic-list ul li.active em {
                width: 1rem;
                height: 1rem;
                line-height: 1rem;
                background: #ff8a4a;
                text-align: center;
                top: 0;
                left: -10px;
            }

            .logistic-list ul li.active i {
                display: block;
                color: #fff;
                margin-left: 0.1rem;
            }

            .logistic-list ul li.active i {
                font-size: 0.6rem;
            }

            .logistic-list ul li.active p, .logistic-list ul li.active time {
                color: #ff8a4a;
            }

            .logistic-list ul li p {
                font-size: 0.75rem;
                color: #999;
                margin: 0;
            }

            .logistic-list ul li time {
                color: #999;
                padding-left: 0.2rem;
                font-size: 0.7rem;
            }

.com-table .table tbody tr td input {
    width: 100%;
    border: #ddd 1px solid;
    height: 1.6rem;
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
}

#goodsTable .icon-icon193.active {
    color: #7cc729;
}

    #goodsTable .icon-icon193.active:before {
        content: "\e60f";
    }

#customersIssue .com-table .table tbody tr td {
    font-size: 0.67rem;
}


/*异常订单回复*/
.issue-res-content {
    width: 95%;
    margin: 0 auto;
}

    .issue-res-content ul {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }

        .issue-res-content ul li {
            width: 100%;
            margin: 0 auto;
            float: left;
            display: inline-block;
            margin-top: 0.5rem;
        }

            .issue-res-content ul li .img {
                width: 20%;
                /*border:#eee 1px solid;*/
            }

                .issue-res-content ul li .img img {
                    width: 100%;
                    border-radius: 100%;
                }

            .issue-res-content ul li .text {
                width: 75%;
                padding: 0.6em;
                font-size: 0.7rem;
                border-radius: 0.6rem;
                position: relative;
                min-height: 2.3rem;
                margin-top: 0.5rem;
                position: relative;
            }

            .issue-res-content ul li.left .img {
                float: left;
            }

            .issue-res-content ul li.left .text {
                float: right;
                background: #ebebeb;
                color: #666;
            }

            .issue-res-content ul li.right .img {
                float: right;
            }

            .issue-res-content ul li.right .text {
                float: left;
                background: #79c427;
                color: #fff;
            }

            .issue-res-content ul li .text p {
                margin: 0.2rem 0 0 0;
                font-size: 0.6rem;
                text-align: right;
            }

            .issue-res-content ul li.left .text:before, .issue-res-content ul li.right .text:before {
                width: 0;
                position: absolute;
                top: 20%;
                border-style: solid;
                content: "";
            }

            .issue-res-content ul li.left .text:before {
                left: -0.8rem;
                border-color: transparent #ebebeb;
                border-width: 0 0.8rem 0.8rem 0;
            }

            .issue-res-content ul li.right .text:before {
                right: -0.8rem;
                border-color: transparent #79c427;
                border-width: 0 0 0.8rem 0.8rem;
            }

.response-issue {
    width: 98%;
    margin: 0 auto;
    margin-top: 0.5rem;
}

    .response-issue textarea {
        width: 100%;
        min-height: 6rem;
        background-color: #ffffff;
        border: solid 0.03rem #eeeeee;
        padding: 0.3rem;
    }


/*申报信息*/
.goods-lists {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

    .goods-lists ul {
        width: 98%;
        margin: 0 auto;
    }

        .goods-lists ul li {
            width: 100%;
            margin: 0 auto;
            float: left;
            border: #f1d4c5 1px solid;
            margin: 0.5rem 0;
            position: relative;
            height: 9rem;
        }

            .goods-lists ul li .pull-left {
                width: 10%;
                line-height: 9rem;
                text-align: center;
                color: #ff8a4a;
                font-size: 0.8rem;
                height: 9rem;
                border-right: #f1d4c5 1px solid;
            }

            .goods-lists ul li .pull-right {
                width: 90%;
                padding-right: 0.3rem;
            }

            .goods-lists ul li span, .goods-lists ul li input {
                float: left;
                font-size: 0.7rem;
                display: inline-block;
            }

            .goods-lists ul li .deleteLi {
                position: absolute;
                right: -0.4rem;
                top: -0.9rem;
                z-index: 1000;
                color: #f00;
                font-size: 1.5rem;
            }

            .goods-lists ul li .line001:nth-of-type(1) {
                margin-top: 0.5rem;
            }

            .goods-lists ul li .line01, .goods-lists ul li .line02, .goods-lists ul li .line001 {
                width: 100%;
                margin: 0 auto;
                position: relative;
                display: inline-block;
                line-height: 1.6rem;
            }

            .goods-lists ul li .line01, .goods-lists ul li .line001 {
                margin-top: 0.2rem;
            }

                .goods-lists ul li .line01 input, .goods-lists ul li .line02 input, .goods-lists ul li .line001 input {
                    border: #ddd 1px solid;
                    border-radius: 0.1rem;
                    height: 1.6rem;
                    line-height: 1.6rem;
                    padding: 0 0.2rem;
                    font-size: 0.67rem;
                }

            .goods-lists ul li span {
                /*width:14%;*/
                width: 22%;
                text-align: right;
                padding-right: 0.2rem;
            }

            .goods-lists ul li .line01 input {
                width: 30%;
            }

            .goods-lists ul li .line001 input {
                width: 76%;
            }

            .goods-lists ul li .line01 span:nth-of-type(2) {
                width: 16%;
            }

            .goods-lists ul li .line02 input {
                width: 13.5%;
                text-align: center;
            }

            .goods-lists ul li .line02 span:nth-of-type(2) {
                width: 11%;
            }

            .goods-lists ul li .line02 input:nth-of-type(3) {
                width: 27%;
            }

            .goods-lists ul li .line02 span:nth-of-type(3) {
                width: 19%;
            }

            .goods-lists ul li input:focus + div span {
                display: none;
            }

/*报关信息*/
.customs-lists {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

    .customs-lists ul {
        width: 98%;
        margin: 0 auto;
    }

        .customs-lists ul li {
            width: 100%;
            margin: 0 auto;
            float: left;
            border: #f1d4c5 1px solid;
            margin: 0.5rem 0;
            position: relative;
            height: 18rem;
        }

            .customs-lists ul li .pull-left {
                width: 7%;
                line-height: 18rem;
                text-align: center;
                color: #ff8a4a;
                font-size: 0.8rem;
                height: 18rem;
                border-right: #f1d4c5 1px solid;
            }

            .customs-lists ul li .pull-right {
                width: 93%;
                padding-right: 0.3rem;
            }

            .customs-lists ul li span, .customs-lists ul li input {
                float: left;
                font-size: 0.7rem;
                display: inline-block;
            }

            .customs-lists ul li .deleteLi {
                position: absolute;
                right: -0.4rem;
                top: -0.9rem;
                z-index: 1000;
                color: #f00;
                font-size: 1.5rem;
            }

            .customs-lists ul li .line001:nth-of-type(1) {
                margin-top: 0.5rem;
            }

            .customs-lists ul li .line01, .customs-lists ul li .line02, .customs-lists ul li .line001 {
                width: 100%;
                margin: 0 auto;
                position: relative;
                display: inline-block;
                line-height: 1.6rem;
            }

            .customs-lists ul li .line01, .customs-lists ul li .line001 {
                margin-top: 0.2rem;
            }

                .customs-lists ul li .line01 input, .customs-lists ul li .line02 input, .customs-lists ul li .line001 input {
                    border: #ddd 1px solid;
                    border-radius: 0.1rem;
                    height: 1.6rem;
                    line-height: 1.6rem;
                    padding: 0 0.2rem;
                    font-size: 0.67rem;
                }

            .customs-lists ul li span {
                /*width:14%;*/
                width: 22%;
                text-align: right;
                padding-right: 0.2rem;
            }

            .customs-lists ul li .line01 input {
                width: 30%;
            }

            .customs-lists ul li .line001 input {
                width: 76%;
            }

            .customs-lists ul li .line01 span:nth-of-type(2) {
                width: 16%;
            }

            .customs-lists ul li .line02 input {
                width: 13.5%;
                text-align: center;
            }

            .customs-lists ul li .line02 span:nth-of-type(2) {
                width: 11%;
            }

            .customs-lists ul li .line02 input:nth-of-type(3) {
                width: 27%;
            }

            .customs-lists ul li .line02 span:nth-of-type(3) {
                width: 19%;
            }

            .customs-lists ul li input:focus + div span {
                display: none;
            }



/*材积信息*/
.Volume-lists {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

    .Volume-lists ul {
        width: 98%;
        margin: 0 auto;
    }

        .Volume-lists ul li {
            width: 100%;
            margin: 0 auto;
            float: left;
            border: #f1d4c5 1px solid;
            margin: 0.5rem 0;
            position: relative;
            height: 11.5rem;
        }

            .Volume-lists ul li .pull-left {
                width: 7%;
                line-height: 11.5rem;
                text-align: center;
                color: #ff8a4a;
                font-size: 0.8rem;
                height: 11.5rem;
                border-right: #f1d4c5 1px solid;
            }

            .Volume-lists ul li .pull-right {
                width: 93%;
                padding-right: 0.3rem;
            }

            .Volume-lists ul li span, .Volume-lists ul li input {
                float: left;
                font-size: 0.7rem;
                display: inline-block;
            }

            .Volume-lists ul li .deleteLi {
                position: absolute;
                right: -0.4rem;
                top: -0.9rem;
                z-index: 1000;
                color: #f00;
                font-size: 1.5rem;
            }

            .Volume-lists ul li .line001:nth-of-type(1) {
                margin-top: 0.5rem;
            }

            .Volume-lists ul li .line01, .Volume-lists ul li .line02, .Volume-lists ul li .line001 {
                width: 100%;
                margin: 0 auto;
                position: relative;
                display: inline-block;
                line-height: 1.6rem;
            }

            .Volume-lists ul li .line01, .Volume-lists ul li .line001 {
                margin-top: 0.2rem;
            }

                .Volume-lists ul li .line01 input, .Volume-lists ul li .line02 input, .Volume-lists ul li .line001 input {
                    border: #ddd 1px solid;
                    border-radius: 0.1rem;
                    height: 1.6rem;
                    line-height: 1.6rem;
                    padding: 0 0.2rem;
                    font-size: 0.67rem;
                }

            .Volume-lists ul li span {
                /*width:14%;*/
                width: 22%;
                text-align: right;
                padding-right: 0.2rem;
            }

            .Volume-lists ul li .line01 input {
                width: 30%;
            }

            .Volume-lists ul li .line001 input {
                width: 76%;
            }

            .Volume-lists ul li .line01 span:nth-of-type(2) {
                width: 16%;
            }

            .Volume-lists ul li .line02 input {
                width: 13.5%;
                text-align: center;
            }

            .Volume-lists ul li .line02 span:nth-of-type(2) {
                width: 11%;
            }

            .Volume-lists ul li .line02 input:nth-of-type(3) {
                width: 27%;
            }

            .Volume-lists ul li .line02 span:nth-of-type(3) {
                width: 19%;
            }

            .Volume-lists ul li input:focus + div span {
                display: none;
            }




/*系统设置*/
.system-content {
    width: 98%;
    margin: 0 auto;
    background: #fff;
    margin-top: 0.33rem;
}

    .system-content ul {
        width: 100%;
        margin: 0 auto;
        display: table;
    }

        .system-content ul li {
            width: 100%;
            height: 3rem;
            float: left;
            border-bottom: #eee 1px solid;
            line-height: 3rem;
            padding: 0 0.3rem;
        }

            .system-content ul li a {
                width: 100%;
                display: inline-block;
                height: 100%;
                line-height: 3rem;
                font-size: 0.85rem;
                color: #333;
            }

                .system-content ul li a em {
                    float: right;
                    color: #999;
                }

                .system-content ul li a i {
                    margin: 0 0.5rem;
                }

            .system-content ul li:nth-of-type(1) a i {
                color: #79c427;
            }

            .system-content ul li:nth-of-type(2) a i {
                color: #688ce2;
            }

.register-box .input-line input + div span, .login-box .input-line input + div span {
    top: 0 !important;
    right: 0.5rem !important;
}


/*发件人地址*/
.shipper-address-content {
    width: 98%;
    margin: 0 auto;
}

    .shipper-address-content ul {
        width: 100%;
        margin: 0 auto;
        display: table;
    }

        .shipper-address-content ul li {
            width: 100%;
            margin: 0 auto;
            background: #fff;
            padding: 0.3rem 0.5rem 0 0.5rem;
            border-top: #f7f7f7 0.33rem solid;
        }

            .shipper-address-content ul li div {
                width: 100%;
                margin: 0 auto;
                line-height: 1.5rem;
                color: #666;
            }

                .shipper-address-content ul li div span {
                    font-size: 0.8rem;
                    color: #333;
                }

            .shipper-address-content ul li .add-edit {
                height: 2.4rem;
                line-height: 2.4rem;
                border-top: #eee 1px solid;
            }

                .shipper-address-content ul li .add-edit a {
                    font-size: 0.75rem;
                }

            .shipper-address-content ul li .add-head, .shipper-address-content ul li .add-head i {
                font-size: 0.8rem;
            }

            .shipper-address-content ul li i {
                font-size: 0.7rem;
                margin-right: 0.2rem;
            }

            .shipper-address-content ul li .add-details {
                font-size: 0.7rem;
                line-height: 1.2rem;
                padding: 0.3rem 0;
                color: #777;
            }

            .shipper-address-content ul li .add-edit span a {
                margin-left: 0.3rem;
            }

            .shipper-address-content ul li .add-edit .default {
                display: inline-block;
                height: 1.4rem;
                line-height: 1.4rem;
                text-align: center;
                font-size: 0.7rem;
                background: #ff8a4a;
                padding: 0 0.4rem;
                color: #fff;
                margin-top: 0.5rem;
                border-radius: 0.2rem;
            }

            .shipper-address-content ul li .add-edit .set-default {
                display: inline-block;
                height: 1.4rem;
                line-height: 1.4rem;
                text-align: center;
                font-size: 0.7rem;
                border: #7cc729 1px solid;
                padding: 0 0.4rem;
                color: #7cc729;
                margin-top: 0.5rem;
                border-radius: 0.2rem;
            }

            .shipper-address-content ul li .add-edit span a {
                color: #999 !important;
                font-size: 0.7rem;
            }

#createOrder .service-style-type li {
    font-size: 0.7rem;
    line-height: 1.6rem;
}

    #createOrder .service-style-type li i {
        font-size: 0.9rem;
    }

.fixed-response .response-issue {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 0.2rem;
    background: #eee;
}

.fixed-response .response-issue {
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    border-top: #ccc 1px solid;
}

    .fixed-response .response-issue textarea {
        min-height: 0.6rem;
        width: 80%;
        float: left;
        padding: 0.1rem 0.3rem;
        font-size: 0.7rem;
    }

    .fixed-response .response-issue .com-btn-line {
        width: 18% !important;
        float: right;
        margin-top: 0;
        padding-bottom: 0;
    }

        .fixed-response .response-issue .com-btn-line a {
            border-radius: 0.2rem;
            font-size: 0.8rem;
        }

.fixed-response .issue-res-content ul {
    padding-bottom: 5rem;
}


#ConsigneeAddressList.table tbody tr i, #choosePickupAddress .table tbody tr i {
    font-size: 1.2rem;
    color: #999;
}

#ConsigneeAddressList.table tbody tr.act i, #choosePickupAddress .table tbody tr.act i {
    color: #79c427;
}

    #ConsigneeAddressList.table tbody tr.act i:before, #choosePickupAddress .table tbody tr.act i:before {
        content: '\e60b';
    }


#chooseGoods .table tbody tr.act i {
    color: #79c427;
}

    #chooseGoods .table tbody tr.act i:before {
        content: "\e60f";
    }

.search-input i.icon-search {
    position: absolute;
    top: 0;
    right: 0;
    color: #7cc729;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    padding: 0.2rem 0 0 0;
}

/*立即下单*/
#createOrder .com-form-box .item-content {
    min-height: 1.6rem;
}

#createOrder .list-block .item-inner {
    min-height: 1.6rem;
    padding-bottom: 0.05rem;
}

#createOrder .com-form-box .item-title.label {
    font-size: 0.75rem;
}

#createOrder .com-form-box .textarea {
    height: 2rem;
}

#createOrder .com-form-box input[type='text'] {
    font-size: 0.8rem;
}

.goods-lists ul li .line01, .goods-lists ul li .line001 {
    margin-top: 0;
}

#createOrder .com-btn-line {
    margin-top: 0.5rem;
}

#createOrder .com-form-box {
    padding-bottom: 0.1rem;
}

.get-erification {
    width: 100%;
    float: right;
    display: inline-block;
    border-radius: 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: solid 0.03rem #79c427;
    color: #79c427;
    text-align: center;
    font-size: 0.75rem;
    background: #fff;
}


/*注册样式*/
.uploading {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

    .uploading ul {
        margin: 0;
    }

        .uploading ul li {
            float: left;
            width: 50%;
            padding-top: .5rem;
        }

            .uploading ul li:nth-child(2n) {
                padding-left: .25rem;
                padding-right: 0;
            }

.uploading-div {
    background-color: #fff;
    border: .1rem dashed #edf1fc;
    text-align: center;
    padding: .6rem 0 .5rem;
    position: relative;
}

.upload-img {
    display: block;
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
    background: url(/skin/img/upload-img.jpg) no-repeat;
    background-size: 100% 100%;
}

    .upload-img img {
        width: 6rem;
        height: 6rem;
    }

.uploading-icon.icon-xiangji:before {
    position: relative;
    top: .5rem;
}

.uploading-txt {
    display: block;
    margin-top: .5rem;
    text-align: center;
    font-size: .8rem;
    color: #666666;
}

.uploading-div input.upload-file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

#business-license-row {
    width: 100%;
}

#register #productTypesList {
    padding-left: 0;
    padding-top: 0.4rem;
}

    #register #productTypesList li {
        line-height: 1.5rem;
        font-size: 0.75rem;
    }

.response-table {
    overflow-x: auto;
}

    .response-table table {
        white-space: nowrap;
    }

.goods-lists .x-required:before {
    position: static;
}


/*优惠卷*/
:root {
    --CH: 5.8rem;
}

.switch-type {
    width: 100%;
    margin: 0 auto;
    height: 2rem;
    background: #f5f9fd;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

    .switch-type a {
        display: inline-block;
        font-size: 0.9rem;
        text-align: center;
        height: 2rem;
        line-height: 2rem;
        float: left;
        color: #333;
        position: relative;
        width: 33.33%;
    }

        .switch-type a.active {
            color: #fff;
        }

        .switch-type a.wait.active {
            background-color: rgb(34, 162, 194);
        }

        .switch-type a.received.active {
            background: rgb(21, 139, 184);
        }

        .switch-type a.expire.active {
            background: rgb(138, 188, 209);
        }

#coupon-list a {
    text-decoration: none;
    color: #666;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin: .5rem 0.3rem;
    box-shadow: 0 0.12rem 0.17rem #dcdcdc;
    background: #fff;
    height: 5rem;
    border-radius: 0.4rem;
}

    #coupon-list a img {
        position: absolute;
        top: 0.8rem;
        right: 3rem;
        display: none;
        width: 1rem;
    }

    #coupon-list a.selected img {
        display: inline-block;
    }

    #coupon-list a.expire .aui-flex-title,
    #coupon-list a.expire .aui-flex-box span,
    #coupon-list a.expire .aui-flex-button {
        background-color: rgb(138, 188, 209);
    }

    #coupon-list a .aui-flex-title {
        background: rgb(21, 139, 184);
        border-radius: 0.3rem;
        color: #fff;
        height: 5rem;
        width: 5rem;
        margin-right: 0.33rem;
        text-align: center;
    }

        #coupon-list a .aui-flex-title h2 {
            font-weight: normal;
            font-size: 1.3rem;
            padding-top: 0.618rem;
        }

            #coupon-list a .aui-flex-title h2 em {
                font-size: 1.1rem;
                font-style: normal;
            }

        #coupon-list a .aui-flex-title p {
            font-size: 0.818rem;
            margin-top: 0rem;
        }

    #coupon-list a .aui-flex-box {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        font-size: 0.818rem;
        color: #333;
    }

        #coupon-list a .aui-flex-box span {
            display: inline-block;
            font-size: 0.618rem;
            color: #fff;
            background: rgb(21, 139, 184);
            border-radius: 0.3rem;
            padding: 2px 5px;
        }

        #coupon-list a .aui-flex-box h2 {
            font-size: 0.618rem;
            padding: 0.1rem 0;
            position: relative;
        }

        #coupon-list a .aui-flex-box p {
            color: #999;
            font-size: 0.618rem;
        }

    #coupon-list a .aui-flex-button {
        background-color: rgb(34, 162, 194);
        border-radius: 0.4rem;
        width: 2.5rem;
        height: 5rem;
        position: relative;
    }

        #coupon-list a .aui-flex-button div {
            font-size: 0.8rem;
            font-weight: bold;
            color: #fff;
            width: 1rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }


.c-wrapper {
    background-color: #fff;
    padding: 0.2rem;
}

.no-record-content {
    width: 100%;
    margin: 0 auto;
    height: 8rem;
    line-height: 8rem;
    font-size: 1rem;
    color: #666;
    text-align: center;
}
/*优惠卷-end*/

.item-menu ul li img {
    height: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*/我的推广*/

.promote-content {
    background-image: url('/skin/img/bg_2.jpg');
    background-size: cover;
}

.slogan {
    font-size: 0.8rem;
    padding: 1rem;
    line-height: 1.5rem;
}

    .slogan #coupon_amount {
        font-weight: bold;
        color: red;
    }

#my_invite_code {
    font-weight: bold;
    color: rgb(32,137,77);
    margin-left: 2.5%;
}

.transport-table {
    width: 100%;
}

.btn-genrate {
    width: 25%;
    color: #fff;
    line-height: 2rem;
    border-radius: 5px;
    font-size: .8rem;
    border: none;
    text-align: center;
    margin-left: 2.5%;
    background-color: rgb(32,137,77)
}

.promote-detail-title {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    font-weight: bold;
    font-size: 1rem;
    color: rgb(32,137,77);
}

    .promote-detail-title:after, .promote-detail-title:before {
        position: absolute;
        top: 50%;
        background: rgb(32,137,77);
        content: "";
        height: 0.1rem;
        width: 40%;
    }

    .promote-detail-title:before {
        left: 0;
        background: -webkit-linear-gradient(left, rgb(32,137,77), #FFF); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(left, rgb(32,137,77), #FFF); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(left, rgb(32,137,77), #FFF); /* Firefox 3.6 - 15 */
        background: linear-gradient(to left, rgb(32,137,77), #FFF); /* 标准的语法（必须放在最后） */
    }

    .promote-detail-title:after {
        right: 0;
        background: -webkit-linear-gradient(right, rgb(32,137,77), #FFF); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, rgb(32,137,77), #FFF); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, rgb(32,137,77), #FFF); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, rgb(32,137,77), #FFF); /* 标准的语法（必须放在最后） */
    }

.table-title td {
    width: 50%;
}

.table-title label {
    font-size: 0.8rem;
}

.list-conent {
    overflow-y: auto;
}

    .list-conent #promote-detail {
        margin-bottom: 0;
        width: 100%;
    }


        .list-conent #promote-detail td {
            width: 50%;
        }

#img-div {
    height: 90%;
    padding-top: 0;
}

    #img-div .qr-code-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
    }

    #img-div .my-promote-pan {
        padding-top: 40%;
        text-align: center;
    }

        #img-div .my-promote-pan .qr-code-border {
            width: 13rem;
            height: 13rem;
            margin: auto;
            border: 0.5rem solid rgb(164,202,182);
        }

            #img-div .my-promote-pan .qr-code-border .qr-code {
                padding: 0.5rem;
                background-color: #fff;
                height: 100%;
                width: 100%;
            }

                #img-div .my-promote-pan .qr-code-border .qr-code canvas {
                    width: 11rem;
                    height: 11rem;
                }

        #img-div .my-promote-pan p {
            padding-top: 2rem;
            font-size: 1rem;
            font-weight: bold;
        }

        #img-div .my-promote-pan span {
            line-height: 4rem;
            font-size: 1rem;
            font-weight: bold;
        }

#img-canvas {
    height: 90%;
    width: 100%;
    padding-top: 0;
}

    #img-canvas img {
        width: 100%;
    }

.pop-up-bottom {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}

    .pop-up-bottom .pop-up-bottom-bg {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #1a1a1a;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        z-index: 10052;
        transition: all 1s;
    }

    .pop-up-bottom .pop-up-bottom-body {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10053;
        padding-top: 20px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .pop-up-bottom .pop-up-bottom-body .pack-up {
            text-align: center;
            padding: 0.3rem;
            margin-top: -3rem;
        }

            .pop-up-bottom .pop-up-bottom-body .pack-up i {
                padding: 0.2rem 0.3rem;
                background-color: #948d8d;
                border-radius: 0.3rem;
                color: #fff;
                font-size: 0.618rem;
            }

        .pop-up-bottom .pop-up-bottom-body .pop-up-bottom-body-content {
            overflow-y: auto;
            height: 90%;
        }

            .pop-up-bottom .pop-up-bottom-body .pop-up-bottom-body-content ul {
                width: 100%;
                margin: 0 auto;
                display: inline-block;
                overflow-y: scroll;
            }

                .pop-up-bottom .pop-up-bottom-body .pop-up-bottom-body-content ul li {
                    width: 98%;
                    margin: 0.8rem auto;
                    text-align: left;
                    font-size: 0.9rem;
                    padding: 0.5rem;
                    border: 0.2rem solid var(--main-color);
                    border-radius: 0.5rem;
                }

                    .pop-up-bottom .pop-up-bottom-body .pop-up-bottom-body-content ul li span {
                        line-height: 2rem;
                        text-align: center;
                    }

                    .pop-up-bottom .pop-up-bottom-body .pop-up-bottom-body-content ul li i {
                        font-size: 1rem;
                    }

                    .pop-up-bottom .pop-up-bottom-body .pop-up-bottom-body-content ul li.active i {
                        color: #f60;
                    }

                        .pop-up-bottom
                        .pop-up-bottom-body
                        .pop-up-bottom-body-content
                        ul
                        li.active
                        i:before {
                            content: "\e62d";
                        }

    .pop-up-bottom .pop-up-bottom-footer {
        width: 100%;
        z-index: 10054;
        bottom: 0.6rem;
    }

        .pop-up-bottom .pop-up-bottom-footer input[type="button"] {
            width: 44%;
            line-height: 2.5rem;
            border-radius: 5px;
            font-size: 1rem;
            border: none;
            text-align: center;
            margin-left: 4%;
        }

        .pop-up-bottom .pop-up-bottom-footer .cancel {
            background-color: #ededed;
            color: #000;
        }

        .pop-up-bottom .pop-up-bottom-footer .sure {
            color: #fff;
            background-color: rgb(26, 59, 50);
        }

/*我的推广-end*/

span.pay {
    float: right;
    background-color: #ff8a4a;
    color: #Fff !important;
    border-radius: 3px;
    padding: 0px 5px;
    white-space: nowrap;
}

