.header-top {
    width: 100%;
    background: var(--themeColor2);
    color: #fff;
}

.header-top .container {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .logo img {
    height: 44px;
}

.header-top .right {
    display: flex;
    align-content: center;
}

.header-top .right form {
    width: 312px;
    height: 50px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.header-top .right form input {
    width: 100%;
    height: 100%;
    padding: 0 50px 0 28px;
    font-size: 16px;
    background: none;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.header-top .right form:hover input,
.header-top .right form input:focus {
    border-color: var(--themeColor);
}

.header-top .right form button {
    position: absolute;
    right: 30px;
    background: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-top .right .btn-all {
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    overflow: hidden;
    margin-left: 20px;
}

.header-top .right .btn-all a {
    font-size: 18px;
    padding: 0 22px 0 28px;
    border-right: 1px solid #fff;
    transition: all 0.3s ease;
}

.header-top .right .btn-all a:last-child {
    padding: 0 28px 0 22px;
    border: none;
}

.header-top .right .btn-all a:hover {
    color: var(--themeColor);
}

.header.bg {
    background: rgb(0, 0, 0, 0.4);
    position: relative;
    z-index: 99;
}

.header {
    background: var(--themeColor2);
}

.header .container {
    padding: 0 80px;
}

.header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 106px;
}

.header ul a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.header ul a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
    transition: all 0.3s ease;
    opacity: 0;
}

.header ul a img {
    height: 20px;
    margin-right: 5px;
}

.header ul li.active a::after,
.header ul li:hover a::after {
    opacity: 1;
}

.niu-main {
    padding-bottom: 40px;
}

.niu-main.one {
    margin-top: -106px;
    background-color: #1E1D32;
    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;

}

.niu-main.two {
    margin-top: 0;
    background-color: #181828;
    background-image: url(../images/main-bg2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;

}

.index-banner {
    margin-bottom: 100px;
}

.index-banner img {
    width: 100%;
}



.index-video-list .once {
    display: flex;
    font-size: 20px;
    align-items: center;
}

.index-video-list .once.list-head {
    color: #545481;
    margin-bottom: 30px;
}

.index-video-list .item {
    margin-bottom: 30px;
    border-radius: 10px;
    background: rgb(62, 62, 98);
    padding: 2px;
    display: block;
    height: 80px;
}

.index-video-list .item:hover {
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
    color: var(--themeColor);
}

.index-video-list .item .once {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(35, 34, 59);
}

.index-video-list .once .title {
    width: calc(100% - 715px);
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.index-video-list .once .title span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    white-space: nowrap;
    border-radius: 20px 0px 20px 0px;
    font-size: 16px;
    color: #fff;
    background: #9057EC;
    margin: 0 10px 0 10px;
}


.index-video-list .once .address {
    width: 225px;
}

.index-video-list .once .type {
    width: 225px;
}

.index-video-list .once .date {
    width: 265px;
    display: flex;
    align-items: center;
}

.index-video-list .once .date span {
    padding: 5px;
    cursor: pointer;
}

.index-video-list .once .date span img {
    height: 16px;
}

.niu-main .pager {
    padding-top: 10px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
    background: rgb(26, 31, 59);
    border-top: 2px solid rgb(54, 58, 82);
}

.moblic-footer {
    display: none;
}

.fuchuang {
    position: fixed;
    right: 30px;
    top: 30%;
    z-index: 1000;
    transform: translateY(-50%);
}

.fuchuang a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 95px;
    height: 95px;
    position: relative;
    z-index: 2;
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;
    transition: all 0.3s ease;
}

.fuchuang a:hover {
    transform: scale(0.95);
}

.fuchuang a::after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #1E1D32;
    border-radius: 8px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.fuchuang a img {
    height: 24px;
    position: relative;
    z-index: 2;
}

.fuchuang a .title {
    font-size: 14px;
    color: rgb(255, 255, 255, 0.7);
    position: relative;
    z-index: 2;
    margin-top: 12px;
}

.layer-announcement {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}



.layer-announcement .content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    max-width: 325px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    color: rgb(255, 255, 255, 0.7);
}

.layer-announcement .content .title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 130px;
    background-image: url(../images/layer-title-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

.layer-announcement .content .title h4 {
    font-size: 22px;
    margin-bottom: 4px;
    background: linear-gradient(102deg, #33E8FF 10%, #9057EC 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.layer-announcement .content .title h5 {
    font-weight: normal;
    font-size: 14px;
}

.layer-announcement .content .desc {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    padding: 25px;
    background-color: #1E1D32;
    background-image: url(../images/layer-desc-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}

.layer-announcement .content .btn {
    display: flex;
    justify-content: center;
    padding-top: 6px;
    height: 74px;
    background-color: #1E1D32;
}

.layer-announcement .content .btn a {
    width: 180px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 4px;
    background: linear-gradient(105deg, #33E8FF 9%, #9057EC 87%);
}

@media (max-width: 1200px) {
    .header .container {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .fuchuang {
        display: none !important;
    }

    .niu-main {
        padding-bottom: 28vw;
    }

    .header,
    .header-top .right .btn-all {
        display: none;
    }

    .niu-main.one {
        margin: 0;
        background: #181828;
        position: relative;

    }

    .niu-main.two {
        background: #181828;
    }

    .header-top .container {
        height: 13.91vw;
    }

    .header-top .logo img {
        height: 6.05vw;
    }

    .header-top .right form {
        width: 61.90vw;
        height: 8.06vw;
    }

    .header-top .right form input {
        padding-left: 1.51vw;
        font-size: 3.23vw;
        padding: 0 9.07vw 0 4.03vw;
        border-radius: 4.03vw;
    }

    .header-top .right form button {
        right: 3.23vw;
    }

    .header-top .right form button img {
        height: 5.04vw;
    }

    .index-banner {
        padding: 0 5.04vw;
        margin-bottom: 5.04vw;
    }

    .index-banner img {
        margin-top: 2.62vw;
    }

    .index-video-list .once .address,
    .index-video-list .once .type {
        display: none;
    }

    .index-video-list .once .title {
        width: calc(100% - 32.26vw);
    }

    .index-video-list .once .date {
        width: 32.26vw;
    }

    .index-video-list {
        margin-top: 5.04vw;
    }

    .index-video-list .once {
        font-size: 3.83vw;
    }

    .index-video-list .item {
        height: 12.10vw;
        margin-bottom: 2.62vw;
        padding: 0.20vw;
        border-radius: 1.01vw;
    }

    .index-video-list .item .once {
        border-radius: 1.01vw;
    }

    .index-video-list .once .title span {
        font-size: 2.8vw;
        padding: 0 1.51vw;
        height: 4.03vw;
        width: auto;
        border-radius: 0.81vw;
    }

    .index-video-list .once .date span {
        padding: 0;
    }

    .index-video-list .once .date span img {
        height: 4.03vw;
        margin-left: 1.01vw;
    }

    .niu-main .pager {
        flex-wrap: wrap;
        padding: 0 1.5vw;
        margin-top: 5.04vw;
        gap: 2vw;
    }

    .pager a,
    .pager span {
        width: 8.06vw;
        height: 8.06vw;
        font-size: 3.02vw;
        border-radius: 0.8vw;
    }

    .pager a img,
    .pager span img {
        height: 3.02vw;
    }

    .footer {
        display: none;
    }

    .moblic-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999999;
        width: 100%;
        height: 23.19vw;
        border-radius: 2.52vw 2.52vw 0 0;
        background: rgb(25, 30, 59, 0.8);
        padding: 3.23vw 11.49vw 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        text-align: center;
        font-size: 3.83vw;
    }

    .moblic-footer a .icon img:nth-child(1),
    .moblic-footer a.active .icon img:nth-child(2) {
        display: inline-block;
    }

    .moblic-footer a .icon img:nth-child(2),
    .moblic-footer a.active .icon img:nth-child(1) {
        display: none;
    }

    .moblic-footer img {
        height: 6.45vw;
        margin-bottom: 2.22vw;
    }

    .moblic-footer .active img {
        height: 6.45vw;
        margin-bottom: 3.63vw;
    }

    .moblic-footer .active .title {
        background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .index-video-list .once.list-head {
        margin-bottom: 4vw;
    }
}


.page-fenlei {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.page-fenlei a {
    width: 110px;
    height: 60px;
    border-radius: 10px;
    background: #292945;
    border: 1px solid #464649;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.page-fenlei a.active,
.page-fenlei a:hover {
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
}

@media (max-width: 992px) {
    .page-fenlei {
        padding: 3.63vw 5.04vw 5.04vw;
        white-space: nowrap;
        overflow-x: auto;
        display: block;
        font-size: 0;
    }

    .page-fenlei a {
        width: 15.63vw;
        height: 8.06vw;
        font-size: 3.02vw;
        display: inline-flex;
        margin-right: 2.42vw;
        border-radius: 1.2vw;
    }
}


.page-sousuo {
    padding: 80px 0;

}

.page-sousuo .sousuo-box {
    margin: 0 100px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
}

.page-sousuo .box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background: #292944;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
}

.page-sousuo .box .num {
    width: 225px;
    color: #1AADC4;
    line-height: 28px;
    border-right: 2px solid #41D2FC;
}

.page-sousuo .box .desc {
    width: calc(100% - 225px);
}



.page-xiangqing,
.neqchildids {
    padding-top: 80px;
}

.xiangqing-top {
    display: flex;
    align-items: flex-start;
}

.xiangqing-top .img {
    width: 636px;
    padding: 0 90px;
}

.xiangqing-top .img img {
    width: 100%;
    height: 573px;
    border-radius: 15px;
}

.xiangqing-top .info {
    width: calc(100% - 636px);
    color: #fff;
    padding-top: 40px;
}

.xiangqing-top .info h1 {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: normal;
}

.xiangqing-top .info h1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    white-space: nowrap;
    height: 42px;
    border-radius: 20px 0px 20px 0px;
    font-size: 20px;
    color: #fff;
    background: #9057EC;
    margin-left: 10px;
}

.xiangqing-top .info .otherinfo {
    display: flex;
    flex-wrap: wrap;
    padding-top: 36px;
}

.xiangqing-top .info .otherinfo .once {
    width: 50%;
    margin-bottom: 32px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xiangqing-top .info .otherinfo .once .split-line {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 16px;
    vertical-align: -2px;
    background-color: #fff;
}

.xiangqing-top .info .otherinfo .once .split-line:last-child {
    display: none;
}


.xiangqing-top .info .otherinfo .once span,
.xiangqing-top .info .actor span {
    color: #545481;
}

.xiangqing-top .info .actor {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xiangqing-top .info .otherinfo .once:last-child {
    margin-bottom: 0 !important;
}



.xiangqing-top .info .tag {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #545481;
    margin-top: 30px;
}

.xiangqing-top .info .tag span {
    padding: 4px;
    background: rgb(36, 36, 58);
    margin-right: 6px;
    font-size: 16px;
}

.xiangqing-top .info .description {
    line-height: 1.5;
    color: #545481;
    font-size: 18px;
    margin-top: 36px;
    padding-right: 80px;
}

.xiangqing-top .info .description p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;

}

.xiangqing-bottom {
    margin-top: 60px;
    border-radius: 20px;
    background: #23213C;
    padding: 40px 60px;
}

.xiangqing-bottom .section {
    padding: 40px 60px;
    background: #1E1D32;
    border-radius: 20px;
    margin-bottom: 40px;
}

.xiangqing-bottom .section:last-child {
    margin-bottom: 0;
}

.xiangqing-bottom .section .once-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.xiangqing-bottom .section .once-title span {
    font-size: 18px;
    color: #545481;
    cursor: pointer;
}

.xiangqing-bottom .section .once-title span .txt2 {
    display: none;
}

.xiangqing-bottom .section .item {
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgb(62, 62, 98);
    padding: 2px;
    display: block;
    height: 80px;
}

.xiangqing-bottom .section .item:last-child {
    margin-bottom: 0;
}

.xiangqing-bottom .section .item:hover {
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
    color: var(--themeColor);
}

.xiangqing-bottom .section .item .once {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(35, 34, 59);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #a9a5d6;
    padding: 0 20px;
}


.xiangqing-bottom .section .item .once a {
    width: 90px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3F3F63;
    position: absolute;
    right: 20px;
    color: #fff;
}

.xiangqing-bottom .section .item .once a:hover {
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
}

.xiangqing-top .img span {
    display: none;
}

@media (max-width: 992px) {
    .xiangqing-top .img {
        padding: 0;
        width: 33.67vw;
        padding-right: 5.54vw;
        position: relative;
    }

    .xiangqing-top .img span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.5vw;
        height: 4.03vw;
        border-radius: 0.81vw;
        font-size: 2.02vw;
        color: #fff;
        background: #9057EC;
        position: absolute;
        left: 1.01vw;
        top: 1.01vw;
    }

    .xiangqing-top .img img {
        width: 28.23vw;
        height: 37.80vw;
        border-radius: 1.51vw;
        transition: none;
    }

    .xiangqing-top .info {
        width: calc(100% - 33.67vw);
        padding-top: 0;
    }

    .xiangqing-top {
        margin-top: 4.03vw;
    }

    .xiangqing-top .info .actor,
    .xiangqing-top .info .tag,
    .xiangqing-top .info h1 {
        display: none;
    }

    .xiangqing-top .info .otherinfo {
        padding-top: 2.22vw;
        display: block;
        min-height: 37.80vw;
    }

    .xiangqing-top .info .otherinfo .once {
        width: 100%;
        font-size: 3.02vw;
        margin-bottom: 3.5vw;
    }

    .xiangqing-top .info .otherinfo .once .split-line {
        height: 2.8vw;
        margin-left: 1.3vw;
        margin-right: 1.3vw;
    }

    .xiangqing-top .info .description {
        margin-left: -33.67vw;
        font-size: 3.8vw;
        position: relative;
        z-index: 99;
        margin-top: 5.04vw;
        line-height: 1.9;
        padding-right: 0;
    }

    .xiangqing-top .info .description .title {
        margin-bottom: 0.81vw;
    }

    .xiangqing-top .info .description p {
        font-size: 3.02vw;
        -webkit-line-clamp: 3;
    }
}


.page-bofang {
    padding: 0 60px;
}


.page-bofang .content {
    margin-top: 40px;
}

.page-bofang .content .title {
    font-size: 18px;
    color: #545481;
    margin-bottom: 15px;
}

.page-bofang .content p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.xiangqing-bottom .section .item .once a img {
    display: none;
}

@media (max-width: 992px) {

    .page-xiangqing,
    .page-bofang,
    .neqchildids {
        padding: 0;
    }

    .page-bofang {
        margin: 0 -5.04vw;
    }



    .page-bofang .content {
        padding: 0 5.04vw;
        margin-top: 20px;
    }

    .page-bofang .content .title {
        font-size: 3.8vw;
        margin-bottom: 3.02vw;
    }

    .page-bofang .content p {
        font-size: 2.82vw;
    }

    .xiangqing-bottom {
        padding: 0;
        border-radius: 0;
        background: none;
        margin-top: 6vw;
    }

    .xiangqing-bottom .section {
        padding: 6.55vw 2.52vw;
        border-radius: 2vw;
        margin-bottom: 4vw;
    }

    .xiangqing-bottom .section .item {
        height: 16.13vw;
        margin-bottom: 3.02vw;
        padding: 0.20vw;
        border-radius: 1.51vw;
    }

    .xiangqing-bottom .section .item .once {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0 3.83vw;
        position: relative;
        border-radius: 1.51vw;
    }

    .xiangqing-bottom .section .item .once .num {
        padding: 0;
        font-size: 3.63vw;
        margin-bottom: 3.02vw;
    }

    .xiangqing-bottom .section .item .once .link {
        font-size: 3.23vw;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 90%;
        line-height: 6.02vw;
        
    }

    .xiangqing-bottom .section .once-title {
        font-size: 3.63vw;
        margin-bottom: 4vw;
        justify-content: space-between;
    }

    .xiangqing-bottom .section .once-title .title {
        display: none;
    }

    .xiangqing-bottom .section .once-title span {
        font-size: 3.23vw;
        color: var(--themeColor);
    }

    .xiangqing-bottom .section .once-title span .txt1 {
        display: none;
    }

    .xiangqing-bottom .section .once-title span .txt2 {
        display: block;
    }

    .xiangqing-bottom .section .item .once a {
        height: auto;
        width: auto;
        background: none;
        position: absolute;
        right: 3.63vw;
        top: 2.62vw;
    }

    .xiangqing-bottom .section .item .once a span {
        display: none;
    }

    .xiangqing-bottom .section .item .once a img {
        display: block;
        height: 4.84vw;
    }
}


.page-liuyan .bg-banner {
    margin-bottom: 80px;
}


.liuyan-sec1 {
    margin: 0 100px;
    margin-bottom: 40px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
}

.liuyan-sec1 .box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background: #292944;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
}

.liuyan-sec1 .box .num {
    width: 90px;
    color: #1AADC4;
    border-right: 2px solid #41D2FC;
}

.liuyan-sec1 .box .desc {
    width: calc(100% - 90px);
}

.liuyan-sec2 {
    padding: 0 60px;
}

.liuyan-sec2 .box {
    overflow: hidden;
}

.liuyan-sec2 .box textarea {
    display: block;
    padding: 20px;
    font-size: 20px;
    background: rgb(32, 32, 54);
    height: 240px;
    width: 100%;
    color: #fff;
    border: 2px solid rgb(54, 58, 82);
    border-radius: 10px 10px 0 0;

}

.liuyan-sec2 .box .tishi {
    font-size: 18px;
    color: #545481;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 20px;
    background: rgb(28, 28, 48);
    border-radius: 0 0 10px 10px;
    border-top: none !important;
    border: 2px solid rgb(54, 58, 82);
}



.liuyan-sec2 .box .tishi .gbook_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(111deg, #33E8FF 9%, #9057EC 88%);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.msg-code {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.msg-code #verify_img,
.msg-code .form-control {
    width: 138px;
    height: 60px;
    border-radius: 10px;
}



.msg-code .form-control {
    background: none;
    border: 1px solid rgb(54, 58, 82);
    text-align: center;
    color: #fff;
    margin: 0 10px 0 10px;
    transition: all 0.3s ease;
}

.msg-code .form-control:hover {
    border: 1px solid var(--themeColor);
}

.liuyan-sec3 {
    border-radius: 20px;
    padding: 40px 60px;
    background: #23213C;
    margin-top: 40px;
}

.liuyan-sec3 .item {
    padding: 30px 30px 20px;
    background: #1E1D32;
    border-radius: 20px;
    margin-bottom: 20px;
}

.liuyan-sec3 .userinfo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.liuyan-sec3 .userinfo img {
    border: 1px solid var(--themeColor);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.liuyan-sec3 .userinfo .name {
    font-size: 18px;
    color: rgb(255, 255, 255, 0.7);
}

.liuyan-sec3 .userinfo span {
    font-size: 14px;
    color: #545481;
}

.liuyan-sec3 .desc {
    display: block;
    margin-left: 50px;
    border-bottom: 1px solid #302c56;
    line-height: 1.5;
    font-size: 20px;
    color: #fff;
    margin-top: 24px;
    padding-bottom: 20px;
}



.liuyan-footer {
    background: rgb(26, 31, 59);
    padding-top: 40px;
    color: rgb(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.5;
}

.liuyan-footer .footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.liuyan-footer .footer-top .logo img {
    height: 44px;
}

.liuyan-footer .footer-top .desc {
    margin-top: 10px;
    padding-left: 60px;
}

.liuyan-footer .footer-top .contact {
    display: flex;
    gap: 220px;
    margin-top: 60px;
    padding-left: 40px;
}

.liuyan-footer .footer-top .contact .title {
    font-size: 18px;
    margin-bottom: 18px;
}

.liuyan-footer .footer-top .right .title {
    font-size: 18px;
    margin-bottom: 22px;
}

.liuyan-footer .footer-top .right p {
    margin-top: 16px;
}

.liuyan-footer .cop {
    text-align: center;
    border-top: 1px solid rgb(69, 72, 93);
    font-size: 14px;
    padding: 22px 0;
}

.liuyan-sec3 .reply {
    padding-top: 21px;
    line-height: 21px;
    margin-left: 50px;
    font-size: 18px;
    color: #33E8FF;
}


@media (max-width: 992px) {
    .page-sousuo {
        display: none !important;
    }

    .page-liuyan .bg-banner {
        margin-bottom: 3.02vw;
    }

    .liuyan-sec1 {
        margin: 0 0 3.02vw;
        height: 10.69vw;
        border-radius: 1.01vw;
        padding: 0.20vw;
    }

    .liuyan-sec1 .box {
        border-radius: 1.01vw;
        position: relative;
    }

    .liuyan-sec1 .box .num {
        width: 8.57vw;
    }

    .liuyan-sec1 .box .num img {
        height: 4.03vw;
    }

    .liuyan-sec1 .box .desc {
        width: calc(100% - 8.57vw);
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 3.02vw;
        padding-left: 2.42vw;
    }

    .liuyan-sec2 {
        padding: 0;
    }

    .liuyan-sec2 .box {
        position: relative;
    }

    .liuyan-sec2 .box textarea {
        height: 30.24vw;
        border-radius: 1.01vw;
        font-size: 3.02vw;
    }

    .liuyan-sec2 .box .tishi {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0;
        border: none;
        position: absolute;
        right: 3.23vw;
        bottom: 3.23vw;
    }

    .liuyan-sec2 .box .tishi span {
        display: none;
    }

    .liuyan-sec2 .box .tishi .gbook_submit,
    .msg-code #verify_img,
    .msg-code .form-control {
        width: 15.73vw;
        height: 8.06vw;
        border-radius: 1.01vw;
        font-size: 2.42vw;
    }

    .msg-code .form-control {
        margin: 0 2vw 0 2vw;
    }

    .liuyan-sec3 {
        padding: 0;
        background: none;
        border-radius: 0px;
        margin-top: 2.42vw;
    }

    .liuyan-sec3 .item {
        margin-bottom: 2.42vw;
        border-radius: 1.01vw;
        padding: 3.23vw 4.64vw;
    }

    .liuyan-sec3 .desc {
        font-size: 2.82vw;
        margin: 5.04vw 0 0 7.06vw;
        padding-bottom: 5.04vw;
    }

    .liuyan-sec3 .reply {
        margin-left: 7.06vw;
        font-size: 2.82vw;
        padding-top: 3vw;
        line-height: 3vw;
    }

    .liuyan-sec3 .userinfo img {
        width: 6.05vw;
        height: 6.05vw;
    }

    .liuyan-sec3 .userinfo .name {
        font-size: 2.82vw;
    }

    .liuyan-sec3 .userinfo span {
        font-size: 2.42vw;
    }

    .liuyan-footer {
        display: none;
    }
}


.help-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 58px;
    height: 106px;
    background: #1E1D32;
}

.help-nav a {
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.help-nav .active a,
.help-nav li:hover a {
    color: var(--themeColor);
}


.page-help {
    padding-top: 80px;
}

.page-help-box {
    border-radius: 20px;
    background: #23213C;
    padding: 40px 60px;
}

.page-help-box .b-title {
    font-size: 60px;
    color: #fff;
    padding-left: 76px;
}

.page-help-box .b-title span {
    color: var(--themeColor);
}

.page-help-box .help-sec1 {
    border-radius: 20px;
    background: #1E1D32;
    padding: 60px 60px 40px;
    margin-top: 40px;
}

.page-help-box .help-sec1 .help-sec1-title {
    font-size: 20px;
    color: #545481;
    line-height: 1.5;
    margin-bottom: 30px;
}

.page-help-box .help-sec1 .help-sec1-title h3 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.page-help-box .help-sec1 .item {
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgb(62, 62, 98);
    padding: 2px;
    display: block;
    height: 80px;
    color: #A8A4D5;
}

.page-help-box .help-sec1 .item:last-child {
    margin-bottom: 0;
}

.page-help-box .help-sec1 .item:hover {
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
    color: var(--themeColor);
}

.page-help-box .help-sec1 .item .once {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(35, 34, 59);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    padding: 20px;
    line-height: 1.5;
}

.page-help-box .help-sec1 .tishi {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-top: 40px;
}

.page-help-box .help-sec1 .tishi h3 {
    font-weight: normal;
    font-size: 20px;
    color: var(--themeColor);
    margin-bottom: 20px;
}

.page-help-box .help-sec2 {
    border-radius: 20px;
    background: #1E1D32;
    padding: 0px 60px 40px;
    margin-top: 30px;
}

.page-help-box .help-sec2 .description {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: -15px;
    z-index: 10;
}

.page-help-box .help-sec2 .description img {
    width: 300px;
}

.page-help-box .help-sec2 .description .content {
    width: 870px;
    height: 165px;
    background-image: url(../images/tishibeijing.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 100px 20px 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    transform: translateX(20px);
}

.page-help-box .help-sec2 .description p {
    background: linear-gradient(99deg, #33E8FF 10%, #9057EC 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.page-help-box .help-sec2 .qqqun {
    display: flex;
    gap: 20px;
}

.page-help-box .help-sec2 .qqqun .once {
    background-image: url(../images/qqbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(25% - 15px);
    height: 255px;
    color: #fff;
    text-align: center;
}

.page-help-box .help-sec2 .qqqun .once h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
}

.page-help-box .help-sec2 .qqqun .once h3 {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 54px;
}

.page-help-box .help-sec2 .qqqun .once a {
    width: 200px;
    height: 60px;
    font-size: 20px;
    padding: 2px;
    border-radius: 10px;
    display: block;
    background: linear-gradient(111deg, #33E8FF 9%, #9057EC 88%);
}

.page-help-box .help-sec2 .qqqun .once a span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    color: var(--themeColor);
    background: rgb(41, 41, 68);
    transition: all 0.3s ease;
}

.page-help-box .help-sec2 .qqqun .once a:hover span {
    background: transparent;
    color: #fff;
}

.page-help-box .help-sec2 .qqqun .once a img {
    display: none;
}

@media (max-width: 992px) {
    .help-nav {
        display: block;
        background: none;
        overflow-x: auto;
        font-size: 0;
        white-space: nowrap;
        padding: 0 5.04vw;
        margin-top: 3.63vw;
        height: auto;
    }

    .help-nav li {
        display: inline-block;
        margin-right: 2.62vw;
    }

    .help-nav a {
        padding: 3.43vw 3.02vw;
        display: block;
        background: rgb(41, 41, 68);
        font-size: 3.02vw;
        border-radius: 0.81vw;
    }

    .page-help-box {
        padding: 0;
        background: none;
    }

    .page-help {
        padding-top: 6.05vw;
    }

    .page-help-box .b-title {
        font-size: 5.04vw;
        padding: 0;
        text-align: center;
    }

    .page-help-box .help-sec1 {
        margin-top: 4.03vw;
        border-radius: 1.51vw;
        padding: 8.06vw 3.02vw;
    }

    .page-help-box .help-sec1 .help-sec1-title {
        font-size: 3.02vw;
    }

    .page-help-box .help-sec1 .help-sec1-title h3 {
        font-size: 3.02vw;
        margin-bottom: 4.03vw;
    }

    .page-help-box .help-sec1 .item {
        border-radius: 1.51vw;
        height: auto;
        padding: 0.20vw;
    }

    .page-help-box .help-sec1 .item .once {
        font-size: 3.63vw;
        padding: 3.63vw 4.23vw;
        border-radius: 1.51vw;
        display: block;
    }

    .page-help-box .help-sec1 .tishi {
        font-size: 3.63vw;
        margin-top: 4.03vw;
    }

    .page-help-box .help-sec1 .tishi h3 {
        font-size: 3.63vw;
        margin-bottom: 2.02vw;
    }

    .page-help-box .help-sec2 .description .content {
        width: 61.49vw;
        height: 39.31vw;
        background-image: url(../images/tishibeijing2.png);
        padding: 3.02vw 7.56vw 3.02vw 3.02vw;
        background-size: contain;
    }

    .page-help-box .help-sec2 {
        padding: 0 0 5.04vw 0;
    }

    .page-help-box .help-sec2 .description {
        justify-content: flex-start;
    }

    .page-help-box .help-sec2 .description p {
        font-size: 3.02vw;
    }

    .page-help-box .help-sec2 .description img {
        width: auto;
        height: 36.29vw;
        position: absolute;
        right: -5.1vw;
    }

    .page-help-box .help-sec2 .qqqun {
        margin-top: 3.02vw;
        gap: 3.02vw;
        flex-wrap: wrap;
        padding: 0 3.63vw;
    }

    .page-help-box .help-sec2 .qqqun .once {
        width: calc(50% - 1.51vw);
        text-align: left;
        align-items: flex-start;
        padding: 3.02vw;
        position: relative;
        height: 17.94vw;
    }

    .page-help-box .help-sec2 .qqqun .once h3 {
        margin-bottom: 0;
    }

    .page-help-box .help-sec2 .qqqun .once a {
        width: auto;
        height: auto;
        padding: 0;
        background: 0;
        position: absolute;
        right: 3.63vw;
    }

    .page-help-box .help-sec2 .qqqun .once a span {
        display: none;
    }

    .page-help-box .help-sec2 .qqqun .once a img {
        display: block;
        height: 6.45vw;
    }

    .page-help-box .help-sec2 .qqqun .once h3,
    .page-help-box .help-sec2 .qqqun .once h5 {
        font-size: 3.02vw;
    }

    .page-help-box .help-sec2 .qqqun .once h5 {
        margin-bottom: 3.53vw;
    }
}

.moblic-nav {
    display: none;
}

@media (max-width: 992px) {
    .moblic-hiddle {
        display: none !important;
    }

    .moblic-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 14.72vw;
        color: #fff;
        background: linear-gradient(106deg, #1E2B37 0%, #1E1D32 87%);
        position: relative;
    }

    .moblic-nav .title {
        font-size: 4.03vw;
        width: calc(100% - 24.19vw);
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
    }

    .moblic-nav .back {
        position: absolute;
        left: 5.04vw;
    }

    .moblic-nav .back img {
        width: 6.45vw;
        transition: none;
    }

    .moblic-nav form {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80.65vw;
        height: 9.88vw;
        position: absolute;
        right: 5.04vw;
    }

    .moblic-nav form input {
        width: 100%;
        height: 100%;
        border-radius: 5.04vw;
        border: 0.20vw solid rgb(255, 255, 255, 0.5);
        padding: 0 8.06vw 0 4.03vw;
        background: none;
        font-size: 3.02vw;
        color: rgb(255, 255, 255, 0.5);
    }

    .moblic-nav form button {
        background: none;
        position: absolute;
        right: 3.53vw;
    }

    .moblic-nav form button img {
        height: 4.44vw;
        transition: none;
    }
}

    .notification {
        position: fixed;
        top: 20px;
        right: 20px;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: #fff;
        z-index: 1000;
        display: none;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .tips,
    .mac_pop_msg {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
        padding: 0.75rem 1.25rem;
        border-radius: 0.25rem;
        color: #fff;
        transition: all 0.5s;
        text-align: center;
        pointer-events: none;
        z-index: 99;
    }
    
    .page-bofang #bofang_box {
        padding-bottom: 56%;
        position: relative;
        height: 0;
        overflow: hidden
    }
    
    .page-bofang .MacPlayer {
        position: absolute
    }
    
    .index-video-list .once .title p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
    }