﻿.regist-form-item .input-dropdown {
    position: absolute;
    top: 75px;
    display: none;
    /* border: 1px solid red; */
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    overflow: auto;
    height: 200px;
    box-sizing: border-box;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 999;
}

    .regist-form-item .input-dropdown li {
        padding: 0 10px;
        white-space: nowrap;
        text-align: center;
        line-height: 30px;
        width: 100%;
        list-style: none;
        height: 30px;
        cursor: pointer;
        font-size: 14px;
        /* border-bottom: 1px solid #000; */
    }

        .regist-form-item .input-dropdown li:hover {
            background-color: silver;
        }
    /*滚动条样式*/
    .regist-form-item .input-dropdown::-webkit-scrollbar { /*滚动条整体样式*/
        width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 8px;
    }

    .regist-form-item .input-dropdown::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px #A0A0A0;
        background: #A0A0A0;
    }

    .regist-form-item .input-dropdown::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px #F5F5F5; /*轨道边框颜色*/
        border-radius: 0;
        background: #F5F5F5;
    }

.regist-enterprise-form {
    position: relative;
    width: 1000px;
    margin: 40px auto;
    padding-top:30px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.17);
}

    .regist-enterprise-form .regist-tab {
        /*display: flex;*/
        width: 100%;
        /*justify-content: center;
        align-items: center;*/
        height: 80px;
        text-align:center;
    }

        .regist-enterprise-form .regist-tab .tab-item {
            /*width:40px;*/
            display: inline-block;
            width: 165px;
            padding: 0 10px;
            height: 47px;
            line-height: 47px;
            font-size: 18px;
            color: #8f8f8f;
            text-align: center;
        }

        .regist-enterprise-form .regist-tab .tab-item-one {
            margin-right: 35px;
        }

        .regist-enterprise-form .regist-tab .tab-item-active {
            color: #ffffff;
            background-color: #3da0ff;
            border-radius: 24px;
        }
    /* 必要样式 */
    .regist-enterprise-form .regist-form-item {
        width: 600px;
        margin: 16px auto;
        margin-top: 0;
        position: relative;
        height:90px;
    }
    .regist-enterprise-form .regist-form-enterprise {
        height: 110px;
    }
.regist-enterprise-form .regist-form-item .item-title {
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    display: block;
    height: 30px;
}

        .regist-enterprise-form .regist-form-item .item-footer {
            font-size: 12px;
        }

            .regist-enterprise-form .regist-form-item .item-footer::before {
                content: '*';
                color: red;
            }

    .regist-enterprise-form .regist-form-item input {
        width: 100%;
        height: 45px;
        outline: 0;
        border: 2px solid #ebebeb;
        text-indent: 1em;
        font-size: 12px;
        line-height: 45px;
        background: #fff;
    }

    .regist-enterprise-form .regist-form-item select {
        width: 100%;
        height: 45px;
        outline: 0;
        border: 2px solid #ebebeb;
        text-indent: 1em;
        font-size: 12px;
        line-height: 45px;
        background: #fff;
    }
    .regist-enterprise-form .regist-form-item option {
        width: 100%;
        height: 45px;
        outline: 0;
        border: 2px solid #ebebeb;
        text-indent: 1em;
        font-size: 12px;
        line-height: 45px;
        background: #fff;
    }

            .regist-enterprise-form .regist-form-item input:focus {
                border: 2px solid #bbbaba;
                background: #fff;
            }

            .regist-enterprise-form .regist-form-item input:active {
                border: 2px solid #bbbaba;
                background: #fff;
            }
        .regist-enterprise-form .regist-form-item .password-code-input {
            float: left;
            width: 400px;
            margin-right: 20px;
        }

.regist-enterprise-form .regist-form-item .password-code {
    text-align: center;
    float: left;
    width: 180px;
    height: 44px;
    color: #fff;
    font-size: 14px;
    /*line-height: 44px;*/
    background-color: #3da0ff;
    border-radius: 2px;
    padding: 10px;
    cursor: pointer;
}


.clear {
    display: block;
    width: 0;
    height: 0;
    clear: both;
}




.focus {
    width: 100%;
    text-align: left;
    color: red;
    font-size: 12px;
    position: relative;
    /*padding-left: 1.2rem;*/
    float: left;
}

    .focus span {
        height: 20px;
        line-height: 20px;
    }



.regist-enterprise-form .regist-form-item .btn-reg {
    width: 100%;
    height: 42px;
    outline: 0;
    border: 0;
    background: #f39800;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}



    .regist-enterprise-form .regist-form-item .btn-reg:hover {
        width: 100%;
        height: 42px;
        outline: 0;
        border: 0;
        background: #f39800;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }

    .regist-enterprise-form .regist-form-item .btn-reg:focus {
        width: 100%;
        height: 42px;
        outline: 0;
        border: 0;
        background: #f39800;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }

.regist-enterprise-form .regist-form-item .msg {
    margin-left: -16px;
    width: 100%;
    text-align: left;
    color: red;
    font-size: 12px;
    position: relative;
    /*padding-left: 1.25rem;*/
    float: left;
    height: 35px;
    line-height: 35px;
}


