/* 阿里巴巴普惠体 */
@font-face {
    font-family: 'Alibaba PuHuiTi';
    src: url('/font/alibaba-puhui/Alibaba-PuHuiTi-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alibaba PuHuiTi';
    src: url('/font/alibaba-puhui/Alibaba-PuHuiTi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Alibaba PuHuiTi';
    src: url('/font/alibaba-puhui/Alibaba-PuHuiTi-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Alibaba PuHuiTi';
    src: url('/font/alibaba-puhui/Alibaba-PuHuiTi-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Alibaba PuHuiTi';
    src: url('/font/alibaba-puhui/Alibaba-PuHuiTi-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* Open Sans */
@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/open-sans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/open-sans/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/open-sans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body{
    margin:0;
    padding:0;

}
#root{
    width: 100%;
    height: 100%;


}
.header{
    height: 96px;
    width: 100%;
    max-width: 100%;
    background-image: url('../img/head_backgroud.png');
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 200px;
    box-sizing: border-box;

    background-repeat: no-repeat;
}
.header .logo{
    height: 100%;
    display: flex;
    align-items: center;
}
.header .logo img{
    height: 60px;
    width: auto;
}
.header .login{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #3CA377;
}
.header .login p{
    margin: 0;
    cursor: pointer;
    font-weight: bold;
}
.header .login p:first-child{
    color: #4dab83;
}
.header .login p:last-child{
    color: #000;
}
.header .login p:nth-child(2){
    color: #000;
}
.banner{
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    z-index: 1;
    background-color: #fcfff8;
}

.banner-body{
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 1;
}

.banner-body img{
    width: 100%;
    display: block;
    min-height: 400px;
}

.banner-content{
    position: relative;
    width: 1200px;
    margin: -100px auto 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    z-index: 10;
}

.slider-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 204px;
    overflow: hidden;
    width: 100%;
    background-color: white;
    border-radius: 12px;
}

.slider-arrow{
    width: 52px;
    height: 204px;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    background-color: #f1fbe2;
    
}
.slider-arrow.left{
    border-radius: 12px 0px 0px 12px;
}
.slider-arrow.right{
    border-radius: 0px 12px 12px 0px;
}
.slider-arrow.right img{
    transform: rotate(180deg);
}
.slider-content{
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    width: 1000px;
    font-family: Open Sans;
    font-size: 30px;
    font-weight: bold;
    line-height: 99.29%;
    letter-spacing: normal;
    color: #1C4E43;
}

.slider-item{
    width: 240px;
    height: 148px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 8px rgba(0.1, 0.1, 0.1, 0.1),
        -4px 0 8px rgba(0.1, 0.1, 0.1, 0.1),
        4px 0 8px rgba(0.1, 0.1, 0.1, 0.1);
    transition: transform 0.3s ease;
}

.slider-item.hidden {
    display: none;
}

.slider-item img{
    position: absolute;
    width: 80%;
    height: 80%;
    object-fit: contain;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-item.gradient-1{
    background: linear-gradient(135deg, #f3fce6 0%, #cbefac 100%);
}

.slider-item.gradient-2{
    background: linear-gradient(135deg, #fe9f5d 0%, #fd8848 100%);
}

.slider-text{
    color: #14473c;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 30px;
    max-width: 180px;
    word-break: break-all;
    line-height: 1.2;
}

.slider-item:last-child .slider-text{
    color: #fff;
}

.slider-item.active{
    color: #4dab83;
}

.slider-item.active:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #4dab83;
}

.time-container{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    gap: 50px;
    height: 170px;
    margin: 50px 0;
}
.time-container-item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;

    height: 170px;
    border: 1px solid #b9e8b3;
    border-radius: 12px;
}
.time-left{
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    font-family: Open Sans;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    letter-spacing: normal;
    color: white;
    background-color: #3ca376;
    height: 100%;
    border-radius: 12px 0 0 12px;
    width: 400px;
    .line{
        width: 60px;
        height: 2px;
        background-color: white;
    }
    .date{
        font-size: 32px;
    }

}




.time-middle{
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    flex-shrink: 0;
    white-space: nowrap;
    font-family: Open Sans;
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: #303030;
}

.time-right{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    padding:  20px;
}

.countdown{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Open Sans;
    font-size: 58.44px;
    font-weight: normal;
    line-height: 58.44px;
    letter-spacing: normal;
    color: #FFFFFF;
    margin: 0 20px;
}

.countdown-item{
    width: 66px;
    height: 90px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.countdown-top{
    position: absolute;
    width: 100%;
    height: calc(50% - 1px);
    background: #6cc19d;
    top: 0;
}

.countdown-bottom{
    position: absolute;
    width: 100%;
    height: calc(50% - 1px);
    background: #75cfa8;
    bottom: 0;
}

.countdown-item::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #94e3c1;
    top: 50%;
    transform: translateY(-50%);
}

.countdown-number{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 59px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}

.countdown-text{
    font-size: 20px;
    margin-left: 5px;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    flex-shrink: 0;
    white-space: nowrap;
    font-family: Open Sans;
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: normal;
}
.introduce{
    width: 100%;
    height: auto;
    background: 
        url('../img/annulus.png') no-repeat right 150% / 50%,
        radial-gradient(circle at top left, #ddf1cc, #fbfdf6 30%, transparent 60%),
        radial-gradient(circle at bottom right, #d4f0e4, #fdfffe 30%, transparent 60%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    overflow: hidden;

}
.introduce-content{
    width: 1096px;
    height: auto;
    
    border-radius: 12px;
    z-index: 1;
    display: flex;
    margin-top: 50px;

}
.introduce-content-circle{
    min-width: 13px;
    background-color: #75d0a7;
    margin-right: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-content-circle::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #75d0a7;
    position: absolute;
    right: -6px;
}
.introduce-images {
    width: 1096px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:50px 0;
}

.introduce-image-arrow {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.introduce-image-arrow.left img {
    transform: rotate(180deg);
}

.introduce-image-arrow img {
    width: 24px;
    height: 24px;
}

.introduce-image-container {
    flex: 1;
    display: flex;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
    width: 1000px;
}

.introduce-image-item {
    height: 200px;
    overflow: hidden;
    flex: 1;
    transition: opacity 0.5s ease-in-out;
}

.introduce-image-item.hidden {
    opacity: 0;
}

.introduce-image-item:not(.hidden) {
    opacity: 1;
}

.introduce-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.introduce-image-container2 {
    flex: 1;
    display: flex;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
    width: 1146px;
}
.introduce-image-item2 {
    height: 230px;
    overflow: hidden;
    flex: 1;
    transition: opacity 0.5s ease-in-out;
}

    .introduce-image-item2.hidden {
        opacity: 0;
    }

    .introduce-image-item2:not(.hidden) {
        opacity: 1;
    }

    .introduce-image-item2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.introduce-content-title{

    font-variation-settings: "opsz" auto;
    font-family: Open Sans;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #3D3D3D;

}
.introduce-content-subheading{
    font-size: 20px;
    font-weight: normal;
    line-height: 157%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    background: linear-gradient(to right, #25777D, #75D0A7);
    display: inline-block;
    padding: 2px 20px;
    margin: 20px 0;
    font-family: Open Sans;

}


.introduce-content-introduce{
    font-size: 16px;
    font-weight: normal;
    line-height: 173%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
    font-family: Open Sans;

}
.information{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    overflow: hidden;
    background-color: #fcfff8;
}
.information-outer {
    width: 1200px;
    background: linear-gradient(to right, #5fb89c, #297a7e);
    padding: 1px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.information-header {
    text-align: left;
    margin: 15px;
}

.information-header h2 {
    color: white;
    font-size: 1.8rem;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.information-inner {
    width: 100%;
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-sizing: border-box;
}

.info-section {
    margin: 20px 0;
}

.info-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}

.section-title i {
    color: #5fb89c;
    font-size: 1.3rem;
    margin-right: 0.5rem;
}

.section-title h3 {
    margin: 0;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}
.info-section-icon{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.applicant-types {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8rem;
    margin-top: 0.8rem;
}

.applicant-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.applicant-item-icon{
    background-color: #3ca377;
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;

}
.applicant-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 0.4rem;
}

.applicant-item p {
    margin: 0;
    color: #000000;

    font-family: 'Open Sans', sans-serif;
}

.dates-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 0.8rem;
    border-radius: 8px;
    overflow: hidden;
}

.dates-table th {
    background-color: #70caa4;
    color: #000;
    padding: 0.6rem;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.dates-table td {
    padding: 0.6rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 600;
}

.dates-table tr:nth-child(even) {
    background-color: #f0f9f6;
}

.dates-table tr:nth-child(odd) {
    background-color: #e1f5ec;
}



.tab-buttons {
    display: flex;
    background: none;
}

.tab-button {
    background: #effff8;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    color: #589f9b;
    cursor: pointer;
    position: relative;
}

.tab-button.active {
    background: linear-gradient(to right, #6ac4a1, #287b7f);

    color: #fff;
}



.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
}

.title-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-logo {
    width: 24px;
    height: 24px;
}

.title-section {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.more-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #218DF2;
    cursor: pointer;
    font-size: 18px;
}

.more-link img {
    width: 12px;
    height: 12px;
}

.content-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.content-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.item-image {
    width: 200px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 8px;
}

.item-number {
    background-color: #4dab83;
    color: #fff;
    padding: 2px 6px;
}

.item-text {
    flex: 1;
}

.item-text h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #333;
}

.item-text p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.item-date {
    color: #999;
    font-size: 14px;
    min-width: 100px;
    text-align: right;
}

.tab-content {
    width: 100%;
    border: solid 1px #eeeded;
    background-color: #fff;
    box-shadow: 20px 20px 0 0 #4a9b5c;
}
.tab-content-acontent{
    display: flex;
    flex-direction: row;
    margin: 0 20px;
    border-top: 1px solid #eef2f8;
    padding: 20px 0;
}
.tab-content-acontent .content-image{
    min-width: 400px;

}
.tab-content-acontent .content-image img{
    width: 100%;
}
.content-items{
    margin: 0 0 0 40px;
    width: 100%;
}
.information-content-container{
    background-color: none;
    box-shadow: none;
    width: 1180px;
}
.introduce-one{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;   
    padding: 50px 0;
    background-color: #edfbf0;
}
.introduce-one-content{
    width: 1200px;
    display: flex;
    flex-direction: row;
    height: 100%;   
}

.introduce-one-content-circle{
    min-width: 13px;
    background-color: #75d0a7;
    margin-right: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-one-content-circle::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #75d0a7;
    position: absolute;
    right: -6px;
}
.introduce-one-content-introduce{
    font-size: 16px;
    font-weight: normal;
    line-height: 173%;
    letter-spacing: normal;
    color: #3D3D3D;
    padding-top: 30px;
}
.call-me{
    background-color: #1c4e43;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 5px; /* 字母间距 */
}
.call-me{
    .one{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
        
        font-family: Alibaba PuHuiTi 2.0;
  
        font-weight: 500;
        line-height: normal;
        letter-spacing: normal;
        color: #6CBB3F;
    }
    .two{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 20px 0;
        color: white;

        width: 1072px;
    
        line-height: normal;
        text-align: center;
        letter-spacing: normal;
        color: #FFFFFF;

    }
    .three{
        margin-bottom: 20px;
        color: #aeca91;
        text-align: center;
        line-height: 10px;
    }
}

.mode{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;

    height: 50px;
    margin: 0 20px;
    color: #ffffff;
    padding: 0 20px;

    
    img{
        width: 30px;
        height: 30px;
    }
}

.dotted-line{
    height: 30px;
    border: 1px dashed #4f8758;
}

.template-content{
    width: 100%;
    background-color: #f6f6f6;
    background-image: url('../img/template_background.png');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}




.content{
    flex: 1;
}

.introduce-quantity {
    width: 100%;
    background-color: #fcfff8;
    padding: 50px 0;
}

.quantity-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-item {
    text-align: center;
    flex: 1;
}

.quantity-number {
    margin-bottom: 15px;
    font-size: 64px;
    font-weight: 900;
    line-height: 80px;
    text-align: center;
    letter-spacing: normal;
    color: #3CA377;
}

.quantity-text {
    font-size: 24px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;

}
