* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none; /* 去除下划线 */
    color: inherit; /* 继承父元素的颜色 */
}

.card-box {
    width: 365px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    float: left;
}

/*TODO 须根据 box个数 来调整*/
.box {
    justify-content: center;
    display: grid;
    grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5%; /* Four equal columns */
    grid-gap: 10px; /* Gap between grid items */
    margin: 0 auto; /* Center the grid horizontally */
}

.card-img {
    width: 80px;
    height: 60px;
    padding-right: 10px;
}

.card-title {
    width: 220px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #333333;
}

.card-date {
    margin-top: 10px;
    width: 169px;
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.card-left {
    margin-left: 5px;
}

.card-center {
    width: 244px;
}

.button {
    width: 165px;
    height: 40px;
    border-radius: 20px;
    border: 0 !important;
}

.main {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #3c78f5;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.footer img {
    width: auto;
    height: 55px;
    padding: 10px 20px;
}

.footer p {
    color: #FFFFFF;
}

.header {
    position: relative;
    /* 设置背景图片 */
    background-image: url("/scheme/images/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-img img {
    width: 100%;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff; /* 设置文字颜色 */
}

/*TODO ------ left 顶部logo需要调整*/
.text-overlay img {
    width: auto;
    height: 60px;
    position: relative;
    left: -648px;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    /*margin-top: 10px; !* 根据需要调整文字和Logo的间距 *!*/
}

@media screen and (max-width: 1800px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        overflow-x: hidden;
    }

    a {
        text-decoration: none; /* 去除下划线 */
        color: inherit; /* 继承父元素的颜色 */
    }

    .card-box {
        width: 280px;
        height: 88px;
        background: #FFFFFF;
        border-radius: 5px;
        display: flex;
        align-items: center;
        flex-direction: row;
        float: left;
    }

    /*TODO 须根据 box个数 来调整*/
    .box {
        justify-content: center;
        display: grid;
        grid-template-columns: 17% 17% 17% 17% 17%;
        grid-gap: 10px;
        margin: 0 auto;
    }

    .card-img {
        width: 60px;
        height: auto;
        padding-right: 10px;
    }

    .card-title {
        width: 168px;
        font-size: 15px;
        font-family: Source Han Sans CN;
        font-weight: 700;
        color: #333333;
    }

    .card-date {
        margin-top: 10px;
        width: 169px;
        height: 16px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
    }

    .card-left {
        margin-left: 5px;
    }

    .card-center {
        width: 240px;
    }

    .button {
        width: 165px;
        height: 40px;
        border-radius: 20px;
        border: 0 !important;
    }

    .main {
        width: 100%;
        height: auto;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 100px;
    }

    .footer {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        background-color: #3c78f5;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .footer img {
        width: auto;
        height: 55px;
        padding: 10px 20px;
    }

    .footer p {
        color: #FFFFFF;
    }

    .header {
        position: relative;
        /* 设置背景图片 */
        background-image: url("/scheme/images/banner.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .title-img img {
        width: 100%;
    }

    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff; /* 设置文字颜色 */
    }

    /*TODO ------ left 顶部logo需要调整*/
    .text-overlay img {
        width: auto;
        height: 60px;
        position: relative;
        left: -480px;
    }

    h1 {
        font-size: 30px;
        font-weight: bold;
        /*margin-top: 10px; !* 根据需要调整文字和Logo的间距 *!*/
    }


}

/* iphone */
@media screen and (max-width: 1280px) {
    body {
        overflow-x: hidden;
    }

    .box {
        grid-template-columns: repeat(2, 50%); /* 两列等宽 */
    }

    .footer {
        /* 调整脚注的高度和对齐方式 */
        height: 70px;
    }

    .footer img {
        /* 调整脚注中的图片大小 */
        height: 20px;
        padding: 5px 10px;
    }

    .footer p {
        /* 调整脚注中的文字样式 */
        font-size: 14px;
        padding-left: 10px;
    }

    .main {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-box {
        width: 180px; /* 卡片宽度占满整个屏幕 */
        height: auto; /* 根据内容自动调整高度 */
        margin-bottom: 10px; /* 增加卡片之间的间距 */
        float: none; /* 取消浮动效果 */
        flex-direction: column; /* 修改排列方向为纵向 */
        justify-content: center; /* 纵向居中排列 */
    }

    .card-img {
        width: 80px; /* 调整图片大小 */
        height: 60px;
    }

    .card-title {
        width: 150px; /* 标题宽度占满整个卡片 */
        font-size: 18px; /* 调整标题字体大小 */
        margin-top: 5px; /* 标题与图片之间的间距 */
        text-align: center;
    }

    .card-date {
        width: 100%; /* 日期宽度占满整个卡片 */
        font-size: 14px; /* 调整日期字体大小 */
        margin-top: 5px; /* 日期与标题之间的间距 */
    }

    .card-center {
        width: 244px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .header {
        /*height: 30px; !* 根据需要调整高度 *!*/
        background-size: cover;
        background-position: center;
    }

    /*TODO ------ 手机端 left 需要调整 */
    .title-img h1 {
        width: auto;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        left: -58px;
    }

    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: row;
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #fff; /* 设置文字颜色 */

    }

    /*TODO ------ height, left 手机端需要调整*/
    .text-overlay img {
        width: auto;
        height: 30px;
        position: relative;
        left: -65px;
    }
}




* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none; /* 去除下划线 */
    color: inherit; /* 继承父元素的颜色 */
}

.card-box {
    width: 365px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    float: left;
}

/*TODO 须根据 box个数 来调整*/
.box {
    justify-content: center;
    display: grid;
    grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5%; /* Four equal columns */
    grid-gap: 10px; /* Gap between grid items */
    margin: 0 auto; /* Center the grid horizontally */
}

.card-img {
    width: 80px;
    height: 60px;
    padding-right: 10px;
}

.card-title {
    width: 220px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #333333;
}

.card-date {
    margin-top: 10px;
    width: 169px;
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.card-left {
    margin-left: 5px;
}

.card-center {
    width: 244px;
}

.button {
    width: 165px;
    height: 40px;
    border-radius: 20px;
    border: 0 !important;
}

.main {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #3c78f5;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.footer img {
    width: auto;
    height: 55px;
    padding: 10px 20px;
}

.footer p {
    color: #FFFFFF;
}

.header {
    position: relative;
    /* 设置背景图片 */
    background-image: url("/scheme/images/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-img img {
    width: 100%;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff; /* 设置文字颜色 */
}

/*TODO ------ left 顶部logo需要调整*/
.text-overlay img {
    width: auto;
    height: 60px;
    position: relative;
    left: -648px;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    /*margin-top: 10px; !* 根据需要调整文字和Logo的间距 *!*/
}

@media screen and (max-width: 1800px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        overflow-x: hidden;
    }

    a {
        text-decoration: none; /* 去除下划线 */
        color: inherit; /* 继承父元素的颜色 */
    }

    .card-box {
        width: 280px;
        height: 88px;
        background: #FFFFFF;
        border-radius: 5px;
        display: flex;
        align-items: center;
        flex-direction: row;
        float: left;
    }

    /*TODO 须根据 box个数 来调整*/
    .box {
        justify-content: center;
        display: grid;
        grid-template-columns: 17% 17% 17% 17% 17%;
        grid-gap: 10px;
        margin: 0 auto;
    }

    .card-img {
        width: 60px;
        height: auto;
        padding-right: 10px;
    }

    .card-title {
        width: 168px;
        font-size: 15px;
        font-family: Source Han Sans CN;
        font-weight: 700;
        color: #333333;
    }

    .card-date {
        margin-top: 10px;
        width: 169px;
        height: 16px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
    }

    .card-left {
        margin-left: 5px;
    }

    .card-center {
        width: 240px;
    }

    .button {
        width: 165px;
        height: 40px;
        border-radius: 20px;
        border: 0 !important;
    }

    .main {
        width: 100%;
        height: auto;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 100px;
    }

    .footer {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        background-color: #3c78f5;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .footer img {
        width: auto;
        height: 55px;
        padding: 10px 20px;
    }

    .footer p {
        color: #FFFFFF;
    }

    .header {
        position: relative;
        /* 设置背景图片 */
        background-image: url("/scheme/images/banner.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .title-img img {
        width: 100%;
    }

    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff; /* 设置文字颜色 */
    }

    /*TODO ------ left 顶部logo需要调整*/
    .text-overlay img {
        width: auto;
        height: 60px;
        position: relative;
        left: -480px;
    }

    h1 {
        font-size: 30px;
        font-weight: bold;
        /*margin-top: 10px; !* 根据需要调整文字和Logo的间距 *!*/
    }


}

/* iphone */
@media screen and (max-width: 1280px) {
    body {
        overflow-x: hidden;
    }

    .box {
        grid-template-columns: repeat(2, 50%); /* 两列等宽 */
    }

    .footer {
        /* 调整脚注的高度和对齐方式 */
        height: 70px;
    }

    .footer img {
        /* 调整脚注中的图片大小 */
        height: 20px;
        padding: 5px 10px;
    }

    .footer p {
        /* 调整脚注中的文字样式 */
        font-size: 14px;
        padding-left: 10px;
    }

    .main {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card-box {
        width: 180px; /* 卡片宽度占满整个屏幕 */
        height: auto; /* 根据内容自动调整高度 */
        margin-bottom: 10px; /* 增加卡片之间的间距 */
        float: none; /* 取消浮动效果 */
        flex-direction: column; /* 修改排列方向为纵向 */
        justify-content: center; /* 纵向居中排列 */
    }

    .card-img {
        width: 80px; /* 调整图片大小 */
        height: 60px;
    }

    .card-title {
        width: 150px; /* 标题宽度占满整个卡片 */
        font-size: 18px; /* 调整标题字体大小 */
        margin-top: 5px; /* 标题与图片之间的间距 */
        text-align: center;
    }

    .card-date {
        width: 100%; /* 日期宽度占满整个卡片 */
        font-size: 14px; /* 调整日期字体大小 */
        margin-top: 5px; /* 日期与标题之间的间距 */
    }

    .card-center {
        width: 244px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .header {
        /*height: 30px; !* 根据需要调整高度 *!*/
        background-size: cover;
        background-position: center;
    }

    /*TODO ------ 手机端 left 需要调整 */
    .title-img h1 {
        width: auto;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        left: -58px;
    }

    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: row;
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #fff; /* 设置文字颜色 */

    }

    /*TODO ------ height, left 手机端需要调整*/
    .text-overlay img {
        width: auto;
        height: 30px;
        position: relative;
        left: -65px;
    }
}





