/* 手机端 */
.banner {
    width: 100%;
    height: 100px;
    background: url('../imgs/plans-bg2.png') no-repeat center / cover;
}

.banner-content {
    display: flex;
    flex-direction: column;
    padding: 31px 20px 0;
}

.banner-title {
    font-weight: bold;
    font-size: 15px;
    color: #014099;
    line-height: 1;
    letter-spacing: 2px;
}

.banner-subtitle {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
    line-height: 1;
    margin-top: 12px;
    letter-spacing: 1px;
}

.plans-content {
    margin-bottom: 61px;
    display: none;
}
.plans-content-mobile {
    margin-bottom: 20px;
}

.plans-item {
    width: 100%;
    height: 346px;
    background: #F7F9FF url('../imgs/plans-item-bg2.png') no-repeat center / cover;
    border-radius: 10px;
    padding: 0 12px;
    padding-top: 24px;
}

.plans-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    letter-spacing: 2px;
}

.plans-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-top: 14px;
    letter-spacing: 1px;
}

.plans-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
}

.plans-pic {
    width: 100%;
    height: 144px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.plans-pic.pic1 {
    background-image: url('../imgs/plans12.png');
}

.plans-pic.pic2 {
    background-image: url('../imgs/plans22.png');
}

.plans-pic.pic3 {
    background-image: url('../imgs/plans32.png');
}

.plans-pic.pic4 {
    background-image: url('../imgs/plans42.png');
}

.plans-pic.pic5 {
    background-image: url('../imgs/plans52.png');
}

.plans-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.plans-info-item {
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-indent: 2em;
    letter-spacing: 1px;
}

.plans-btn {
    width: 211px;
    height: 40px;
    background: #014099;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 20px auto 35px;
}

/* pc端 */
@media screen and (min-width: 768px) {
    .banner {
        width: 100%;
        min-width: 1200px;
        height: 380px;
        background: url('../imgs/plans-bg.png') no-repeat center / cover;
    }

    .banner-content {
        display: flex;
        flex-direction: column;
        padding-top: 125px;
    }

    .banner-title {
        font-weight: bold;
        font-size: 36px;
        color: #014099;
        line-height: 1;
        letter-spacing: 2px;
    }

    .banner-subtitle {
        font-weight: 400;
        font-size: 20px;
        color: #333333;
        line-height: 1;
        margin-top: 36px;
        letter-spacing: 1px;
    }

    .plans-content {
        display: block;
        margin-bottom: 61px;
    }

    .plans-content-mobile {
        display: none;
    }

    .plans-list {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }

    .plans-item {
        padding: unset;
        padding-top: unset;
        width: 100%;
        height: 520px;
        background: #F7F9FF url('../imgs/plans-item-bg.png') no-repeat center / cover;
        border-radius: 10px;
    }

    .plans-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        margin-top: 56px;
        letter-spacing: 2px;
    }

    .plans-subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        text-align: center;
        margin-top: 19px;
        letter-spacing: 1px;
    }

    .plans-main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 56px;
    }

    .plans-main.reverse {
        flex-direction: row-reverse;
    }

    .plans-pic {
        width: 519px;
        height: 288px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: 81px;
    }

    .plans-main.reverse .plans-pic {
        margin-left: 0;
        margin-right: 83px;
    }

    .plans-pic.pic1 {
        background-image: url('../imgs/plans1.png');
    }

    .plans-pic.pic2 {
        background-image: url('../imgs/plans2.png');
    }

    .plans-pic.pic3 {
        background-image: url('../imgs/plans3.png');
    }

    .plans-pic.pic4 {
        background-image: url('../imgs/plans4.png');
    }

    .plans-pic.pic5 {
        background-image: url('../imgs/plans5.png');
    }

    .plans-info {
        margin-top: unset;
        width: 455px;
        margin-right: 107px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .plans-main.reverse .plans-info {
        margin-right: 0;
        margin-left: 100px;
    }

    .plans-info-item {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        text-indent: 2em;
        letter-spacing: 2px;
    }

    .plans-btn {
        width: 140px;
        height: 30px;
        background: #014099;
        border-radius: 15px;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        margin: unset;
        margin-top: 19px;
    }
}