.bg-banner-1 {
    background-image: url('picture/banner001.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 !important;
}

.bg-banner-2 {
    background-image: url('picture/banner002.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 !important;
}

.bg-banner-3 {
    background-image: url('picture/banner003.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 !important;
}

.banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 9, 77, 0.25);
}

.banner-title {
    z-index: 10;
}

.my-header-logo img {
    width: clamp(180px, 16vw, 600px) !important;
}

.my-footer-logo {
    width: clamp(160px, 12vw, 500px) !important;
}

.detail-title {
    font-size: clamp(24px, 2.8vw, 72px);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 比例 (高 / 宽 = 9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
    max-width: 800px;
    /* 控制最大宽度 */
    margin: 20px auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-learn-more-btn {
    background-color: #fdedd9;
    font-size: 22px;
    height: 60px;
    border-radius: 30px;
}

.blog-block {
    display: block;
}

.title-line {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.description-line {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.avatar-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.days-block:hover {
    background-color: #fef9f0;
    border-color: #FC6102 !important;
}

.header-icon {
    width: 22px;
    height: 22px;
    margin-left: 8px;
}

.footer-icon-box:hover a {
    background-color: #faddba !important;
}

.footer-icon {
    width: 26px;
    height: 26px;
}