* {
    word-break: break-all;
    font-family: "Microsoft Yahei",Verdana,Arial;
    -webkit-text-size-adjust: none;
    outline: none;
}
/*"Microsoft Yahei",*/
body {
    background-color: #f5f5f5
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

ul li {
    list-style-type: none;
}

ol li {
    list-style-type: decimal;
}

ul, form, input {
    margin: 0px;
    padding: 0px;
}

dl, dd, h1, h2, h3, h4, p {
    margin: 0;
}

a {
    transition: all .2s;
    -webkit-transition: all .2s;
}

    a:link, a:visited, a:active {
        color: #333;
        text-decoration: none;
    }

    a:hover {
        color: #459fed;
        text-decoration: none;
    }

iframe {
    border: none;
}

.table > thead > tr > th {
    font-weight: normal;
}

i {
    font-style: normal;
}

.btn.bg-orange {
    background: #459fed;
    color: #fff;
}

.btn.bg-blue {
    background: #0094ff;
    color: #fff;
}

.btn.bg-red {
    background: #f00;
}

.btn.bg-yellow {
    background: #FF9800;
    color: #fff;
}

.font-green {
    color: #8fe784 !important;
}

.font-blue {
    color: #0094ff !important;
}

.font-orange {
    color: #f60 !important;
}

.font-red {
    color: #f00 !important;
}

.font-yellow {
    color: #FF9800;
}

.btn.bg-green {
    background: #8fe784;
}

@media screen and (min-width: 1200px) {
    .col-md-3.left {
        width: 20%;
    }

    .col-md-9.right {
        width: 80%;
    }
}

/* 阴影 */
/* ------------------------------------------------------ */
.shadow-gray {
    box-shadow: 0px 0px 15px #cecbcb;
}

.shadow-blue {
    box-shadow: 0px 0px 15px #2170d9;
}

.shadow-green {
    box-shadow: 0px 0px 15px #00c0c0;
}

.shadow-pink {
    box-shadow: 0px 0px 15px #db4763;
}

.shadow-yellow {
    box-shadow: 0px 0px 15px #dbaf47;
}

.shadow-red {
    box-shadow: 0px 0px 15px #ee2510;
}

.shadow-brown {
    box-shadow: 0px 0px 15px #db7147;
}


/* ------------------------------------------------------ */

.main {
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
}

.baseinfo {
    padding: 20px 0;
    text-align: center;
    background-color: #459fed;
    color: #fff;
    font-size: 16px;
}

.usermenu li a {
    display: flex;
    border-top: 1px solid #e5e5e5;
    position: relative;
    padding-left: 13px;
    height: 60px;
    background-color: #fff;
    align-items: center;
    font-size: 14px;
}

    .usermenu li a .iconfont {
        display: flex;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        font-size: 20px;
        color: #459fed;
        border: 1px solid #459fed;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }

.usermenu > li.active > a {
    background-color: #459fed;
    color: #fff;
}

.usermenu li.active a .iconfont {
    border-color: #fff;
    color: #fff;
}

.usermenu li ul li a {
    padding-left: 70px;
}

.wrapper {
    background-color: #fff;
    padding: 15px;
    /* min-height:900px; */
}

@media (min-width: 992px) {
    .container {
        width: 1200px;
    }
}

.title-box {
    margin-top: 0;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .title-box strong {
        height: 16px;
        line-height: 16px;
        padding-left: 7px;
        border-left: 6px solid #019fe8;
        font-size: 16px;
        font-weight: normal;
        color: #000;
    }

.common-title {
    margin-bottom: 10px;
}

    .common-title::after {
        content: '';
        clear: both;
        display: table;
    }

    .common-title span {
        color: #0094ff;
        position: relative;
        top: 2px;
    }

    .common-title a.searchInfo {
        color: #FF9800;
    }

    .common-title a .iconfont {
        display: inline-block;
        margin-right: 3px;
        position: relative;
        top: 1px;
    }

.table > thead > tr > th {
    text-align: center;
    background-color: #ededed;
    border-bottom-width: 1px;
    white-space: nowrap;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

a.searchInfo {
    color: #0094ff;
}

#iframe1 {
    height: 500px;
}

.table > tbody > tr > td .icon-shanchu1 {
    cursor: pointer;
}

.btn-primary {
    background-color: #459fed;
    border-color: #459fed;
}

.footer {
    background-color: #3e4347;
    padding: 10px 0;
    color: #fff;
    z-index: 999;
    position: relative;
    text-align: center;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.header {
    padding: 20px;
    background-color: #fff;
    padding: 20px 0;
}

.header-title {
    text-align: center;
    font-size: 20px;
    color: #459fed;
    font-weight: bold;
}

.login_content {
    background-color: #f4f4f4;
    padding-top: 50px;
}

    .login_content .login {
        background-color: #fff;
        padding: 50px 30px;
    }

        .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 .checkbox-group {
            padding: 20px 0 15px;
        }

        .login_content .login .lable {
            color: #929294;
            font-weight: 400;
        }

        .login_content .login form .input-group input:focus {
            border: 1px solid #019fe8;
            box-shadow: 0 0 2px #019fe8;
        }

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;
}

.info-tips {
    color: #ff0000 !important;
    background-color: #FFFCF0;
    overflow: hidden;
    border: 1px solid #FFD189;
    padding: 5px 30px 5px 10px;
    font-size: 12px;
    margin-top: 5px;
    height: 33px;
    display: flex;
    align-items: center;
}

    .info-tips span {
        color: #ff0000 !important;
    }

    .info-tips img {
        padding-right: 5px;
    }

#login-form .input-group {
    position: relative;
}

    #login-form .input-group .iconfont {
        color: #adadad;
        font-size: 21px;
        position: absolute;
        left: 7px;
        top: 17px;
    }

.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_content {
    width: 440px;
    padding: 40px;
    margin: 50px auto 0;
    background-color: #fff;
}

    .register_content h3 {
        color: #459fed;
        margin: 0px;
        margin-bottom: 10px;
    }

    .register_content .input-group {
        padding-top: 25px;
        position: relative;
        display: table;
        width: 100%;
        border-collapse: separate;
    }

        .register_content .input-group label {
            display: table-cell;
            font-size: 14px;
            font-weight: normal;
            color: #888;
            vertical-align: middle;
            width: 100px;
        }

            .register_content .input-group label span {
                color: #ff0000;
                margin-left: 5px;
            }

        .register_content .input-group .form-control {
            border-radius: 0px;
        }

        .register_content .input-group .getrandomcode {
            font-size: 12px;
            color: #459fed;
        }

    .register_content .checkbox-group {
        display: flex;
        padding-top: 25px;
        padding-left: 100px;
        align-items: center;
    }

        .register_content .checkbox-group label {
            font-weight: normal;
            color: #888;
        }

        .register_content .checkbox-group input {
            position: relative;
            top: -2px;
            margin-right: 2px;
        }

        .register_content .checkbox-group a {
            color: #459fed;
        }

    .register_content .btn_button {
        padding-top: 25px;
        padding-left: 100px;
    }

        .register_content .btn_button .btn {
            border: 1px solid #459fed;
            background-color: #459fed;
            font-size: 18px;
            border-radius: 0;
            color: #fff;
            height: 36px;
            width: 100%;
        }

.login-must {
    float: right;
    margin-top: 5px;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

    .login-must a {
        color: #459fed;
    }

.num-spirit {
    border-radius: 50px;
    background-color: #ff7200;
    color: #fff;
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    font-style: normal;
    padding: 0 2px;
    margin-left: 3px;
    font-weight: bold;
}

    .num-spirit:empty {
        display: none !important;
    }

.bg-primary {
    background-color: #459fed;
    border-color: #459fed;
}

.multi-radio .boxwrap {
    width: 100%;
    margin: 0 auto;
    /*border-bottom:#ddd 1px solid;*/
    height: 34px;
    background: #fafafa;
    border-bottom: #459fed 1px solid;
}

.switch-tab {
    height: 34px;
    background: #fafafa;
    border-bottom: #459fed 1px solid;
    margin-top: 20px;
}

    .switch-tab a {
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        display: inline-block;
        margin-right: 20px;
        font-size: 14px;
        cursor: pointer;
    }

        .switch-tab a.active {
            color: #459fed;
            background: #459fed;
            color: #fff;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

.mt20 {
    margin-top: 20px;
}

.btn-xs .iconfont {
    font-size: 13px;
}

.col-md-3.left {
    padding-left: 0;
    padding-right: 0;
}

.col-md-9.right {
    padding-left: 20px;
    padding-right: 0;
}

.table-wrapper-border {
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .table-wrapper-border table {
        margin-bottom: 0px;
    }

.table-th-text-left.table > thead > tr > th {
    text-align: left;
}

.foldBox td:first-child div:first-child {
    margin-bottom: 5px;
}

.foldBox > td .common-title {
    margin-top: 0;
}

.add-edit {
    text-align: center;
}

a.save-button,
a.cancel-button {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    ;
    background: #459fed;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
}

a.cancel-button {
    color: #333;
    border: #666 1px solid;
    background-color: #fff;
}

.tab-product-list .table {
    margin-top: 10px;
    border: 1px solid #e5e5e5;
}

    .tab-product-list .table th {
        background-color: #fff;
        padding: 5px;
    }

.foldBox {
    border-bottom: 10px solid #ededed;
}

.table > tbody > tr.foldBox td {
    padding: 10px;
}

.listTbody .icon-zhankai {
    display: inline-block;
    cursor: pointer;
    color: #a7a7a7;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    margin-right: 5px;
}

.transport-table tr.active td .icon-zhankai {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
}

#loadPackageManagementList td {
    border-color: #ececec;
}

.table tbody tr td .check-box {
    width: 32px;
    font-weight: normal;
    margin: 0 auto;
}

    .table tbody tr td .check-box i {
        cursor: pointer;
        font-size: 18px;
        color: #999;
    }

        .table tbody tr td .check-box i:before {
            content: "\e696";
        }

    .table tbody tr td .check-box.active i {
        color: #5cb85c;
    }

        .table tbody tr td .check-box.active i:before {
            content: "\e6d3";
        }
.check-box {
    width: 100%;
    margin: 0 auto;
}

    .check-box i {
        font-size: 16px;
        color: #999;
    }

        .check-box i:before {
            content: "\e696";
        }

    .check-box.active i {
        color: #5cb85c;
    }

        .check-box.active i:before {
            content: "\e69a";
        }
.merge-tip {
    margin: 0 auto;
    padding: 0 0.4rem;
    font-size: .8rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
    color: rgb(27, 167, 132);
    display: none;
}

.loadBtn {
    text-align: center;
    padding-top: 15px;
}

#btnRemovePackage, #btnCancelOrder {
    position: fixed;
    width: auto !important;
    margin-left: 490px;
    bottom: 60px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #Fff;
}

.usermenu ul {
    display: none;
}

.usermenu li a .icon-xia {
    font-size: 16px;
    color: #a7a7a7;
    border: none;
    height: auto;
    width: auto;
    position: absolute;
    right: 20px;
    margin-right: 0;
    -webkit-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
}

.usermenu .show > a .icon-xia {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.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;
}

.prompt-text {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
    border: #e5e5e5 1px solid;
}

    .prompt-text strong {
        color: #f60;
        font-size: 14px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .prompt-text p {
        font-size: 12px;
        color: #666;
        margin-bottom: 10px;
    }

.delivery-footer {
    position: fixed;
    left: 50%;
    bottom: 40px;
    width: 892px;
    background-color: #fff;
    padding: 15px;
    margin-left: -323px;
    border-top: 1px solid #ddd;
}

.hint-info {
    margin: 0 auto;
    color: red;
}

#summary {
    margin-top: 10px;
}

.address-list li.active span i:before {
    content: "\e62d";
}

.no-record-content {
    text-align: center;
    padding: 10px;
}

    .no-record-content .iconfont {
        color: red;
        position: relative;
        top: 1px;
        margin-right: 3px;
    }

.address-list {
    width: 100%;
    margin: 0 auto;
    border: #e7ecf1 1px solid;
    display: inline-block;
    padding: 10px;
    max-height: 200px;
    overflow-y: scroll;
}

    .address-list li:first-child {
        border-top: none;
    }

    .address-list li {
        width: 100%;
        margin: 0 auto;
        float: left;
        padding: 5px 0;
        border-top: #e5e5e5 1px dashed;
        cursor: pointer;
    }

        .address-list li::before {
            display: table;
            content: " ";
        }

        .address-list li span {
            width: 10%;
            text-align: center;
        }

        .address-list li div {
            width: 90%;
        }

        .address-list li.active span i {
            color: #f60;
        }

.switchBtn {
    cursor: pointer;
}

.transport-table tbody tr i.switchBtn.active {
    color: #f60;
}

    .transport-table tbody tr i.switchBtn.active:before {
        content: "\e62d";
    }

.cursorP {
    cursor: pointer;
}

.foldBtn {
    cursor: pointer;
}

.transport-table tr td .foldBtn .icon-fanhui {
    display: inline-block;
    position: relative;
    top: 1px;
}

.transport-table tr.active td .foldBtn .icon-fanhui {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: transform .2s ease-in;
    -webkit-transition: transform .2s ease-in;
}

.service-item {
    display: inline-block;
    padding: .3rem;
}

    .service-item input {
        display: none;
    }

    .service-item.active-wrapper {
        width: 100%;
    }

        .service-item.active-wrapper input {
            display: inline-block;
            width: 400px;
            margin-top: .3rem;
        }

.service-list span {
    display: inline-block;
    padding: 5px 10px;
    background: #f5efef;
    color: #333;
    border-radius: 50px;
    margin: 0 5px;
    cursor: pointer;
}

    .service-list span.active {
        background: #fb8667;
        color: #fff;
    }

.form-line.userAgreement label.active i {
    color: #5cb85c;
    margin-right: 3px;
}

    .form-line.userAgreement label.active i:before {
        content: "\e6d3";
    }

a.pay-btn {
    display: inline-block;
    text-align: center;
    background: #FF9800;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

.form-box .form-line {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
}

    .form-box .form-line .form-title {
        width: 100px;
        float: left;
        text-align: right;
        padding-right: 10px;
        line-height: 36px;
        font-weight: inherit;
    }

    .form-box .form-line .form-input {
        width: 250px;
        float: left;
        position: relative;
    }

.logistics-details-list {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.logistic-list {
    margin: 0 auto;
    background: #fff;
    padding-left: 5px;
    padding-top: 5px;
}

    .logistic-list ul {
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 90%;
        left: 10px;
    }

        .logistic-list ul:before {
            content: '';
            position: absolute;
            width: 1px;
            background: #fff;
            height: 61px;
            left: -1px;
            bottom: 0;
        }

        .logistic-list ul li:last-child {
            border-left: none;
        }

        .logistic-list ul li {
            width: 100%;
            margin: 0 auto;
            float: left;
            padding-bottom: 5px;
            border-left: #e5e5e5 1px solid;
        }

            .logistic-list ul li.active em {
                line-height: 19px;
                background: #ff8a4a;
                text-align: center;
                color: #fff;
            }

            .logistic-list ul li em {
                display: inline-block;
                border-radius: 100%;
                width: 19px;
                height: 19px;
                line-height: 18px;
                background: #ccc;
                text-align: center;
                float: left;
                position: relative;
                top: 0;
                left: -10px;
            }

                .logistic-list ul li em .iconfont {
                    font-size: 12px;
                }

            .logistic-list ul li .text {
                padding-left: 10px;
            }

            .logistic-list ul li.active p, .logistic-list ul li.active time {
                color: #ff8a4a;
            }

            .logistic-list ul li p {
                color: #666;
                margin: 0;
            }

            .logistic-list ul li time {
                color: #999;
                padding-left: 10px;
            }

.more.active > a {
    background-color: #fff !important;
    color: #333 !important;
}

    .more.active > a .iconfont {
        border-color: #459fed !important;
        color: #459fed !important;
    }

.usermenu li.more.active a .icon-xia {
    color: #a7a7a7 !important;
}

.more.active {
}

    .more.active ul {
        display: block;
    }

    .more.active > ul li a.active {
        background-color: #459fed;
        color: #fff;
    }

.shipper-address-content ul {
    width: 100%;
    margin: 0 auto;
    display: table;
}

    .shipper-address-content ul li {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 10px;
        border-top: #f7f7f7 0.33rem solid;
    }

        .shipper-address-content ul li:first-child {
            border-top: none;
        }

    .shipper-address-content ul li {
        display: inline-block;
    }

        .shipper-address-content ul li div {
            width: 100%;
            margin: 0 auto;
            color: #666;
        }


        .shipper-address-content ul li div {
            width: 100%;
            margin: 0 auto;
            color: #666;
        }

        .shipper-address-content ul li .copy-address {
            width: 20%;
            float: right;
        }

.copy-address input {
    width: 1px;
    border: none;
    opacity: 0;
}

.shipper-address-content ul li .copy-address a {
    display: inline-block;
    text-align: center;
    border: #459fed 1px solid;
    padding: 5px 10px;
    color: #459fed;
    border-radius: 5px;
    margin-left: 10px;
}

.shipper-address-content ul li .add-edit {
    padding-top: 5px;
    margin-top: 5px;
    border-top: #e5e5e5 1px solid;
}

    .shipper-address-content ul li .add-edit .set-default {
        display: inline-block;
        border: #7cc729 1px solid;
        padding: 0 5px;
        color: #7cc729;
        border-radius: 3px;
    }

    .shipper-address-content ul li .add-edit .default {
        display: inline-block;
        text-align: center;
        background: #ff8a4a;
        padding: 0 5px;
        color: #fff;
        border-radius: 3px;
    }

.x-required:before {
    position: relative;
    bottom: -5px;
    content: "* ";
    font-size: 18px;
    color: #f4645f;
}

.switch-btn01 {
    width: 100%;
    margin: 0 auto;
    line-height: 36px;
}

    .switch-btn01 i {
        font-size: 40px;
        color: #999;
    }

        .switch-btn01 i.active:before {
            content: "\e6db";
        }

        .switch-btn01 i:before {
            content: "\e6da";
        }

        .switch-btn01 i.active {
            color: #5cb85c;
        }

.form-box .form-line .form-input.upload-images {
    width: 100px;
}

.upload-images .common-upload-input {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
}

.upload-images .fileinput {
    width: 100px;
}

    .upload-images .fileinput .thumbnail {
        width: 100%;
        height: 100px;
    }

.fileinput .thumbnail > img {
    height: 100%;
}

.service-desrcription {
    background-color: #fff;
    padding: 10px;
    text-indent: 10px;
    font-size: 16px;
}

    .service-desrcription h1 {
        font-size: 18px;
        text-align: center;
        text-indent: 0px;
        font-weight: bold;
    }

    .service-desrcription h2 {
        font-size: 16px;
        text-indent: 0px;
        font-weight: bold;
        margin: 10px 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;
            }

.service-empty-hint {
    text-align: center;
    color: #999;
}

.fill-service-row {
    padding: 0 5px;
    margin-top: 10px;
}

    .fill-service-row .form-control {
        width: 400px;
    }

.bg-shadow {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10049;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .bg-shadow.in {
        opacity: .5;
    }

.userAgreementDetails {
    width: 100%;
    margin: 0 auto;
    line-height: 26px;
    height: 450px;
    overflow-y: auto;
}

.userAgreementDetailsnew {
    margin: 0 auto;
    line-height: 26px;
    padding: 0 20px 20px 20px;
}


.form-box .form-line.estimate-cost {
    margin: 0.8rem 0 0 0.5rem;
}

    .form-box .form-line.estimate-cost span {
        font-size: 0.8rem;
        font-family: 'Microsoft YaHei UI';
    }

    .form-box .form-line.estimate-cost.active .cost {
        font-size: 1rem;
        font-weight: bold;
    }

    .form-box .form-line.estimate-cost i {
        font-size: 0.8rem;
        display: none;
    }

    .form-box .form-line.estimate-cost.active i {
        display: inline-block;
    }

.merge-tip {
    float: left;
    font-weight: bold;
    color: rgb(27, 167, 132);
    display: none;
}

.invoice-count {
    /*float: left;
    margin: 0 auto;
    padding-right: 10px;
    color: #0094ff;*/
}
/*��ҳ��ʽ*/
.pagelist {
    display: block;
    margin: 0 0 0 1px;
    height: 30px;
}

    .pagelist:empty {
        height: 0;
    }

    .pagelist .l-btns {
        display: block;
        float: left;
        margin: 2px 5px 0 -1px;
        padding: 0 10px;
        border: 1px solid #dbdbdb;
        height: 28px;
    }

        .pagelist .l-btns span {
            font-size: 12px;
            color: #333;
            line-height: 28px;
            display: inline-block;
            height: 28px;
        }

        .pagelist .l-btns .pagenum {
            display: inline-block;
            margin: 0 5px;
            box-sizing: border-box;
            padding: 4px 5px;
            border: 1px solid #dbdbdb;
            border-top: 0;
            border-bottom: 0;
            width: 40px;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            color: #333;
            text-align: center;
            vertical-align: top;
            overflow: hidden;
        }
/*-------������������ʽ----*/
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/*����������С������ʽ*/
*::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 5px #fff;
    background: #d2d2d2;
}
/*��������������ʽ*/

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #fff;
    border-radius: 0;
}
