


/* 申请成功 */
.body-background_apply {
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 6, 0.6);

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 999;
    /* visibility: hidden; */

}

.body-background_success {
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 6, 0.6);

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 99999;
    /* visibility: hidden; */

}

.success-div {
    margin: auto;
    width: calc(100% - 26.3542vw);
    height: 29.7396vw;
}

.success-top {
    background-color: rgba(0, 33, 74, 1);
    height: 4.1667vw;

    display: flex;
    flex-direction: row;
    flex: 1;
}

.success-top>p {
    flex: 1;
    padding-left: 3.6458vw;

    font-size: 1.4583vw;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 4.1667vw;
}

.cancle-button {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cancle-button>img {

    margin-right: 2.3438vw;
    width: 0.9896vw;
    height: 0.9896vw;
    display: block;
}

.success-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    height: 25.5729vw;
}

.success-bottom>img {
    width: 7.3958vw;
    height: 7.3958vw;
    display: block;
}

.success-bottom-title {
    font-size: 1.5625vw;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}

.success-bottom>label {
    font-size: 1.1458vw;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}

.success-bottom>ul {}

.success-bottom>ul>li {
    width: 8.3854vw;
    height: 2.8125vw;
    display: inline-block;
    text-align: center;
    line-height: 2.8125vw;

}

.determine-button {
    background-color: rgba(0, 33, 74, 1);
    color: white;
}

.back-button {
    border: 1px solid rgba(0, 33, 74, 1);
}

.success-bottom-item {
    display: flex;
    flex-direction: row;
    height: 2.8125vw;

}



.input-item {
    /* background: url("../../../imgs/jianYeInternationalSchools/001.png");
    background-size: cover; */
    height: 100%;
    padding-left: 0.5rem;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ccc;
}
.redBorder{
    border:1px solid red;
}

#username {
    /* margin-left: 3.6458vw; */
    width: 20.7vw;
}

#sex {
    margin-left: 2.3438vw;
    width: 20.7vw;
    color:#666;
}

#age {
    margin-left: 2.3438vw;
    width: 20.7vw;
}

#phone {
    /* margin-left: 1.6146vw; */
    width: 20.7vw;
}

#international {
    margin-left: 2.3438vw;
    margin-right: 23.3vw;
    width: 20.7vw;
}

#address {
    /* margin-left: 2.1875vw; */
    width: calc(65.9813vw + 1.2604vw);
}

#grade {
    /* margin-left: 3.6458vw; */
    width: 20.7vw;
}

#date {
    margin-left: 2.3958vw;
    width: 20.7vw;
    margin-right: 23.3vw;
}

.commit-button {
    text-align: center;
    background-color: rgba(0, 33, 74, 1);
    cursor: pointer;
    font-size: 1.1458vw;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    width: 8.3854vw;
    height: 2.8125vw;
    line-height: 2.8125vw;
}