a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #26B942
}

.content {
    width: 100vw;
    height: 754px;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/login_bj@2x.png);
    background-repeat: round;
    position: relative;
}

.login_card {
    width: 1000px;
    height: 530px;
}

.login_card_image {
    width: 480px;
    height: 510px;
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/login_card_bj%403x.png);
    background-repeat: round;
}

/*.login_card_info {*/
/*    width: 520px;*/
/*    height: 530px;*/
/*    background: white;*/
/*    padding: 60px 0 0 30px;*/
/*    border-radius: 0 8px 8px 0;*/
/*    position: relative;*/
/*}*/

.login_card_info_login {
    width: 520px;
    height: 510px;
    background: white;
    padding: 60px 30px;
    border-radius: 0 8px 8px 0;
    position: relative;
}

.login_card_info_title {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    margin-bottom: 30px;
}

.login_card_info_phone {
    width: 440px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    padding-left: 15px;
}

.login_card_info_password {
    width: 300px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    padding-left: 15px;
}

.login_card_info_code_btn {
    width: 130px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-left: 10px;
    cursor: pointer;
}

.login_card_info_code_btn_text {
    width: 80px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #26B942;
    line-height: 22px;
}

.login_card_info_tip {
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-left: 10px;
}

.login_card_info_tip1 {
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #26B942;
    line-height: 22px;
}

.login_btn_login {
    width: 440px;
    height: 48px;
    background-color: #12B35A;
    border-radius: 4px;
    margin: 16px 0 20px;
    cursor: pointer;
}

.login_btn_text_login {
    width: 42px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
}

#clearIcon {
    background-image: url(https://cnsc-pics.cainiaoshicai.cn/wsbOs/delete@2x.png);
    background-repeat: round;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 135px;
    left: 430px;
    cursor: pointer;
    display: none;
    z-index:10000;
    pointer-events: auto;
}
