html,
body {
    height: 100%;
    width: 100%;
}

body {
    background: url("../img/sy_bj_login.png") no-repeat center center;
    background-size: 100% 100%;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: -10px;
}

.img-box {
    display: flex;
    justify-content: center;
}

.form-box {
    margin-top: 12px;
    width: 580px;
    /* height: 460px; */
    padding: 26px 60px 20px;
    background: #FFFFFF;
    border-radius: 6px;
    max-height: 688px;
    overflow-y: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
}

.form-box::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.tabs {
    display: flex;
    position: relative;
    border-bottom: 1px solid #EAECEF;
}

.tab-item {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #16171F;
    margin-right: 50px;
    padding: 12px 0 16px;
    cursor: pointer;
    user-select: none;
}

.tab-xian {
    width: 110px;
    height: 4px;
    background: #f95335;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.put-item input {
    width: 100%;
    height: 42px;
    background: #F7F8FF;
    border: 1px solid #C5C9D3;
    opacity: 0.6;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #16171F;
    padding: 0 12px;
    /* margin-top: 40px; */
}

.remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.remember-l {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #767786;
    user-select: none;
}

.remember-l span:first-of-type {
    margin-left: 6px;
}

.remember-l a {
    color: #f95335;
    text-decoration: none;
}

.remember-r {
    font-size: 12px;
    color: #f95335;
    cursor: pointer;
}

.login-btn {
    height: 48px;
    background: #D5D7DC;
    border-radius: 2px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    user-select: none;
}

.login-btn.is-yes {
    background-color: #f95335;
    cursor: pointer;
}

.login-btn2 {
    height: 48px;
    background: #D5D7DC;
    border-radius: 2px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    user-select: none;
}

.login-btn2.is-yes {
    background-color: #f95335;
    cursor: pointer;
}

.register-tip {
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #767786;
    margin-top: 20px;
}

.register-tip span {
    color: #f95335;
    cursor: pointer;
}

.account-box::after,
.phone-box::after,
.email-box::after,
.email2-box::after,
.pwd-box::after,
.pwd2-box::after {
    /* content: '123'; */
    content: attr(tip);
    color: crimson;
    position: absolute;
    left: 4px;
    bottom: -16px;
    font-size: 12px;
}

.content-item {
    margin-top: 25px;
}

.content-title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #111111;
}

.content-title span {
    color: #f95335;
}

.put-item {
    margin-top: 18px;
    position: relative;
}

.code-btn,
.code-btn2 {
    width: 90px;
    background: #D5D7DC;
    border-radius: 0px 2px 2px 0px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.is-send {
    background-color: #f95335;
}

input[type="checkbox"] {
    /* display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px; */
    position: relative;
}

/* input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
} */

input[type="checkbox"]:checked::before {
    content: "\2713";
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    /* top: 0;
    right: 0;
    left: 0;
    bottom: 0; */
    height: 100%;
    width: 100%;
    background-color: #f95335;
    border-radius: 2px;
    font-weight: bold;
    color: #FFFFFF;
}

.tab-content.hide {
    display: none;
}

.upload-box {
    margin-top: 20px;
}

.upload-box button {
    padding: 8px 12px;
    font-size: 12px;
    background-color: #f95335;
    color: #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
}

.upload-box img {
    margin-top: 10px;
    display: block;
    max-width: 100%;
}

.upload-input {
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

.upload-tip {
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}

.put-item .pwd,
.put-item .pwd2 {
    padding: 0 32px 0 12px;
}

.pwd-img2,
.pwd-img1, 
.pwd-img4, 
.pwd-img3 {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: none;
    cursor: pointer;
}
