*{font-family: Helvetica ;}
.login-div {
    width: 450px;
    height: auto !important;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.register-div {
    width: 520px;
    height: auto !important;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.login-box{
    width: 100%;
    height: 560px;
    background-color: #ffffff;
    position: relative;
    margin-top: 0;
}
.login-box_register{
    height: auto;
    min-height: 760px;
}
.login-box_password{
    height: auto;
    min-height: 604px;
}
.login-head{
    width: 100%;
    height: 174px;
    background: url('/assets/img/login_head_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
}
.register-head{
    width: 100%;
    height: 174px;
    background: url('/assets/img/register_head_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
}
.login-welcome{
    width: 100%;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transform: translateY(60px);
    font-weight: 550;
}
.login-welcome_describe{
    width: 100%;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    color: #C4C5CA;
    transform: translateY(69px);
}
.login-head_logo{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    width: 81px;
    height: 81px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.login-head_logo img{
    display: block;
    width: 56px;
    height: 56px;
    margin: 50% auto;
    transform: translateY(-50%);
}
.login-form{
    width: 349px;
    height: auto;
    margin: 77px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.1px;
}
.register-form{
    width: 419px;
    height: auto;
    margin: 77px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.1px;
}


.login-form_item{
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    margin-bottom: 15px;
    position: relative;
}

.login-form_item_flex{
    flex: 1;
}

.login-form_item_flex:nth-child(2n){
    margin-left: 18px;
}

.login-form_item label{
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #8687A7;
    margin-bottom: 5px;
    font-weight: unset;
}

.login-form_item label span{
    color: #FF0000;
    margin-left: 2px;
}

.login-form_item_box{
    width: 100%;
    height: 30px;
}

.login-form_item_box_select{
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #1E2938;
    background-color: #E9E8E8;
    position: relative;
    cursor: pointer;
}

.select-box{
    position: absolute;
    left: 0;
    top: 30px;
    width: 70px;
    height: 160px;
    background-color: #D9D9D9;
    z-index: 1;
}
.select-box p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0;
}
#login_form_item_country{
    display: inline-block;
    text-indent: 1em;
}
.select-box-country{
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #D9D9D9;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 180px
}
.select-box-country p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0;
}

.select-box p:hover{
    color: #8687A7;
}

.login-form_item input{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 400;
    color: #1E2938;
    background-color: transparent;
    border:0.5px solid #D9D9D9;
    padding: 0 15px;
}
.login-form_item input.err {
    border-color: red;
}
.login-form_item_box_select.err{
    border: 1px solid red;
}
.login-form_item_box_select.login_country{
    width: 100%;
}
.login-form_item_box_select.login_country .select-span{
    width: 100%;
}
.login-form_item_box_input{
    float: left;
    height: 28px !important;
    width: calc(100% - 101px) !important;
}
.login-form_item_box_input_left{
    border-right: 0 !important;
    border-radius: 3px 0 0 3px !important;
}
.login-form_item_box_input_right{
    border-left: 0 !important;
    border-radius: 0 3px 3px 0 !important;
}

.login-remember{
    width: 349px;
    height: 14px;
    line-height: 14px;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #8687A7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.register-remember{
    width: 419px;
    height: 14px;
    line-height: 14px;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #8687A7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.remember-div {
    display: flex;
    height: 20px;
}

.remember-div:hover {
    cursor: pointer;
}

.checkbox-img {
    font-size: 13px;
    left: 0;
    color: #fff;
    width: 18px;
}

.remember-div div{
    position: static;
    line-height: 20px;
    top: 0px;
    left: 30px;
}

.remember-div_agree div{
    color: #8687A7;
}

.remember-div_agree div span{
    color: #4F54FF;
}

.remember-div .check {
    border-radius: 3px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 4px;
    background: #5D7DDE;
}

.remember-div .empty {
    border-radius: 3px;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #C6C5CC;
}

.remember-div .err {
    border-color: red;
}

.login-language{
    position: absolute;
    top: 11px;
    right: 9px;
    min-width: 63px;
    height: 22px;
    cursor: pointer;
}

.login-language_ensign{
    min-width: 51px;
    height: 22px;
    line-height: 22px;
    background-color: #F6F2F2;
    border-radius: 4px;
    padding: 0 1px 0 4px;
    color: #1E2938;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-language_ensign .national-flag{
    float: left;
    width: 14px;
    height: 8px;
    display: block;
}
.login-language_ensign .icon-arrow-down{
    width: 11px;
    height: 9px;
}

.login-language-box-item{
    clear: both;
    height: 25px;
    padding: 5px;
    font-size: 12px;
    color: #1E2938;
    display: flex;
    align-items: center;
}
.login-language-box-item:hover{
    cursor: pointer;
    font-weight: 700;
}
.login-language-box-item img{
    float: left;
    height: 20px;
    margin-right: 5px;
}
.login-language-box-item div{
    float: left;
    font-size: 14px;
    margin-left: 10px;
    line-height: 25px;
}
.login-language-box{
    position: absolute;
    top: 23px;
    right: 0;
    /*width: 322px;*/
    width: 110px;
    border-radius: 2px;
    padding: 10px 5px;
    z-index: 9999;
    background-color: #D9D9D9;
}


.login-btn{
    clear: both;
    width: 349px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    height: 30px;
    background: #283D92;
    border-radius: 4px;
    margin: 15px auto 0;
    cursor: pointer;
}

.register-btn{
    clear: both;
    width: 419px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    height: 30px;
    background: #283D92;
    border-radius: 4px;
    margin: 15px auto 0;
    cursor: pointer;
}


.login-btn:hover{
    box-shadow: 0 0 1px 1px #5d7dde;
}
.login-btn:active {
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 2px rgba(0, 0, 0, 0.24);
}
.login-remember_password{
    width: 349px;
    height: 14px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 12px;
    color: #8687A7;
    cursor: pointer;
}
.login-remember_password:hover{
    color: #283D92;
}
.login-remember_password img{
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5.5px;
}
.login-describe{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 27px;
}
.login-describe p{
    width: 100%;
    height: 14px;
    line-height: 14px;
    text-align: center;
    color: #8687A7;
    font-size: 12px;
    margin-bottom: 17px;
}
.login-describe p span{
    color: #4F54FF;
    cursor: pointer;
}
.prompt{
    width: calc(100% - 40px);
    padding: 0 20px;
    line-height: 20px;
    font-size: 12px;
    color: #DC2424;
    text-align: center;
    margin-top: 8px;
}
.vertical-2{
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}