.Invitation-back {
    padding: 30px 46px 0 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 550;
    color: #000000;

    .Invitation-right {
        font-size: 14px;
        color: #0357cb;
    }

    .Invitation-img {
        margin-left: 10px;
        width: 14px;
        height: 15px;
    }
}

.ma_top_32 {
    margin-top: 32px;
}

.Invitation-content {
    padding: 40px 36px 0;
    padding-bottom: 60px;
}

.Invitation-model {
    margin: 215px auto;
}

.Invitation-content .Invitation-model {
    text-align: center;
}

.Invitation-content .Invitation-model .Invitation-model-img {
    width: 300px;
    height: 170px;
}

.infor-container {
    height: auto;
    overflow: hidden;
    /* padding-bottom: 80px; */
}

.form-content .form-row .title-bold-20 {
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f4f9;
    margin-bottom: 20px;
}

.to-detail {
    font-size: 16px;
    color: #0357cb;
    font-weight: normal;
    float: right;
    position: relative;
    cursor: pointer;
}

.form-content .form-row .title-bold-20 .to-detail img {
    width: 14px;
    height: 15px;
    margin-left: 6px;
    margin-bottom: -2px;
}

.form-content .form-row .title-bold-20 .to-detail input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.form-content .hotel-list {
    margin-bottom: 10px;
}

.form-content .hotel-list .item {
    border-top: 0;
}

.form-row .form-item {
    display: flex;
    margin-bottom: 20px;
}

.form-row .form-item .width_3 {
    width: 416px;
    margin-right: 40px;
}

.form-row .form-item .width_3:nth-child(3n) {
    margin-right: 0;
}

.form-row .form-item .width_3 p,
.form-row .form-item .width_9 p {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.form-row .form-item .width_3 p span,
.form-row .form-item .width_9 p span {
    color: #fb1f1f;
}

.form-row .form-item input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #dce4e6;
    padding: 0 17px;
    border-radius: 5px;
    font-size: 16px;
}

.form-row .form-item input[disabled],
.form-row .form-item input:disabled,
.form-row .form-item input.disabled {
    color: #8f95a3;
    -webkit-text-fill-color: #8f95a3;
    -webkit-opacity: 1;
    opacity: 1;
    background-color: #f2f4f9;
    border-color: #f2f4f9;
}

.form-row .form-item input::placeholder,
.form-row .form-item textarea::placeholder,
.form-item .mul-input input::placeholder {
    color: #8f95a3;
    font-family: '微软雅黑';
}

.form-btns {
    text-align: center;
    margin: 60px 0 50px;
}

.form-btns .btn-blue {
    font-size: 16px;
    width: 164px;
    height: 46px;
    background-color: #0357cb;
    border-radius: 4px;
    color: #fff;
    border: none;
}

.form-btns .btn-blue1 {
    font-size: 16px;
    width: 164px;
    height: 46px;
    border-radius: 4px;
    border: solid 1px #0357cb;
    background-color: #fff;
    color: #0357cb;
}

/* 修改密码 */
.steps {
    width: 550px;
    --normal-color: #666;
    --active-color: #06e;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    counter-reset: order;
}

.position {
    width: 80px;
    position: absolute;
    bottom: -30px;
    left: -5%;
    color: #1b65b6;
}

.position1 {
    width: 80px;
    position: absolute;
    bottom: -30px;
    left: -7%;
    color: #1b65b6;
}

.position2 {
    width: 80px;
    position: absolute;
    bottom: -30px;
    left: -18%;
    color: #1b65b6;
}

/* 步骤项 */
.steps>li {
    flex: auto;
    display: inline-flex;
    align-items: center;
    counter-increment: order;
    color: var(--active-color);
    position: relative;
}

.steps>li:last-child {
    flex: none;
}

/* 步骤编号(带圈数字) */
.steps>li::before {
    content: counter(order);
    flex-shrink: 0;
    width: 1.4em;
    line-height: 1.4em;
    margin-right: .5em;
    text-align: center;
    border-radius: 50%;
    /* border: 1px solid; */
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: #edf5ff;
    font-size: 24px;
    color: #0357cb;
}

/* 步骤项引导线 */
.steps>li:not(:last-child)::after {
    content: '';
    flex: 1;
    margin: 0 1em;
    border-bottom: 2px solid #e6edf8;
    opacity: .6;
}

/* 步骤状态 */
.steps>.active {
    color: var(--active-color);
}

.steps>.active::before {
    font-size: 24px;
    color: #fff;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background: var(--active-color);
    border-color: var(--active-color);
}

.steps>.active1::before {
    font-size: 24px;
    color: #fff;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background: var(--active-color);
    border-color: var(--active-color);
}

.steps>.active::after,
.steps>.active~li {
    color: var(--normal-color);
}

/* 表单 */
.password_form {
    margin-top: 75px;
    text-align: center;
    font-size: 14px;
    color: #808080;

    .password-form-row .password-form-item p {
        width: 150px;
        font-size: 16px;
        color: #333;
        margin-top: 9px;
    }

    .password-form-row .password-form-item p span,
    .password-form-row .password-form-item p span {
        color: #fb1f1f;
    }

    .password-form-row .password-form-item {
        display: flex;
        margin-bottom: 20px;
    }

    .password-form-row {
        margin-left: 25%;
    }

    .password-form-row .password-form-item :nth-child(3n) {
        margin-right: 0;
    }


    .password-form-row .password-form-item input {
        height: 40px;
        box-sizing: border-box;
        /*border: none;*/
        border: 1px solid #dce4e6;
        padding: 0 17px;
        border-radius: 5px;
        font-size: 16px;
    }

    .password-form-row .password-form-item .input1 {
        width: 410px;
        height: 40px;
        box-sizing: border-box;
        border: 1px solid #dce4e6;
        padding: 0 17px;
        border-radius: 5px;
        font-size: 16px;
    }

    .greer {
        font-size: 14px !important;
        color: #3b9c25 !important;
    }

    .form_img {
        width: 76px;
        height: 76px;
    }
}

/* 绑定手机 */

.phone-form-row {
    margin-left: 25%;
}
.phone-form-row .phone-form-item {
    display: flex;
    margin-bottom: 20px;
}
.phone-form-row .phone-form-item  .phone-form-box{
    display: flex;
    border: 1px solid #dce4e6;
    margin-bottom: 20px;
    border-radius: 5px;
}

.phone-form-row .phone-form-item p span {
    color: #fb1f1f;
}
.phone-form-row .phone-form-item p {
    width: 150px;
    font-size: 16px;
    color: #333;
    margin-top: 9px;
}
.phone-form-row .phone-form-item .input1 {
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    border: none;
    padding: 0 17px;
    border-radius: 5px;
    font-size: 16px;
}
.phone-but {
    width: 107px;
    height: 40px;
    line-height: 40px;
    border-radius:0 5px 5px 0;
    background-color: #fff;
    border: solid 1px #0357cb;
    font-size: 14px;
    color: #0357cb;
}
