* {
    margin: 0;
    padding: 0;
}

.home {
    overflow: hidden;
    background: #f5f7fa;
}

.home__banner {
    padding: 80px 0;
    background: url('../images/bg-1.jpg') no-repeat;
    background-size: 100% auto;
}

.home__banner-wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1400px;
    align-items: center;
    justify-content: space-between;
}

.home__banner-body {
    flex: 1;
}

.home__banner-title {
    color: #fff;
    line-height: 1;
    font-size: 36px;
    text-indent: -2px;
    margin-bottom: 24px;
}

.home__banner-subtitle {
    color: #fff;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 24px;
}

.home__banner-divider {
    width: 60px;
    height: 4px;
    margin: 50px 0;
    background-color: #fff;
}

.home__banner-info {
    margin-bottom: 20px;
}

.home__banner-info-item {
    color: #fff;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 20px;
}

.home__banner-card {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 6px;
    padding: 18px 30px;
    border-radius: 8px;
    background: #fff;
    display: inline-block;
    transform: skewX(-6deg);
}

.home__banner-card-item:nth-child(1) {
    line-height: 1;
    font-size: 18px;
    color: #009FA8;
    font-weight: bold;
    text-indent: -2px;
    transform: skewX(6deg);
}

.home__banner-card-item:nth-child(2) {
    line-height: 1;
    font-size: 18px;
    color: #009FA8;
    font-weight: 400;
    margin-top: 12px;
    transform: skewX(6deg);
}

.home__banner-image {
    flex: 1;
    display: flex;
    margin-left: 120px;
    align-items: center;
    justify-content: center;
}

.home__banner-image img {
    width: 100%;
    display: block;
}

.home__title {
    display: flex;
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}

.home__title-inner {
    display: flex;
    padding: 16px 0;
    min-width: 400px;
    max-width: 400px;
    background: #fff;
    position: relative;
    align-items: center;
    border-radius: 200px;
    justify-content: center;
}

.home__title-inner img:first-child {
    left: -18px;
    width: 40px;
    display: block;
    position: absolute;
    transform: scaleX(-1);
}

.home__title-inner h2 {
    line-height: 1;
    font-size: 22px;
    color: #009FA8;
    font-weight: bold;
    letter-spacing: 1px;
}

.home__title-inner img:last-child {
    width: 40px;
    right: -18px;
    display: block;
    position: absolute;
}

.home__intro {
    display: flex;
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}

.home__intro-wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1400px;
    align-items: stretch;
    justify-content: space-between;
}

.home__intro-text {
    flex: 1;
    color: #333;
    padding: 30px;
    font-size: 18px;
    line-height: 1.8;
    text-indent: 2em;
    overflow: hidden;
    border-radius: 8px;
    text-align: justify;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.03);
}

.home__intro-image {
    width: 450px;
    overflow: hidden;
    margin-left: 50px;
    border-radius: 8px;
}

.home__intro-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home__apply {
    display: flex;
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}

.home__apply-grid {
    gap: 20px;
    display: grid;
    width: 1400px;
    grid-template-columns: repeat(4, 1fr);
}

.home__apply-card {
    padding: 35px;
    display: flex;
    cursor: pointer;
    border-radius: 8px;
    background: #fff;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.home__apply-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    background-color: #009FA8;
}

.home__apply-card-icon img {
    width: 70%;
    height: 70%;
}

.home__apply-card-title {
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 16px;
}

.home__apply-card-divider {
    width: 12%;
    height: 2px;
    margin-bottom: 20px;
    background-color: #009FA8;
}

.home__apply-card-desc {
    flex: 1;
    color: #666;
    display: flex;
    font-size: 14px;
    line-height: 1.6;
    align-items: center;
    margin-bottom: 24px;
    text-align: justify;
    justify-content: center;
}

.home__apply-card-button {
    width: 100%;
    height: 40px;
    border:0;
    background-color: #009FA8 !important;
    color: white;
}

.home__timeline {
    display: flex;
    margin: 70px 0;
    position: relative;
    align-items: center;
    justify-content: center;
}

.home__timeline-wrapper {
    gap: 30px;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1200px;
    position: relative;
    align-items: stretch;
    justify-content: space-between;
}

.home__timeline-item {
    flex: 1;
}

.home__timeline-item-tab {
    max-width: 190px;
    display: flex;
    cursor: pointer;
    padding: 15px 0;
    color: #009FA8;
    margin: auto;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    border: 2px solid #009FA8;
}

.home__timeline-item-tab--active {
    color: #fff;
    background-color: #009FA8;
}

.home__timeline-item-dot {
    width: 70px;
    height: 70px;
    margin: auto;
    position: relative;
    transform: rotate(45deg);
    background: linear-gradient(to top left, rgba(0, 159, 168, 0.3), transparent 60%);
}

.home__timeline-item-dot::after {
    content: '';
    width: 10px;
    right: -3px;
    height: 10px;
    bottom: -3px;
    border-radius: 50%;
    position: absolute;
    background-color: #009FA8;
}

.home__timeline-item-title {
    color: #333;
    font-size: 16px;
    margin-top: 40px;
    font-weight: bold;
    text-align: center;
}

.home__timeline-item-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin: 10px auto 0;
}

.home__timeline::after {
    left: 0;
    right: 0;
    top: 139px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #009FA8;
}

.home__bonus {
    display: flex;
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}

.home__bonus-wrapper {
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1400px;
}

.home__bonus-explain p {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

.home__bonus-trophy {
    gap: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home__bonus-item {
    margin: 60px 0 20px;
}

.home__bonus-item img {
    width: 170px;
    display: block;
}

.home__bonus-item h2 {
    color: #333;
    margin-top: 25px;
    text-align: center;
}

.home__bonus-item h3 {
    color: #333;
    margin-top: 10px;
    text-align: center;
}

.home__rule {
    display: flex;
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}

.home__rule-wrapper {
    gap: 4px;
    padding: 4px;
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1400px;
    border-radius: 8px;
    align-items: stretch;
    background-color: #f0f0f0;
    justify-content: space-between;
}

.home__rule-menu {
    width: 400px;
    flex-shrink: 0;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.home__rule-menu-item {
    color: #333;
    cursor: pointer;
    font-size: 20px;
    padding: 34px 30px;
    border-left: 4px solid transparent;
}

.home__rule-menu-item--active {
    color: #009FA8;
    border-color: #009FA8;
    background-color: #fff;
}

.home__rule-main {
    flex: 1;
    background-color: #fff;
    padding: 34px 30px 14px 30px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home__rule-main-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
}

.home__rule-main-tags {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.home__rule-main-tag {
    gap: 10px;
    display: flex;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #EEF3FF;
}

.home__rule-main-tag span {
    color: #333;
}

.home__rule-main-text {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.home__rule-main-text p {
    margin: 4px 0;
}

.home__rule-main-qrcode {
    margin-bottom: 20px;
}

.home__rule-main-qrcode img {
    width: 160px;
    display: block;
}

.home__information {
    display: flex;
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}

.home__information-wrapper {
    gap: 30px;
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1400px;
    align-items: stretch;
    justify-content: space-between;
}

.home__information-item {
    flex: 1;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.home__information-item-title {
    width: 280px;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    padding: 12px 20px;
    margin-bottom: 20px;
    background-color: #009FA8;
    border-top-right-radius: 25px;
}

.home__information-item-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 30px;
    text-align: justify;
}

.home__information-item-subtitle {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    margin: 20px 30px;
    text-align: justify;
}

.home__information-item-image {
    height: 230px;
    overflow: hidden;
    border-radius: 8px;
    margin: 20px 30px 30px;
}

.home__information-item-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.home__previous {
    display: flex;
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}

.home__previous-wrapper {
    gap: 30px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1400px;
    min-width: 1400px;
    align-items: stretch;
    justify-content: space-between;
}

.home__previous-item {
    height: 280px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    width: calc(33.33% - 20px);
}

.home__previous-item-bg {
    width: 100%;
    display: block;
}

.home__previous-item-body {
    top: 30px;
    z-index: 2;
    left: 30px;
    color: #fff;
    position: absolute;
}

.home__previous-item-body h2 {
    font-size: 20px;
    line-height: 1.8;
}

.home__previous-item-body h3 {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

.home__previous-item-icon {
    z-index: 2;
    width: 70px;
    height: 70px;
    bottom: 50px;
    position: absolute;
    left: calc(50% - 35px);
}

.home__previous-item::after {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 159, 168, 0.6);
}

.home__about {
    display: flex;
    margin: 50px 0;
    align-items: center;
    justify-content: center;
}

.home__about-wrapper {
    gap: 30px;
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1400px;
    align-items: stretch;
}

.home__about-image {
    flex: 1;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
}

.home__about-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home__about-text {
    flex: 1;
    color: #333;
    height: 350px;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.8;
}

.home__about-text p {
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 10px;
}

.home__about-text p:last-child {
    margin-bottom: 0;
}

/* 整体容器 */
.tab-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* 左侧导航 */
.tab-nav {
    width: 280px;
    background-color: #f0f0f0;
}

/* 导航项 */
.tab-item {
    padding: 20px 30px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

/* 激活态样式 */
.tab-item.active {
    background-color: #ffffff;
    color: #0096a0;
}

/* 激活态左侧竖线 */
.tab-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #0096a0;
}

/* 右侧内容区 */
.tab-content {
    flex: 1;
    padding: 40px;
    background-color: #fff;
}

/* 内容标题 */
.content-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

/* 内容文本 */
.content-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* 隐藏非激活的内容 */
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}