* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
    border: 0 none;
}

p {
    margin-bottom: 0;
}

img {
    width: 100%;
}


.container-banner {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;

}

.container-banner img {
    position: relative;
    /* height: 240px; */
    width: 100%;
    max-width: none;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}


.cutdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: normal;
}

.cutdown>span {
    font-size: 24px;
    font-weight: bold;
}

#countdown {
    display: flex;
}

#countdown div {
    width: 64px;
    height: 66px;
    background: url("../images/countbg.png") no-repeat center center;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0 5px 0;
    box-sizing: border-box;
}

#countdown div .time-item {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Arial';
}

.time-m {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-size: 12px;
}

.time-p {
    display: none;
}

.text {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    border: 1px dashed;
    border-image: linear-gradient(60deg, #396dd8, #bbd1fd, #396dd8) 1;
}

.text-tit {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: #ffffff;
}

.text-tit img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.text h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}

.text p {
    margin-top: 10px;
    line-height: 1.8;
}

.text a {
    color: #222222;
}

.text a span {
    color: #0948c9;
}

.text p i {
    font-style: normal;
}

.text p i {
    display: none;
}

.jx-cont {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 20px;
    border: 20px solid;
    border-image: url("../images/hdjs-bg.png") 30 round;
    margin-bottom: 10px;
}

.jx-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-bottom: 30px;
}


.jx-bot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.tit {
    position: relative;
    width: 100%;
    height: auto;
    background: url("../images/tit-bg.png") no-repeat center center;
    background-size: auto auto;
    margin: 20px auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0948c9;
}


.tit span {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%, 0);
    font-size: 30px;
    background-image: -webkit-linear-gradient(top, #dbe4f7, #eaeffa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.user-lists {
    position: relative;
}

.user-lists p {
    font-size: 16px;
    margin: 5px 0;
    line-height: 1.5;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.user-img {
    position: relative;
}

.user-lists img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.user-img span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/icon.png") no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.user-exper a {
    display: -webkit-box;
    background: url("../images/icon-fg.png") no-repeat left center;
    background-size: auto auto;
    padding-left: 20px;
    line-height: 36px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.logo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}


.logo a {
    overflow: hidden;
}

.logo a img {
    width: 100%;
    height: 60px;
    border: 1px solid #e3e3e3;
    object-fit: contain;
}

.logo a p {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feedback {
    border: 1px solid #0948c9;
    position: relative;
    top: -30px;
    border-top: 0 none;
    padding: 20px;
}

.feedback input,
.feedback select {
    width: 100%;
}

.footer-pc {
    display: none;
}

.footer-mobile {
    text-align: center;
    color: #999999;
    line-height: 1.8;
    margin: 30px auto;
    font-size: 14px;
    margin-bottom: 50px;
}

.last-container {
    overflow: hidden;
}



.last-cont {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
}



.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 240px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
}

.mySwiper2 .swiper-slide a p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #0948c9;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}



.mySwiper {
    margin-left: 20px;
    margin-right: 0;
    display: none;
    width: 440px;
    height: 360px;
    padding: 20px !important;
    background: #eef3ff;
}


.mySwiper .swiper-slide {
    width: 100%;
    height: auto;
    opacity: 0.8;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.mySwiper .swiper-slide .thumb {
    height: 100% !important;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 18px;
}


.mySwiper .swiper-slide .thumb img {
    height: 100%;
    width: 50%;
    object-fit: cover;
    margin-right: 10px;
}


.swiper-button-next,
.swiper-button-prev {
    display: none;
    width: 50px;
    height: 50px;
    background: #0948c9;
    color: #ffffff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-button-next {
    top: auto;
    bottom: -0;
    right: 190px;
}

.swiper-button-prev {
    top: auto;
    bottom: -0;
    left: 940px;
}

/* 列表页 */


.tit-list {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #0948c9;
}

.tit-del {
    margin-top: 0;
    background: url("../images/tit-xq.png") repeat-y center center;
    background-size: 120% auto;
    color: #ffffff;
    padding: 10px 0 15px 0;
    font-size: 18px;
}

.tit-del::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 15px;
    background: url('../images/xx.png') no-repeat center bottom;
    background-size: auto 100%;
}

.tit-pt {
    position: relative;
    top: -40px;
    margin-bottom: -20px;
}

.list-cont {
    position: relative;
    padding-bottom: 70px;

}

.pxdel-cont {
    padding-bottom: 0;
    top: -40px;
    margin-bottom: -40px;
}

.list-cont ul {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
}

.list-contct {
    padding-bottom: 10px;
}

.list-cont .column {
    display: flex;
    width: 100%;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    background: #b3c4fd;
    color: #0948c9;
}

.list-cont .column.on {
    color: #ffffff;
    background: url("../images/nav-bg.png") repeat-x;
}

.engine-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 10px;
    align-items: center;
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    bottom: 0;
    overflow: hidden;
}

.engine-lists a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border: 1px solid #0948c9;
    color: #0948c9 !important;
    font-size: 14px;
    padding: 0 2px;
}

.engine-lists a.on {
    background-color: #0948c9;
    color: #ffffff !important;
}


.list-fixed {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    background: #eef3ff;
    padding-bottom: 20px;
    z-index: 99;
}

.prolists {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px;
}


.prolists:nth-child(odd) {
    background: #eef3ff;
}




.protit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url("../images/tit-bg1.png") no-repeat center center;
    background-size: 200% auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0948c9;
    margin: 30px auto 0 auto;
}

.proImg p {
    color: #0948c9;
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
}

.ticket {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ticket a {
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0948c9;
    padding: 0 30px;
    color: #ffffff;
}

.ticket a:nth-child(2) {
    /* background-color: #ff8c06; */
    background: rgba(255, 140, 6, 0.4);
    color: #ffffff;
    display: none;
}

.num {
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.num span {
    font-size: 38px;
    color: #0948c9;
    font-weight: bold;
}

.pronewList {
    margin-bottom: 20px;
}

.pronewList ul li,
.promarket ul li {
    margin-bottom: 10px;
    background: url("../images/icon-fg.png") no-repeat center left;
    background-size: 16px 16px;
    padding-left: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.tit-recom {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #0948c9;
    padding-left: 10px;
    margin-bottom: 10px;
}

.tit-recom::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 20px;
    border-radius: 2px;
    background: url("../images/nav-bg.png") repeat-x;
}

.pro-cont {
    margin-bottom: 20px;
}

.pro-cont p {
    line-height: 1.8;
}

.reason {
    margin-bottom: 30px;
}

.reason h2 {
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 10px;
}

.reason p a span {
    color: #0948c9;
}

.pro-vcont {
    position: relative;
}

.user-info {
    margin-bottom: 20px;
}

.user-info a {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 20px 0;
}

.user-img img {
    object-fit: cover;
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%;
}

.user-video {
    position: relative;
}

.user-video::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/icon.png") no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.user-text {
    width: 100%;
    height: 100%;
    background-color: #eef3ff;
    color: #333333;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user-text p {
    font-size: 18px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user-text .more {
    text-align: right;
}

.user-text span {
    display: inline-block;
    color: #ffffff;
    background-color: #0948c9;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
}

.cp-cont {
    position: relative;
    top: -40px;
    /* margin-bottom: -10px; */
    margin-bottom: 10px;
}

.cp-news {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #eef3ff;
    display: grid;
    grid-template-columns: 40% auto;
    gap: 10px;
    margin-bottom: 10px;

}

.cp-img {
    width: 100%;
    height: auto;

}

.cp-img img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.ce-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #0948c9;
    padding: 10px 10px 10px 0;
}

.ce-info h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}


.ce-info h2 a {
    color: #0948c9;
}

.ce-info p {
    display: flex;
    justify-content: space-between;
    color: #0948c9;
    opacity: 0.6;
}

.ce-info p span {
    font-size: 14px;
}

.cp-video {
    position: relative;
}

.cp-video::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url("../images/icon.png") no-repeat center center;
    background-size: contain;
}

.nav-bot {
    display: flex;
    justify-content: space-between;
    background: #0948c9;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 99;
    padding: 0;
}

.nav-bot a {
    position: relative;
    color: #ffffff;
    display: block;
    text-align: center;
    flex: 1;
}

.nav-bot a::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #dbe4f7;
}

.nav-bot a:last-child::before {
    display: none;
}

.tp-sucess {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 30px 50px;
    border: 1px solid #0948c9;
    background: #bbd1fd;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 99;
    color: #0948c9;
}

.proct {
    margin-top: 20px;
}

.rightside {
    display: none;
}

.banner-pc {
    display: none;
}

.proVideo {
    margin-top: 20px;
}

.proVideo a {
    position: relative;
    display: block;
}

.proVideo a::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/icon.png) no-repeat center center;
    background-size: contain;
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {

    .container-banner img {
        position: relative;
        height: auto;
        width: 100%;
        max-width: 100%;
        left: auto;
        top: 0;
        transform: none
    }

    .time-m {
        font-size: 16px;
        bottom: 60px;
    }

    .tit-list {
        background: url("../images/tit-bgtop.png") no-repeat center center;
        background-size: 170% auto;
    }
}



/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {

    .text p i {
        display: contents;
    }

    .container-banner {
        margin-bottom: -30px;
    }

    .container-banner img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 650px;
        width: auto;
        max-width: none;
    }

    .text-tit img {
        width: 100%;
    }

    .tit {
        font-size: 40px;
    }

    .tit span {
        font-size: 40px;
    }

    .text h2 {
        font-size: 24px;
    }

    .jx-cont {
        width: 100%;
        height: auto;
        background: url("../images/hdjs-bg.png") no-repeat center bottom;
        background-size: 100% auto;
        border: 0 none;
        padding-bottom: 80px;
    }

    .jx-top {
        padding: 0 26% 30px 26%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }


    .jx-bot {
        text-align: center;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 50px;
        padding: 0 40px;
    }


    .user-img span {
        width: 60px;
        height: 60px;
    }

    .logo {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 10px;
    }

    .logo a p {
        font-size: 14px;
    }

    .feedback {
        background: url("../images/fk-bg.png") no-repeat center top;
        background-size: 100% 100%;
        padding: 50px 30px 30px 30px;
        margin-top: -10px;
        border: 0 none;
    }

    .footer-mobile {
        display: none;
    }

    .footer-pc {
        display: block;
        text-align: center;
        color: #999999;
        line-height: 1.8;
        margin: 30px auto;
        font-size: 16px;
    }

    .mySwiper {
        display: block;
    }

    .last-cont {
        padding: 0 30px;
    }

    .mySwiper2 {
        width: calc(100% - 460px);

    }


    .mySwiper2 .swiper-slide a p {
        width: 60%;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin: 10px auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

    .mySwiper2 .swiper-slide img {
        height: 320px;
        width: calc(100% - 40px);
        padding: 20px;
        background: #eef3ff;
        box-sizing: content-box;
    }

    .mySwiper2 {
        height: 420px;
    }

    .cutdown {
        display: flex;
    }

    /* 列表页 */
    .tit-list {
        font-size: 36px;
        background: url("../images/tit-bgtop.png") no-repeat center center;
        background-size: 100% auto;
    }

    .list-cont {
        position: relative;
        padding-bottom: 50px;
    }

    .pxdel-cont {
        padding-bottom: 0;
        top: -40px;
        margin-bottom: -40px;
    }

    .list-pad-cont {
        padding-bottom: 0;
    }


    .list-cont ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }

    .list-cont .column {
        height: 50px;
        font-size: 20px;
    }

    .engine-lists {
        grid-template-columns: repeat(6, 1fr);
    }

    .engine-lists a {
        padding: 0 30px;
        height: 40px;
        font-size: 16px;
    }

    .num span {
        font-size: 44px;
    }

    .tit-recom {
        font-size: 30px;
        padding-left: 14px;
    }

    .tit-recom::before {
        width: 6px;
        height: 24px;
    }

    .reason h2 {
        font-size: 24px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .reason p,
    .promarket p {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .promarket p {
        -webkit-line-clamp: 5;
    }

    .pro-vcont .total {
        /* position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        width: calc(100%/12*7);
        padding: 0 50px; */
    }


    .ticket a {
        height: 50px;
        line-height: 50px;

    }

    .user-text {
        padding: 20px;
    }

    .protit {
        background-size: contain;
        font-size: 34px;
        margin: 30px auto 20px auto;
    }

    .cp-news {
        margin-bottom: 20px;
    }

    .ce-info {
        padding: 20px 20px 10px 10px;
    }

    .ce-info h2 {
        font-size: 18px;
    }

    .cp-video::before {
        width: 60px;
        height: 60px;
    }

    .nav-bot {
        display: none;
    }

    .tp-sucess {
        position: fixed;
        left: 50%;
        top: 50%;
        padding: 60px 50px;
        border: 1px solid #0948c9;
        background: #bbd1fd;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        border-radius: 5px;
        z-index: 99;
        color: #0948c9;
    }

    .proImg p {
        font-size: 22px;
    }

    .list-contct {
        padding-bottom: 10px;
    }

    .prolists {
        padding: 10px;
    }

    .tit-del {
        font-size: 26px;
        margin-bottom: 30px;
        margin-top: 20px;
        color: #0948c9;
    }

    .tit-del::before {
        bottom: -20px;
        transform: translate(-50%, -50%);
        height: 20px;
    }

    .rightside {
        display: block;
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10002;
    }

    .rightside a.ryc {
        display: block;
        position: fixed;
        right: 0;
        top: 107px;
        width: 100%;
        height: 50px;
    }

    .rightside a {
        display: block;
        position: fixed;
    }


    .rightside a.brand {
        right: 0;
        top: 155px;
        width: 100%;
        height: 50px;
    }

    .rightside a.dxj {
        right: 0;
        top: 205px;
        width: 100%;
        height: 60px;
    }

    .rightside a.ryc {
        right: 0;
        top: 258px;
        width: 100%;
        height: 44px;
    }

    .rightside a.xny {
        right: 0;
        top: 314px;
        width: 100%;
        height: 44px;
    }

    .rightside a.lbj {
        right: 0;
        top: 370px;
        width: 100%;
        height: 44px;
    }


    .rightside a.gjzx {
        right: 0;
        top: 418px;
        width: 100%;
        height: 47px;
    }

    .rightside a.top {
        right: 0;
        top: 484px;
        width: 100%;
        height: 72px;
    }

    .time-m {
        display: none;
    }

    .time-p {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 220px;
        font-size: 18px;
        color: #ffffff;
    }

    .banner-pc {
        display: block;
    }

    .banner-m {
        display: none;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width:1200px) {
    .container-banner img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: 100%;
        max-width: none;
    }

}