/* <!-- 大图片区域 --> */
.swiper_y {
    width: 100%;
    height: 880px;
    background: url('../images/01.webp') no-repeat center;
    background-size: cover;
    margin: 0 auto;
}
.swiper_con {
    position: relative;
    height: 100%;
}
.swiper_con .con_text {
    width: 100%;
    padding-top: 320px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.hero_left {
    margin-top: 50px;
}

.swiper_con .con_text .text_one {
    width: 600px;
    font-family: PingFangSC-Medium;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1.2;
}
.swiper_con .con_text .text_one .text_highlight {
    color: #F87118;
}

.hero_card_wrapper {
    margin-right: 50px;
}

.hero_card {
    width: 360px;
    background-color: #F87118; /* Orange */
    opacity: 0.8;
    padding: 40px 50px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 6px;
}

.card_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}
.text_quan{
    font-size: 50px;
}
.swiper_con .con_text .text_two {
    width: 100%;
    height: auto;
    margin-top: 0;
    font-family: PingFangSC-Regular;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 300;
    text-align: justify;
    line-height: 1.6;
    opacity: 1;
}

:lang(en) .swiper_con .con_text .text_two {
    font-size: 14px; /* Standardize size inside card */
}

.swiper_con .con_text .text_three {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 30px;
    background: transparent;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
}

.text_three span {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    margin-right: 10px;
}

.text_three i img {
    width: 20px; 
    height: auto;
}


.item_sl li {
    height: auto;
    font-family: Impact;
    font-size: 30px;
    color: #FFFFFF;
    margin-left: 5px;
}



.item_sl span {
    margin-top: 0; 
    font-size: 20px; 
    margin-left: 5px;
}
