
.modal-background {
    display: none;
    height: 100%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9994;
}
.subscribe {
    display: none;
    position: absolute;
    width: 95%;
    height: fit-content;
    padding-bottom: 1.56rem;
    top: 3.125rem;
    left: 0;
    right: 0;
    bottom: 3.125rem;
    z-index: 9999;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1rem;
}

    .subscribe .modal-content-area {
        margin: 0 1.25rem;
    }

        .subscribe .modal-content-area .radius {
            display: inline-block;
            height: .5rem;
            width: .5rem;
            background-color: #3da0ff;
            border-radius: 100%;
            margin-right: .625rem;
            color: #333333;
        }

        .subscribe .modal-content-area span {
            font-size: .78rem;
            vertical-align: middle;
        }

        .subscribe .modal-content-area .title {
            margin: .625rem 0;
        }
        .subscribe .modal-content-area .tabs-select2 .button-group {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .subscribe .modal-content-area .tabs-select2 button {
            margin: .3125rem;
            border-radius: .625rem;
            height: 2.5rem;
            padding: 0 .5rem;
            border: 1px solid #efefef;
            outline: none;
            color: black;
            min-width: 3.75rem;
            background-color: white;
            cursor: pointer;
        }

            .subscribe .modal-content-area .tabs-select2 button.active {
                background-color: #3da0ff;
                color: white;
                border: none;
            }

        .subscribe .modal-content-area .select-tabs {
            margin-top: 1.25rem;
            text-align: center;
        }

            .subscribe .modal-content-area .select-tabs button {
                width: 8.75rem;
                height: 2.5rem;
                background-color: #f39800;
                border-radius: 4px;
                outline: none;
                color: white;
                border: none;
            }

.regist-form-item .input-dropdown {
    position: absolute;
    top: 4.7rem;
    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: 12.5rem;
    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 .625rem;
        white-space: nowrap;
        text-align: center;
        line-height: 1.875rem;
        width: 100%;
        list-style: none;
        height: 1.875rem;
        cursor: pointer;
        font-size: .78rem;
        /* border-bottom: 1px solid #000; */
    }

        .regist-form-item .input-dropdown li:hover {
            background-color: silver;
        }
    /*滚动条样式*/
    .regist-form-item .input-dropdown::-webkit-scrollbar { /*滚动条整体样式*/
        width: .625rem; /*高宽分别对应横竖滚动条的尺寸*/
        height: .5rem;
    }

    .regist-form-item .input-dropdown::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: .625rem;
        -webkit-box-shadow: inset 0 0 .3125rem #A0A0A0;
        background: #A0A0A0;
    }

    .regist-form-item .input-dropdown::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 .3125rem #F5F5F5; /*轨道边框颜色*/
        border-radius: 0;
        background: #F5F5F5;
    }
.regist-enterprise-form {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom:1rem;
    border-radius: 3px;
    background: #fff;
}
    .regist-enterprise-form .regist-tab {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 5rem;
    }
        .regist-enterprise-form .regist-tab .tab-item {
            /*width:2.5rem;*/
            padding: 0 .625rem;
            height: 2.9rem;
            line-height: 2.9rem;
            font-size: 1rem;
            color: #8f8f8f;
            text-align: center;
        }
        .regist-enterprise-form .regist-tab .tab-item-one {
            margin-right: 1.25rem;
        }
        .regist-enterprise-form .regist-tab .tab-item-active {
            color: #ffffff;
            background-color: #3da0ff;
            border-radius: 1.25rem;
        }
        /* 必要样式 */
        .regist-enterprise-form .regist-form-item {
            width: 80%;
            margin: 1rem auto;
            margin-top:0;
            position: relative;
        }
            .regist-enterprise-form .regist-form-item .item-title {
                line-height: 1.7rem;
                font-size: 1rem;
                color: #333333;
                padding-left: .625rem;
            }
        .regist-enterprise-form .regist-form-item .item-footer {
            font-size: .7rem;
        }
            .regist-enterprise-form .regist-form-item .item-footer::before{
                content:'*';
                color:red;
            }
        .regist-enterprise-form .regist-form-item input {
            width: 100%;
            height: 2.75rem;
            outline: 0;
            border: 2px solid #ebebeb;
            text-indent: 1em;
            font-size: .78rem;
            line-height: 2.75rem;
            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 .get-code {
                position: absolute;
                bottom: .6rem;
                right: .5rem;
                height: 1.625rem;
                color: #999;
                font-size: .75rem;
                line-height: 1.625rem;
                background: #eee;
                border-radius: 2px;
                padding: 0 .625rem;
                cursor: pointer;
            }


.clear {
    display: block;
    width: 0;
    height: 0;
    clear: both;
}




.focus {
    width: 100%;
    text-align: left;
    color: red;
    font-size: .7rem;
    position: relative;
    padding-left: 1.2rem;
    float: left;
}

    .focus span {
        height: 1.4rem;
        line-height: 1.4rem;
    }



.regist-enterprise-form .regist-form-item .btn-reg {
    width: 100%;
    height: 2.625rem;
    outline: 0;
    border: 0;
    background: #f39800;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 1rem;
}



    .regist-enterprise-form .regist-form-item .btn-reg:hover {
        width: 100%;
        height: 2.625rem;
        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: 2.625rem;
        outline: 0;
        border: 0;
        background: #f39800;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }

.regist-enterprise-form .regist-form-item .msg {
    margin-left: -1.25rem;
    width: 100%;
    text-align: left;
    color: red;
    font-size: .75rem;
    position: relative;
    padding-left: 1.25rem;
    float: left;
    height: 2.2rem;
    line-height: 2.2rem;
}