body {

    font-family: 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;

    background-color: #f8fafc !important;

}

a{text-decoration: none}

.container1 {max-width: 1500px !important;margin: 0 auto  !important;}

/* 头部样式 */

header {

    background: #fff;

    color: #000;

    padding: 20px 0;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  
}



.header-content {

    display: flex;

    justify-content: left;

    align-items: center;

}



.logo {

    font-size: 24px;

    font-weight: bold;

    display: flex;

    align-items: center;

    cursor: pointer;

}

.logo img{width: 122px;height: 44px;}





nav ul {

    display: flex;

    list-style: none;

}



nav ul li {

    margin-left: 30px;

}



nav ul li a {

    color: #000;

    text-decoration: none;

    font-weight: 500;

    transition: var(--transition);

    font-size: 16px;

}



nav ul li a:hover {

    color: #00b277;

}

.zhuce{display: flex;margin-left: 25rem;align-items: center}

.zhuce>a{color: #000;display: inline-block;margin-left: 30px}

.zhuce>a.zhuce{background: #00b277;width: 80px;height: 40px;text-align: center;line-height: 40px;color: #fff}

.zhuce>a.zhuce:hover{background: #fff}

.zhuce>a:hover {

    color: #00b277;

}


/* 全屏banner */

.hotyun-banner {

    background: url("images/hotYun-yw-banner.png") no-repeat top center;

    color: white;

    padding-top: 130px;

    min-height: 500px;

    text-align: left;

}







.banner-content {

    max-width: 1500px;

    margin: 0 auto;

    z-index: 2;



}



.banner-title {

    font-size: 2.3rem;

    font-weight: 800;

    margin-bottom: 20px;

    letter-spacing: 1px;

    color: #000;

    line-height: 56px;

}

.banner-title span{color: #00b277}



.banner-subtitle {

    font-size: 1.1rem;

    margin-bottom: 20px;

    line-height: 1.8;

    text-align: left;

    color: #000;

}

.banner-subtitle a{color: #00b277;font-weight: 600}





.banner-actions {

    display: flex;

    gap: 30px;

    justify-content: left;

    flex-wrap: wrap;

    margin-top: 50px;

}



.btn-gm {

    background-color: #fff;

    border: none;

    padding: 16px 66px;

    font-size: 1.1rem;

    border-radius: 10px;

    transition: all 0.3s ease;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #00b277;

}



.btn-gm:hover {

    background-color: #00b277;

    transform: translateY(-3px);

    color: #fff;

}



.btn-zx {

    background-color: #00b277;

    color: white;

    padding: 16px 66px;

    font-size: 1.1rem;

    border-radius: 10px;

    transition: all 0.3s ease;

}



.btn-zx:hover {

    background-color: #00b277;

    border-color: white;

    transform: translateY(-3px);

    color: #fff;

}



.container-1500 {

    max-width: 1500px;

    margin: 0 auto;

    padding: 0px 20px;

    background:#f8fafc;

}

.table-content{padding-top: 80px}

#scarce-resources{padding-bottom: 80px}

.hotyun-title {

    color: #000;

    margin-bottom: 15px;

    font-weight: 700;

    font-size: 2rem;

    text-align: center;

}

.hotyun-title1 {

    color: #666;

    font-size: 1rem;

    text-align: center;

}

/* 表格样式 */

.resource-table-container {

    background-color: white;

    border-radius: 12px;

    padding: 0;

    overflow: hidden;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    margin-top: 60px;

}





.resource-table {

    width: 100%;

    border-collapse: collapse;

}



.resource-table thead {

    background-color: #00b277;

}



.resource-table th {

    padding: 23px 55px;

    text-align: left;

    font-weight: 600;

    color: #fff;

    font-size: 16px;

}



.resource-table td {

    padding: 26px 55px;

    border-bottom: 1px solid #eee;

    vertical-align: middle;

}



.resource-table tbody tr:nth-child(even) {

    background-color: #fafcff;

}



.resource-table tbody tr:hover {

    background-color: #f0f7ff;

}

.price-tag {

    color: #ff3333;

    font-weight: 700;

    font-size: 1.4rem;

}







.btn-buy {

    background-color: #00b277;

    color: white;

    border: none;

    padding: 8px 30px;

    border-radius: 6px;

    font-size: 0.95rem;

    font-weight: 500;

    transition: all 0.3s;

    cursor: pointer;

}



.btn-buy:hover {

    background-color: #0052cc;

    color: white;

    transform: translateY(-2px);

    box-shadow: 0 5px 15px rgba(0, 102, 255, 0.3);

}





/*应用场景*/

.container-white {

    background: #fff;

}

.content-center{ max-width: 1500px; margin: 0 auto; padding: 80px 20px;}

.scene-card {

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    border: none;

    border-radius: 12px;

    box-shadow: 0 4px 12px rgba(0,0,0,0.08);

    height: 100%;

    padding: 46px 0;

}

.scene-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 8px 24px rgba(0,0,0,0.1);

}

.icon-container {

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 2rem;

}



.scene-card-title {

    font-weight: 600;

    color: #333;

    margin-bottom: 0.5rem;

    font-size: 1.15rem;

}



.custom-row {

   margin-top: 40px;

}



.custom-col {

    flex: 1;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

}



/*优势*/

.feature-card {

    background-color: white;

    border-radius: 0.75rem;

    padding: 1.5rem;

    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);

    display: flex;

    align-items: center;

    gap: 1rem;

    transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.feature-card:hover {

    transform: translateY(-3px);

    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);

}

.feature-icon {

    width: 3rem;

    height: 3rem;

    border-radius: 50%;

    background-color: #e0f2fe;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #3b82f6;

    font-size: 1.25rem;

    flex-shrink: 0;

}

.feature-text {

    color: #334155;

    font-size: 1.1rem;

    font-weight: 500;

}



/* 活动横幅样式 */

.promo-banner {

    background: #d7e8fc url("images/hotYun-img.png") no-repeat center center;

    border-radius: 12px;

    padding: 2.3rem 10rem;

    position: relative;

    overflow: hidden;

    box-shadow: 0 4px 20px rgba(0,0,0,0.05);

    transition: transform 0.3s ease;

    margin-bottom: 80px;

}



.promo-banner:hover {

    transform: translateY(-5px);

}

.promo-title {

    font-size: 1.5rem;

    font-weight: 600;

    color: #333;

}



.promo-discount {

    color: #fd6b00;

    font-weight: 700;

    margin-left: 1rem;

    font-size: 1.5rem;

}



.cta-button {

    background-color: #00b277;

    color: white;

    border: none;

    padding: 0.8rem 7rem;

    border-radius: 100px;

    font-weight: 600;

    transition: all 0.3s ease;

}



.cta-button:hover {

    background-color: #0d47a1;

    transform: translateY(-2px);

    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);

    color: white;

}



/* FAQ卡片样式 */

.faq-card {

    background-color: #ffffff;

    border-radius: 10px;

    padding: 1.5rem;

    margin-bottom: 1.5rem;

    border: 1px solid rgba(0,0,0,0.07);

    transition: all 0.3s ease;

    cursor: pointer;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.faq-card:hover {

    border-color: #00b277;

    box-shadow: 0 8px 30px rgba(0,0,0,0.08);

}



.faq-question {

    font-size: 1.1rem;

    font-weight: 500;

    color: #333;

    margin: 0;

}



.faq-arrow {

    color: #00b277;

    font-size: 1.5rem;

    transition: transform 0.3s ease;

}



.faq-card:hover .faq-arrow {

    transform: translateX(5px);

}



/*注册*/

.hotyun-register{background-color: #00b277; min-height: 246px; display: flex; flex-direction: column; justify-content: center; align-items: center;}

.hotyun-vip{

    font-size:2rem ;

    color: #fff;

    font-weight: 600;

}

.hotyun-resBtn{

    background-color: #fff;

    color: #333;

    border: none;

    padding: 0.8rem 6rem;

    border-radius: 12px;

    font-weight: 600;

    transition: all 0.3s ease;

}



/* 响应式调整 */
/* 响应式设计 */

@media (max-width: 1285px) {

    .zhuce{margin-left: 300px}

}



@media (max-width: 992px) {

    .zhuce{margin-left: 0px}

    .header-content {

        text-align: center;

    }

    nav ul {

        margin-top: 20px;

        justify-content: center;

    }

    nav ul li {

        margin: 0 15px;

    }

}



@media (max-width: 768px) {
 nav{display: none}

    .zhuce{margin-left: 70px}


    .hotyun-banner {

        padding-top: 80px;



    }

    .banner-title {

        font-size: 1.6rem;

    }

    .banner-actions{

        gap: 10px;

    }



    .hotyun-title {

        font-size: 1.5rem;

    }

    .resource-table {

        font-size: 0.9rem;

    }



    .resource-table th,

    .resource-table td {

        padding: 12px 5px;

        font-size: 14px;

    }

    .price-tag {

        font-weight: 700;

        font-size: 1rem;

    }

    .btn-buy {

        padding: 8px 8px;

        font-size: 0.75rem;

    }

    .custom-col {

        flex:none;

    }

    .content-center{ padding: 40px 20px;}

    .custom-row {margin-top: 30px;}

    .resource-table-container{margin-top: 30px}

    .promo-banner {

        flex-direction: column;

        text-align: center;

        padding: 1.5rem;

    }



    .promo-title {

        margin-bottom: 1rem;

    }

    .hotyun-vip{

        font-size:1.7rem ;

    }



}

