/* Header 样式 */
.header {
    position: relative;
}

.header .navs {
    background: linear-gradient(180deg, #be2d33, #c54146) !important;
    top: 0;
    width: 100%;
}

.header .navs .nav {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .navs .logo img {
    width: 222px;
}

.header .navs-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 2px;
}

.header .navs-list .item {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    margin-left: 24px;
    color: #fff;
}

.header .navs-list .item.active {
    color: #fff;
    border-bottom: 4px solid #ffffff;
}

.header .navs-list .item a {
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.header .navs-list .langs {
    width: 68px;
    height: 24px;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-left: 56px;
}

.header .navs-list .langs span,
.header .navs-list .langs a {
    font-size: 0.75rem;
    line-height: 14px;
    color: #fff;
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header .navs-list .langs span.active,
.header .navs-list .langs a.active {
    color: #e31b1b;
    background: #ffffff;
}

.header .navs-list .langs a:hover {
    color: #e31b1b;
    background: rgba(255, 255, 255, 0.3);
}

.header .menu {
    display: none;
}

.header .menu img {
    width: 30px;
}

.header .mobile-navs {
    display: none;
}

/* Page Banner 样式 */
.section-header {
    position: relative;
}

.section-header > img {
    width: 100%;
    display: block;
}

.section-header .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.section-header .banner-text p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 4rem;
    color: #ffffff;
    line-height: 75px;
    margin: 0;
}

.section-header .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.section-header .header .navs {
    top: 0;
    width: 100%;
}

.section-header .header .navs .nav {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-header .header .navs .logo img {
    width: 222px;
    height: 60px;
}

.section-header .header .navs-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 2px;
}

.section-header .header .navs-list .item {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    margin-left: 24px;
    color: #fff;
}

.section-header .header .navs-list .item.active {
    color: #fff;
    border-bottom: 4px solid #ffffff;
}

.section-header .header .navs-list .item a {
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.section-header .header .navs-list .langs {
    width: 68px;
    height: 24px;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-left: 56px;
}

.section-header .header .navs-list .langs span,
.section-header .header .navs-list .langs a {
    font-size: 0.75rem;
    line-height: 14px;
    color: #fff;
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.section-header .header .navs-list .langs span.active,
.section-header .header .navs-list .langs a.active {
    color: #e31b1b;
    background: #ffffff;
}

.section-header .header .navs-list .langs a:hover {
    color: #e31b1b;
    background: rgba(255, 255, 255, 0.3);
}

.section-header .header .menu {
    display: none;
}

.section-header .header .menu img {
    width: 30px;
}

.section-header .header .mobile-navs {
    display: none;
}

/* Footer 样式 */
.footer {
    position: relative;
    background: url("../image/footer.svg") no-repeat center;
    background-size: 100% 100%;
}

.footer .footer-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 84px 0;
    box-sizing: border-box;
}

.footer .qcode {
    width: 75.5px;
    margin-right: 43px;
}

.footer .qcode img {
    width: 100%;
    display: block;
}

.footer .left {
    display: flex;
}

.footer .text {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(265px + 265px + 54px);
    flex-wrap: wrap;
}

.footer .text p {
    margin: 4px 0;
}

.footer .logo {
    width: 29%;
}

.footer .logo img {
    width: 100%;
    display: block;
}

.footer .beian {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.footer .beian a {
    color: #fff;
}

/* Pagination 样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.pagination-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagebtn {
    width: 88px;
    height: 40px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin: 0 10px;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
}

.pagebtn button {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 2px 2px 2px 2px;
}

.pagebtn.active {
    background: #e31b1b;
    border-radius: 2px 2px 2px 2px;
}

.pagebtn.active button {
    border-radius: 2px 2px 2px 2px;
    color: #f1f1f1;
}

.pagebtn:hover {
    background: #e31b1b;
    border-radius: 2px 2px 2px 2px;
}

.pagebtn:hover button {
    border-radius: 2px 2px 2px 2px;
    color: #f1f1f1;
}

/* 响应式 */
@media screen and (max-width: 700px) {
    div {
        font-size: 12px;
    }
    
    .header .nav {
        padding: 0 20px;
    }
    
    .header .navs-list {
        display: none;
    }
    
    .header .menu {
        display: block;
    }
    
    .header .menu img {
        width: 30px;
    }
    
    .header .mobile-navs {
        display: block;
        position: fixed;
        width: 100%;
        height: calc(100vh - 77px);
        top: 77px;
        left: 0;
        background: url(../image/home_header_back.svg) no-repeat;
        z-index: 10;
        background-size: cover;
        background-position: 62%;
    }
    
    .header .mobile-navs .item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        font-weight: 400;
        padding: 12px 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .header .mobile-navs .item a img {
        width: 12px;
    }
    
    .section-header > img {
        height: 300px;
    }
    
    .section-header .banner-text p {
        font-size: 2rem;
    }
    
    .section-header .header .nav {
        padding: 0 20px;
    }
    
    .section-header .header .navs-list {
        display: none;
    }
    
    .section-header .header .menu {
        display: block;
    }
    
    .section-header .header .menu img {
        width: 30px;
    }
    
    .section-header .header .mobile-navs {
        display: block;
        position: fixed;
        width: 100%;
        height: calc(100vh - 77px);
        top: 77px;
        left: 0;
        background: url(../image/home_header_back.svg) no-repeat;
        z-index: 10;
        background-size: cover;
        background-position: 62%;
    }
    
    .section-header .header .mobile-navs .item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        font-weight: 400;
        padding: 12px 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .section-header .header .mobile-navs .item a img {
        width: 12px;
    }
    
    .footer .left {
        display: block;
        text-align: center;
    }
    
    .footer .qcode {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .footer .footer-content {
        width: 100%;
        padding: 32px 16px;
        display: block;
    }
    
    .footer .text {
        width: 100%;
        display: block;
    }
    
    .footer .text p {
        word-break: break-all;
    }
    
    .footer .logo {
        margin-top: 20px;
        width: 50%;
        text-align: center;
        margin: 20px auto 0;
    }
    
    .footer .beian {
        text-align: center;
    }
}

