@charset "utf-8";


.registerbg {
    min-height: 30rem;
    padding: 2.5rem 0 20rem 0;
    background: url(../images/articlebg.png) repeat-x;
    background-color: #f9f0dc;
    background-position: 7rem calc(100% - 8rem);
}

.registerbox {
    width: 88%;
    max-width: 1050px;
    margin: 5rem auto;
    padding-top: 2rem;
    display: flex;
    justify-content: center;

}

.register_pic {
    width: 377px;
    height: 642px;
    background: url(../images/register_pic.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 17rem;
}

.register_pic h2 {
    font-size: 5rem;
}

.register_formbox {
    width: 88%;
    max-width: 660px;
    background-color: #fff;
    padding: 4rem 4rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.register_formbox h1 {
    font-size: 6rem;
    text-align: center;
}

.reg_signin .form-control {
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
}

.reg_signin .form-control input::placeholder,
.reg_signin .form-control select::placeholder,
.reg_signin .form-control button::placeholder {
    color: #c4c2b4;
}

/* contacts section */
.contacts {
    margin-top: 2rem;
}

.mbline {
    margin-bottom: 1.5rem;
}

.borderform {
    border: 1px solid #dee2e6;
}

.borderform .form-control {
    border: none;
    box-shadow: none;
}

.phone select {
    width: 100%;
    background: none;
    appearance: none;
}

.select-wrap {
    position: relative;
    top: -2px;
}

.select-wrap .arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    font-size: 1.6rem;
}

.phone {
    padding-top: 2px;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.phone .select-wrap {
    width: 25%;
}

.phone input {
    width: 70%;
    border-left: 1px solid #c4c2b4;
}

.verification input {
    width: 66%;
    margin-right: 1%;
    /* 保留原先的1%间距 */
}

.verification button {
    width: 33%;
    height: 50px;
    /* 固定高度 */
    background-color: #f5f5f5;
    border: 1px solid #c4c2b4;
    color: #333;
    transition: all 0.3s ease;
    padding: 0;
    /* 去掉默认 padding */
    display: flex;
    /* 使用 flex 来精确垂直居中 */
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中 */
    position: relative;
    top: 0px;
    /* 微微上移，约等于你说的“上移5px”的视觉效果 */
}

.verification button:disabled {
    background-color: var(--bs-secondary-bg);
    color: #999;
    cursor: not-allowed;
}

.delivery_name input {
    width: 49%;
}


.delivery_ID input.ID_number {
    width: 100%;
}

.delivery_ID input.Idexpire {
    width: 100%;
}

.btn-main {
    margin: 2rem auto;
}

.signintxt {
    color: #c4c2b4;
    text-align: center;
    font-size: 1.4rem;
}

.signintxt a {
    color: #1e4886;
}

@media screen and (max-width: 1050px) {
    .register_pic {
        display: none;
    }

    .register_formbox {
        border-radius: 20px;
    }
}



@media (min-width:992px) and (max-width:1500px) {
    .reg_signin .form-control {
        font-size: 1.2rem;
    }

    .verification input {
        width: 55%;
    }

    .verification button {
        width: 44%;
    }

    .delivery_ID input.ID_number {
        width: 55%;
    }

    .delivery_ID input.Idexpire {
        width: 44%;
    }
}

@media screen and (min-width:992px) {}




@media screen and (max-width: 992px) {


    .registerbg {
        padding: 2.5rem 0 15rem 0;
        background: url(../images/articlebg_mb.png) repeat-x;
        background-color: #f9f0dc;
        background-position: 5rem calc(100% - 6rem);
    }


}

@media screen and (max-width:768px) {
    .register_formbox {
        width: 100%;
    }

    .reg_signin .form-control {
        font-size: 1.4rem;
    }

    .verification input {
        width: 55%;
        font-size: 1.4rem;
    }

    .verification button {
        width: 44%;
        font-size: 1.4rem;
    }

    .delivery_ID input.ID_number {
        font-size: 1.4rem;
    }

    .delivery_ID input.Idexpire {
        font-size: 1.4rem;
    }

    .mbline {
        margin-bottom: 1rem;
    }


    .phone .select-wrap {
        width: 45%;
    }

    .phone input {
        width: 55%;
        border-left: 1px solid #c4c2b4;
    }
}

@media (max-width: 500px) {}
