.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 10000;
}

.register {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 614px;
    margin-left: -307px;
    margin-top: -207px;
    height: 414px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    padding: 15px;
    display: none;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 614px;
    margin-left: -307px;
    margin-top: -175px;
    height: 350px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    padding: 15px;
    display: none;
}

.find {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 614px;
    margin-left: -307px;
    margin-top: -175px;
    height: 400px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    padding: 15px;
    display: none;
}

.shenqingbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    margin-top: -280px;
    height: 560px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #f0f0f0;
    padding: 15px;
}

.login-title {
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-top: 15px;
}

.login-title img {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.form-box {
    width: 100%;
}

.inp-box {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 100px;
    margin-top: 20px;
}

.inp-box.height {
    height: 150px;
    align-items: flex-start;
}

.inp-box span {
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #333333;
    padding-right: 15px;
}

.inp-box input {
    flex: 1;
    height: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding: 0 15px;
}


.inp-box textarea {
    flex: 1;
    height: 150px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding: 15px;
    resize: none;
}

.inp-box.yzm {
    position: relative;
}

.inp-box.yzm input {
    padding-right: 120px;
}

.inp-box.yzm img {
    position: absolute;
    top: 1px;
    right: 101px;
    width: 100px;
    height: 38px;
    border-radius: 10px;
    cursor: pointer;
}

.inp-box.yzm button {
    position: absolute;
    top: 1px;
    right: 101px;
    width: 100px;
    height: 38px;
    border-radius: 10px;
    cursor: pointer;
}

.login-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.login-btn a {
    width: 375px;
    height: 40px;
    background-color: #3c60f3;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
}