* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    background: url("../images/bg.png") no-repeat;
    background-size: 100%;
}

.head {
    width: 100%;
    color: #666666;
    background-image: url(../images/copy.png);
    background-size: 100%;
    padding: 5px 0px;
}

    .head .top {
        margin: 0 auto;
        width: 1000px;
        padding: 5px 0px;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }

        .head .top p > a {
            color: white;
            margin: 0px 5px;
            padding: 3px 12px;
        }

.logo {
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.tt {
    background: #3069b8;
    color: white;
    display: flex;
    justify-content: space-between
}

    .tt p {
        font-size: 18px;
        padding: 15px 0px 15px 0px;
        width: 250px;
        display: block;
        background: #234b80;
        text-align: center;
    }

    .tt img {
        display: block;
        width: 123px;
        height: 22px;
        padding-top: 16px;
        padding-right: 10px;
    }

.foot {
    height: 100px;
    width: 100%;
    background: #666666;
    text-align: center;
    margin-top: 30px;
    color: white;
}

    .foot p {
        padding-top: 20px;
        font-size: 14px
    }

.body {
    display: flex;
    justify-content: space-between;
}

.bdleft {
    width: 250px;
    /*background: #f3f3f3;*/
    border: 1px solid #dedede;
}

    .bdleft ul {
        padding-top: 10px;
    }

        .bdleft ul li { /*width: 230px;*/ /*margin:10px 0px 20px 10px*/
            padding: 10px 0px 10px 10px; /*border-radius: 5px;*/
        }

            .bdleft ul li.active {
                background: rgb(230,247,255);
            }

            .bdleft ul li a {
                display: flex;
                line-height: 25px;
                color: #333;
                cursor: pointer;
            }

                .bdleft ul li a img {
                    width: 25px;
                    height: 25px;
                }

            .bdleft ul li p {
                padding: 0px 15px;
                font-size: 14px
            }

            .bdleft ul li a img:nth-of-type(2) {
                width: 13px;
                height: 13px;
                line-height: 35px;
                padding-top: 6px;
            }

            .bdleft ul li:hover {
                background: rgb(230,247,255);
            }

.keyWords {
    position: relative;
    width: 432px;
    line-height: 87px;
}

.searcher {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    margin: 20px auto;
}

    .searcher input {
        width: 418px;
        height: 32px;
        line-height: 32px;
        border: none;
        border-radius: 14px;
        padding-left: 14px;
        outline: none;
    }

    .searcher a {
        width: 104px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        background: #3069b8;
        display: inline-block;
        text-align: center;
        border-radius: 14px;
        position: absolute;
        right: 0;
        top: 27px;
        bottom: 0;
    }

        .searcher a:hover {
            color: white;
        }

.btn-login {
    background-color: #3069b8;
}

.btn-register {
    background-color: #309db8;
}

.register {
    background: white;
    margin-top: 50px;
}

.tab-hd {
    display: flex;
}

    .tab-hd li {
        width: 50%;
        text-align: center;
        padding: 12px 0px;
        font-size: 18px;
        cursor: pointer;
    }

.active-bg {
    background: #296dcd;
    font-weight: bold;
    color: white;
}

.tab-bd {
    width: 500px;
    margin: 0px auto;
    padding: 30px 0px;
}

    .tab-bd li {
        display: none;
    }

        .tab-bd li form .layui-form-item .layui-form-label {
            width: 126px;
        }

        .tab-bd li form .layui-form-item .layui-input-block {
            margin-left: 156px;
        }

.flex {
    display: flex;
}

.flex-space {
    display: flex;
    justify-content: space-between;
}

.btn-upload {
    background: none !important;
    border: 1px solid #296dcd !important;
    color: #296DCD !important;
    margin-left: 10px;
    padding: 0px 25px !important;
}

.btn-yzm {
    background: none !important;
    border: 1px solid #296dcd !important;
    color: #296DCD !important;
    margin-left: 10px;
    padding: 0px 5px !important;
}

.company-register {
    width: 100%;
    background: #296dcd !important;
}






/* 126*********************156 */
.four ul {
    display: flex;
}

    .four ul li {
        width: 25%;
        text-align: center;
        background: #3069b8;
        padding: 10px 0px;
    }

        .four ul li a {
            color: white;
        }

.body {
    background: white;
}

.bdright {
    width: 900px;
    border: 1px solid #dedede;
}

    .bdright iframe {
        width: 100%;
    }

.form1 form .layui-form-item .layui-form-label {
    width: 132px;
}

.form1 form .layui-form-item .layui-input-block {
    margin-left: 162px;
}

    .form1 form .layui-form-item .layui-input-block .layui-select {
        display: block;
        width: 100%;
        -webkit-appearance: menulist;
    }

.btn-revise {
    background: #cd2929 !important;
    width: 100% !important;
}

    .btn-revise:hover {
        opacity: 1 !important;
    }

.m:before {
    content: "*";
    color: red;
}
