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

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

.customer-service {
    position: fixed;
    right: 0;
    top: 65%;
    transform: translateY(-50%);
    z-index: 9999;
}

.service-btn {
    height: 130px;
    background: linear-gradient(180deg, #06ddc4 0%, #15bba7 100%);
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    padding: 12px 6px;
    border-radius: 12px 0 0 12px;
    cursor: pointer;
    writing-mode: vertical-rl;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    box-sizing: border-box;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.service-img {
    position: absolute;
    right: 56px;
    top: 70%;
    transform: translateY(-50%);
    width: 400px;
    height: 280px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
    align-items: center;
    justify-content: space-around;
}

.img-item {
    width: 48%;
    height: 100%;
}

.img-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.customer-service:hover .service-img {
    display: flex;
}

.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: 284px;
    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;
    }
}