@import "https://at.alicdn.com/t/c/font_4566925_8mmxv6eni7d.css";

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 20px;
    min-width: 78vw;
    font-family:
        SourceSansPro,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        Droid Sans,
        Helvetica Neue,
        Fira Sans,
        sans-serif;
}

a {
    text-decoration: none;
}

.pcblock {
    display: block;
}

.mobileblock {
    display: none;
}

.width1500 {
    width: 1600px;
    margin: 0 auto;
}

.headStyle {
    width: 100%;
    height: auto;
}

.headStyle .logoblock {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headStyle .logoblock img {
    /*width: 250px;*/
    height: 63px;
    padding: 10px 10px;
}

.user {
    width: 40px !important;
    height: 40px !important;
}

.headStyle .logoblock .iconBox {
    display: flex;
    align-items: center;
}

.headStyle .logoblock .iconBox i {
    font-size: 24px;
    color: #000;
}

.headStyle .logoblock .iconBox a {
    color: #fff;
}

.headStyle .logoblock .iconBox span {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.headStyle .navBox {
    width: 100%;
    height: 66px;
    background: #515151;
}

.headStyle .navblock {
    display: flex;
    align-items: center;
}

.headStyle .navblock .menuItem {
    position: relative;
    display: inline-block;
    width: auto;
}

.headStyle .navblock .menuItem.active .text {
    background: #fff;
    color: #000;
    font-weight: bold;
}

.headStyle .navblock .menuItem.active .menuchildBox {
    display: block;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 50;
}

.headStyle .navblock .menuItem.active .menuchildBox .linkbox a {
    display: block;
    color: #000;
    font-size: 14px;
    min-height: 32px;
    line-height: 22px;
    font-weight: bold;
    height: auto;
    font-weight: 800;
}

.headStyle .navblock .menuItem .text {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
}

.headStyle .navblock .menuItem .text:hover {
    text-decoration: underline;
}

.headStyle .navblock .menuItem .menuchildBox {
    display: none;
}

.footerStyle {
    width: 100%;
    height: auto;
    background: #171717;
    padding: 20px 0;
}

.footerStyle .up {
    padding: 20px 0 50px;
    display: flex;
    align-items: center;
}

.footerStyle .up .left {
    width: 40%;
    flex-shrink: 0;
}

.footerStyle .up .left img {
    display: block;
    /*width: 207px;*/
    height: 87px;
}

.footerStyle .up .left p {
    width: 100%;
    color: #fff;
    margin-top: 58px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.footerStyle .up .left p i {
    margin-right: 8px;
}

.footerStyle .up .left p a {
    color: #fff;
}

.footerStyle .up .right {
    flex: 1;
}

.footerStyle .up .right h5 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}

.footerStyle .up .right .links a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.footerStyle .up .right .links a:hover {
    text-decoration: underline;
}

.footerStyle .up .right .links a:last-child {
    margin-bottom: 0;
}

.footerStyle .down {
    border-top: 1px solid #8699b9;
    height: 34px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    word-break: keep-all;
}

@media (max-width: 500px) {
    body {
        /* padding-top: 3rem; */
    }

    .pcblock {
        display: none;
    }

    .mobileblock {
        display: block;
    }

    .width1500 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px !important;
    }

    .headStyle {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        background: #fff;
    }

    .headStyle .logoblock {
        height: 3rem;
    }

    .headStyle .logoblock img {
        width: 4rem;
        height: auto;
    }

    .user {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }

    .headStyle .navBox {
        display: none;
        position: fixed;
        top: 3rem;
        left: 0;
        width: 100%;
        height: calc(100% - 3rem);
        z-index: 1000;
        overflow: auto;
    }

    .headStyle .navBox .navblock {
        display: block;
    }

    .headStyle .navBox .navblock .menuItem {
        width: 100%;
    }

    .headStyle .navBox .navblock .menuItem .text .iconfont {
        font-size: 12px;
    }

    .headStyle .navBox .navblock .menuItem .menuchildBox {
        position: unset;
    }

    .footerStyle .up {
        display: block;
        padding: 1rem 2%;
    }

    .footerStyle .up .left {
        width: 100%;
    }

    .footerStyle .up .left img {
        width: 6rem;
        height: auto;
        margin: 0 auto;
    }

    .footerStyle .up .left p {
        width: 100%;
        margin-top: 1rem;
        font-size: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerStyle .up .left p i {
        margin-right: 0.5rem;
    }

    .footerStyle .up .right {
        margin-top: 1.5rem;
        width: 100%;
    }

    .footerStyle .up .right h5 {
        font-size: 1rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .footerStyle .up .right .links {
        display: flex;
        flex-wrap: wrap;
    }

    .footerStyle .up .right .links a {
        width: 50%;
        flex-shrink: 0;
        text-align: center;
    }
}

.banner {
    /* width: 1500px; */
    height: 600px;
    /* background-image: url(./banner.jpg); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
    background-color: #202020;
    display: flex;
    justify-content: center;
}

.bannerBox{
    width: 1500px;
    height: 100%;
    margin: auto 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.banner .textBox {
    width: 700px;
}

.banner .textBox h4 {
    width: 100%;
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 20px;
}

.banner .textBox p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.banner .textBox a {
    display: block;
    width: fit-content;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 40px;
    background-color: #004fff;
    margin-top: 30px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
}

.videoBox {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* position: relative; */
    /* margin: -130px auto 80px; */
}

.videoBox img {
    width: 414px;
    height: 274px;
    border-radius: 20px;
}

.part1 {
    padding: 50px 0;
}

.part1 .up {
    width: 100%;
    display: flex;
}

.part1 .up img {
    width: 590px;
    height: 392px;
    margin-right: 65px;
}

.part1 .up .infosBox {
    flex: 1;
}

.part1 .up .infosBox span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.part1 .up .infosBox h5 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 40px;
}

.part1 .up .infosBox p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.part1 .up .infosBox a {
    display: block;
    width: fit-content;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 40px;
    background-color: #004fff;
    margin-top: 30px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
}

.part1 .down {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.part1 .down .item {
    width: 22%;
    border-top: 1px dashed #515151;
    padding-top: 20px;
}

.part1 .down .item p {
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
}

.part1 .down .item a {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.part2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto;
}

.part2 > div {
    flex: 1;
    height: 598px;
    background: #313131;
    box-sizing: border-box;
    padding: 87px 52px;
}

.part2 > div span {
    display: block;
    color: #fff;
    font-size: 32px;
}

.part2 > div a {
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    margin: 20px 0;
}

.part2 > div a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.part2 > div p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.part2 img {
    width: 1064px;
    height: 598px;
    flex-shrink: 0;
}

.part3 .title h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 14px;
}

.part3 .title h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

.part3 .content {
    width: 100%;
    height: 488px;
    position: relative;
    margin-top: 20px;
}

.part3 .content .springboardCard {
    position: relative;
    width: 430px;
    height: 432px;
    top: 30px;
    left: 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part3 .content .springboardCard .mainbox {
    width: 422px;
    height: 416px;
    background: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 42px 37px;
    backdrop-filter: blur(10px); /* 模糊背景 */
    -webkit-backdrop-filter: blur(10px); /* 兼容 Safari */
}

.part3 .content .springboardCard .mainbox h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.part3 .content .springboardCard .mainbox h5 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}

.part3 .content .springboardCard .mainbox .btnlink {
    margin-top: 50px;
}

.part3 .content .springboardCard .mainbox .btnlink a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.part3 .content .springboardCard .mainbox .btnlink a i {
    margin-left: 10px;
}

.part3 .content .springboardCard .mainbox .btnlink a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.part3 .content .springboardCard::before {
    content: "";
    position: absolute;
    background: linear-gradient(315deg, #004fff, #0074ff);
    top: -13px;
    left: -13px;
    height: 110px;
    width: 110px;
    max-width: 70%;
    max-height: 50%;
    z-index: -1;
}

.part3 .content .springboardCard::after {
    content: "";
    position: absolute;
    background: linear-gradient(315deg, #004fff, #0074ff);
    bottom: -13px;
    right: -13px;
    height: 240px;
    width: 240px;
    max-width: 70%;
    max-height: 50%;
    z-index: -1;
}

.part3 .content .springboardSlatImage {
    position: absolute;
    top: 0;
    right: 0;
    width: 1109px;
    height: 488px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.part3 .list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.part3 .list .item {
    width: 31%;
    height: auto;
}

.part3 .list .item .imgbox {
    width: 100%;
    height: 254px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.part3 .list .item .itemcontent {
    width: 100%;
    height: 220px;
    background: #2c2c2c;
    box-sizing: border-box;
    padding: 34px;
}

.part3 .list .item .itemcontent h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.part3 .list .item .itemcontent p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 158px;
}

.part3 .list .item .itemcontent .morelinks a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
}

.part3 .list .item .itemcontent .morelinks a:first-child {
    margin-top: 0;
}

.part3 .list .item .itemcontent .morelinks a i {
    margin-left: 10px;
}

.part3 .list .item .itemcontent .morelinks a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.part4 {
    margin: 40px auto 0;
}

.part4 .title {
    width: 100%;
    font-size: 34px;
    color: #515151;
    margin-bottom: 20px;
}

.part4 .newlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.part4 .newlist .item {
    width: 31%;
}

.part4 .newlist .item:hover {
    cursor: pointer;
}

.part4 .newlist .item:hover .imagebox img {
    transform: scale(1.1);
}

.part4 .newlist .item:hover p {
    text-decoration: underline;
}

.part4 .newlist .item .imagebox {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.part4 .newlist .item .imagebox img {
    width: 100%;
    height: 260px;
    /* object-fit: cover; */
    transition: all 0.5s;
}

.part4 .newlist .item .textBox {
    width: 100%;
    height: 220px;
    background: #111;
    box-sizing: border-box;
    padding: 30px 16px;
}

.part4 .newlist .item .textBox p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.part4 .newlist .item .textBox .timeinfos {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
}

.part4 .newlist .item .textBox .timeinfos span {
    display: block;
    border: 2px solid #004fff;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 30px;
    font-size: 14px;
    color: #004fff;
    margin-right: 10px;
}

.part4 .newlist .itemmore {
    width: 31%;
}

.part4 .newlist .itemmore .moreitem {
    display: block;
    width: 100%;
    height: 140px;
    margin-bottom: 13px;
    background: #111;
    box-sizing: border-box;
    padding: 22px;
}

.part4 .newlist .itemmore .moreitem:hover p {
    text-decoration: underline;
    cursor: pointer;
}

.part4 .newlist .itemmore .moreitem p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.part4 .newlist .itemmore .moreitem .timeinfos {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
}

.part4 .newlist .itemmore .moreitem .timeinfos span {
    display: block;
    border: 2px solid #004fff;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 30px;
    font-size: 14px;
    color: #004fff;
    margin-right: 10px;
}

.part4 .newlist .itemmore .btn {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #fff;
}

.part4 .newlist .itemmore .btn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.part5 {
    margin: 40px auto 80px;
}

.part5 .title {
    width: 60%;
}

.part5 .title h3 {
    color: #515151;
    font-size: 32px;
    margin-bottom: 14px;
}

.part5 .title h5 {
    color: #999;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

.part5 .contactbox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.part5 .contactbox img {
    width: 100%;
    height: 668px;
    object-fit: cover;
}

.part5 .contactbox .formbox {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 400px;
    height: 500px;
    float: right;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.part5 .contactbox .formbox::before {
    content: "";
    position: absolute;
    background: linear-gradient(315deg, #004fff, #0074ff);
    top: -7px;
    left: 0;
    height: 110px;
    width: 110px;
    max-width: 75%;
    max-height: 75%;
    z-index: -1;
}

.part5 .contactbox .formbox::after {
    content: "";
    position: absolute;
    background: linear-gradient(315deg, #004fff, #0074ff);
    bottom: -13px;
    right: -13px;
    height: 240px;
    width: 240px;
    max-width: 75%;
    max-height: 75%;
    z-index: -1;
}

.part5 .contactbox .formbox .ajaxbox {
    width: 90%;
    height: 458px;
    box-sizing: border-box;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1); /* 半透明背景 */
    backdrop-filter: blur(10px); /* 模糊背景 */
}

.part5 .contactbox .formbox .ajaxbox h6 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    word-break: keep-all;
    margin-bottom: 20px;
}

.part5 .contactbox .formbox .ajaxbox input {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    outline: none;
    background: #fff;
}

.part5 .contactbox .formbox .ajaxbox input::placeholder {
    color: #666;
}

.part5 .contactbox .formbox .ajaxbox .btn {
    width: fit-content;
    height: 44px;
    background: #004fff;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.playerBox {
    display: none;
}

.playerBox .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.playerBox .videoplayer {
    position: fixed;
    width: 800px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1001;
}

.playerBox .videoplayer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playerBox .videoplayer i {
    display: block;
    position: absolute;
    font-size: 50px;
    color: #fff;
    z-index: 1003;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.playerBox .videoplayer i:hover {
    cursor: pointer;
}

.listBanner {
    width: 100%;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.listContent {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.listContent .contentMain {
    width: 1050px;
}

.listContent .contentMain .itemStyle {
    display: block;
    width: 100%;
    height: auto;
    background: #111;
    margin: 0 0 30px;
    box-sizing: border-box;
    padding: 22px 32px;
}

.listContent .contentMain .itemStyle:hover {
    cursor: pointer;
}

.listContent .contentMain .itemStyle:hover h3 {
    text-decoration: underline;
}

.listContent .contentMain .itemStyle span {
    display: block;
    font-size: 14px;
    color: #999;
}

.listContent .contentMain .itemStyle h3 {
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin: 10px 0 20px;
}

.listContent .contentMain .itemStyle p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin: 0 0 20px;
}

.listContent .contentMain .itemStyle div {
    width: fit-content;
    padding: 0 10px;
    background: #004fff;
    color: #fff;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
}

.listContent .searchMain {
    width: 416px;
}

.listContent .searchMain .title {
    font-size: 16px;
    color: #515151;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 32px;
    line-height: 32px;
}

.listContent .searchMain .title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #515151;
    bottom: -1px;
    left: 0;
}

.listContent .searchMain .searchBox {
    width: 100%;
    height: auto;
    background: #111;
    box-sizing: border-box;
    padding: 22px;
    margin-bottom: 30px;
}

.listContent .searchMain .searchBox .fn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listContent .searchMain .searchBox .fn input {
    flex: 1;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
}

.listContent .searchMain .searchBox .fn div {
    width: 120px;
    height: 35px;
    background: #515151;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.listContent .searchMain .moreBox {
    width: 100%;
    height: auto;
    background: #111;
    box-sizing: border-box;
    padding: 22px;
}

.listContent .searchMain .moreBox .links a {
    display: block;
    margin-bottom: 15px;
}

.listContent .searchMain .moreBox .links a:hover {
    cursor: pointer;
}

.listContent .searchMain .moreBox .links a:hover p {
    text-decoration: underline;
}

.listContent .searchMain .moreBox .links a:last-child {
    margin-bottom: 0;
}

.listContent .searchMain .moreBox .links a p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    margin-bottom: 10px;
}

.listContent .searchMain .moreBox .links a span {
    display: block;
    font-size: 14px;
    color: #999;
}

.detailBanner {
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
}

.detailContent {
    font-size: 14px;
    color: #fff;
    padding-bottom: 60px;
}

.detailContent img {
    display: block;
    margin: 0 auto;
}

.detailContent h1 {
    font-weight: bold;
    font-size: 32px;
    word-break: keep-all;
    text-align: center;
    margin-bottom: 40px;
    line-height: 50px;
    color: #fff;
}

.detailContent .detailmain p {
    margin-bottom: 10px;
    word-break: keep-all;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.detailContent .detailmain p i {
    font-style: italic;
    margin: 0 5px;
}

@media (max-width: 500px) {



    .detailBanner {
        height: 6rem;
        font-size: 1rem;
    }

    .detailContent {
        font-size: 0.7rem;
        padding-bottom: 2rem;
    }

    .detailContent img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .detailContent h1 {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }

    .detailContent .detailmain p {
        font-size: 0.7rem;
        line-height: 1.6rem;
    }

    .listBanner {
        height: 3.8rem;
        margin-bottom: 1.4rem;
    }

    .listContent {
        display: block;
    }

    .listContent .contentMain {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
    }

    .listContent .contentMain .itemStyle {
        padding: 0.8rem 1.2rem;
    }

    .listContent .contentMain .itemStyle h3 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .listContent .searchMain {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
    }

    .banner {
        width: 100%;
        height: 100%;
    }

    
    .bannerBox{
        width: 100%;
        margin: unset;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }


    .banner .textBox {
        width: 100%;
        padding: 20px 20px;
        background: #202e24 !important;
    }

    .banner .textBox h4 {
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.5rem;
        overflow: hidden;
        /* text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all; */
        margin-bottom: 0.5rem;
    }

    .banner .textBox p {
        text-align: center;
        font-size: 0.8rem;
        line-height: 1.2rem;
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden; */
        margin-bottom: 1rem;
    }

    .banner .textBox a {
        margin: 0 auto;
    }

    .videoBox {
        display: block;
        padding: 10px;
        /* margin-top: 1.1rem; */
    }

    .videoBox img {
        width: 100%;
        height: auto;
        object-fit: cover;
        /* margin-bottom: 0.5rem; */
    }

    .part1 {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .part1 .up {
        display: block;
        box-sizing: border-box;
        padding: 0 1rem;
        margin-bottom: 1rem;
    }

    .part1 .up img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .part1 .up .infosBox h5 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .part1 .down {
        display: block;
        box-sizing: border-box;
        padding: 0 1rem;
        margin-top: 0;
    }

    .part1 .down > .item {
        width: 100%;
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
    }

    .part1 .down > .item p {
        margin-bottom: 0.1rem;
    }

    .part1 .down > .item a {
        font-size: 0.8rem;
    }

    .part1 .down > .item a:hover {
        text-decoration: none;
    }

    .part2 {
        display: block;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .part2 > div {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 1.2rem 1rem;
    }

    .part2 > div a {
        font-size: 1rem;
        margin: 0.5rem 0 0.4rem;
        line-height: 1.4rem;
    }

    .part2 > div p {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .part2 img {
        display: none;
    }

    .part3 {
        margin-top: 0.5rem;
    }

    .part3 .title h3 {
        font-size: 0.8rem;
    }

    .part3 .title h5 {
        font-size: 0.7rem;
        margin-bottom: 0;
    }

    .part3 .content {
        height: 15rem;
    }

    .part3 .content .springboardSlatImage {
        width: 100%;
        height: 15rem;
    }

    .part3 .content .springboardCard {
        width: 100%;
        left: 0;
        top: 0;
        height: 15rem;
    }

    .part3 .content .springboardCard::before,
    .part3 .content .springboardCard::after {
        display: none;
    }

    .part3 .content .springboardCard .mainbox {
        width: 95%;
        height: 14rem;
        padding: 1.2rem 1rem;
    }

    .part3 .content .springboardCard .mainbox h3 {
        font-size: 1rem;
        margin: 0.5rem 0 0.4rem;
        line-height: 1.4rem;
    }

    .part3 .content .springboardCard .mainbox h5 {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .part3 .content .springboardCard .mainbox .btnlink {
        margin-top: 2rem;
    }

    .part3 .content .springboardCard .mainbox .btnlink a {
        font-size: 0.6rem;
        line-height: 1rem;
        margin-top: 0.5rem;
    }

    .part3 .list {
        display: block;
        margin-top: 0;
    }

    .part3 .list .item {
        height: auto;
        margin-top: 1rem;
        width: 100%;
    }

    .part3 .list .item .imgbox {
        height: 8rem;
    }

    .part3 .list .item .itemcontent {
        padding: 1.2rem 1rem;
        height: auto;
    }

    .part3 .list .item .itemcontent h3 {
        font-size: 1rem;
        margin: 0.5rem 0 0.4rem;
        line-height: 1.4rem;
    }

    .part3 .list .item .itemcontent p {
        font-size: 0.6rem;
        line-height: 1rem;
        height: auto;
    }

    .part3 .list .item .itemcontent .morelinks {
        margin-top: 2rem;
    }

    .part3 .list .item .itemcontent .morelinks a {
        font-size: 0.6rem;
        line-height: 1rem;
        margin-top: 0.5rem;
    }

    .part4 .title {
        font-size: 0.8rem;
    }

    .part4 .newlist {
        display: block;
    }

    .part4 .newlist .item .imagebox {
        height: 8rem;
    }

    .part4 .newlist .item .textBox {
        padding: 1.2rem 1rem;
        height: auto;
        margin-bottom: 1rem;
    }

    .part4 .newlist .item .textBox p {
        font-size: 1rem;
        margin: 0.5rem 0 0.4rem;
        line-height: 1.4rem;
    }

    .part4 .newlist .item .textBox .timeinfos {
        font-size: 0.6rem;
    }

    .part4 .newlist .item .textBox .timeinfos span {
        font-size: 0.6rem;
    }

    .part4 .newlist .itemmore {
        width: 100%;
    }

    .part4 .newlist .itemmore .moreitem {
        padding: 1.2rem 1rem;
        height: auto;
        margin-bottom: 1rem;
    }

    .part4 .newlist .itemmore .moreitem p {
        font-size: 1rem;
        margin: 0.5rem 0 0.4rem;
        line-height: 1.4rem;
    }

    .part4 .newlist .itemmore .moreitem .timeinfos {
        font-size: 0.6rem;
    }

    .part4 .newlist .itemmore .moreitem .timeinfos span {
        font-size: 0.6rem;
    }

    .part5 {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .part5 .title {
        width: 100%;
    }

    .part5 .title h3 {
        font-size: 0.8rem;
    }

    .part5 .title h5 {
        font-size: 0.7rem;
        margin-bottom: 0;
    }

    .part5 .contactbox {
        margin-top: 1rem;
    }

    .part5 .contactbox img {
        left: 0;
        top: 0;
        width: 100%;
    }

    .part5 .contactbox .formbox {
        width: 100%;
        height: 19rem;
    }

    .part5 .contactbox .formbox::after,
    .part5 .contactbox .formbox::before {
        display: none;
    }

    .part5 .contactbox .formbox .ajaxbox {
        width: 96%;
        height: 18rem;
    }

    .part5 .contactbox .formbox .ajaxbox h6 {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .playerBox .videoplayer {
        width: 90%;
        height: 60vh;
    }

    .nolist {
        font-size: 0.7rem;
        color: #999;
        text-align: center;
        line-height: 1.4rem;
        padding: 2rem 0 4rem;
    }
}

.paginationjs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.paginationjs .paginationjs-pages {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationjs .paginationjs-pages ul {
    display: flex;
    align-items: center;
}

.paginationjs .paginationjs-pages li {
    list-style: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 5px;
    background: #515151;
}

.paginationjs .paginationjs-pages li.active {
    background: #515151;
    color: #fff;
}

.newinfos {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.nolist {
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 32px;
    padding-top: 80px;
}

strong {
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

th,
td {
    padding: 12px 8px;
    border: 1px solid #333;
}

th {
    background-color: #222;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #111;
}

tr:nth-child(odd) {
    background-color: #000;
}

.button-group {
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.Register {
    background-color: #515151 !important;
    border-radius: 41px 41px 41px 41px !important;
    color: #fff !important;
}

.Logingo {
    border: none !important;
    background: none;
    background-color: transparent !important;
    color: #000 !important;
}

.popup-content {
    padding: 20px;
}

.popup-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.forgot-pwd {
    margin-top: 15px;
    text-align: center;
}

.van-dialog {
    width: 500px;
}

.tableContant {
    height: 300px; /* 固定高度 */
    overflow-y: auto; /* 垂直滚动 */
}

body {
    /* background: #171717; */
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    /* height: 100vh; */
    width: 100%;
    overflow-x: hidden;
}
