* {
    padding: 0;
    margin: 0;
}
html {
    font-size: 37.5px; /* 将根元素的字体大小设置为 37.5px */
}

body {
    font-size: 1rem; /* 1rem 等于 37.5px */
}
h1 {
    font-size: 2rem; 
}

p {
    font-size: 1.6rem;
}
.banner {
    width: 100%;
}
.apply-for {
    width: 1100px;
    margin: 0 auto;
}
.apply-for h1 {
    text-align: center;
}
.icbc-contation {
    width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 80% 20%;
    grid-gap: 20px;
}
.icbc-contation .apply-img, .activity-contaion {
    width: 100%;
    margin: 0 auto;
}
.apply-channel, .footer {
    width: 1100px;
    margin: 0 auto;
}
.apply-for h1, .activity h1, .apply-channel h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .125rem;
    color: #061922;
    margin: 0.8rem 0;
}
.apply-for h1:first-child {
    font-size: 2.25rem;
    font-weight: 200 !important;
    letter-spacing: .125rem;
    color: #061922;
}
.apply-for p {
    line-height: 30px;
    font-size: 20px;
}
.text-center {
    text-align: center;
}
.activity {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
}
.activity:last-child {
    border: none;
}
.apply-channel {
    border-top: 1px solid #dadada;
}
.activity h2, .apply-channel {
    font-size: 1.8em;
    font-weight: 300;
    padding: 5px 0;
    letter-spacing: .1125rem;
    color: #c4161c;
    margin-bottom: 0.19444444rem;
}
.activity p, .apply-channel-contain p {
    font-size: 1.25rem;
    color: #061922;
    line-height: 1.9;
    font-weight: 200;
}
.activity .amp {
    font-size: 28px;
}
.red-strong {
    font-weight: bold !important;
    color: rgb(192, 0, 0) !important;
}
.strong {
    font-weight: bold;
}
.small {
    color: #999 !important;
    font-size: 1rem !important;
}
.icbc-h5 {
    overflow: hidden;
}
.tab-menu {
    width: 1000px;
    display: flex;
    margin: 0 auto;
}
.tab-menu li {
    width: 100%;
    margin: 0 2px;
    border: none;
}
.tab-menu li a {
    display: block;
    line-height: 50px;
    width: 100%;
    background-color: #0D7BBA;
    color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-weight: bold;
}
.tabActive {
    background-color: #054c9b !important;
}
.tab-container {
    margin: 50px 0;
}
.tab-content {
    width: 995px;
    margin: 0 auto;
}
.table-contain-item-l, .table-contain-item-r {
    border: 1px #ccc solid;
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.table-title {
    background-color: #dddddd;
    text-align: center;
}
.table-title p {
    width: 100%;
    border: 1px #ccc solid;
    line-height: 30px;
}
.table-contain-item, .table-title {
    display: grid;
    grid-template-columns: 65% 35%;
}
.table-contain-item-l {
    border-right: none;
}
.table-contain-item-l, .table-contain-item-r:not(:first-child) {
    border-top: none;
}
.apply-channel h1 {
    margin-top: 40px;
    line-height: 35px;
}
.apply-channel h2 {
    font-size: 1.8rem;
    font-weight: 300;
    padding: 5px 0;
    letter-spacing: .1125rem;
    color: #c4161c;
    margin-bottom: 0.19444444rem;
    /* margin-bottom: 20px; */
}
.apply-channel-contain p {
    font-weight: 200;
    padding: 15px 0;
}
.apply-channel-contain .more {
    border: 3px solid #953735;
    padding: 15px 0;
    display: block;
    width: 300px;
    text-align: center;
    border-radius: 10px;
}
.share-img {
    width: 200px;
}
.line {
    width: 100%;
    border: 1px solid #ddd;
    margin: 30px 0;
}
.footer {
    line-height: 30px;
    color: #999;
}
.prompt {
    color: #c4161c;
    font-size: 1.25em;
    padding-bottom: 1rem;
}
.fMV3my-link {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #000 !important;
}
th, td {
    border: 1px solid #000 !important;
    text-align: left;
    padding: 8px !important;
}
tbody tr {
    line-height: 24px !important; /* 调整行间距 */
}
th {
    background-color: rgb(192, 0, 0);
    color: white !important;
    text-align: center;
}
@media (min-width: 760px) {
    .activity {
        margin: 50px 0;
    }
}
@media (max-width: 760px) {
    .icbc-contation {
        width: 95%;
        grid-template-columns: 70% 30%;
        position: relative;
    }
    .icbc-contation a {
        position: absolute;
        width: 30%;
        right: 0;
        top: -50px;
        transition: top 0.1s; 
    }
    .apply-channel {
        width: 95%;
    }
    .apply-for h1, .activity h1, .apply-channel h1 {
        font-size: 1rem !important;
    }
    .activity h2, .apply-channel { 
        font-size: 1.2rem !important;
    }
    .activity p, .apply-channel-contain p {
        font-size: 0.8rem !important;
    }
    .activity .amp {
        font-size: 1.1rem !important;
    }
    .apply-for p {
        font-size: 18px;
    }
    .apply-channel h1, .apply-channel h2 {
        font-size: 17px;
    }
    .apply-channel-contain p {
        font-size: 16px;
        width: 100%;
    }
    .apply-channel-contain li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner {
        width: 180%;
        overflow-x: hidden;
        margin-left: -40%;
    }
    .tab-container {
        margin: 20px 0;
    }
    .tab-menu, .apply-for, .activity-contaion, .apply-channel-contain, .footer {
        width: 96%;
    }   
    .tab-content {
        width: 95%;
        font-size: 13px;
    }
    .share {
        margin-left: 20px;
    }
    .share-title, .share-search {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .tab-content {
        overflow: hidden;
        overflow: hidden;
        overflow-x: scroll;
    }
    .overflow-x {
        width: 150%;
    }
    .footer {
        padding-bottom: 10px;
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
}