.login_wrap {
    background: #141E2C;
}

.login_wrap .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
}

.login_wrap .login_box {
    background: #222e3d;
    border-radius: 5px;
    padding: 30px;
}

.login_wrap .inner .has_account {
    margin-top: 20px;
}

.login_wrap .inner .has_account span {
    color: #fff;
    font-size: 14px;
}

.login_wrap .inner .has_account a {
    color: #797979;
    font-size: 14px;
}

.login_wrap .login_box .tab_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #4e4e5d;
}

.login_wrap .login_box .item {
    margin: 16px 0;
    border: 1px solid #4e4e5d;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    min-width: 400px;
    border-radius: 5px;
    background: #1E2834;
}

.login_wrap .login_box .item .input_wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.login_wrap .login_box .item .input_wrap span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    /* display: none; */
    color: #797979;
    z-index: 88;
}

.login_wrap .login_box .item .input_wrap img {}

.login_wrap .login_box .title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin-bottom: 8px;
}

.login_wrap .login_box .tab_wrap div {
    color: #797979;
    line-height: 21px;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 16px;
}

.login_wrap .login_box .tab_wrap div.selected {
    color: #495057;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}



.login_wrap .login_box .item .input_wrap input {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: block;
    padding: 0 12px;
    z-index: 99;
}

.login_wrap .login_box .agree_warp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.login_wrap .login_box .submit_btn {
    background-image: linear-gradient(to right, #6d9ef9, #1f5df4);
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.login_wrap .login_box .agree_warp img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    cursor: pointer;
        background: none;
    border-radius: 8px;
}
.login_wrap .login_box .agree_warp img.selected {
    background: #fff;
}

.login_wrap .login_box .agree_warp span.s01 {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

.login_wrap .login_box .agree_warp span.s02 {
    color: #797979;
    font-size: 14px;
    cursor: pointer;
}

.login_wrap .login_box .agree_warp span.s02:hover {
    color: #fff;
}

.login_wrap .inner .has_account a:hover {
    color: #fff;
}

#item01 {
    display: none;
}

#item02 {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border: none;
    background: none;
    position: relative;
    overflow: visible;
}
#item01.selected {
    display: block;
}

#item02.selected {
    display: flex;
}







#pop_btn_phone {
    border: 1px solid #4e4e5d;
    height: 45px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background: #1E2834;
}

#pop_btn_phone span {
    line-height: 45px;
    display: block;
    height: 45px;
    color: #fff;
    padding: 0 15px;
}

#item02 .input_wrap {
    border: 1px solid #4e4e5d;
    border-radius: 5px;
    background: #1E2834;
}


#pop_btn_phone img {
    height: 12px;
    display: block;
    width: 12px;
}

#pop_btn_phone:hover {
    border-color: #fff;
}
input#input05 {
    color: #797979;
}
.login_wrap .forget {
    text-align: right;
}

.login_wrap .forget a {
    color: #797979;
    font-size: 14px;
    font-weight: 600;
}

.login_wrap .forget a:hover {
    color: #fff;
}




#poped-phone {
    position: absolute;
        left: 0;
    top: 50px;
    z-index: 999;
    display: none;
}

#poped-phone .select-inner {
    height: 290px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    border-radius: 10px;
    width: 250px;
    z-index: 9999;
    position: relative;
        padding: 10px 0;
}

#poped-phone .select-inner span {
    color: #606266;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    display: block;
    padding: 0 20px;
    cursor: pointer;
    height: 34px;
        text-align: left;
    overflow: hidden;
}

#poped-phone .select-inner span:hover {
    background: #f5f7fa;
}

#username_type{
    display: none;
    opacity: 0;
    visibility: hidden;
}