
.layui-layer-content{
    overflow-x: hidden !important;
}
.check-user-type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    width: 320px;
    /* height: 335px; */
    /* padding: 36px 50px 50px; */
    background: #fff;
    border-radius: 8px;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.check-user-type .text {
    color: #666;
    margin: 20px 0;
}
.check-user-type .choose {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.check-user-type .choose > div div {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
}
.check-user-type .choose > div div.active {
    border-color: #ffd205;
    color: #333;
}
.check-user-type .choose > div div.active::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 7px;
    background: url(/uploads/image/fbilogin/success.png) no-repeat;
    background-size: 19px 19px;
}
.check-user-type .choose > div div.active ~ span {
    color: #333;
}
.check-user-type .choose > div div.talent {
    background: url(/uploads/image/fbilogin/talent.png) no-repeat;
    background-size: 40px 40px;
    background-position: 20px 20px;
}
.check-user-type .choose > div div.talent.active {
    background:  no-repeat;
    background-size: 40px 40px;
    background-position: 20px 20px;
}
.check-user-type .choose > div div.company {
    background: url(/uploads/image/fbilogin/company.png) no-repeat;
    background-size: 40px 40px;
    background-position: 20px 20px;
}
.check-user-type .choose > div div.company.active {
    background:  no-repeat;
    background-size: 40px 40px;
    background-position: 20px 20px;
}
.check-user-type .choose > div div.headhunting {
    background: url(/uploads/image/fbilogin/headhunting.png) no-repeat;
    background-size: 40px 40px;
    background-position: 20px 20px;
}
.check-user-type .choose > div div.headhunting.active {
    background:  no-repeat;
    background-size: 40px 40px;
    background-position: 20px 20px;
}
.check-user-type .content {
    margin-top: 29px;
    font-size: 12px;
    color: #999;
    background: #fff !important;
    width: 100% !important;
}
.check-user-type .content .company {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    display: none;
}
.check-user-type .content .company input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}
.check-user-type .content .company input::-webkit-input-placeholder {
    /* webkit browsers */
    color: #999;
}
.check-user-type .content .company input:-moz-placeholder {
    /* mozilla firefox 4 to 18 */
    color: #999;
}
.check-user-type .content .company input::-moz-placeholder {
    /* mozilla firefox 19  */
    color: #999;
}
.check-user-type .content .company input:-ms-input-placeholder {
    /* internet explorer 10  */
    color: #999;
}
.check-user-type .content .talent,
.check-user-type .content .headhunting {
    display: none;
    margin-bottom: 30px;
    width: 240px;
    margin-left: 78px;
    text-align: left;
}
.check-user-type .content > div p {
    margin: 6px 0;
}
.check-user-type .button {
    margin: 0 auto;
    margin-top: 10px;
    width: 180px;
    padding: 12px 20px;
    text-align: center;
    background: #ffd205;
    border-radius: 3px;
    cursor: pointer;
    color: #333;
}
.check-user-type .button:hover {
    background: #ffe25f;
}