﻿@charset "utf-8";

body {
    font: 14px/21px verdana,Geneva,sans-serif;
    background: #fff;
    color: #333;
}

a {
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #459fed;
    }

ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

@font-face {
    font-family: Verdana, Geneva, sans-serif;
    src: url(../font/verdana.ttf) format("pentype");
    font-weight: normal;
}
/********************************index**********************************************/
.header {
    padding-top: 10px;
}

    .header .logo {
        padding-top: 20px;
        width: 100%;
        display: inline-block;
    }

        .header .logo img {
            max-width: 100%;
        }

        .header .logo .icon {
            font-size: 26px;
            float: right;
            text-align: right;
        }

    .header .right {
        text-align: right;
    }

    .header .socialmedia {
        display: inline-block;
    }

        .header .socialmedia li {
            display: inline-block;
            padding-right: 3px;
        }

#navbar {
    padding-top: 10px;
    padding-bottom: 15px;
}

    #navbar ul li.active a {
        font-weight: bold;
        color: #459fed;
        border-bottom: #459fed 2px solid;
    }

    #navbar ul li a {
        font-size: 16px;
        padding: 15px 5px 15px 1px;
        margin: 0 30px;
    }

        #navbar ul li a:hover {
            background: none;
            border-bottom: #459fed 2px solid;
        }

.banner {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .banner img {
        margin: 0 auto;
        max-width: 100%;
    }

    .banner .carousel-indicators {
        bottom: 0;
        margin-bottom: 0;
    }

        .banner .carousel-indicators li {
            width: 18px;
            height: 18px;
            overflow: hidden;
            background: #fff !important;
            opacity: 0.5;
            border: 2px solid #666 !important;
        }

        .banner .carousel-indicators .active {
            opacity: 1;
        }

    .banner .caption {
        float: right;
        padding-right: 346px;
    }

    .banner .notice {
        position: absolute;
        top: 10%;
        border: 5px solid rgba(41,126,210,0.3);
        background-color: rgba(255,255,255,0.8);
        width: 346px;
        padding: 15px;
        min-height: 200px;
    }

        .banner .notice p {
            color: #ff2400;
            margin-bottom: 3px;
        }

    .banner .package {
        background-color: #3e4347;
        color: #fff;
        text-align: center;
    }

        .banner .package .left {
            background: url(../images/pakslide.png) no-repeat 100%;
            padding: 35px 0;
        }

            .banner .package .left img {
                vertical-align: top;
                padding-right: 10px;
            }

            .banner .package .left span {
                font-size: 26px;
            }

        .banner .package .right {
            padding: 29px 0;
        }

            .banner .package .right input {
                color: #a2a2a2;
                height: 40px;
                width: 78%;
                font-size: 16px;
                text-indent: 10px;
                background: #fff url(../images/pakinput.png) no-repeat 99%;
                border: 1px solid #ccc;
                border-radius: 4px;
                padding-right: 40px;
            }

            .banner .package .right .btn {
                height: 40px;
                background-color: #459fed;
                color: #fff;
                font-size: 16px;
                margin-left: 10px;
                vertical-align: top;
            }


    .banner .img-link1 {
        position: absolute;
        bottom: 22.5%;
        color: #fff;
        left: 30%;
        border: 1px solid #fff;
        padding: 6px 40px;
        border-radius: 18px;
        font-size: 16px;
    }

        .banner .img-link1:hover {
            background-color: #fff;
            color: #000;
        }

    .banner .img-link2 {
        position: absolute;
        bottom: 28%;
        left: 29%;
        color: #459fed;
        border: 1px solid #459fed;
        padding: 6px 40px;
        border-radius: 18px;
        font-size: 16px;
    }

        .banner .img-link2:hover {
            background-color: #459fed;
            color: #fff;
        }

.index_content .step {
    padding: 35px 0 50px 0;
}

    .index_content .step .name {
        text-align: center;
    }

        .index_content .step .name h3 {
            margin: 0 auto;
            border-bottom: 1px solid #d2d2d2;
            width: 35%;
            padding-bottom: 13px;
        }

        .index_content .step .name .slide {
            width: 60px;
            height: 3px;
            background-color: #459fed;
            margin: 0 auto;
            margin-top: -2px;
        }

    .index_content .step .item {
        width: 100%;
        display: inline-block;
        padding: 35px 0;
    }

        .index_content .step .item .text {
            text-align: center;
            padding: 45px 25px;
        }

        .index_content .step .item h3 {
            text-transform: capitalize;
            font-weight: bold;
            font-size: 22px;
            padding: 30px 0 20px 0;
        }

        .index_content .step .item .textbg1 h3 {
            color: #70c31f;
        }

        .index_content .step .item .textbg2 h3 {
            color: #feb400;
        }

        .index_content .step .item .textbg3 h3 {
            color: #ef858c;
        }

        .index_content .step .item p {
            line-height: 28px;
        }

        .index_content .step .item .textbg1 {
            background: #f9f9f9 url(../images/icon1bg1.png) no-repeat 140% 32%;
        }

        .index_content .step .item .textbg2 {
            background: #f9f9f9 url(../images/icon2bg2.png) no-repeat 140% 32%;
        }

        .index_content .step .item .textbg3 {
            background: #f9f9f9 url(../images/icon3bg3.png) no-repeat 150% 90%;
        }

    .index_content .step .item {
        position: relative;
    }

        .index_content .step .item .icon1 {
            position: absolute;
            left: 29.5%;
            top: 40%;
        }

        .index_content .step .item .icon2 {
            position: absolute;
            left: 65.5%;
            top: 40%;
        }

    .index_content .step .more {
        text-align: center;
    }

        .index_content .step .more a {
            padding: 8px 33px;
            border: 1px solid #ccc;
            border-radius: 18px;
        }

.index_content .choose {
    background-color: #f9f9f9;
    padding: 30px 0;
    overflow: hidden;
}

    .index_content .choose .title h1 {
        color: #459fed;
        margin: 0 auto;
        width: 37%;
        text-align: center;
        background: url(../images/chose.png) no-repeat 100% 50%;
        padding: 20px 0;
    }

    .index_content .choose .content {
        text-align: center;
        padding: 30px 0;
    }

        .index_content .choose .content h1 {
            color: #fff;
            border-radius: 100%;
            width: 130px;
            height: 130px;
            line-height: 110px;
            font-size: 66px;
            text-align: center;
            margin: 0 auto;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            -ms-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

            .index_content .choose .content h1:hover {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2);
            }

        .index_content .choose .content .item1 h1 {
            background-color: #f97a9b;
            border: 6px solid #f5d1db;
        }

        .index_content .choose .content .item2 h1 {
            background-color: #ffcc00;
            border: 6px solid #fdefb2;
        }

        .index_content .choose .content .item3 h1 {
            background-color: #00a0e9;
            border: 6px solid #b0def5;
        }

        .index_content .choose .content .item4 h1 {
            background-color: #90c31f;
            border: 6px solid #d6e8b4;
        }

        .index_content .choose .content p {
            font-size: 20px;
            font-weight: bold;
            padding: 22px 0 5px 0;
        }

            .index_content .choose .content p strong {
                padding-right: 5px;
                font-size: 18px;
            }

        .index_content .choose .content .item1 p {
            color: #f97a9b;
        }

        .index_content .choose .content .item2 p {
            color: #ffcc00;
        }

        .index_content .choose .content .item3 p {
            color: #00a0e9;
        }

        .index_content .choose .content .item4 p {
            color: #90c31f;
        }

        .index_content .choose .content ul li {
            line-height: 25px;
        }

            .index_content .choose .content ul li:hover {
                cursor: pointer;
                color: #459fed;
            }

.index_content .member {
    background: #f9f9f9 url(../images/memberbg.png) no-repeat top center;
    padding: 110px 0 50px 0;
}

    .index_content .member .content {
        background-color: #fff;
        padding: 20px;
        border-radius: 4px;
        width: 94%;
        margin: 0 auto;
    }

        .index_content .member .content .nav-tabs {
            border-bottom: 3px solid #ccc;
        }

            .index_content .member .content .nav-tabs > li {
                margin-bottom: 0;
            }

        .index_content .member .content .nav .name1 a {
            background-color: #57c473;
        }

        .index_content .member .content .nav .name2 a {
            background-color: #0a9de3;
        }

        .index_content .member .content .nav .name3 a {
            background-color: #f0b31c;
        }

        .index_content .member .content .nav-tabs > li > a {
            font-size: 20px;
            border: none;
            cursor: pointer;
        }

        .index_content .member .content .nav-tabs > li.active a {
            color: #fff;
            font-weight: bold;
        }

        .index_content .member .content .tab-content table {
            width: 100%;
            color: #000;
            border: 2px solid #ddd;
        }

        .index_content .member .content .tab-content td {
            border: 2px solid #ddd;
            padding: 8px 5px;
        }

        .index_content .member .content .tab-content #item1 table {
            text-align: center;
        }

        .index_content .member .content .tab-content #item1 thead tr {
            background-color: #aeaaaa;
            color: #fff;
            text-align: center;
        }

        .index_content .member .content .tab-content thead td {
            font-weight: bold;
        }

        .index_content .member .content .tab-content tbody tr:nth-child(2n) {
            background: #f2f2f2;
        }

        .index_content .member .content .tab-content .bold {
            font-weight: bold;
        }

        .index_content .member .content .tab-content .transport-name {
            color: #6f6f6f;
            font-size: 18px;
            font-weight: bold;
            padding: 25px 0 15px;
        }

            .index_content .member .content .tab-content .transport-name img {
                padding-right: 5px;
                vertical-align: bottom;
            }

        .index_content .member .content .tab-content .member-discount {
            margin-top: 30px;
        }

            .index_content .member .content .tab-content .member-discount thead tr {
                background-color: #bfbfbf;
                color: #000;
                text-align: center;
            }

        .index_content .member .content .tab-content p {
            padding-top: 10px;
        }




.footer {
    background-color: #3e4347;
    padding: 40px 0 20px 0;
    color: #fff;
    z-index: 10;
    position: relative;
}

    .footer .col-md-4 {
        text-align: center;
    }

    .footer .title {
        background: url(../images/footslide.png) no-repeat 50% 100%;
        padding-bottom: 30px;
    }

        .footer .title img {
            height: 27px;
        }

    .footer .content h4 {
        padding-top: 15px;
    }

    .footer .content p {
        padding-top: 5px;
        margin: 0;
    }

    .footer .content p, .footer .content span {
        color: #abacae;
    }

    .footer .content ul li {
        float: left;
    }

    .footer .content .footnav {
        padding-top: 3px;
    }

        .footer .content .footnav li {
            width: 50%;
            line-height: 25px;
        }

            .footer .content .footnav li a {
                color: #abacae;
            }

                .footer .content .footnav li a:hover {
                    color: #459fed;
                }

    .footer .content .partner {
        padding-top: 10px;
    }

        .footer .content .partner li {
            line-height: 25px;
            padding-right: 5px;
            padding-bottom: 5px;
        }

            .footer .content .partner li img {
                width: 72px;
                height: 30px;
            }

    .footer .copyright {
        color: #6f7277;
        font-size: 12px;
        padding-top: 15px;
        text-align: center;
        width: 100%;
        float: left;
    }


/***************login**********************/
.breadcrumb {
    background-color: #f5f5f5;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0;
}

    .breadcrumb a {
        padding: 0 7px;
    }

    .breadcrumb table a {
        padding: 0;
    }

.login_content {
    background-color: #f4f4f4;
    padding-top: 50px;
}

    .login_content .login {
        background-color: #fff;
        padding: 50px 30px;
        width: 100%;
        display: inline-block;
    }

        .login_content .login img {
            max-width: 100%;
        }

        .login_content .login .title {
            border-bottom: 1px solid #bde6fa;
            width: 100%;
            display: inline-block;
            padding-bottom: 10px;
        }

            .login_content .login .title h4 {
                color: #459fed;
                float: left;
                margin: 0;
            }

            .login_content .login .title span {
                float: right;
            }

        .login_content .login span, .login_content .login p {
            color: #929294;
        }

        .login_content .login a {
            color: #459fed;
        }

        .login_content .login form .input-group input {
            border: 1px solid #fff;
            border-bottom: 1px solid #ccc;
            width: 100%;
            text-indent: 35px;
            line-height: 40px;
            margin-top: 10px;
            height: 40px;
        }

            .login_content .login form .input-group input:focus {
                border: 1px solid #019fe8;
                box-shadow: 0 0 2px #019fe8;
            }

        .login_content .login form .account {
            background: url(../images/account.png) no-repeat 5% 60%;
        }

        .login_content .login form .password {
            background: url(../images/password.png) no-repeat 5% 60%;
        }

        .login_content .login form .account:focus {
            background: url(../images/accountf.png) no-repeat 5% 60%;
        }

        .login_content .login form .password:focus {
            background: url(../images/passwordf.png) no-repeat 5% 60%;
        }

        .login_content .login form .checkbox-group {
            padding: 20px 0 15px;
        }

            .login_content .login form .checkbox-group span {
                padding-left: 5px;
            }

                .login_content .login form .checkbox-group span a {
                    padding-left: 15px;
                }

        .login_content .login form .btn_button .btn {
            background-color: #459fed;
            width: 100%;
            border-radius: 0;
            color: #fff;
            line-height: 33px;
            font-size: 18px;
        }

        .login_content .login .text {
            text-align: center;
            margin-top: -13px;
            margin-bottom: 10px;
        }

            .login_content .login .text p {
                text-align: center;
                padding: 0 5px;
                background-color: #fff;
                display: inline;
            }

        .login_content .login .botomslide {
            border-top: 1px solid #ccc;
            margin-top: 25px;
        }

    .login_content .bottom {
        width: 100%;
        height: 50px;
        margin-top: -5px;
        background: -moz-linear-gradient(left,#e6e6e6,#f4f4f4);
        background: -webkit-linear-gradient(left,#e6e6e6,#f4f4f4);
        background: -o-linear-gradient(left,#e6e6e6,#f4f4f4);
    }

    .login_content .left {
        position: absolute;
        width: 65px;
        height: 40px;
        background: #f4f4f4;
        z-index: 0;
        transform: rotate(55deg);
        transform-origin: 50% 50% 0px;
        margin-top: -35px;
        margin-left: -33px;
    }


    /***************register**********************/
    .login_content .register {
        background-color: #fff;
        padding: 15px;
        width: 100%;
        display: inline-block;
    }

        .login_content .register h3 {
            color: #459fed;
            margin-top: 10px;
        }

        .login_content .register form label {
            display: inline-block;
            font-size: 14px;
            font-weight: normal;
            color: #888;
            vertical-align: middle;
            width: 100px;
        }

        .login_content .register form .input-group,
        .login_content .register form .checkbox-group,
        .login_content .register form .btn_button {
            padding-top: 25px;
        }

            .login_content .register form .input-group input,
            .login_content .register form .input-group select {
                border: 1px solid #ddd;
                color: #333;
                padding: 0 10px;
                height: 36px;
                line-height: 36px;
                vertical-align: middle;
                width: 270px;
                font-size: 14px;
            }

        .login_content .register form .getrandomcode {
            font-size: 12px;
            color: #459fed;
        }

        .login_content .register form .getphonecode {
            border: 1px solid #ddd;
            padding: 0 10px;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            vertical-align: middle;
            text-align: center;
            width: 134px;
            display: inline-block;
        }

        .login_content .register form .checkbox-group {
            font-size: 12px;
        }

            .login_content .register form .checkbox-group a {
                color: #459fed;
            }

        .login_content .register form .btn_button {
            margin-bottom: 25px;
        }

            .login_content .register form .btn_button .btn {
                border: 1px solid #459fed;
                background-color: #459fed;
                font-size: 18px;
                border-radius: 0;
                color: #fff;
                height: 36px;
                width: 270px;
            }

        .login_content .register form label span {
            color: #ff0000;
            margin-left: 5px;
        }

        .login_content .register .right h6 {
            font-size: 16px;
            text-align: center;
            padding-top: 200px;
        }

            .login_content .register .right h6 a {
                color: #459fed;
            }


/***************member_center**********************/
.member_content {
    /*background-color: #f4f4f4;*/
    padding-top: 10px;
}

    .member_content .left {
        padding-left: 0;
        padding-right: 0;
    }

        .member_content .left .baseinfo {
            padding-top: 25px;
            background-color: #459fed;
            color: #fff;
            width: 100%;
            float: left;
        }

            .member_content .left .baseinfo .col-md-5 {
                padding-right: 6px;
            }

            .member_content .left .baseinfo .user_img {
                width: 80px;
                height: 80px;
                border-radius: 100%;
                background-color: #fff;
            }

                .member_content .left .baseinfo .user_img img {
                    max-width: 100%;
                }

            .member_content .left .baseinfo .edit {
                padding: 8px 0;
                text-align: center;
            }

                .member_content .left .baseinfo .edit a {
                    font-size: 12px;
                }

            .member_content .left .baseinfo .col-md-7 {
                padding-left: 6px;
            }

            .member_content .left .baseinfo a {
                color: #fff;
            }

                .member_content .left .baseinfo a:hover {
                    text-decoration: underline;
                }

            .member_content .left .baseinfo .username {
                padding-top: 15px;
                text-align: center;
            }

                .member_content .left .baseinfo .username p {
                    height: 20px;
                    overflow: hidden;
                    word-break: break-all;
                }

                    .member_content .left .baseinfo .username p span {
                        color: #f6ed3e;
                    }

        .member_content .left .account {
            padding: 10px 0 13px;
            background-color: #fff;
            text-align: center;
            width: 100%;
            float: left;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
        }

            .member_content .left .account h4 {
                font-size: 14px;
            }

            .member_content .left .account p {
                display: inline;
            }

                .member_content .left .account p span {
                    color: #ff6f00;
                }

            .member_content .left .account a {
                color: #459fed;
                padding-left: 15px;
            }

        .member_content .left .usermenu {
            border: 1px solid #eee;
            border-top: none;
            width: 100%;
            float: left;
        }

            .member_content .left .usermenu li {
                border-top: 1px solid #e5e5e5;
                padding-left: 30px;
                background-color: #fff;
            }

            .member_content .left .usermenu .menu {
                background: #fff url(../images/menu.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu1 {
                background: #fff url(../images/menu1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu2 {
                background: #fff url(../images/menu2.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu3 {
                background: #fff url(../images/menu3.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu4 {
                background: #fff url(../images/menu4.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu5 {
                background: #fff url(../images/menu5.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu6 {
                background: #fff url(../images/menu6.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu7 {
                background: #fff url(../images/menu1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu8 {
                background: #fff url(../images/menu8.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu9 {
                background: #fff url(../images/menu9.png) no-repeat 15% 50%;
            }
            .member_content .left .usermenu .menu10 {
                background: #fff url(../images/menu10.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu.active {
                background: #459fed url(../images/menu-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu1.active {
                background: #459fed url(../images/menu1-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu2.active {
                background: #459fed url(../images/menu2-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu3.active {
                background: #459fed url(../images/menu3-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu4.active {
                background: #459fed url(../images/menu4-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu5.active {
                background: #459fed url(../images/menu5-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu6.active {
                background: #459fed url(../images/menu6-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu7.active {
                background: #459fed url(../images/menu1-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu8.active {
                background: #459fed url(../images/menu8-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .menu9.active {
                background: #459fed url(../images/menu9-1.png) no-repeat 15% 50%;
            }
             .member_content .left .usermenu .menu10.active {
                background: #459fed url(../images/menu10-1.png) no-repeat 15% 50%;
            }

            .member_content .left .usermenu .active a {
                color: #fff;
            }

            .member_content .left .usermenu li a {
                height: 60px;
                line-height: 60px;
                padding-left: 45px;
            }

            .member_content .left .usermenu li:hover {
                background-color: #ecf9ff;
            }

                .member_content .left .usermenu li:hover a {
                    color: #333;
                    text-decoration: underline;
                }

            .member_content .left .usermenu li.active:hover a {
                color: #fff;
            }

            .member_content .left .usermenu li .badge {
                padding: 2px 4px;
                margin-left: 10px;
                background-color: #ff7200;
            }

    .member_content .right {
        padding-right: 0;
    }

        .member_content .right .member_center {
            background-color: #fff;
            padding: 15px;
        }

            .member_content .right .member_center .trans-alert {
                color: #ff0000;
                background-color: #FFFCF0;
                overflow: hidden;
                border: 1px solid #FFD189;
                padding: 5px 30px 5px 10px;
                font-size: 12px;
                margin-top: 5px;
                height: 33px;
            }

                .member_content .right .member_center .trans-alert img {
                    padding-right: 5px;
                }

            .member_content .right .member_center .search-parcels {
                padding: 10px 0 15px;
                font-size: 12px;
            }

                .member_content .right .member_center .search-parcels .select {
                    width: 70%;
                    float: left;
                }

                .member_content .right .member_center .search-parcels select {
                    width: 32%;
                    border: 1px solid #ccc;
                    height: 30px;
                    margin-right: 2.5px;
                    padding-left: 5px;
                    padding-right: 15px;
                    background: url("../images/arrow.png") no-repeat 95% center;
                    appearance: none;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    font-weight: bold;
                }

                    .member_content .right .member_center .search-parcels select::-ms-expand {
                        display: none;
                    }

                    .member_content .right .member_center .search-parcels select option {
                        padding: 5px 0 5px 5px;
                    }

                .member_content .right .member_center .search-parcels .search input {
                    width: 23.7%;
                    border: 1px solid #459fed;
                    height: 30px;
                    text-indent: 5px;
                    font-weight: bold;
                }

#ContentPlaceHolder1_txtmergebox_id {
    height: 30px;
    font-weight: bold;
}

.member_content .right .member_center .search-parcels .search button {
    background-color: #459fed;
    border: 1px solid #459fed;
    padding: 0 8px;
    height: 30px;
    color: #fff;
    margin-left: -5px;
}

.member_content .right .member_center table {
    width: 100%;
    font-size: 12px;
    border: 1px solid #ececec;
}

    .member_content .right .member_center table tbody tr {
        border-top: 1px solid #ececec;
    }

    .member_content .right .member_center table tbody td {
        color: #6a6a6a;
        padding: 10px;
        vertical-align: middle;
    }

.member_content .right .member_center .member_detail {
    min-height: 548px;
}

    .member_content .right .member_center .member_detail .no-pakge table {
        border: none;
    }

    .member_content .right .member_center .member_detail table thead tr {
        background-color: #ededed;
        line-height: 30px;
        font-weight: bold;
    }

        .member_content .right .member_center .member_detail table thead tr td {
            padding: 5px;
        }

    .member_content .right .member_center .member_detail table tbody h3 {
        text-align: center;
        padding: 80px 0;
    }

.member_content .right .member_center table td.first {
    padding-left: 10px;
}

.member_content .right .member_center .title-box {
    margin-top: 0;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

    .member_content .right .member_center .title-box strong {
        height: 16px;
        line-height: 16px;
        padding-left: 7px;
        border-left: 6px solid #019fe8;
        font-size: 16px;
        font-weight: normal;
        color: #000;
    }

.member_content .right .member_center .parcel_detail {
    min-height: 583px;
}

    .member_content .right .member_center .parcel_detail .no-parcel {
        text-align: center;
        font-size: 22px;
        color: #999999;
        padding-top: 100px;
    }

    .member_content .right .member_center .parcel_detail table thead tr {
        background-color: #ededed;
        line-height: 30px;
    }

.member_content .right .member_center .address_detail .no-address td {
    height: 156px;
    padding-top: 40px;
    color: #9c6c18;
    font-size: 14px;
}

.member_content .right .member_center .address_detail .no-address a {
    color: #459fed;
}

    .member_content .right .member_center .address_detail .no-address a:hover {
        text-decoration: underline;
    }

.member_content .right .member_center .address_detail table thead tr {
    background-color: #ededed;
    line-height: 30px;
    font-weight: bold;
}

.member_content .right .member_center .address_detail table td {
    text-align: center;
}

.member_content .right .member_center .address_detail table tbody td span {
    color: #fff;
    width: 72px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #ffa904;
}

    .member_content .right .member_center .address_detail table tbody td span.edit-default-address a {
        color: #fff !important;
    }

.member_content .right .member_center .address_detail table tbody td .edit-default-address {
    visibility: hidden;
    cursor: pointer;
}

.member_content .right .member_center .address_detail table tbody tr:hover .edit-default-address {
    visibility: visible;
}

.member_content .right .member_center .address_detail table tbody td a {
    color: #459fed;
}

.member_content .right .member_center .address_detail table td {
    height: 40px;
}

.member_content .right .member_center .form-group {
    border-bottom: 1px dotted #e6e4e4;
    margin: 0;
    padding: 10px 0 10px 0;
}

.disyple-form-group {
    display: none;
}

.member_content .right .member_center .form-horizontal {
    font-size: 14px;
    color: #666;
}

.member_content .right .member_center .add_address .form-group .control-label {
    font-weight: normal;
    font-size: 14px;
    padding-left: 0;
    color: #666;
}

.member_content .right .member_center .form-group .red {
    color: red;
    vertical-align: middle;
    margin-right: 5px;
}

.member_content .right .member_center .add_address .form-group .input {
    border: 1px solid #d0d0d0;
    height: 34px;
    padding: 0 5px;
    width: 45%;
}

.member_content .right .member_center .add_address .form-group .select {
    border: 1px solid #d0d0d0;
    height: 34px;
    padding: 0 5px;
    min-width: 100px;
}

.member_content .right .member_center .add_address .form-group .gray {
    color: #aaa;
}

.member_content .right .member_center .form-horizontal a {
    color: #459fed;
}

.member_content .right .member_center .add_address .form-group a:hover {
    text-decoration: underline;
}

.member_content .right .member_center .img-item {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    width: 75px;
    height: 42px;
    overflow: hidden;
}

    .member_content .right .member_center .img-item input {
        position: absolute !important;
        opacity: 0;
        top: 0;
        height: 100%;
        z-index: 10;
    }

    .member_content .right .member_center .img-item img {
        border-radius: 3px;
        width: 75px;
        height: 42px;
    }

    .member_content .right .member_center .img-item input {
        cursor: pointer;
    }

.member_content .right .member_center .txt-item {
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
}

.member_content .right .member_center .add_address .form-group .btn {
    background-color: #459fed;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    padding: 7px 20px;
}

.member_content .right .member_center .edit_account {
    /*border-bottom: 1px solid #d8d8d8;*/
    color: #2a2a2a;
    width: 100%;
    display: inline-block;
    padding: 15px 0 10px 30px;
    background: #f9fdff;
    border: #fbf2e8 1px solid;
}

    .member_content .right .member_center .edit_account p {
        font-size: 12px;
        float: left;
        width: 120px;
        height: 70px;
        line-height: 35px;
        margin: 0;
    }

        .member_content .right .member_center .edit_account p span {
            font-size: 18px;
            color: #ffa904;
        }

    .member_content .right .member_center .edit_account .recharge {
        font-size: 12px;
        padding-top: 40px;
    }

.member_content .right .member_center .recharge_link {
    background-color: #ff8500;
    color: #fff;
    padding: 4px 20px 5px;
    border-radius: 2px;
}

.member_content .right .member_center .nav {
    border: none;
    margin-top: 36px;
}

.member_content .right .member_center .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    padding: 0 8px 10px;
}

    .member_content .right .member_center .nav-tabs > li > a:hover {
        background: none;
        color: #459fed;
        text-decoration: underline;
    }

.member_content .right .member_center .nav-tabs > li.active > a,
.member_content .right .member_center .nav-tabs > li.active > a:focus,
.member_content .right .member_center .nav-tabs > li.active > a:hover {
    border: none;
    background: none;
}

.member_content .right .member_center .nav-tabs > li.active > a {
    color: #459fed;
    text-decoration: underline;
}

.member_content .right .member_center .nav-tabs > li .line {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    border-left: 1px dotted #DDD;
}

.member_content .right .member_center .nav-tabs .history {
    font-size: 12px;
    padding-left: 100px;
    color: #818181;
}

.member_content .right .member_center .tab-content {
    min-height: 320px;
}

    .member_content .right .member_center .tab-content table {
        /*border: none;*/
    }

        .member_content .right .member_center .tab-content table thead tr {
            line-height: 39px;
            border-bottom: 1px solid #d8d8d8;
            color: #292929;
            background: #ededed;
            font-weight: bold;
        }

        .member_content .right .member_center .tab-content table tr:hover {
            background-color: #FAFAFA;
        }

        .member_content .right .member_center .tab-content table td {
            text-align: center;
        }

        .member_content .right .member_center .tab-content table tbody tr {
            border-top: none;
        }

        .member_content .right .member_center .tab-content table tbody td {
            border-bottom: 1px solid #ececec;
            color: #6c6c6c;
            vertical-align: top;
        }

.member_content .right .member_center .account_prompt {
    min-height: 160px;
}

    .member_content .right .member_center .account_prompt p {
        margin: 0;
        font-size: 12px;
        color: #aaa;
    }

    .member_content .right .member_center .account_prompt .color {
        color: #ffa904;
    }

.member_content .right .member_center .info_detail .edit_info .postimg {
    padding: 10px 0 10px 15px;
}

.member_content .right .member_center .info_detail .edit_info .tips {
    padding: 0 0 15px 15px;
}

.member_content .right .member_center .info_detail .edit_info .postimg img {
    margin-right: 15px;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
}

.member_content .right .member_center .info_detail .edit_info .tips p {
    margin: 0;
}

.member_content .right .member_center .info_detail .edit_info .addlink:hover {
    text-decoration: underline;
}

.member_content .right .member_center .info_detail .edit_info .form-group small {
    font-size: 12px;
    color: #0cb301;
}

.member_content .right .member_center .info_safety {
    padding-bottom: 20px;
    font-size: 12px;
    color: #888;
}

    .member_content .right .member_center .info_safety p {
        padding: 20px 0 0 20px;
        margin: 0;
    }

    .member_content .right .member_center .info_safety a {
        color: #459fed;
        padding-right: 15px;
        font-size:14px;
    }

    .member_content .right .member_center .info_safety .tips {
        display: inline-block;
        width: 390px;
    }

.member_content .right .member_center .user_info_detail {
    font-size: 12px;
    color: #888;
    padding-bottom: 30px;
}

    .member_content .right .member_center .user_info_detail ul {
        padding: 20px 0 0 20px;
    }

    .member_content .right .member_center .user_info_detail .over {
        display: inline-block;
        width: 455px;
        padding-bottom: 5px;
        font-size:14px;
    }

    .member_content .right .member_center .user_info_detail .amount {
        font-size: 16px;
        color: #ffa904;
    }

    .member_content .right .member_center .user_info_detail ul li input {
        vertical-align: top;
        margin-right: 5px;
    }

.member_content .right .house_detail {
    background-color: #fff;
    padding: 15px;
}

    .member_content .right .house_detail .nav .active a {
        color: #459fed;
    }

    .member_content .right .house_detail .nav-tabs {
        border-bottom: 3px solid #fff;
    }

        .member_content .right .house_detail .nav-tabs li {
            padding: 0;
            height: 36px;
            overflow: hidden;
        }

            .member_content .right .house_detail .nav-tabs li a {
                height: 36px;
                overflow: hidden;
            }

        .member_content .right .house_detail .nav-tabs .navli {
            width: 100%;
        }

        .member_content .right .house_detail .nav-tabs li a {
            background-color: #f5f5f5;
            padding: 8px 15px 8px 5px;
        }

        .member_content .right .house_detail .nav-tabs .active a {
            border-color: #459fed;
            border-bottom-color: transparent;
            background-color: #fff;
        }

        .member_content .right .house_detail .nav-tabs li a em {
            width: 18px;
            height: 18px;
            display: inline-block;
            background: url(../images/icon-home.png) no-repeat;
            background-size: 100%;
            top: 3px;
            position: relative;
        }

        .member_content .right .house_detail .nav-tabs .active a em {
            background: url(../images/icon-home-act.png) no-repeat;
            background-size: 100%;
        }
        .member_content .right .house_detail .nav-tabs li a:hover em{
            background: url(../images/icon-home-act.png) no-repeat;
            background-size: 100%;
        }
        .member_content .right .house_detail .nav-tabs li a img {
            margin-right: 7px;
        }

        .member_content .right .house_detail .nav-tabs li .tutorial-icon {
            margin-left: 10px;
            width: 13px;
            height: 13px;
            position: absolute;
            top: 13px;
            right: 0;
            background: url(../images/wh-icon.png) no-repeat;
        }

        .member_content .right .house_detail .nav-tabs li.active .tutorial-icon,
        .member_content .right .house_detail .nav-tabs li.bottom .tutorial-icon {
            border: none;
        }

        .member_content .right .house_detail .nav-tabs li.bottom a {
            border-bottom: 1px solid #459fed;
        }

        .member_content .right .house_detail .nav-tabs li.active a {
            border-bottom-color: transparent;
            font-weight: bold;
        }

    .member_content .right .house_detail .tab-content {
        border: 1px solid #459fed;
        padding: 30px 0;
        margin-top: -3px;
        font-size: 12px;
        color: #666;
    }

        .member_content .right .house_detail .tab-content .select {
            padding: 0 0 20px 44px;
            margin-bottom: 15px;
            border-bottom: 1px solid #ececec;
        }

            .member_content .right .house_detail .tab-content .select span {
                margin-right: 5px;
                color: #019fe8;
            }

            .member_content .right .house_detail .tab-content .select select {
                border: 1px solid #019fe8;
                color: #000;
                margin-right: 10px;
            }

            .member_content .right .house_detail .tab-content .select a {
                color: #ff0000;
            }

        .member_content .right .house_detail .tab-content table {
            margin-right: 15px;
        }

            .member_content .right .house_detail .tab-content table td {
                padding: 5px 0;
            }

            .member_content .right .house_detail .tab-content table .tab-item-a {
                width: 19%;
                text-align: right;
            }

            .member_content .right .house_detail .tab-content table .tab-item-b {
                width: 27%;
            }

            .member_content .right .house_detail .tab-content table .tab-item-c {
                width: 4%;
                text-align: center;
            }

            .member_content .right .house_detail .tab-content table .tab-item-d {
                width: 19%;
                text-align: right;
            }

            .member_content .right .house_detail .tab-content table .tab-item-e {
                width: 27%;
            }

            .member_content .right .house_detail .tab-content table .tab-item-f {
                width: 4%;
                text-align: center;
            }

            .member_content .right .house_detail .tab-content table .label-for {
                margin-right: 5px;
                font-weight: normal;
                font-size:14px;
            }

            .member_content .right .house_detail .tab-content table .input {
                border: 1px solid #d0d0d0;
                height: 34px;
                line-height: 34px;
                padding: 0 5px;
                width: 100%;
            }

            .member_content .right .house_detail .tab-content table .copy {
                display: inline-block;
                width: 15px;
                height: 16px;
                cursor: pointer;
                vertical-align: middle;
                background: url(../images/tab_copy.png) no-repeat;
            }

            .member_content .right .house_detail .tab-content table .tips-box {
                border: 1px solid #ff9c00;
                padding: 8px 8px;
                color: #ff9c00;
                font-size: 12px;
                line-height: 1.8;
            }

                .member_content .right .house_detail .tab-content table .tips-box a {
                    color: #459fed;
                }

            .member_content .right .house_detail .tab-content table .iv {
                vertical-align: middle;
            }

            .member_content .right .house_detail .tab-content table label.iv {
                margin: 0 0 0 5px;
                font-weight: normal;
            }

.member_content .right .member_center .addparcel_detail h4 {
    line-height: 50px;
    font-size: 16px;
}

.member_content .right .member_center .addparcel_detail .nav {
    margin-top: 0;
}

    .member_content .right .member_center .addparcel_detail .nav li {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .member_content .right .member_center .addparcel_detail .nav a {
        color: #999999;
        line-height: 45px;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        padding: 0 10px;
        text-decoration: none;
    }

        .member_content .right .member_center .addparcel_detail .nav a:hover {
            border: 1px solid #459fed;
            text-decoration: none;
        }

    .member_content .right .member_center .addparcel_detail .nav .active a {
        border: 1px solid #459fed;
        text-decoration: none;
    }

        .member_content .right .member_center .addparcel_detail .nav .active a:hover,
        .member_content .right .member_center .addparcel_detail .nav .active a:focus {
            border: 1px solid #459fed;
        }

    .member_content .right .member_center .addparcel_detail .nav img {
        width: 32px;
        height: 32px;
        margin-right: 5px;
    }

.member_content .right .member_center .addparcel_detail .tab-content {
    display: inline-block;
    min-height: auto;
    padding: 20px 0 10px;
}

    .member_content .right .member_center .addparcel_detail .tab-content .warehouse-item {
        float: left;
        cursor: pointer;
        border: 2px solid #eeeeee;
        border-radius: 5px;
        padding: 0 15px 15px;
        margin-right: 10px;
        position: relative;
        min-width: 100px;
    }

        .member_content .right .member_center .addparcel_detail .tab-content .warehouse-item .ui-icon-home {
            text-align: center;
            padding-top: 10px;
        }

            .member_content .right .member_center .addparcel_detail .tab-content .warehouse-item .ui-icon-home img {
                width: 35px;
                height: 32px;
            }

        .member_content .right .member_center .addparcel_detail .tab-content .warehouse-item .address-text {
            text-align: center;
            font-size: 14px;
            margin: 0;
            color: #555555;
        }

        .member_content .right .member_center .addparcel_detail .tab-content .warehouse-item .ui-icon-checked {
            position: absolute;
            bottom: 0;
            right: 0;
            margin: 0;
            background: url(../images/icon-checked.png) no-repeat;
            width: 29px;
            height: 29px;
        }

    .member_content .right .member_center .addparcel_detail .tab-content .checked {
        border-color: #459fed;
    }

        .member_content .right .member_center .addparcel_detail .tab-content .checked .ui-icon-checked {
            background: url(../images/icon-checked-1.png) no-repeat;
        }

    .member_content .right .member_center .addparcel_detail .tab-content .warehouse-item.checked .ui-icon-home {
        background: url(../images/icon-home-act.png) no-repeat center;
    }

    .member_content .right .member_center .addparcel_detail .tab-content .warehouse-item.checked .address-text {
        color: #459fed;
    }

    .member_content .right .member_center .addparcel_detail .tab-content .warehouse-item .ui-icon-home {
        background: url(../images/icon-home.png) no-repeat center;
        height: 32px;
        margin-top: 10px;
    }

.member_content .right .member_center .addparcel_detail .ui-widget {
    min-height: 217px;
}

.member_content .right .member_center #targetArea {
    height: 36px;
    line-height: 36px;
    width: 100%;
    cursor: pointer;
    padding: 0 10px;
    background: url(../images/arrow-1.png) no-repeat 98% 50%;
    border: 1px solid #dddddd;
}

.member_content .right .member_center .ui-widget-content {
    border: 1px solid #dddddd;
    margin-top: -1px;
    width: 115%;
    min-height: 130px;
    display: none;
}

    .member_content .right .member_center .ui-widget-content li {
        display: inline-block;
        line-height: 36px;
        padding: 0 10px;
    }

        .member_content .right .member_center .ui-widget-content li a:hover {
            text-decoration: underline;
        }

.member_content .right .member_center .arrow {
    display: inline-block;
    width: 60%;
}

.member_content .right .member_center .parcelprocess_detail .stepsModule {
    padding: 30px 0 0;
}

    .member_content .right .member_center .parcelprocess_detail .stepsModule .horizontal {
        width: 80%;
        margin: 0 auto;
    }

        .member_content .right .member_center .parcelprocess_detail .stepsModule .horizontal li {
            width: 220px;
            position: relative;
            float: left;
            border: 1px solid #fff;
            padding-top: 30px;
            text-align: center;
        }

            .member_content .right .member_center .parcelprocess_detail .stepsModule .horizontal li .bar {
                position: absolute;
                display: inline-block;
                height: 5px;
                border-radius: 2px;
                left: 0;
                width: 100%;
                top: 13px;
            }

            .member_content .right .member_center .parcelprocess_detail .stepsModule .horizontal li .step {
                position: absolute;
                left: 95px;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                color: #ffffff;
                top: 0;
                line-height: 30px;
                font-size: 16px;
            }

            .member_content .right .member_center .parcelprocess_detail .stepsModule .horizontal li .title {
                font-size: 15px;
                line-height: 40px;
            }

            .member_content .right .member_center .parcelprocess_detail .stepsModule .horizontal li.ellipsis-wrap {
                width: 60px;
                padding-top: 5px;
                text-align: center;
            }

            .member_content .right .member_center .parcelprocess_detail .stepsModule .horizontal li .ellipsis {
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

.member_content .right .member_center .parcelprocess_detail .stepsWrap h4 {
    font-size: 16px;
    color: #459fed;
    margin: 0;
    padding-top: 10px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 5px;
}

.member_content .right .member_center .parcelprocess_detail .stepsWrap .warehouseModule label {
    font-weight: normal;
    width: 105px;
    color: #888;
    text-align: right;
}

.member_content .right .member_center .parcelprocess_detail .stepsWrap .warehouseModule .item-wrap {
    padding: 0 0 20px;
}

.member_content .right .member_center .parcelprocess_detail .stepsWrap .warehouseModule .ui-widget-content {
    width: auto;
    min-width: 60%;
    position: absolute;
    background-color: #fff;
}

    .member_content .right .member_center .parcelprocess_detail .stepsWrap .warehouseModule .ui-widget-content #myTabs {
        margin-top: 0;
    }

        .member_content .right .member_center .parcelprocess_detail .stepsWrap .warehouseModule .ui-widget-content #myTabs a {
            padding: 0;
            height: 36px;
            line-height: 36px;
            border-bottom: 2px solid #fff;
        }

        .member_content .right .member_center .parcelprocess_detail .stepsWrap .warehouseModule .ui-widget-content #myTabs .active a {
            border-color: #459fed;
            text-decoration: none;
        }

    .member_content .right .member_center .parcelprocess_detail .stepsWrap .warehouseModule .ui-widget-content .tab-content {
        min-height: auto;
        border-top: 1px solid #ddd;
        margin-top: 1px;
    }

.member_content .right .member_center .parcelprocess_detail .stepsWrap .warehouseModule #orderCodeWrap input {
    border: 1px solid #ddd;
    width: 60%;
    line-height: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
}

.member_content .right .member_center .parcelprocess_detail .stepsWrap #goodsInfoWrap .default-inner {
    border: 3px dashed #eee;
    color: #ccc;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 16px;
}

.member_content .right .member_center .parcelprocess_detail .stepsWrap .goodsInfoModule .add-btn-wrap {
    padding: 20px 0;
    margin: 0;
}

    .member_content .right .member_center .parcelprocess_detail .stepsWrap .goodsInfoModule .add-btn-wrap .add-btn {
        cursor: pointer;
    }

    .member_content .right .member_center .parcelprocess_detail .stepsWrap .goodsInfoModule .add-btn-wrap i {
        font-size: 26px;
        vertical-align: middle;
        color: #459fed;
    }

.member_content .right .member_center .parcelprocess_detail .stepsWrap .goodsInfoModule .add-btn .text {
    color: #333;
    font-size: 16px;
}

.member_content .right .member_center .parcelprocess_detail .stepsWrap .goodsInfoModule .middle {
    vertical-align: middle;
}

.member_content .right .member_center .parcelprocess_detail .stepsWrap .goodsInfoModule label {
    font-weight: normal;
    color: #666;
}

    .member_content .right .member_center .parcelprocess_detail .stepsWrap .goodsInfoModule label a {
        color: #459fed;
    }

.member_content .right .member_center .parcelprocess_detail .stepsWrap .step-btn-wrap {
    text-align: center;
    padding: 50px 0;
}

    .member_content .right .member_center .parcelprocess_detail .stepsWrap .step-btn-wrap .buttn {
        background-color: #019fe8;
        color: #fff;
        border-radius: 2px;
        display: inline-block;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        padding: 0 33px;
        cursor: pointer;
    }

        .member_content .right .member_center .parcelprocess_detail .stepsWrap .step-btn-wrap .buttn.back {
            background-color: #eee;
            color: #ccc;
        }

#goodsInfoWrap ul {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px 0 20px;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}

    #goodsInfoWrap ul li {
        float: left;
        padding: 16px 0 0 20px;
        width: 50%;
    }

#goodsInfoWrap .action {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 0;
    width: 46px;
}

    #goodsInfoWrap .action .copy {
        display: inline-block;
        width: 15px;
        height: 16px;
        cursor: pointer;
        vertical-align: middle;
        background: url(../images/tab_copy.png) no-repeat;
    }

    #goodsInfoWrap .action i {
        color: #FC6117;
        padding-left: 3px;
        font-size: 16px;
        cursor: pointer;
    }

#goodsInfoWrap ul li label {
    width: 90px;
    text-align: right;
}

#goodsInfoWrap ul li input {
    border: 1px solid #dddddd;
    padding: 0 5px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    width: 57%;
    vertical-align: middle;
}

.ui-spinner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 30px 5px 5px;
}

#goodsInfoWrap ul li span {
    font-size: 12px;
}

#goodsInfoWrap ul li .ui-spinner input {
    height: 25px;
    line-height: 25px;
    border: 0;
    padding: 0;
    width: 80%;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner-button {
    position: absolute;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    right: 0;
    cursor: default;
    text-decoration: none;
    padding: 0 5px;
}

.ui-button {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    color: #333;
    cursor: pointer;
}

    .ui-button:hover {
        background-color: #eee;
    }

.transport table thead tr {
    background-color: #e6e6e6;
    color: #4f4f4f;
}

.member_content .right .member_center .transport table tbody td.bold {
    text-align: left;
    font-weight: bold;
    padding-left: 15px;
    font-size: 14px;
}

.transport table td {
    padding: 10px;
    text-align: center;
}

    .transport table td a {
        color: #459fed;
    }

        .transport table td a:hover {
            text-decoration: underline;
        }

.increase .nav li {
    text-align: center;
    cursor: pointer;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .increase .nav li.active {
        border-color: #459fed;
    }

    .increase .nav li.current {
        border-color: #459fed;
    }

.member_content .right .member_center .increase .nav-tabs > li.active > a {
    color: #666;
    text-decoration: none;
}

.member_content .right .member_center .increase .nav-tabs > li > a {
    font-size: 14px;
    color: #666;
    padding: 6px 15px;
    background: none;
}

.increase .nav li a small {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.member_content .right .member_center .increase .tab-content {
    min-height: auto;
}

.increase .tab-content .tip {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fb8c00;
    border-radius: 5px;
    color: #fb8c00;
}

    .increase .tab-content .tip i {
        font-size: 22px;
        vertical-align: middle;
    }

    .increase .tab-content .tip a {
        color: #459fed;
    }

.increase .nav li p {
    position: absolute;
    bottom: 0;
    right: -2px;
    margin: 0;
    display: none;
    background: url(../images/icon-checked-1.png) no-repeat;
    width: 29px;
    height: 29px;
}

.increase .nav li.active p {
    display: block;
}

.increase .nav li.current p {
    display: block;
}

.chooseaddress table thead tr {
    background-color: #e6e6e6;
    color: #4f4f4f;
}

.chooseaddress table td {
    padding: 10px;
    text-align: left;
}

    .chooseaddress table td a {
        color: #459fed;
    }

        .chooseaddress table td a:hover {
            text-decoration: underline;
        }

.portAddressModule {
    padding-top: 6px;
    width: 100%;
    float: left;
}

    .portAddressModule .left {
        min-height: 225px;
        padding: 10px;
        border: 1px solid #e4e4e4;
    }

.member_content .right .member_center .portAddressModule .left table {
    border: none;
}

    .member_content .right .member_center .portAddressModule .left table tbody tr {
        border: 1px solid #ececec;
    }

.portAddressModule .left thead tr {
    border-bottom: 1px solid #ececec;
}

.portAddressModule .left thead td {
    color: #459fed;
    text-align: center;
}

.portAddressModule .left td i {
    font-size: 16px;
}

    .portAddressModule .left td i.icon-edit {
        color: #459fed;
    }

    .portAddressModule .left td i.icon-remove-circle {
        color: #ff0000;
    }

.portAddressModule .left td .default {
    color: #f29702;
}

.member_content .right .member_center .portAddressModule .left table tbody .no-note {
    text-align: right;
    border: none;
}

.portAddressModule .right {
    min-height: 225px;
    padding: 10px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
}

    .portAddressModule .right h6 {
        color: #459fed;
        padding-bottom: 10px;
        margin: 0;
    }

    .portAddressModule .right .item {
        padding: 3px 0;
    }

    .portAddressModule .right .label {
        color: #888;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        width: 80px;
        text-align: left;
        font-weight: 100;
        padding: 0;
    }

    .portAddressModule .right .text {
        border: 1px solid #ddd;
        height: 30px;
        line-height: 30px;
        width: 45%;
        padding: 0 5px;
    }

    .portAddressModule .right select {
        border: 1px solid #ddd;
        height: 30px;
        color: #888;
        line-height: 30px;
        padding-right: 15px;
        background: url("../images/arrow.png") no-repeat 95% center;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .portAddressModule .right select option {
            padding: 5px 0 5px 5px;
        }

.portPerson-submit, .portPerson-cancel {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    background-color: #459fed;
    color: #fff;
    cursor: pointer;
}

.parcelProsessIsQuickTurn {
    width: 100%;
    float: left;
}

    .parcelProsessIsQuickTurn p {
        font-size: 12px;
        color: #888;
        margin: 5px 0;
    }

    .parcelProsessIsQuickTurn label {
        vertical-align: middle;
        font-size: 15px;
        color: #333;
        font-weight: 100;
    }

.parcelProsessUserRemark input {
    width: 75%;
    margin-top: 3px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
}

.success-info {
    text-align: center;
    padding: 45px;
}

    .success-info h1 {
        font-size: 34px;
    }

        .success-info h1 i {
            font-size: 40px;
            color: #8dc519;
        }

    .success-info p {
        color: #888;
        font-size: 13px;
    }

.stepsWrap .steps-4 {
    min-height: 480px;
}

.carousel-detail .modal-content {
    min-height: 500px;
}

.custom_modal {
    width: 100%;
    height: 500px;
    overflow: auto;
}

    .custom_modal .close-btn {
        position: absolute;
        top: 0px;
        height: 15px;
        width: 15px;
        right: 15px;
        z-index: 999;
        cursor: pointer;
        font-size: 18px;
    }

    .custom_modal .custom_modal_text {
        width: 100%;
        padding: 0 0 20px 0;
        font-size: 12px;
    }

        .custom_modal .custom_modal_text h3 {
            height: 48px;
            line-height: 48px;
            font-size: 18px;
            margin: 0;
        }

        .custom_modal .custom_modal_text .search {
            text-align: center;
            margin: 10px 0;
        }

            .custom_modal .custom_modal_text .search input {
                width: 30%;
                height: 33px;
                border: 1px solid #459fed;
                font-size: 12px;
                padding: 0 5px;
                vertical-align: middle;
            }

            .custom_modal .custom_modal_text .search button {
                color: #fff;
                background-color: #459fed;
                height: 33px;
                border: 1px solid #459fed;
                padding: 0 13px;
                margin-left: -6px;
                vertical-align: middle;
                font-size: 20px;
            }

        .custom_modal .custom_modal_text .nav {
            background-color: #459fed;
            padding: 10px 0 5px 5px;
            height: 530px;
            border: none;
        }

            .custom_modal .custom_modal_text .nav li {
                width: 100%;
            }

                .custom_modal .custom_modal_text .nav li.active a {
                    background: #fff;
                    color: #333;
                    border: none;
                    border-radius: 0;
                }

                .custom_modal .custom_modal_text .nav li a {
                    border: none;
                    color: #fff;
                    margin-right: 0;
                    padding: 5px 10px;
                }

                    .custom_modal .custom_modal_text .nav li a:hover, .custom_modal .custom_modal_text .nav li a:focus {
                        border: none;
                        background: none;
                    }

                .custom_modal .custom_modal_text .nav li.active a:hover, .custom_modal .custom_modal_text .nav li.active a:focus {
                    background: #fff;
                    color: #333;
                    border: none;
                }

                .custom_modal .custom_modal_text .nav li span {
                    position: absolute;
                    right: 5px;
                    top: 50%;
                    margin-top: -5px;
                    border-width: 5px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #007bb2;
                }

                .custom_modal .custom_modal_text .nav li.active span {
                    border-color: transparent transparent transparent #fff;
                }

        .custom_modal .custom_modal_text .tab-content {
            border: 3px solid #459fed;
            border-left: none;
            height: 530px;
            padding: 15px;
        }

            .custom_modal .custom_modal_text .tab-content .caption {
                padding: 10px 0;
                width: 100%;
                float: left;
                border-bottom: 1px solid #ededed;
            }

                .custom_modal .custom_modal_text .tab-content .caption .left {
                    padding-left: 0;
                }

                    .custom_modal .custom_modal_text .tab-content .caption .left span {
                        position: absolute;
                        right: 5px;
                        border-width: 5px;
                        border-style: dashed dashed dashed solid;
                        border-color: transparent transparent transparent #aaaaaa;
                        top: 5px;
                        margin-top: 0;
                    }

                .custom_modal .custom_modal_text .tab-content .caption .right li {
                    padding: 0 10px;
                    border-left: 1px solid #aaa;
                    float: left;
                    line-height: 12px;
                    margin: 4px 0 14px;
                }

                    .custom_modal .custom_modal_text .tab-content .caption .right li a {
                        color: #888;
                    }

                        .custom_modal .custom_modal_text .tab-content .caption .right li a:hover {
                            color: #459fed;
                            text-decoration: underline;
                        }





/***************embargo_content**********************/
.embargo_content {
    background-color: #F8F8F8;
}

    .embargo_content .content-top {
        height: 118px;
        background: url(../images/embargo-top.gif) repeat-x 0 0;
    }

    .embargo_content .content-body {
        position: relative;
        margin-top: -118px;
        margin-bottom: -50px;
        width: 100%;
        float: left;
    }

        .embargo_content .content-body .wrap {
            background: url(../images/top_bg.png) no-repeat center 0;
        }

            .embargo_content .content-body .wrap h1 {
                line-height: 40px;
                font-size: 26px;
                margin: 0;
                color: #FFF;
                padding-top: 28px;
            }

        .embargo_content .content-body .content-main {
            padding: 30px 25px 40px;
            background-color: #33bfdb;
            color: #fff;
            line-height: 1.8;
        }

            .embargo_content .content-body .content-main h2 {
                text-align: center;
                margin-bottom: 20px;
            }

            .embargo_content .content-body .content-main p {
                margin: 0;
                line-height: 35px;
                font-size: 16px;
            }

    .embargo_content .content-bottom {
        height: 82px;
        background: url(../images/embargo-bottom.gif) repeat-x 0 0;
    }


    .embargo_content .content-caption {
        padding: 50px 0;
        color: #1f4561;
        background: -moz-linear-gradient(right,#cadedd, #eedbd4);
        background: -webkit-linear-gradient(right,#cadedd, #eedbd4);
        background: -o-linear-gradient(right,#cadedd, #eedbd4);
        background: linear-gradient(to right, #cadedd, #eedbd4);
    }

        .embargo_content .content-caption h2 {
            border-left: 8px solid #1f4561;
            padding-left: 10px;
            margin-left: 27px;
            margin-bottom: 30px;
        }

        .embargo_content .content-caption .item {
            background-color: #c3d9da;
            padding: 5px;
            margin-bottom: 30px;
        }

            .embargo_content .content-caption .item .cont {
                background-color: #fff;
                border-radius: 8px;
                text-align: center;
                padding: 15px;
                min-height: 385px;
            }

                .embargo_content .content-caption .item .cont h3 {
                    margin-bottom: 20px;
                }

                .embargo_content .content-caption .item .cont p {
                    padding: 15px 30px 30px;
                    font-size: 16px;
                    line-height: 30px;
                }

.table {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 8px;
    padding: 15px;
}

    .table table, .table td {
        border: 1px solid #dbdbdb;
    }

        .table table td {
            text-align: center;
            font-size: 13px;
        }

    .table p {
        padding-top: 15px;
    }

/***************haitaobaodian**********************/
.baodian_content {
    padding: 30px 0;
}

    .baodian_content .left {
        background-color: #F4F4F4;
        color: #949494;
    }

        .baodian_content .left h2 {
            font-size: 14px;
            margin: 0;
            line-height: 36px;
            /* border-left: 7px solid #459fed; */
            padding-left: 20px;
            background: #459fed;
            color: #fff;
        }

        .baodian_content .left ul {
            border: none;
            padding-bottom: 20px;
        }

            .baodian_content .left ul li {
                width: 100%;
            }

                .baodian_content .left ul li.active a {
                    background: none;
                    border: none;
                    color: #459fed;
                }

                .baodian_content .left ul li a {
                    background: none;
                    border: none;
                    color: #949494;
                    padding: 6px 15px 6px 50px;
                    margin-bottom: 5px;
                }

                    .baodian_content .left ul li a:hover {
                        background-color: #F8F8F8;
                        color: #459fed;
                        border: none;
                    }

    .baodian_content .right {
        background-color: #F4F4F4;
    }

        .baodian_content .right .tab-content {
            padding: 20px;
        }

            .baodian_content .right .tab-content .dl1,
            .baodian_content .right .tab-content .dl2 {
                color: #666;
                position: relative;
                border-bottom: 1px solid #ddd;
                padding-bottom: 20px;
                margin-bottom: 30px;
            }

                .baodian_content .right .tab-content .dl1:last-child,
                .baodian_content .right .tab-content .dl2:last-child {
                    border: none;
                    margin-bottom: 0;
                }

            .baodian_content .right .tab-content img {
                max-width: 100%;
            }

            .baodian_content .right .tab-content .dl1 h3 span {
                font-size: 20px;
                color: #459fed;
                font-family: 微软雅黑;
                margin-left: 10px;
                font-weight: bolder;
            }

            .baodian_content .right .tab-content .dl1 p {
                padding-left: 35px;
                margin: 0;
            }

            .baodian_content .right .tab-content .dl1 .img1 {
                position: absolute;
                left: 15%;
                bottom: 20%;
            }

            .baodian_content .right .tab-content .dl1 .img2 {
                padding: 10px 0px 10px 35px;
            }

            .baodian_content .right .tab-content .dl2 {
                margin-top: 20px;
            }

                .baodian_content .right .tab-content .dl2 .radius {
                    float: left;
                    padding-top: 5px;
                }

                .baodian_content .right .tab-content .dl2 p {
                    padding-left: 12px;
                    display: inline-block;
                    width: 95%;
                    color: #459fed;
                }

                .baodian_content .right .tab-content .dl2 .img2 {
                    padding-left: 35px;
                }

            .baodian_content .right .tab-content .descript {
                padding: 30px 0 10px;
                font-family: 微软雅黑;
            }

                .baodian_content .right .tab-content .descript h3 {
                    font-size: 18px;
                    font-weight: bold;
                }

                .baodian_content .right .tab-content .descript p {
                    font-size: 16px;
                    line-height: 27px;
                }

                .baodian_content .right .tab-content .descript span {
                    color: #da3730;
                }

                .baodian_content .right .tab-content .descript h4 {
                    font-size: 16px;
                    font-weight: bold;
                }

                .baodian_content .right .tab-content .descript .pad-bottom {
                    padding-bottom: 20px;
                }

                .baodian_content .right .tab-content .descript .pad-left {
                    padding-left: 80px;
                }

            .baodian_content .right .tab-content .top {
                position: relative;
            }

                .baodian_content .right .tab-content .top .coords a {
                    position: absolute;
                    bottom: 23%;
                }

                    .baodian_content .right .tab-content .top .coords a.link1 {
                        left: 9%;
                        width: 40px;
                        height: 60px;
                    }

                    .baodian_content .right .tab-content .top .coords a.link2 {
                        left: 22%;
                        width: 40px;
                        height: 60px;
                    }

                    .baodian_content .right .tab-content .top .coords a.link3 {
                        left: 35%;
                        width: 55px;
                        height: 60px;
                    }


/***************edit_paypassword_content**********************/
.edit_paypassword_content {
    background-color: #f5f4f4;
    padding: 50px 0;
}

    .edit_paypassword_content .content {
        background-color: #fff;
        padding: 0 25px;
        border: 1px solid #ececec;
    }

        .edit_paypassword_content .content h3 {
            font-size: 24px;
            color: #00a0e9;
            height: 74px;
            line-height: 74px;
            margin: 0;
        }

        .edit_paypassword_content .content ul.step-wrap {
            margin: 0 auto;
            width: 84%;
        }

            .edit_paypassword_content .content ul.step-wrap li {
                position: relative;
                width: 33%;
                float: left;
                border: 1px solid #ffffff;
                padding-top: 30px;
                text-align: center;
            }

                .edit_paypassword_content .content ul.step-wrap li.green .number,
                .edit_paypassword_content .content ul.step-wrap li.green .bar {
                    background-color: #90c31f;
                }

                .edit_paypassword_content .content ul.step-wrap li.gray .number,
                .edit_paypassword_content .content ul.step-wrap li.gray .bar {
                    background-color: #d3d3d3;
                }

                .edit_paypassword_content .content ul.step-wrap li.step1 .bar {
                    width: 50%;
                    left: 125px;
                }

                .edit_paypassword_content .content ul.step-wrap li.step3 .bar {
                    width: 50%;
                }

                .edit_paypassword_content .content ul.step-wrap li .bar {
                    display: inline-block;
                    height: 4px;
                    line-height: 0;
                    font-size: 0;
                    overflow: hidden;
                    width: 100%;
                    top: 13px;
                    left: 0;
                }

                .edit_paypassword_content .content ul.step-wrap li .number, ul.step-wrap li .bar {
                    position: absolute;
                }

                .edit_paypassword_content .content ul.step-wrap li .number {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    border-radius: 50%;
                    color: #fff;
                    font-size: 18px;
                    top: 0;
                    left: 111px;
                }

                .edit_paypassword_content .content ul.step-wrap li.green .text {
                    color: #90c31f;
                }

                .edit_paypassword_content .content ul.step-wrap li.gray .text {
                    color: #d3d3d3;
                }

                .edit_paypassword_content .content ul.step-wrap li .text {
                    font-size: 14px;
                    color: #90c31f;
                    line-height: 40px;
                }

.steps {
    padding: 30px 0 50px;
}

.step1-cont {
    width: 45%;
    margin: 0 auto;
}

    .step1-cont .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .step1-cont .form-horizontal .form-group label {
            font-weight: normal;
            vertical-align: middle;
            width: 90px;
        }

        .step1-cont .form-horizontal .form-group select {
            height: 36px;
            line-height: 36px;
            border: 1px solid #ddd;
            width: 65%;
        }

        .step1-cont .form-horizontal .form-group button {
            border: 1px solid #00a0ea;
            background-color: #00a0ea;
            color: #fff;
            height: 36px;
            width: 65%;
            line-height: 36px;
        }

/***************embargo_content**********************/
.transport_content {
    background-color: #f5f4f4;
    padding: 50px 0;
}

    .transport_content .content {
        background-color: #fff;
        padding: 0 25px;
        border: 1px solid #ececec;
    }

        .transport_content .content .search-box {
            width: 54%;
            margin: 25px auto;
        }

            .transport_content .content .search-box label {
                height: 40px;
                line-height: 40px;
                font-size: 28px;
                color: #019fe8;
                padding-right: 20px;
                float: left;
            }

            .transport_content .content .search-box input {
                padding: 0 15px;
                line-height: 40px;
                border: 1px solid #019fe8;
                height: 40px;
                vertical-align: middle;
            }

            .transport_content .content .search-box button {
                height: 40px;
                line-height: 40px;
                padding: 0 15px;
                margin-left: -5px;
                background-color: #019fe8;
                color: #fff;
                font-size: 16px;
                border: none;
                vertical-align: middle;
            }

        .transport_content .content .track-header .gray {
            color: #aaa;
        }

        .transport_content .content .separated-line {
            height: 40px;
            margin-top: 15px;
            color: #019fe8;
            position: relative;
        }

            .transport_content .content .separated-line .line {
                position: absolute;
                left: 0;
                top: 50%;
                width: 100%;
                height: 1px;
                width: 100%;
                background-color: #e9e9e9;
            }

            .transport_content .content .separated-line .FindBefore {
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -95px;
                margin-top: -12px;
                width: 190px;
                height: 24px;
                line-height: 24px;
                background: #FFF;
                text-align: center;
            }

            .transport_content .content .separated-line .dics-left {
                position: absolute;
                width: 10px;
                height: 10px;
                top: 7px;
                background-color: #ccc;
                left: 0;
                border-radius: 100%;
            }

            .transport_content .content .separated-line .dics-right {
                position: absolute;
                width: 10px;
                height: 10px;
                top: 7px;
                background-color: #ccc;
                right: 0;
                border-radius: 100%;
            }



.logistics-status {
    width: 100%;
    float: left;
    padding-left: 8px;
}

    .logistics-status li {
        float: left;
        position: relative;
        text-align: center;
        width: 158px;
        padding-top: 30px;
    }

    .logistics-status .wait {
        width: auto;
        padding-top: 8px;
    }

        .logistics-status .wait span {
            background-color: #57c473;
            height: 5px;
            display: inline-block;
        }

            .logistics-status .wait span.wait1 {
                width: 5px;
            }

            .logistics-status .wait span.wait2 {
                width: 10px;
            }

            .logistics-status .wait span.wait3 {
                width: 18px;
            }

    .logistics-status .first {
        padding-right: 5px;
    }

    .logistics-status .last {
        padding-left: 5px;
    }

    .logistics-status .status .line {
        background-color: #c1beb9;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 16px;
        left: 0;
    }

    .logistics-status .status .img {
        background-color: #c1beb9;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 65px;
    }

        .logistics-status .status .img img {
            width: 20px;
            padding-top: 5px !important;
        }

    .logistics-status .status .txt {
        color: #6f6f6f;
    }

    .logistics-status .current .img {
        background-color: #469de2;
    }

    .logistics-status .current .line {
        background-color: #469de2;
    }

    .logistics-status .current .txt {
        color: #469de2;
    }

    .logistics-status .after .img {
        background-color: #57c473;
    }

    .logistics-status .after .line {
        background-color: #57c473;
    }

    .logistics-status .after .txt {
        color: #57c473;
    }


/***************about-us**********************/
.about-header {
    position: absolute;
    z-index: 99;
    width: 100%;
}

    .about-header ul li a {
        color: #fff;
    }

        .about-header ul li a:hover {
            color: #459fed;
        }

.about-us .top-nav {
    background: url(../images/about-top-bg.jpg) no-repeat center;
    height: 800px;
    position: relative;
}

    .about-us .top-nav .top-nav-bg {
        height: 100%;
        background-color: rgba(0,0,0,0.6);
    }

.nav-wrap {
    width: 60%;
    margin: 0 auto;
}

.about-nav {
    width: 100%;
    margin-top: 50%;
    float: left;
}

    .about-nav li {
        float: left;
        text-align: center;
        line-height: 55px;
        padding: 0;
        border: 2px solid #fff;
        border-left: none;
        margin-left: -2px;
    }

        .about-nav li a {
            color: #fff;
            font-size: 28px;
        }

    .about-nav .first {
        border-left: 2px solid #fff;
    }

    .about-nav li:hover {
        background-color: #459fed;
        border-color: #459fed;
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    }

    .about-nav .active {
        background-color: #459fed;
        border-color: #459fed;
    }

.about-us img {
    max-width: 100%;
}

.about-grasp #grasp {
    padding: 60px 0 70px;
}

    .about-grasp #grasp .left {
        text-align: center;
    }

    .about-grasp #grasp .right p {
        line-height: 25px;
        padding: 0 38px;
        font-size: 18px;
    }

.about-grasp .img {
    background-color: #f3f3f3;
    padding-top: 10px;
}

.about-grasp #attention .line {
    background-color: #52c7c6;
    height: 10px;
}

.about-grasp #attention .cont {
    background-color: #31c7c5;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

    .about-grasp #attention .cont h1, .about-grasp #attention .cont h3,
    .about-grasp #attention .cont h4 {
        margin: 0;
    }

    .about-grasp #attention .cont h1 {
        font-size: 55px;
    }

    .about-grasp #attention .cont h4 {
        padding: 5px 0 10px;
    }

    .about-grasp #attention .cont h3 {
        padding-bottom: 20px;
    }

    .about-grasp #attention .cont ul {
        padding: 15px 0;
    }

        .about-grasp #attention .cont ul li {
            display: inline-block;
            line-height: 64px;
        }

            .about-grasp #attention .cont ul li span {
                padding: 0 40px;
            }

    .about-grasp #attention .cont p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-grasp #attention .cont .pic {
        width: 49%;
        display: inline-block;
        padding: 0 3px;
    }

        .about-grasp #attention .cont .pic img {
            padding-bottom: 5px;
        }

.about-grasp #contact .cont {
    background: url(../images/contact-bg.jpg) no-repeat bottom center;
    padding-bottom: 230px;
}

    .about-grasp #contact .cont h1 {
        color: #32c8c5;
        text-align: center;
        padding: 10px 0 30px;
        font-size: 55px;
    }

    .about-grasp #contact .cont p {
        color: #646464;
        font-size: 18px;
        line-height: 33px;
        padding-bottom: 30px;
    }


/*0301*/
.member_content .right .member_center .transport table td {
    border: 1px solid #D1D0CF;
}

.member_content .right .member_center .transport table thead tr {
    background-color: #ededed;
    color: #333;
    font-weight: bold;
}

.member_content .right .member_center .transport table tbody td {
    color: #000;
}

.member_content .right .member_center .transport table tbody .color1 {
    background-color: #D9D9D9;
}

    .member_content .right .member_center .transport table tbody .color1 td {
        color: #89817C;
        padding: 0;
        font-weight: bold;
    }

.member_content .right .member_center .transport table tbody .color2 {
    font-weight: bold;
}

.member_content .right .member_center .transport .title1 {
    margin: 15px 0 0;
}


/***************charge**********************/
.charge_detail {
    padding-bottom: 30px;
}

    .charge_detail .title {
        background-color: #F0F0F0;
        font-size: 18px;
        padding: 5px 15px;
        margin: 20px 0 30px;
    }

    .charge_detail .charge-group {
        margin-bottom: 15px;
    }

        .charge_detail .charge-group:first-child {
            margin-bottom: 20px;
        }

        .charge_detail .charge-group label {
            width: 80px;
            font-size: 16px;
            font-weight: 100;
        }

        .charge_detail .charge-group .long-input {
            border: 1px solid #ccc;
            height: 40px;
            padding: 0 7px;
        }

        .charge_detail .charge-group .btn {
            background-color: #459fed;
            color: #fff;
            border-radius: 0;
            font-size: 16px;
            padding: 6px 15px;
            margin-left: 5px;
            height: 40px;
            vertical-align: top;
        }

        .charge_detail .charge-group ul {
            display: inline-block;
        }

            .charge_detail .charge-group ul li {
                border: 1px solid #ddd;
                width: 130px;
                padding: 10px 10px 20px;
                display: inline-block;
                margin-right: 4px;
                border-radius: 6px;
                position: relative;
                height: 50px;
                overflow: hidden;
            }

                .charge_detail .charge-group ul li input {
                    vertical-align: middle;
                    margin-right: 3px;
                }

                .charge_detail .charge-group ul li:hover,
                .charge_detail .charge-group ul li.active {
                    border-color: #459fed;
                }

                    .charge_detail .charge-group ul li.active .ui-icon-checked {
                        display: block;
                    }

                .charge_detail .charge-group ul li .ui-icon-checked {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    margin: 0;
                    display: none;
                    background: url(../images/icon-checked-1.png) no-repeat;
                    width: 29px;
                    height: 29px;
                }

/***************payment**********************/
.payment_content {
    background-color: #f5f4f4;
    padding: 50px 0;
}

    .payment_content .content {
        background-color: #fff;
        padding: 0 50px;
        border: 1px solid #ececec;
    }

        .payment_content .content ul.step-box {
            margin: 0 auto;
            width: 100%;
            position: relative;
        }

            .payment_content .content ul.step-box li {
                position: relative;
                width: 25%;
                float: left;
                text-align: center;
                border: 1px solid #ffffff;
                padding-top: 30px;
            }

                .payment_content .content ul.step-box li.after .number,
                .payment_content .content ul.step-box li.after .bar {
                    background-color: #459fed;
                }

                .payment_content .content ul.step-box li.current .number,
                .payment_content .content ul.step-box li.current .bar {
                    background-color: #418bca;
                }

                .payment_content .content ul.step-box li.before .number,
                .payment_content .content ul.step-box li.before .bar {
                    background-color: #B9B9B9;
                }

            .payment_content .content ul.step-box .bar {
                height: 4px;
                width: 76%;
                position: absolute;
                top: 43px;
                left: -87px;
            }

            .payment_content .content ul.step-box li .number {
                display: inline-block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border-radius: 50%;
                color: #fff;
                font-size: 18px;
            }

            .payment_content .content ul.step-box li.current .text {
                color: #459fed;
            }

            .payment_content .content ul.step-box li.after .text,
            .payment_content .content ul.step-box li.before .text {
                color: #B9B9B9;
            }

            .payment_content .content ul.step-box li .text {
                font-size: 14px;
                color: #90c31f;
                line-height: 40px;
                display: block;
            }

        .payment_content .content .step3-cont .point {
            border-bottom: 1px dashed #ccc;
            width: 100%;
            display: inline-block;
        }

            .payment_content .content .step3-cont .point p {
                display: inline-block;
                font-size: 16px;
                line-height: 30px;
            }

                .payment_content .content .step3-cont .point p a {
                    color: #459fed;
                }

                .payment_content .content .step3-cont .point p strong {
                    color: #459fed;
                }

                .payment_content .content .step3-cont .point p span {
                    display: block;
                    font-size: 12px;
                }

        .payment_content .content .step3-cont .overage {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin: 30px 0;
            background-color: #F5F5F5;
        }

            .payment_content .content .step3-cont .overage .item {
                border-left: 1px solid #ddd;
                text-align: center;
                margin: 20px 0;
            }

            .payment_content .content .step3-cont .overage .col-md-4:first-child .item {
                border: none;
            }

            .payment_content .content .step3-cont .overage .item span {
                color: #999;
                font-size: 12px;
            }

            .payment_content .content .step3-cont .overage .item strong {
                display: block;
                font-size: 26px;
                font-weight: 100;
                color: #666;
                padding-top: 8px;
            }

        .payment_content .content .step3-cont .payment-method {
            margin-bottom: 30px;
            padding-top: 10px;
        }

            .payment_content .content .step3-cont .payment-method p {
                font-size: 16px;
            }

            .payment_content .content .step3-cont .payment-method .method {
                border: 1px solid #A7CBF5;
                padding: 20px;
            }

                .payment_content .content .step3-cont .payment-method .method .check {
                    float: left;
                    padding-right: 30px;
                    font-size: 15px;
                }

                    .payment_content .content .step3-cont .payment-method .method .check input {
                        margin-right: 5px;
                    }

                .payment_content .content .step3-cont .payment-method .method ul li {
                    display: inline-block;
                    border: 1px solid #ddd;
                    width: 100px;
                    text-align: center;
                    padding: 10px 0;
                    margin-right: 5px;
                    position: relative;
                    border-radius: 6px;
                }

                    .payment_content .content .step3-cont .payment-method .method ul li:hover,
                    .payment_content .content .step3-cont .payment-method .method ul li.active {
                        border-color: #459fed;
                    }

                        .payment_content .content .step3-cont .payment-method .method ul li.active .ui-icon-checked {
                            display: block;
                        }

                    .payment_content .content .step3-cont .payment-method .method ul li .ui-icon-checked {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        margin: 0;
                        display: none;
                        background: url(../images/icon-checked-1.png) no-repeat;
                        width: 29px;
                        height: 29px;
                    }

        .payment_content .content .step3-cont .btns {
            text-align: center;
        }

            .payment_content .content .step3-cont .btns a {
                background-color: #459fed;
                color: #fff;
                font-weight: bold;
                font-size: 16px;
                padding: 8px 30px;
            }

.payment_content_btn {
    background-color: #459fed;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 30px;
    border: 0;
}







@media( max-width:768px) {
    .payment_content .content ul.step-box .bar {
        display: none;
    }

    .edit_paypassword_content .content ul.step-wrap li .bar {
        display: none;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .payment_content .content ul.step-box .bar {
        left: -60px;
    }
}

@media( max-width:991px) {
    .edit_paypassword_content .content ul.step-wrap li .number {
        left: 40%;
    }
}


@media( max-width:768px) {
    .about-us .top-nav {
        height: 500px;
    }

    .about-grasp #attention .cont ul li span {
        padding: 0 5px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .about-grasp #attention .cont .pic {
        width: 48%;
        padding: 0;
    }
}

@media( max-width:991px) {
    .about-grasp #grasp .right {
        margin-top: 15px;
    }

        .about-grasp #grasp .right p {
            padding: 0;
        }
}

@media( min-width:991px) {
    .about-grasp #grasp .right {
        border-left: 2px solid #c8c8c8;
    }

    .about-grasp #attention .cont .left p {
        text-align: right;
    }

    .about-grasp #attention .cont .right p {
        text-align: left;
    }

    .about-grasp #contact .cont p {
        padding-left: 250px;
    }
}



@media( max-width:640px) {
    .index_content .step .name h3 {
        width: 55%;
    }

    .member_content .left .usermenu li {
        padding-left: 45px;
    }

    .member_content .right .member_center .trans-alert {
        padding: 5px 10px 5px 10px;
    }

    .member_content .right .member_center .search-parcels .select {
        width: 100%;
        margin-bottom: 5px;
    }

    .member_content .right .member_center .search-parcels .search {
        width: 100%;
    }

    .member_content .right .member_center .search-parcels select {
        width: 31%;
    }

    .member_content .right .member_center .search-parcels .search input {
        width: 80%;
    }

    .member_content .right .member_center .search-parcels .search button {
        padding: 0 20px;
    }
}

@media( max-width:640px) {
    .baodian_content .right .tab-content .top .coords a.link1 {
        left: 9%;
        width: 33px;
        height: 48px;
    }

    .baodian_content .right .tab-content .top .coords a.link2 {
        left: 22%;
        width: 33px;
        height: 48px;
    }

    .baodian_content .right .tab-content .top .coords a.link3 {
        left: 35%;
        width: 43px;
        height: 48px;
    }
}


@media( max-width:768px) {
    #navbar .nav {
        text-align: center;
    }

    .header .logo {
        padding-top: 10px;
    }

    .banner .caption {
        padding-right: 200px;
    }

    .banner .notice {
        width: 200px;
        height: 125px;
        top: 0;
        overflow: hidden;
        padding: 5px;
        min-height: 125px;
    }

    .banner .package .left {
        background: none;
        padding-bottom: 0;
    }

    .banner .package .right input {
        width: 70%;
    }

    .index_content .member .content .tab-content .last {
        width: 100px;
    }
}

@media( min-width:768px) {
    #navbar .nav {
        float: right;
    }

    #navbar ul li.last a {
        padding-right: 0;
    }

    .index_content .member .content .tab-content .last {
        width: 150px;
    }

    .modal-dialog {
        width: 736px;
    }
}

@media(max-width:991px) and (min-width:640px) {
    .member_content .left .usermenu li {
        padding-left: 105px;
    }

    .member_content .right .member_center .search-parcels .search input {
        width: 23%;
    }

    .member_content .right .member_center .search-parcels .search button {
        padding: 0 7px;
    }
}

@media( max-width:991px) {
    #navbar {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .index_content .step .item .text {
        margin-bottom: 15px;
        background: #f9f9f9;
    }

    .index_content .step .item .icon {
        display: none;
    }

    .index_content .choose .title h1 {
        width: 87%;
    }

    .index_content .choose .content .col-md-3 {
        margin-bottom: 15px;
    }

    .login_content .login .col-md-8 {
        margin-bottom: 15px;
    }

    .member_content .right {
        padding-left: 0;
    }

    .member_content .left .baseinfo .username {
        padding-bottom: 15px;
    }
}

@media( min-width:991px) {
    .index_content .step .item .col-md-4.thum1 {
        padding-right: 60px;
    }

    .index_content .step .item .col-md-4.thum2 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .index_content .step .item .col-md-4.thum3 {
        padding-left: 60px;
        background: none;
    }

    .index_content .choose .content .col-md-3 {
        transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        -moz-transform: translateY(-150%);
        -webkit-transform: translateY(-150%);
        -o-transform: translateY(-150%);
    }

    .portAddressModule .left {
        margin-right: 3px;
    }

    .portAddressModule .right {
        margin-left: 3px;
    }
}

@media(max-width:1170px) and (min-width:991px) {
    .index_content .step .item .textbg1 {
        background: #f9f9f9 url(../images/icon1bg1.png) no-repeat 160% 32%;
    }

    .index_content .step .item .textbg2 {
        background: #f9f9f9 url(../images/icon2bg2.png) no-repeat 140% 26%;
    }

    .index_content .step .item .textbg3 {
        background: #f9f9f9 url(../images/icon3bg3.png) no-repeat 220% 80%;
    }
}

@media(min-width:1170px) {
    .footer .content .partner li.last {
        padding-right: 0;
    }
}






@media(max-width:768px) and (min-width:640px) {
    .banner .img-link1 {
        bottom: 20%;
        padding: 1px 20px;
        font-size: 12px;
    }

    .banner .img-link2 {
        bottom: 26%;
        padding: 1px 20px;
        font-size: 12px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .banner .img-link1 {
        bottom: 20%;
        padding: 3px 25px;
    }

    .banner .img-link2 {
        bottom: 26%;
        padding: 3px 25px;
    }
}

@media( max-width:640px) {
    .banner .img-link1 {
        bottom: 13%;
        padding: 0px 15px;
        font-size: 12px;
    }

    .banner .img-link2 {
        bottom: 24%;
        padding: 0px 15px;
        font-size: 12px;
    }
}

/*补充样式*/
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}


@media screen and (min-width: 1200px) {
    .member-box .col-md-3.left {
        width: 20%;
    }

    .member-box .col-md-9.right {
        width: 80%;
    }
}


.batch-demol {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    margin-top: 20px;
}

    .batch-demol a {
        color: #459fed;
        font-size: 14px;
        display: inline-block;
        padding: 0 15px;
        height: 36px;
        border: #459fed 1px solid;
        border-radius: 5px;
        line-height: 36px;
    }

.batch-input {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.upload-file-box {
    width: 50%;
    height: 40px;
    position: relative;
    float: left;
}

    .upload-file-box input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }

        .upload-file-box input[type='file'] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
        }

.batch-input button {
    border: none;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: #459fed;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
}

.x-required:before {
    position: relative;
    bottom: -3px;
    content: "* ";
    font-size: 14px;
    color: #f00;
}

.edit_info label {
    width: 90px;
    font-weight: inherit;
}

.font-orgin {
    color: #ff6f00 !important;
}

.font-blue {
    color: #459fed !important;
}

.font-weight {
    font-weight: bold;
}



/*物流追踪*/
.track-content{
    width:100%;
    margin:0 auto;
    background:#f5f5f5;
    border-bottom:#f5f5f5 10px solid;
}
.track-content .container{
    padding:20px 30px;
    background:#fff;
}
.track-content .head{
    width:100%;
    margin:0 auto;
    height:50px;
    line-height:50px;
}
.track-content .head span{
    font-size:16px;
    color:#333;
    border-left:5px solid #459fed;
    padding-left:10px;
}
.track-content .head span strong{
    font-weight:inherit;
    color:#459fed;
}

.track-content .track-list{
    width:100%;
    margin:0 auto;
    margin-top:10px;
    /*border:#eee 1px solid;*/
    display:inline-block;
}
.track-content .track-list ul{
    width:100%;
    margin:0 auto;
}
.track-content .track-list ul li{
    width:100%;
    float:left;
    height:60px;
    border-top: #eee 1px dashed;
    line-height:60px;
}
.track-content .track-list ul li:last-child{
     border-bottom: #eee 1px dashed;
}
.track-content .track-list ul li .time{
    width:120px;
    float:left;
    font-size:12px;
    line-height:16px;
    color:#888;
    text-align:center;
    margin-top: 15px;
}
.track-content .track-list ul li .time p{
    font-size:14px;
    color:#333;
    margin-bottom:0;
}
.track-content .track-list ul li .icon-line{
    width:60px;
    float:left;
    height:60px;
    line-height:60px;
    color:#ccc;
    font-size:20px;
    text-align:center;
    position:relative;
}
.track-content .track-list ul li .icon-line i{
    position:relative;
    z-index:10000;
    background:#fff;
}
.track-content .track-list ul li .icon-line:before{
    content:'';
    display:inline-block;
    width:1px;
    height:60px;
    background:#eee;
    position:absolute;
    top:0;
    left:30px;
}
.track-content .track-list ul li .content{
    float:left;
    font-size:14px;
    color:#666;
    margin-left:15px;
 }  
.track-content .track-list ul li.active .time,.track-content .track-list ul li.active .icon-line,.track-content .track-list ul li.active .time p,.track-content .track-list ul li.active .content{
    color:#ff7200;
    font-weight:bold;
} 
/*.track-content .track-list ul li.active .content{
    font-size:16px;
}*/

.track-content  .no-record{
    width:100%;
    margin:0 auto;
    /*border: 2px dashed #eee;*/
    padding:40px 0;
    text-align:center;
}
.track-content  .no-record p{
    text-align: center;
    font-size: 16px;
    color: #ccc;
    margin-bottom:30px;
}
.track-content .no-record .search-box{
    width:100%;
    margin:0 auto;
}
.track-content .no-record .search-box input{
    height: 40px;
    width: 400px;
    font-size: 16px;
    text-indent: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 40px;
}
.track-content .no-record .search-box .btn{
    height: 40px;
    background-color: #459fed;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: top;
}