.reg_wrap {
    background: #141E2C;
}

.reg_wrap .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
}

.reg_wrap .reg_box {
    background: #222e3d;
    border-radius: 5px;
    padding: 30px;
}

.reg_wrap .inner .has_account {
    margin-top: 20px;
}

.reg_wrap .inner .has_account span {
    color: #fff;
    font-size: 14px;
}

.reg_wrap .inner .has_account a {
    color: #797979;
    font-size: 14px;
}

.reg_wrap .reg_box .tab_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #4e4e5d;
}

.reg_wrap .reg_box .item {
    margin: 16px 0;
    border: 1px solid #4e4e5d;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    min-width: 400px;
    border-radius: 5px;
    background: #1E2834;
}

.reg_wrap .reg_box .item .input_wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.reg_wrap .reg_box .item .input_wrap span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    /* display: none; */
    color: #797979;
    z-index: 88;
}

.reg_wrap .reg_box .item .input_wrap img {}

.reg_wrap .reg_box .title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin-bottom: 8px;
}

.reg_wrap .reg_box .tab_wrap div {
    color: #797979;
    line-height: 21px;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 16px;
}

.reg_wrap .reg_box .tab_wrap div.selected {
    color: #495057;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}



.reg_wrap .reg_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;
}

.reg_wrap .reg_box .agree_warp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.reg_wrap .reg_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;
}

.reg_wrap .reg_box .agree_warp img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    cursor: pointer;
        background: none;
    border-radius: 8px;
}
.reg_wrap .reg_box .agree_warp img.selected {
    background: #fff;
}

.reg_wrap .reg_box .agree_warp .s01 {
    color: #797979;
    font-size: 14px;
    margin-left: 8px;
}

.reg_wrap .reg_box .agree_warp span.s02 {
    color: #797979;
    font-size: 14px;
    cursor: pointer;
}

.reg_wrap .reg_box .agree_warp span.s02:hover {
    color: #fff;
}

.reg_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;
}


#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;
}





.reg_wrap .input_box {
    background: #222e3d;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    width: 380px;
}

.reg_wrap .input_box .title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin-bottom: 8px;
}

.reg_wrap .input_box .text001 {
}

.reg_wrap .input_box .text002 {}

.reg_wrap .input_box .text002 span {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #666;
}

.reg_wrap .input_box .text001 span {
    color: #6c757d;
}

.reg_wrap .input_box .text001 span.email {
    font-weight: 700;
}

.reg_wrap .input_box .text001 span.phone {
    font-weight: 700;
}

.reg_wrap .input_box .text001 span.s03 {
        color: #797979;
    cursor: pointer;
}

.reg_wrap .input_box .text001 span.s03:hover {
    color: #fff;
}

.reg_wrap .input_box .text002 span.s01 {
    font-size: 13px;
    color: #555;
    line-height: 30px;
}

.reg_wrap .input_box .text001 span.phone::before {
    content: "(";
}

.reg_wrap .input_box .text001 span.phone::after {
    content: ")";
}

.reg_wrap .input_box .text001 span.email::before {
    content: "(";
}

.reg_wrap .input_box .text001 span.email::after {
    content: ")";
}

.reg_wrap .input_box .input_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.reg_wrap .input_box .input_wrap input {
    border: none;
    background: none;

    height: 48px;
    text-align: center;
    font-family: OpenSans-Regular;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    background-color: #1e2834;
    border: 1px solid #4e4e5d;
    border-radius: 5px;
    width: 100%;
}

.reg_wrap .input_box .code_d01 {
    color: #007bff;
    margin: 10px 0;
    margin-top: 30px;
}

.reg_wrap .input_box .submit_wrap003 {
    margin-bottom: 15px;
}

.reg_wrap .input_box .submit_wrap003 span {
    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;
    display: block;
}
.reg_wrap .input_box .input_wrap input:hover {
    border-color: #007bff;
}
#show_reg02{
    display:none;
}
.input_wrap .hide_text::after{
    content:"*";
    padding-left: 3px;
}
#item05 .input_wrap .hide_text::after{
    content:"";
    padding-left: 3px;
}