body {
    background: url('/views/web/image/regImg/zc-16.jpg') no-repeat;
    min-width: 1280px !important;
    overflow: auto;
    /* background-size: cover; */
}

.reg-page {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
}
/* ---------------top--------------------- */
.top {
    height: 44px;
    text-align: center;
}

    .top ul {
        display: inline-block;
    }

        .top ul li {
            float: left;
            color: #fff;
            line-height: 44px;
            height: 100%;
            margin-left: 4px;
        }

            .top ul li a {
                color: #fff;
                font-size: 18px;
            }

            .top ul li.fhsy {
                background: url('../image/regImg/zc-1.png') no-repeat left center;
                padding-left: 18px;
            }

                .top ul li.fhsy a {
                    margin-left: 18px;
                }

            .top ul li a:hover {
                border-bottom: 1px solid #fff;
            }
/* ---------------- header--------------------- */
.header {
    background: none;
    text-align: center;
    height: 65px;
}
/* ------------------regMain------------------- */
.regMain {
    height: 720px;
    width: 96%;
    background: #fff;
    background: #fff;
    border-radius: 16px;
    margin-top: 10px;
    box-shadow: 0px 6px 41px 5px rgba(5,98,136,0.15);
    padding: 4px 38px 16px 38px;
}

    .regMain .title {
        color: #1E88E5;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }
    /* ---left 资料下载--- */
    .regMain .zlxz {
        width: 258px;
        height: 620px;
        border: 1px solid #DBDBDB;
    }

        .regMain .zlxz h3 {
            font-size: 24px;
            padding: 0px;
            margin: 0px;
            font-weight: 400;
            color: #1E88E5;
            height: 48px;
            line-height: 48px;
            border-bottom: 1px solid #DBDBDB;
            padding-left: 20px;
        }

        .regMain .zlxz ul {
            padding: 10px 10px 0 20px;
        }

            .regMain .zlxz ul li {
                color: #333333;
                height: 40px;
                line-height: 40px;
            }

                .regMain .zlxz ul li a {
                    color: #333333;
                    display: inline-block;
                    line-height: 20px;
                }

                    .regMain .zlxz ul li a:hover {
                        color: #1E88E5;
                    }

/* -----form------------ */
.regContent {
    width: 740px;
    height: 640px;
}

.regForm .row1 {
    width: 100%;
}

.regForm .row2 {
    width: 49%;
}

.regForm .form-item {
    height: 38px;
    font-size: 16px;
    margin-bottom: 18px;
}

.regForm .item-text {
    width: 76px;
    padding-left: 30px;
    display: inline-block;
    color: #1E88E5;
    background-size: 16px 16px;
    height: 24px;
}

.regForm .form-item label.error {
    color: #ff0000;
    font-size: 12px;
    position: relative;
    left: 110px;
    width: 200px;
    display: inline-block;
}

.regForm .yzm input {
    position: relative;
}

.regForm .yzm label.error {
    left: 0px;
    position: absolute;
    top: 26px;
}

.regForm .username .item-text {
    background: url('../image/regImg/zc-4.png') no-repeat left center;
}

.regForm .pwd .item-text {
    background: url('../image/regImg/zc-5.png') no-repeat left center;
}

.regForm .rpwd .item-text {
    background: url('../image/regImg/zc-5.png') no-repeat left center;
}

.regForm .sbrname .item-text {
    background: url('../image/regImg/zc-6.png') no-repeat left center;
}

.regForm .sex .item-text {
    background: url('../image/regImg/zc-4.png') no-repeat left center;
}

.regForm .tel .item-text {
    background: url('../image/regImg/zc-2.png') no-repeat left center;
}

.regForm .email .item-text {
    background: url('../image/regImg/zc-9.png') no-repeat left center;
}

.regForm .company .item-text {
    background: url('../image/regImg/zc-7.png') no-repeat left center;
}

.regForm .zlsc .item-text {
    background: url('../image/regImg/zc-13.png') no-repeat left center;
}

.regForm .yzm .item-text {
    background: url('../image/regImg/zc-15.png') no-repeat left center;
}

.regForm .form-item input {
    border: 1px solid #DBDBDB;
    padding: 0px;
    margin: 0px;
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
    font-size: 16px;
}

.regForm .sex input {
    width: 60px !important;
    height: 20px;
    position: relative;
    top: 6px;
    border: none;
}

.regForm .form-item input::-webkit-input-placeholder {
    color: #CCCCCC;
}

.regForm .form-item input:-ms-input-placeholder {
    color: #CCCCCC;
}

.regForm .form-item input::-moz-placeholder {
    color: #CCCCCC;
}

.regForm .row1 input {
    width: 601px;
}

.regForm .row2 input {
    width: 224px;
}

.regForm .form-file-item {
    clear: both;
}

    .regForm .form-file-item .right {
        float: left;
        display: block;
        width: 620px;
        height: 100px;
        text-align: left;
        margin-left: 4px;
        border: 1px solid #DBDBDB;
    }

        .regForm .form-file-item .right .fileContainer {
            display: block;
            width: 100%;
            height: 30px;
            padding-top: 2px;
        }

        .regForm .form-file-item .right span {
            float: left;
            width: 200px;
            padding-left: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            position: relative;
            top: 2px;
        }

        .regForm .form-file-item .right input {
            height: 32px;
            padding: 0px;
            margin: 0px;
            float: left;
            display: inline-block;
            width: 180px;
            line-height: 32px;
        }

        .regForm .form-file-item .right .file {
            display: none;
        }

    .regForm .form-file-item label.error {
        color: #ff0000;
        font-size: 12px;
        position: relative;
        top: 4px;
    }

.regForm .yzm {
    margin-top: 10px;
}

    .regForm .yzm input {
        width: 230px;
    }

    .regForm .yzm .item-text {
        float: left;
    }

    .regForm .yzm ul {
        width: 601px;
        float: left;
        display: block;
        margin-left: 4px;
    }

        .regForm .yzm ul li {
            float: left;
            margin-right: 14px;
            line-height: 40px;
            position: relative;
        }

            .regForm .yzm ul li a img {
                width: 60px;
                height: 30px;
                margin-top: 5px;
            }

.regForm textarea {
    width: 700px;
    height: 90px;
    border: 1px solid #DBDBDB;
    overflow-y: scroll;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 24px;
}

.regForm .syxy {
    text-align: center;
    font-size: 14px;
}

    .regForm .syxy input[type ='checkbox'] {
        width: 20px;
        margin-top: 10px;
    }

    .regForm .syxy .xy {
        position: relative;
    }

    .regForm .syxy label.error {
        color: #ff0000;
        position: absolute;
        top: 24px;
        font-size: 12px;
    }

.regForm .btn {
    height: 100px;
    width: 100%;
    clear: both;
    text-align: center;
    position: relative;
    top: 16px;
}

    .regForm .btn input {
        width: 150px;
        height: 46px;
        border-radius: 10px;
        border: 1px solid #CCCCCC;
        font-size: 20px;
        cursor: pointer;
    }

    .regForm .btn .reg-btn {
        text-align: right;
        width: 44%;
    }

        .regForm .btn .reg-btn input {
            color: #FFFFFF;
            background: #1E88E5;
        }

    .regForm .btn .reset-btn {
        text-align: left;
        width: 40%;
        margin-left: 80px;
    }

        .regForm .btn .reset-btn input {
            color: #666666;
            background: #fff;
        }

/*资料上传*/
.zlscbox {
    height: 300px;
    overflow-y: scroll;
}


/*滚动条样式*/
textarea::-webkit-scrollbar,.zlscbox::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

textarea::-webkit-scrollbar-thumb,.zlscbox::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #1E88E5;
    background: rgba(0,0,0,0.2);
}

textarea::-webkit-scrollbar-track,.zlscbox::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgb(193, 193, 193);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
