.p-login {
    background-color: #f6f7f8;
}

.line {
    width: 1px;
    height: 14px;
    background-color: #c00027;
    margin: 0 8px;
}

.login-wrap {
    padding-top: 30px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrap img {
    width: 400px;
    /* height: 138px; */
}

.guide-wrap {
    flex-shrink: 0;
    letter-spacing: 6px;
    padding: 8px 16px;
    background-color: #15bba7;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    margin-left: 10px;
    font-weight: 800;
}

.box-wrap {
    width: 940px;
    height: 458px;
    background-color: #15bba7;
    border: 8px solid #fff;
    display: flex;
    padding: 0 20px;
}

.box-img {
    margin-top: 40px;
    width: 580px;
    height: 390px;
}

.ys-img {
    margin-top: 60px;
    width: 580px;
    height: 338px;
}

.form-wrap {
    padding: 32px 26px;
    background-color: #f0f0f0c4;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 312px;
    border-radius: 0 0 10px 10px;
}

.title-wrap {
    font-size: 30px;
    font-weight: 600;
    color: #15bba7;
    text-align: center;
}

.form-list {
    margin-top: 12px;
}

.input-item {
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding: 10px 10px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
}

.icon-mima {
    font-size: 20px !important;
}

.input-item input {
    margin-left: 12px;
    border: 0px;
    background: none;
    width: 228px;
    height: 24px;
}

.input-item input::placeholder {
    font-size: 14px;
}

.button-wrap {
    margin-top: 32px;
    width: 100%;
    line-height: 46px;
    text-align: center;
    background-color: #cc4545;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    border: 0px;
    cursor: pointer;
}

.phone-wrap {
    margin-top: 32px;
    text-align: center;
}

.title-left {
    font-size: 20px;
    font-weight: 600;
    color: #c8692c;
}

.num-right {
    font-size: 24px;
    font-weight: 700;
    color: #ff0606;
}

@media screen and (max-width:1024px) {
    .box-wrap {
        width: 680px;
        display: flex;
        justify-content: center;
    }

    .box-img {
        display: none;
    }

    .ys-img {
        display: none;
    }
}

@media screen and (max-height:520px) {
    .box-wrap {
        width: 680px;
        height: 480px;
        display: flex;
        justify-content: center;
    }

    .box-img {
        display: none;
    }

    .ys-img {
        display: none;
    }

    .form-wrap {
        padding: 20px 40px;
    }
}