/* 选择方案 */
.option .option_content {
    padding: 3.854vw 0 3.645vw;
}

.option .option_arr {
    margin-top: 4.479vw;
    display: flex;
    justify-content: center;
    gap: 0.833vw;
}

.option .option_arr .option_item {
    width: 19.167vw;
    height: 45.208vw;
    background-color: #f6f6fb;
    border-radius: 1.302vw;
    text-align: center;
    padding: 2.35vw 0 2.917vw;
}

.en .option .option_arr .option_item {
    height: 68.208vw;
}


.option .option_arr .option_item .option_head {
    display: flex;
    align-items: center;
    padding-bottom: 1.6vw;
    width: 73.913%;
    margin: 0 auto;
    border-bottom: 1px solid #adb0b7;
}

.option .option_arr .option_item .option_item_log {
    width: 2.1875vw;
    margin-right: 0.52vw;
}

.option .option_arr .option_item .option_item_title {
    font-weight: bold;
    position: relative;
    line-height: 1;
}

.option .option_arr .option_item .option_item_title img {
    position: absolute;
    width: 1.5625vw;
    height: 1.5625vw;
    top: 0;
    right: calc(-1.5625vw - 0.625vw);
}

.en .option .option_arr .option_item .option_item_title img {
    top: 0;
}

.option_item_price {
    display: flex;
    vertical-align: bottom;
    line-height: 1;
    margin-top: 2.46vw;
    align-items: baseline;
    padding: 0 2.75vw;
    display: none;
}

.option_item_price .t1 {
    font-weight: bold;
}

.option_item_price .t2 {
    font-weight: bold;
}

.option_item_price .t3 {
    margin-left: 0.7vw;
}

.option_item_button {
    width: 73.913%;
    height: 1.979vw;
    line-height: 100%;
    border-radius: 0.9895vw;
    border: 1px solid #646a73;
    cursor: pointer;
    margin: 0 auto;
    box-sizing: content-box;
    margin-top: 1.45vw;
    background-color: #f6f6fb;
}

/* 绿色渐变按钮样式 */
.green-gradient {
    background: linear-gradient(to right, #52d680, #47cbb7);
    color: white;
    border-color: transparent;
}

/* 黑色渐变按钮样式 */
.black-gradient {
    background: linear-gradient(to right, #242629, #434343);
    color: #ffffff;
    border-color: transparent;
}

.option .option_arr .option_item .option_item_subheading {
    color: #adb0b3;
    margin: 2.9vw 1.667vw 0;
    text-align: left;
}


.option .option_arr .option_item .option_item_subheading img {
    width: 1px;
    height: 0.78125vw;
    margin: 0 0.52vw;
}

.option .option_arr .option_item .option_item_content {
    margin: 0.8vw 0 0 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #5a5f66;
}

.option .option_arr .option_item .option_item_content .option_item_content_item {
    display: flex;
    align-items: center;
    margin-bottom: 1.13vw;
    width: 45%;
}

.en .option .option_arr .option_item .option_item_content .option_item_content_item {
    width: 100%;
}


.option .option_arr .option_item .option_item_content .option_item_content_item img {
    margin-right: 0.52vw;
    width: 0.9375vw;
}

.option .option_arr .option_item .option_item_content.big_item .option_item_content_item {
    width: 100%;
}

/* -移动端 */
@media screen and (max-width: 1200px) {
    .option .option_content {
        padding: 10vw 5.33vw 12vw;
    }

    .option .option_arr {
        margin-top: 6vw;
        flex-direction: column;
        gap: 3.2vw;
    }

    .option .option_arr .option_item,
    .en .option .option_arr .option_item {
        width: 100%;
        height: auto;
        border-radius: 3.5vw;
        padding: 6vw 0 6.5vw;
    }

    .option .option_arr .option_item .option_head {
        width: 88%;
        padding-bottom: 4vw;
    }

    .option .option_arr .option_item .option_item_log {
        width: 8vw;
        margin-right: 2vw;
    }

    .option .option_arr .option_item .option_item_title img {
        width: 6vw;
        height: 6vw;
        top: -1.7vw;
        right: calc(-6vw - 1.6vw);
    }

    .en .option .option_arr .option_item .option_item_title img {
        top: -1vw;
    }

    .option_item_price {
        margin-top: 5vw;
        justify-content: center;
        padding: 0 10vw;
    }

    .option_item_price .fontSize36 {
        font-size: 6.4vw;
    }

    .option_item_price .fontSize72 {
        font-size: 12vw;
    }

    .option_item_price .t3 {
        margin-left: 2vw;
    }

    .option_item_button {
        width: 88%;
        height: 10.5vw;
        line-height: 10.5vw;
        border-radius: 5.25vw;
        margin-top: 4vw;
    }

    .option .option_arr .option_item .option_item_subheading {
        margin: 4.8vw 5vw 0;
        line-height: 1.6;
    }

    .option .option_arr .option_item .option_item_subheading img {
        height: 3.2vw;
        margin: 0 1.6vw;
    }

    .option .option_arr .option_item .option_item_content {
        width: 88%;
        margin: 4.5vw auto 0;
    }

    .option .option_arr .option_item .option_item_content .option_item_content_item {
        width: 48%;
        margin-bottom: 3.6vw;
    }

    .option .option_arr .option_item .option_item_content .option_item_content_item img {
        width: 3.2vw;
        margin-right: 1.8vw;
    }

    .en .option .option_arr .option_item .option_item_content .option_item_content_item,
    .option .option_arr .option_item .option_item_content.big_item .option_item_content_item {
        width: 100%;
    }
}