﻿.loginbg {
    width: 100%;
    height: 100%;
    background: url(../img/loginbg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.loginDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
}

    .loginDiv .copyright {
        margin-top: 40px;
        text-align: center;
        color: #7cbbd6;
    }

    .loginDiv h1 {
        font-family: "Microsoft YaHei UI";
        font-size: 36px;
        font-weight: 200;
    }

    .loginDiv h4 {
        font-family: "Microsoft YaHei UI";
        font-size: 14px;
        font-weight: 200;
        color: #aeaeae;
        letter-spacing: 2px;
    }

input.button {
    width: 260px;
    height: 66px;
    line-height: 66px;
    border: none;
    outline: none;
    border-radius: 8px;
    background-color: #1082b4;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.container {
    width: 1260px;
    height: 637px;
    border-radius: 8px;
    background: #fff;
    box-shadow: #006fa5 0 0 5px;
    overflow: hidden;
}

.loginpng {
    width: 50%;
    height: 100%;
    background: #f4f4f4 url(../img/login.png) no-repeat;
}

.loginfrm {
    width: 50%;
    height: 100%;
    padding: 60px;
}

.login {
    margin-top: 20px;
}

    .login > div {
        width: 100%;
        padding: 7px 0;
    }

    .login .bb1 {
        border-bottom: 1px solid #eee;
    }

    .login input[type=text], .login input[type=password] {
        width: 90%;
        height: 66px;
        line-height: 66px;
        border: none;
        outline: none;
    }

.verifi {
    vertical-align: middle;
}

header {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #016b9e url(../img/topbj.jpg) no-repeat center;
    background-size: contain;
    text-align: right;
    color: #fff;
    padding: 0 1em;
}

    header .quick {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 999;
    }

        header .quick > i {
            font-size: 26px;
        }

        header .quick .cur {
            color: #036c9f;
            background-color: #fff;
        }

    header a {
        display: inline-block;
        line-height: 30px;
        border: 1px solid #2894ca;
        border-radius: 8px;
        padding: 0 1em;
        margin-left: 8px;
    }

.logo {
    width: 106px;
    height: 36px;
    margin-left: 10px; 
}

.corpname {
    font-size: 22px;
    letter-spacing: 2.5px;
    line-height: 1;
}

.corpnameen {
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 1;
}

nav {
    width: 1420px;
    color: #fff;
    margin: auto;
    margin-left: 200px;
    /*margin-top: -36px;*/
}

    nav a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border: 1px solid #097fb7;
        line-height: 34px;
        padding: 0 1em;
    }

        nav a.curr, nav a:hover {
            color: #026c9e;
            border-color: #fff;
            background: #fff;
        }

.shadow {
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(183, 183, 183, 0.3);
}

.layout {
    position: absolute;
    top: 0px;
    left: 198px;
}

.menu {
    position: relative;
    width: 100%;
    height: 34px;
    padding: 12px;
    background: #f2f2f2;
}

    .menu a {
        display: inline-block;
        line-height: 30px;
        padding: 0 1em;
        /* border: 1px solid #026c9e; */
        /* color: #026c9e; */
        background: transparent;
        /* border-radius: 8px; */
    }

        .menu a.curr, .menu a:hover {
            /* background-color: #026c9e; */
            color: #026c9e;
            border-bottom: 2px solid;
        }

    .menu .tips {
        position: absolute;
        right: 0;
        top: 14px;
        margin-right: 1em;
    }

        .menu .tips a {
            border: 0;
            color: #fff;
            background-color: #e65f29;
        }

    .menu .pagename {
        position: absolute;
        top: 12px;
        left: 30px;
        font-size: 22px;
    }

.board {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    width: 1420px;
    margin: auto auto 30px auto;
    padding: 20px;
    background-color: #f7f7f7;
}

.task {
    flex: none;
    width: 30%;
    margin-right: 20px;
    background-color: #fff;
}

    .task li {
        padding: 8px 16px;
        border-bottom: 1px solid #f2f4f3;
    }

    .task small {
        color: #8f8f8f;
    }

    .task b {
        display: block;
        line-height: 1.5;
    }

.employee {
    width: 70%;
    background-color: #fff;
    overflow: auto;
}

    .employee td {
        height: 50px;
        text-align: center;
        border-bottom: 1px solid #f2f4f3;
    }

.capt {
    padding: 16px;
    font-size: 16px;
    color: #026c9e;
    border-bottom: 1px solid #f2f4f3;
}

.box {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 90%;
    margin: 20px auto;
    padding: 20px;
}

    .box .box-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .box .box-title a {
            display: flex;
            align-items: center;
            font-size: 20px;
            height: 36px;
            line-height: 34px;
            padding: 0 18px;
            color: #4ba642;
            border: 1px solid #4ba642;
            border-radius: 8px;
            background-color: transparent;
        }

    .box h1 {
        display: flex;
        align-items: center;
        font-weight: 400;
        margin-left: 12px;
        margin-bottom: 20px;
    }

        .box h1 > i {
            color: #026c9e;
        }

    .box span {
        /*margin: 0 8px;*/
    }

    .box input {
        width: 300px;
        line-height: 32px;
        padding: 0 1em;
        border-radius: 8px;
        border: none;
        background-color: #f1f1f1;
    }

.upload {
    float: right;
    margin-top: 20px;
}

    .upload .tips {
        margin-top: 12px;
        text-align: right;
        font-size: 12px;
        color: #85c3e0;
    }

.progress {
    position: relative;
    width: 100%;
    height: 6px;
    margin-top: 12px;
    border-radius: 3px;
    background-color: #eee;
}

.progress-bar {
    position: absolute;
    width: 60%;
    height: 6px;
    background-color: #4ba642;
    border-radius: 3px;
}

.upfile {
    position: relative;
    display: inline-block;
    width: 86%;
    line-height: 34px;
    text-align: right;
    border-radius: 8px;
    background-color: #eee;
}

    .upfile input {
        position: absolute;
        width: 100%;
        line-height: 34px;
        top: 0;
        left: 0;
        outline: 0;
        opacity: 0;
    }

    .upfile span {
        display: inline-block;
        line-height: 34px;
        border-radius: 8px;
        color: #fff;
        padding: 0 1em;
        background-color: #e99208;
    }

.account {
    flex: auto;
    position: relative;
    width: 90%;
    margin: auto auto 30px auto;
    background: url(../img/bj.jpg) no-repeat right bottom;
}

.subaccount {
    position: absolute;
    width: 660px;
    height: 92%;
    top: 20px;
    right: 20px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.subaccount-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    color: #1082b4;
    border-bottom: 1px solid #e9e9e9;
}

    .subaccount-title .search {
        line-height: 28px;
        padding: 0 0.5em 0 1em;
        border: none;
        border-radius: 8px;
        background: #e9e9e9;
    }

        .subaccount-title .search input {
            border: none;
            outline: none;
            vertical-align: text-bottom;
            background-color: transparent;
            line-height: 1em;
        }

            .subaccount-title .search input[type=button] {
                width: 16px;
                font-size: 13px;
                line-height: 16px;
                border: none;
                background: url(../img/zoom.png) no-repeat center;
                box-shadow: none;
                cursor: pointer;
            }

.subaccount-d1 {
    width: 100%;
    padding: 20px;
    line-height: 2em;
}

.subaccount-d2 {
    flex-grow: 1;
    width: 100%;
    padding: 20px;
    background-color: rgba(240, 240, 240, 0.5);
}

    .subaccount-d2 label {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.subaccount-d3 {
    width: 100%;
    height: 53px;
    padding: 20px;
}

    .subaccount-d3 a.btn {
        line-height: 30px;
        height: 32px;
        padding: 0 2em;
    }

.subaccount-list {
    width: 100%;
}

    .subaccount-list th {
        color: #fff;
        line-height: 32px;
        background: #1082b4;
    }

    .subaccount-list td {
        text-align: center;
        line-height: 44px;
    }

        .subaccount-list td a {
            display: inline-block;
            border: none;
            height: 24px;
            line-height: 24px;
            padding: 0 0.7em;
            margin: 0 4px;
            border-radius: 8px;
            box-shadow: 0 0 5px #b7b7b7;
        }

            .subaccount-list td a:hover {
                background-color: #1082b4;
                color: #fff;
            }

    .subaccount-list tr:hover td {
        background: rgba(16, 130, 180, 0.20);
    }

.baseinfo {
    display: flex;
    padding: 20px 20px 70px 20px;
    line-height: 36px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(247, 247, 247, 0.41);
}

    .baseinfo .avatar {
        width: 108px;
        height: 108px;
        margin-right: 40px;
        border-radius: 50%;
        overflow: hidden;
    }

.changePwd {
    margin-left: 140px;
    margin-top: -32px;
    padding: 0 20px 20px 20px;
}

    .changePwd .tabnav a {
        display: inline-block;
        line-height: 32px;
        padding: 0 1em;
        color: #fff;
        background: #a1a1a1;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .changePwd .tabnav a.curr, .changePwd .tabnav a:hover {
            background-color: #2ba0cc;
        }

    .changePwd .input {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 460px;
        height: 60px;
        border-bottom: 1px solid #666666;
    }

        .changePwd .input input {
            border: none;
            outline: 0;
        }

.addaccount {
    margin-top: 20px;
    color: #026c9e;
}

.order {
    width: 1500px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 4px;
}

.order-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .order-title > div {
        width: 50%;
    }

    .order-title span {
        display: inline-block;
        width: 100%;
        padding: 0 1em;
        color: #ea6834;
        line-height: 32px;
        border-radius: 8px;
    }

    .order-title .order-time {
        display: inline-block;
        padding: 0.5em;
        color: #fff;
        border-radius: 5px;
        font-style: normal;
        background-color: #e65f29;
    }

    .order-title input[type=text] {
        width: 160px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5em;
        padding-left: 0.5em;
        margin-left: -9px;
        border: none;
        background-color: #e7e7e7;
        box-shadow: 0 0 2px #d0d0d0 inset;
    }

        .order-title input[type=text]:disabled {
            background-color: transparent;
            box-shadow: none;
        }

    .order-title i {
        cursor: pointer;
        font-size: 14pxpx;
    }

.order-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

    .order-info .scanfile {
        position: relative;
        width: 50%;
        height: 300px;
        padding: 24px;
        border-top: 6px solid #fff;
        border-bottom: 6px solid #fff;
        border-right: 24px solid #efefef;
        background: #efefef;
    }

    .order-info .swiper {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: auto;
    }




    .order-info .scanfile picture {
        position: relative;
        cursor: pointer;
        margin: 0 20px;
    }

        .order-info .scanfile picture:hover::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(3, 0, 47, 0.50);
            background-image: url(../img/eye.svg);
            background-repeat: no-repeat;
            background-position: center center;
        }

    .order-info .scanfile .original-data {
        position: absolute;
        /* width: 100%; */
        padding: 4px 1em;
        border-radius: 4px;
        color: #fff;
        left: 50%;
        bottom: 20px;
        text-align: center;
        background-color: #a3a3a3;
        cursor: pointer;
        transform: translateX(-50%);
    }

    .order-info .checklist {
        width: 50%;
        height: 300px;
        padding: 10px 5px;
        overflow: hidden;
        overflow-y: scroll;
    }

        .order-info .checklist > button {
            color: #fff;
            line-height: 32px;
            border-radius: 8px;
            margin-top: 16px;
            padding: 0 2em;
            border: 0;
            background-color: #e99208;
        }

        .order-info .checklist .checklist-item {
            line-height: 36px;
            padding: 15px 0;
            border-bottom: 1px solid #eaeaea;
        }

.confirm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    width: 460px;
    line-height: 32px;
    border-radius: 8px;
    padding-left: 16px;
}

    .confirm input {
        flex: auto;
        border: 0;
        outline: 0;
        line-height: 32px;
        background-color: transparent;
    }

    .confirm button {
        color: #fff;
        line-height: 32px;
        padding: 0 1.5em;
        border: 0;
        border-radius: 8px;
        background-color: #2eb420;
    }

.confirmed {
    color: #4ba642;
}

    .confirmed a {
        color: #235cc5;
        text-decoration: underline;
    }

.department {
    display: flex;
    justify-content: space-between;
    width: 1420px;
    margin: 20px auto;
}

.deplist {
    width: 380px;
    padding: 20px;
}

.depcontent {
    border: 1px solid #f4f4f4;
}

    .depcontent li {
        line-height: 60px;
        padding-left: 2em;
        background-color: #f8f8f8;
        cursor: pointer;
    }

        .depcontent li:before {
            content: "▪";
            color: #d1d1d1;
            margin-right: 1em;
        }

        .depcontent li:hover {
            background-color: #e8e8e8;
            color: #026c9e;
        }

.deplist-title {
    font-size: 16px;
    color: #016b9e;
    margin-bottom: 20px;
}

.depname {
    line-height: 60px;
    background-color: #fff;
    padding: 0 20px;
}

    .depname:before {
        content: "\271A";
        margin-right: 0.5em;
        font-weight: bold;
        color: #026c9e;
    }

    .depname.curr {
        background-color: #d6e7f0;
    }

        .depname.curr:before {
            content: "\2013";
            margin-right: 0.5em;
            font-weight: bold;
            color: #026c9e;
        }

.stafflist {
    flex: auto;
}

    .stafflist td, .stafflist th {
        line-height: 50px;
        background-color: #fff;
        border-bottom: 1px solid #f2f4f3;
        text-align: center;
    }

.stafflist-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 10px;
    line-height: 40px;
    color: #026c9e;
    font-size: 16px;
    background-color: #fff;
    border-bottom: 1px solid #f2f4f3;
}

.stafftable {
    background-color: #f2f2f2;
    height: 49%;
    padding: 20px;
    margin-bottom: 20px;
    overflow: auto;
}

.deptable {
    height: 49%;
    padding: 20px;
    background-color: #f2f2f2;
    overflow: auto;
}

.query {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 99%;
    margin: 15px auto;
    padding: 5px 0px;
}

    .query > span {
        margin-right: 20px;
        margin-top: 10px;
    }

        .query > span:last-child {
            margin-right: 0;
        }

    .query input[type=text] {
        width: 120px;
        margin-left: 8px;
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1;
        padding: 0 18px;
        height: 30px;
    }

    .query textarea {
        width: 160px;
        margin-left: 2px;
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1;
        padding: 0 16px;
    }

    .query form > div > span {
        display: inline-block;
        margin: 6px 3px;
    }

.sinput {
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 8px;
}

    .sinput input[type=text] {
        background-color: transparent;
        border: 0;
    }

.seller-head {
    width: 99%;
    margin: 2px auto;
    padding: 8px 10px;
    border-radius: 4px;
    background: #026c9e;
    color: #fff;
}

.seller {
    width: 99%;
    margin: 2px auto;
    padding: 2px 2px;
    font-size: 12px;
    border-radius: 4px;
}

    .seller-head span, .seller span {
        text-align: center;
        display: inline-block;
    }

.orderstate {
    display: inline-block;
    line-height: 22px;
    border-radius: 8px;
    padding: 0 8px;
    color: #fff;
}
/****解析中*/
.inAI {
    color: green;
}
/*待处理*/
.pending {
    color: #cf3838;
}
/*处理中*/
.inprocess {
    color: #e65f29;
}
/*已完成*/
.finish {
    color: #40a518;
}
/*已撤销*/
.rescinded {
    color: #afafaf;
}
/*已报关*/
.declare {
    color: #3a58a1;
}
/*已失效*/
.invalid {
    color: #FF0000;
}



menu {
    margin: 20px 0px 20px 10px;
    padding: 0;
    /*margin: 4px auto;*/
    /*text-align: right;*/
}

    menu a {
        display: inline-block;
        line-height: 24px;
        color: #026c9e;
        padding: 0 1em;
        border: 1px solid #026c9e;
        border-radius: 8px;
        font-size: 12px;
        margin-right: 5px;
    }

        menu a.curr, menu a:hover {
            color: #fff;
            background-color: #026c9e;
            text-decoration: none;
        }

.classify {
    flex-grow: 1;
    width: 99%;
    margin: auto auto 20px auto;
    overflow: auto;
}

    .classify table {
        border-collapse: collapse;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
    }

    .classify tr:hover {
        background-color: #e3ebfa;
    }

    .classify th {
        color: #fff;
        background-color: #016b9e;
        line-height: 40px;
        padding: 4px;
        border: 1px solid #fff;
    }

    .classify td {
        position: relative;
        font-size: 12px;
        line-height: 32px;
        padding: 4px;
        text-align: center;
        border: 1px solid #eeeeee;
        
    }
        .classify td:nth-child(4){
            word-break:break-all;
            min-width:100px;
        }

        .classify td.error {
            color: #fff;
            background-color: #fa9c21;
        }

    .classify .ms:hover:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(35, 92, 197, 0.5) url(../img/edit.svg) no-repeat center center;
        cursor: pointer;
    }

    .classify .gx:hover:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(35, 92, 197, 0.5) url(../img/edit.svg) no-repeat center center;
        cursor: pointer;
    }

.turnpage {
    width: 99%;
    bottom: 74px;
    padding: 2px;
    text-align: center;
    background: white;
}

    .turnpage > a {
        display: inline-block;
        width: 27px;
        height: 27px;
        margin: 4px;
        line-height: 25px;
        text-align: center;
        border-radius: 8px;
        border: 1px solid #d9d9d9;
        background: linear-gradient(to bottom,#fbfbfb,#f1f1f1);
    }

        .turnpage > a:hover {
            color: #fff;
            background: #1571ce;
        }

.notify {
    position: absolute;
    top: 20px;
    right: 20px;
}

.sltuser {
    position: absolute;
    top: 0;
    left: 1%;
    width: 217px;
    height: 56px;
    padding: 0 15px;
    background-color: #fff;
}

footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    color: #fff;
    background: #494949;
}

.footer-logo {
    position: absolute;
    top: 5px;
    left: 16px;
}

    .footer-logo > img {
        width: auto;
        height: 20px;
    }

.copyright {
    text-align: center;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}

.plate {
    position: absolute;
    width: 1100px;
    top: 50%;
    left: 50%;
    z-index: 999;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    transform: translate(-50%,-50%);
}

    .plate h3 {
        color: #4ba642;
        margin: 6px 0;
    }

.tab {
    display: inline-block;
    line-height: 32px;
    padding: 0 1em;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #4ba642;
}

.description {
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 8px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
}

.taxnumber, .key, .note {
    margin: 4px;
    width: 100%;
}
.tax-tab > ul{
    overflow:hidden;
}
    .tax-tab > ul > li {
        padding: 8px 20px;
        float: left;
        margin-right: 5px;
        background-color: #eee;
        color: #666;
        border-top: 3px solid #eee;
        cursor:pointer;
    }
    .tax-tab > ul > .curr {
        background: #fff;
        border-top: 3px solid #4ba642;
    }

.taxnumber > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    padding-left: 10px;
    padding-right: 1px;
    border: 1px solid #eee;
    background-color: #eee;
    line-height: 30px;
    border-radius: 8px;
}

        .taxnumber > div.selected {
            background-color: transparent;
            border-color: #4ba642;
            color: #4ba642;
        }

    .taxnumber .btn {
        line-height: 28px;
        height: 28px;
        border: 0;
        background-color: #878787;
        color: #fff;
    }
.btnw .btn{
    padding: 0 10px;
    width:80px;
}

.taxnumber > div.selected .btn {
    background-color: #4ba642;
}

.tariff {
    margin-top: 20px;
    /*margin-bottom: 20px;
    margin-top: -32px;*/
}

    .tariff button {
        border: 0;
        color: #fff;
        line-height: 32px;
        width: 72px;
        height: 32px;
        border-radius: 8px;
        background-color: #4ba642;
    }

    .tariff table {
        border-collapse: collapse;
        border-radius: 4px;
        overflow: hidden;
    }

    .tariff th {
        padding: 0 4px;
        line-height: 24px;
        background-color: #f4f4f4;
        border: 1px solid #e1e1e1;
        border-bottom: 0;
    }

    .tariff td {
        line-height: 24px;
        padding: 0 4px;
        border: 1px solid #e1e1e1;
        border-top: 0;
    }

.billpic .viewer {
    text-align: center;
    margin-bottom: 147px;
}

.canvas-wrap {
    display: inline-block;
    position: relative;
}

    .canvas-wrap .block {
        width: 100px;
        height: 100px;
        /*background-color: rgba(0, 255, 0, .5);*/
        /*outline: 4px solid rgba(0, 255, 0, .5);*/
        position: absolute;
        top: -999px;
        left: -999px;
    }

.billpic img {
    display: block;
    margin: auto;
    height: 100%;
}

.billpic .picfooter {
    position: fixed;
    ;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bi {
    width: 100%;
    background-color: #016b9e;
}

.billinfo {
    height: 56px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: #016b9e;
}

.billtitle {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    padding: 0 1em;
    margin-right: 1em;
    background-color: #4ba642;
}

.fd {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.feedback {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
}

    .feedback textarea {
        width: 990px;
        height: 67px;
        margin: 0 10px;
        border-radius: 5px;
    }

.orderform {
    width: 1420px;
    margin: 15px auto;
    display: flex;
}

    .orderform td {
        height: 26px;
        border: 1px solid #d0d0d0;
        white-space: nowrap;
    }

    .orderform input {
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .orderform select {
        border: none;
        height: 34px;
    }

    .orderform input[type=button] {
        color: #fff;
        height: 24px;
        min-width: 24px;
        line-height: 24px;
        border-radius: 4px;
        padding: 0 4px;
        background-color: #4ba642;
    }

        .orderform input[type=button].grn {
            background-color: #132694;
        }

        .orderform input[type=button]:hover {
            /*background-color: #1082b4;*/
            opacity: 0.6;
        }

.tbFormExport {
    width: 800px;
    font-size: 12px;
}

.lie1 {
    width: 90px;
}

.listinput {
    text-align: center;
    background-color: #f5f7ff;
}

.form_detail {
    display: flex;
    width: 800px;
    height: 100px;
    margin: 5px 0;
    border: 1px solid #d0d0d0;
}

.detail_left {
    flex: none;
    width: 28px;
    margin: 10px 0;
    text-align: center;
}

.goodsdetail {
    width: 800px;
    overflow: scroll;
}

.form_list {
    width: 800px;
}

.tdhead {
    text-align: center;
    background-color: #f5f7ff;
}

.enlableinput {
    background-color: #F0F0F0;
}

.contentRight {
    width: 22%;
    margin-left: 8px;
}

.divborder {
    border: 1px solid #d0d0d0;
}

.attach {
    margin-bottom: 20px;
}

.warning {
    background-color: #f00;
    color: #333;
}

#div_entry {
    margin-top: 5px;
    width: 300px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    text-align: center;
    min-height: 312px;
    height: 312px;
    overflow: auto;
}

.contentRight_info {
    margin-left: 8px;
}

    .contentRight_info input.messageinput {
        border: 0;
        line-height: 26px;
    }

.orderctrl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1420px;
    margin: 20px auto;
    padding: 20px;
}

    .orderctrl .btn {
        margin: 0 4px;
    }

    .orderctrl select {
        height: 34px;
        outline: 0;
        border: 0;
    }

.cycleset {
    padding: 20px 50px;
}

    .cycleset h3 {
        padding-bottom: 1em;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 1em;
    }

    .cycleset label {
        margin-right: 3em;
    }

.changeInfo {
    position: relative;
    padding: 0 40px;
    border-top: 1px solid #016b9e;
}

    .changeInfo a.cap {
        position: absolute;
        top: -34px;
        display: inline-block;
        line-height: 32px;
        padding: 0 1em;
        border: 1px solid #016b9e;
        border-bottom-color: #fff;
        color: #016b9e;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .changeInfo input {
        margin-right: 3%;
        margin-bottom: 20px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #d1d1d1;
        background: rgba(255,255,255,0.1);
    }

.line {
    width: 100%;
    height: 1px;
    margin-bottom: 1em;
    background-color: #d1d1d1;
}

.aptitude {
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
}

    .aptitude span {
        display: block;
        padding: 0 8px;
        margin-right: 8px;
        line-height: 2;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 7px rgba(183, 183, 183, 0.3);
    }

    .aptitude .cur {
        color: #fff;
        background-color: #016b9e;
    }

.certificate {
    position: absolute;
    width: 844px;
    height: 683px;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    background-color: #fff;
    overflow: hidden;
}

    .certificate h1 {
        display: block;
        height: 54px;
        font-size: 18px;
        line-height: 2;
        padding: 0.5em 1em;
        background-color: #efefef;
    }

    .certificate .pic {
        padding: 10px;
        height: 629px;
        overflow: auto;
    }

.role {
    margin-bottom: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
}

    .role b {
        display: block;
        font-size: 16px;
    }

.checkbox {
    margin-right: 6px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    border: 1px solid #c6c6c6;
    text-align: center;
    outline: 0;
    vertical-align: middle;
}

    input[type=checkbox]:checked {
        border-color: #4ba642;
    }

        input[type=checkbox]:checked:after {
            content: "\2714";
            color: #4ba642;
        }

.msgbox {
    width: 90%;
    margin: auto;
}

.msgitem {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    line-height: 24px;
    box-shadow: 0 0 7px rgba(183, 183, 183, 0.3);
}

.nomsg {
    flex-grow: 1;
    width: 1420px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(183, 183, 183, 0.3);
}

    .nomsg img {
        display: block;
        margin: auto;
        margin-top: 10%;
    }

.msgtips {
    text-align: center;
    font-size: 22px;
    margin-top: 1em;
    color: #b0b0b0;
}

.msgtitle {
    padding: 20px;
    border-bottom: 1px solid #d0d0d0;
}

    .msgtitle h2 {
        font-size: 24px;
        font-weight: normal;
        line-height: 2;
    }

    .msgitem span, .msgtitle span {
        display: inline-block;
        width: 160px;
        border-radius: 5px;
        margin-right: 8px;
        color: #818181;
        text-align: center;
        background: #f1f1f1;
    }

.msgdetail {
    flex: auto;
    padding: 20px;
}

.msgbottom {
    padding: 20px;
    border-top: 1px solid #d0d0d0;
}

.mask-ctrl {
    position: fixed;
    top: 100px;
    left: 100px;
    user-select: none;
    z-index: 9999;
}

    .mask-ctrl span {
        padding: 10px;
        display: inline-block;
        background-color: rgba(255, 255, 255, .9);
        transform: scaleY(.75);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
        border-radius: 6px;
        cursor: pointer;
        z-index: 99;
    }

        .mask-ctrl span::after {
            content: '';
            display: block;
            border: 10px solid transparent;
        }

    .mask-ctrl .mask-prev {
        padding-left: 0;
    }

    .mask-ctrl .mask-next {
        margin-left: 10px;
        padding-right: 0;
    }

    .mask-ctrl .mask-prev::after {
        border-right-color: blue;
    }

    .mask-ctrl .mask-prev.disabled::after {
        border-right-color: #ccc;
    }

    .mask-ctrl .mask-next::after {
        border-left-color: blue;
    }

    .mask-ctrl .mask-next.disabled::after {
        border-left-color: #ccc;
    }
/*  
    下面是重调的样式
*/
.xjyw-w {
    float: left;
}

    .xjyw-w > a:hover {
        background: #e99208;
        color: #fff !important;
    }

.xjyw-div {
    width: 30%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px auto;
    padding: 5px 0px;
}

.caozuo {
    overflow: hidden;
    margin: 0 0px 10px 10px;
}

.state-btn {
    float: right;
}

.fl {
    float: left !important;
}

.state-btn > a {
    margin-top: 5px;
}

.cxk {
    width: 160px;
}

[v-cloak] {
    display: none;
}

.tubiao {
    font-size: 25px;
    padding-right: 5px;
}

.bottom-w {
    position: relative;
    width: 99%;
    height: 54px;
}

.xzsj {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 20px;
    padding: 0 14px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}

.xjyw-div a {
    margin-top: 4px;
}

.xztb {
    display: inline-block;
    transform: rotate(90deg);
}

.gysl {
    margin: 0 5px;
    font-size: 14px;
    color: #016b9e;
    font-weight: 700;
}

.zhichi {
    float: right;
    padding: 0 25px;
}

.btmf {
    position: fixed;
    bottom: 30px;
    left: 0;
}

.bottom-right {
    float: right;
    margin: -32px 55px 0px 0px;
}

.bottom-left {
    float: left;
    margin: -32px 55px 0px 0px;
}

.bole-content > li {
    float: left;
    margin-right: 20px;
}

.xinzen {
    float: left;
}

.input-w > input {
    width: 400px;
}

.liushuih > input {
    width: 500px !important;
}

.div-w > div {
    width: 478px !important;
}

.tsxx > i > span {
    padding-left: 3px;
}


.color-btn-1 {
    background: #40a1cd;
    color: #666;
    border: 1px solid #40a1cd;
}




.color-btn-2 {
    background: #e99f4b;
    color: #eee;
    border: 1px solid #e99f4b;
}



.color-btn-3 {
    background: #c8b8a7;
    color: #666;
    border: 1px solid #c8b8a7;
}



.color-btn-4 {
    background: #c9c0d4;
    color: #666;
    border: 1px solid #c9c0d4;
}



.color-btn-5 {
    background: #aaa5ab;
    color: #eee;
    border: 1px solid #aaa5ab;
}



.color-btn-6 {
    background: #7ec055;
    color: #eee;
    border: 1px solid #7ec055;
}



.color-btn-7 {
    background: #a49889;
    color: #eee;
    border: 1px solid #a49889;
}



.color-btn-8 {
    background: #7e7186;
    color: #eee;
    border: 1px solid #7e7186;
}



.color-btn-9 {
    background: #c3cade;
    color: #666;
    border: 1px solid #c3cade;
}



.color-btn-10 {
    background: #9fa7bb;
    color: #eee;
    border: 1px solid #9fa7bb;
}



.color-btn-11 {
    background: #ddd8dc;
    color: #666;
    border: 1px solid #ddd8dc;
}



.color-btn-12 {
    background: #975457;
    color: #eee;
    border: 1px solid #975457;
}



.color-btn-13 {
    background: #a49889;
    color: #eee;
    border: 1px solid #a49889;
}



.color-btn-14 {
    background: #e3cbd4;
    color: #666;
    border: 1px solid #e3cbd4;
}



.color-btn-15 {
    background: #7d634e;
    color: #eee;
    border: 1px solid #7d634e;
}


.color-btn-16 {
    background: #697754;
    color: #eee;
    border: 1px solid #697754;
}

.top-status {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 1000;
}


.top {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url(../img/top.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
}


.down {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url(../img/down.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
}

.printing {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url(../img/printing.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
}

.ico-uploadImg {
    width: 22px;
    height: 22px;
    background: url(../img/ico-uploadImg.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-nouploadImg {
    width: 22px;
    height: 22px;
    background: url(../img/ico-nouploadImg.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-editmore {
    width: 22px;
    height: 22px;
    background: url(../img/ico-edit.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-confirm {
    width: 22px;
    height: 22px;
    background: url(../img/ico-confirm.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-proposal {
    width: 22px;
    height: 22px;
    background: url(../img/ico-proposal.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-void {
    width: 22px;
    height: 22px;
    background: url(../img/ico-void.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}


.ico-del {
    width: 22px;
    height: 22px;
    background: url(../img/ico-del.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-upLock {
    width: 22px;
    height: 22px;
    background: url(../img/upLock.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}


.ico-unLock {
    width: 22px;
    height: 22px;
    background: url(../img/unLock.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-delay {
    width: 22px;
    height: 22px;
    background: url(../img/ico-delay.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-batchproposal {
    width: 32px;
    height: 32px;
    background: url(../img/ico-batchproposal.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}

.ico-adopt {
    width: 32px;
    height: 32px;
    background: url(../img/ico-adopt.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin: 0 4px;
}


.ico-excel {
    width: 32px;
    height: 32px;
    background: url(../img/ico-excel.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
    margin:0 4px;
}


.receipt {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-image: url(../img/receipt.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-color: #94cd9d;
    background-position: center center;
    border: 0;
    padding: 7px 8px;
}


.receipt:hover {
    background-color:#00a881;
}

.bottom {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url(../img/bottom.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    padding: 7px 8px;
}

.warning-i {
    /*width: 13px;*/
    /*height: 13px;
    background: url(../img/warning.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*display: inline-block;*/
    background-color:red;
    color:#fff !important;
    border-radius:50%;
    width:13px;
    display:inline-block;
}





















