.login-layer {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.filter-blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}

.login-panel {
    width: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*box-shadow: 0 0 7px 0 rgba(0,0,0,0.5);*/
}

/*标签页*/
.label-box {
    width: 100%;
    height: 60px;
}

.label {
    width: 50%;
    height: 100%;
    /*未被选中*/
    background-color: #CBCACB;
    cursor: pointer;
}

.label-normal {
    border-radius: 10px 10px 5px 0;
    box-shadow: inset -2px -2px 7px 0 rgba(0, 0, 0, 0.2);
}

.label-profession {
    border-radius: 10px 10px 0 5px;
    box-shadow: inset 2px -2px 7px 0 rgba(0, 0, 0, 0.2);
}

/*被选中样式*/
.label-selected {
    background-color: #eeeeee;
    border-radius: 10px 10px 0px 0;
}

.label-normal.label-selected {
    box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.2);
    /*box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2),*/
    /*0 -2px 2px rgba(0, 0, 0, 0.2),*/
    /*0 0 0 rgba(0, 0, 0, 0),*/
    /*0 0 0 rgba(0, 0, 0, 0);*/
}

.label-profession.label-selected {
    box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.2);
}

.label .slash {
    font-family: SourceHanSansCN-Regular, PingFangSC-Medium, "Microsoft YaHei", 微软雅黑;
    font-size: 12px;
    color: #9B9B9B;
}

.label .text {
    font-family: SourceHanSansCN-Regular, PingFangSC-Medium, "Microsoft YaHei", 微软雅黑;
    font-size: 20px;
    color: #9B9B9B;
    margin: 0 10px;
}

.label-selected .text, .label-selected .slash {
    color: #65AFCE;
}

/*主体*/
.login-main {
    width: 100%;
    background: #EEEEEE;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.50);
    margin-top: -5px;
    border-radius: 0 0 20px 20px;
}

.login-main-normal {
    padding-top: 35px;
    padding-bottom: 43.5px;
}

.login-main-profession {
    padding-top: 73px;
    padding-bottom: 19.5px;
}

/*普通用户主体——标题*/
.login-main-normal .title {
    width: 100%;
}

.login-main-normal .title .line {
    width: 100px;
    height: 1px;
    background: #65AFCE;
}

.login-main-normal .title .text {
    font-family: SourceHanSansCN-Regular, PingFangSC-Medium, "Microsoft YaHei", 微软雅黑;
    font-size: 18px;
    color: #63ACC9;
    letter-spacing: -1.35px;
    margin: 0 27px;
}

/*普通用户主体——选择*/
.login-main .choose {
    width: 100%;
}

.login-main-normal .choose {
    margin-top: 20px;
}

.login-main .choose .choose-item {
    width: 100px;
    cursor: pointer;
}

.login-main .choose .choose-item:nth-child(2) {
    margin-left: 100px;
}

.login-main .choose .choose-item img {
    width: 100px;
    height: 100px;
    opacity: 0.7;
}

.login-main .choose .choose-item img:hover {
    opacity: 1;
}

.login-main .choose .choose-item span {
    font-family: SourceHanSansCN-Regular, PingFangSC-Medium, "Microsoft YaHei", 微软雅黑;
    font-size: 18px;
    color: #63ACC9;
    margin-top: 10px;
}

/*注册*/
.login-main .register-box {
    width: 100%;
}

.login-main .register {
    width: 110px;
    height: 36px;
    border: 1px solid #65AFCE;
    border-radius: 8px;
    font-family: SourceHanSansCN-Regular, PingFangSC-Medium, "Microsoft YaHei", 微软雅黑;
    font-size: 18px;
    color: #63ACC9;
    line-height: 36px;
    text-align: center;
    margin-top: 28px;
    cursor: pointer;
}

.login-main .register:hover {
    background: #65AFCE;
    color: #FFFFFF;
}

.login-layer-close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: -46px;
    width: 23px;
    height: 23px;
    background-image: url("./../../img/Group@3x.png");
    background-size: 100% 100%;
}
