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

.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: #aaa;
    border-radius: 25px;
    border: 1px solid #ccc;
    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;
    opacity: 0.3;
}

.header-top .right .btn-all {
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #ccc;
    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 #B5B5B5;
    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: linear-gradient( 180deg, #FFECEB 0%, #FFFFFF 100%);
    opacity: 0.9;
    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: #101010;
    height: 60px;
    padding: 0 20px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.header ul li.active a{
    color: #fff;
}


.header ul a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #EE483F;
    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;
}

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

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

}

.pgzy-main.two {
    margin-top: 0;
    background-color: #fff;
    background-image: url(../images/main-bg.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: #010101;
    margin-bottom: 30px;
}

.index-video-list .item {
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
    display: block;
    height: 80px;
}

.index-video-list .item:hover{
    background: linear-gradient(137deg, #FF9D94 0%, #FFD29C 100%);
    border-radius: 4px;
    border: 2px solid transparent; 
    border-image: linear-gradient(270deg, #ED2D25, rgba(58, 10, 0, 0)) 1; 
    border-image-slice: 1; 
}




.index-video-list .item .once {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.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;
    font-size: 16px;
    color: #fff;
    background: #EE483F;
    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;
}

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

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    font-size: 14px;
    color: #B5B5B5 ;
    background: #fff;
    border-top: 2px solid #E5E5E5;
}

.moblic-footer {
    display: none;
}

.fuchuang {
    position: fixed;
    right: 90px;
    top: 50%;
    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: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    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;
    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: #101010;
    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;
    color: #FDFDFD;
}

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


.layer-announcement .content .notice-content{
    background: #fff;
}

.layer-announcement .content .desc {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    padding: 25px;
    color: #010101;
}

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

.layer-announcement .content .btn a {
    width: 180px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 4px;
    background: #EE483F;
}

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

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

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

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

    .pgzy-main.one {
        margin: 0;
        position: relative;
        background-image: none;

    }

    .pgzy-main.two {
        background: #fff;
    }

    .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 2.51vw;
        height: 7.03vw;
        width: auto;
        border-radius: 3.81vw;
    }

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

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

    .pgzy-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(255, 255, 255, 0.9);
        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 {
       color: #EE483F;
    }

    .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: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #101010;
}

.page-fenlei a.active,
.page-fenlei a:hover {
    background: #EE483F;
    color: #fff;
}

@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: 4px;
    overflow: hidden;
    padding: 2px;
   border: 1px solid #EE483F;
}

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

.page-sousuo .box .num {
    width: 225px;
    color: #EE483F;
    line-height: 28px;
    border-right: 1px solid rgba(238, 72, 63, 0.5);
}

.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: #101010;
    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;
    font-size: 20px;
    color: #fff;
    background: #EE483F;
    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: #8D8D8D;
}

.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: #8D8D8D;
    margin-top: 30px;
}

.xiangqing-top .info .tag a {
    padding: 4px 8px;
     background-color: rgba(141, 141, 141, 0.2);
    margin-right: 6px;
    font-size: 15px;
    border-radius: 2px;
}

.xiangqing-top .info .description {
    line-height: 1.5;
    color: #8D8D8D;
    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: #010101;

}

.xiangqing-bottom {
    margin-top: 60px;
    /*border-radius: 8px;*/
    /*background: #F3F3F3;*/
    padding: 40px 60px;
}

.xiangqing-bottom .section {
    padding: 40px 60px;
    background: #F3F3F3;
    border-radius: 8px;
    margin-bottom: 40px;
}

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

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

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

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

.xiangqing-bottom .section .item {
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
    display: block;
    height: 80px;
}

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

.xiangqing-bottom .section .item:hover {
    background: linear-gradient(137deg, #FF9D94 0%, #FFD29C 100%);
    border-radius: 4px;
    border: 2px solid transparent; 
    border-image: linear-gradient(270deg, #ED2D25, rgba(58, 10, 0, 0)) 1; 
    border-image-slice: 1; 
    cursor: pointer;
}
 

.xiangqing-bottom .section .item .once {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #010101;
    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-color: rgba(238, 72, 63, 0.1);
    position: absolute;
    right: 20px;
    color: #EE483F;
}

.xiangqing-bottom .section .item:hover a {
    background: #EE483F;
    color: #fff;
}

.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.5vw;
        line-height: 4.5vw;
        border-radius: 2.2vw;
        font-size: 2.02vw;
        color: #fff;
        background: #EE483F;
        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: #8D8D8D;
    margin-bottom: 15px;
}

.page-bofang .content p {
    font-size: 16px;
    color: #010101;
    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: 1.067vw;
        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 60px;
    margin-bottom: 40px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    padding: 2px;
    border: 2px solid #EE483F;
}

.liuyan-sec1 .box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient( 137deg, rgba(255,157,148,0.1) 0%, rgba(255,210,156,0.1) 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #3D3D3D;
}

.liuyan-sec1 .box .num {
    width: 90px;
    border-right: 2px solid rgb(238,72,63,0.5);
    margin-right: 20px;
}

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

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

.liuyan-sec2 .box {
    overflow: hidden;
    border: 2px solid #EE483F;
    background: #fff;
    border-radius: 10px;
}

.liuyan-sec2 .box textarea {
    display: block;
    padding: 20px;
    font-size: 20px;
    height: 180px;
    width: 100%;

}

.liuyan-sec2 .box .tishi {
    font-size: 16px;
    color: #AAAAAA;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 20px;
    gap: 5px
}



.liuyan-sec2 .box .tishi .gbook_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 4px;
    background: #EE483F;
    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: 4px;
}



.msg-code .form-control {
    background: none;
    border: 1px solid #EE483F;
    text-align: center;
    color: #010101;
    margin: 0 10px 0 10px;
    transition: all 0.3s ease;
}

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

.liuyan-sec3 {
    padding: 40px 60px;
    margin-top: 40px;
}

.liuyan-sec3 .item {
    padding: 30px 30px 20px;
    background: #FFFFFF;
    border-radius: 4px;
    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: #010101;
}

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

.liuyan-sec3 .desc {
    display: block;
    margin-left: 50px;
    border-bottom: 1px solid rgb(42,42,69,0.2);
    line-height: 1.5;
    font-size: 20px;
    color: #010101;
    margin-top: 24px;
    padding-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}



.liuyan-footer {
    background: #fff;
    padding-top: 40px;
    color: #aaa;
    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;
}

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

.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: #EE483F;
}


@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: linear-gradient( 180deg, #FFECEB 0%, #FFFFFF 100%);
    opacity: 0.9;
}

.help-nav a {
    font-size: 20px;
    color: #101010;
    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: 10px;
    background: #fff;
    padding: 40px 60px;
}

.page-help-box .b-title {
    font-size: 60px;
    color: #010101;
}

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

.page-help-box .help-sec1 {
    border-radius: 10px;
    background: #F3F3F3;
    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: #010101;
    margin-bottom: 20px;
}

.page-help-box .help-sec1 .help-sec1-title {
    color: #989898;
}

.page-help-box .help-sec1 .item {
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
    display: block;
    height: 80px;
    color: #010101;
}

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

/*.page-help-box .help-sec1 .item:hover {*/
/*    cursor: pointer;*/
/*    color: var(--themeColor);*/
/*    background: linear-gradient(137deg, #FF9D94 0%, #FFD29C 100%);*/
/*    border-radius: 4px;*/
/*    border: 2px solid transparent; */
/*    border-image: linear-gradient(270deg, #ED2D25, rgba(58, 10, 0, 0)) 1; */
/*}*/

.page-help-box .help-sec1 .item .once {
    width: 100%;
    height: 100%;
    overflow: hidden;
    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: #010101;
    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: 100%;
    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;
}

.page-help-box .help-sec2 .description p {
    color: #fff;
}

.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 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(25% - 15px);
    height: 255px;
    color: #010101;
    text-align: center;
    border: 1px solid rgba(238, 72, 63, 0.5); 

}

.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: 4px;
    display: block;
    border: 1px solid #EE483F;
}

.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);
    transition: all 0.3s ease;
}



.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;
        border: 1px solid #EE483F;
        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 {
        background-image: url(../images/tishibeijing2.png);
        padding: 3.02vw 7.56vw 3.02vw 3.02vw;
    }

    .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: 3.63vw;
        background: #F3F3F3;
        border-radius: 4px;
    }

    .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;
        border: none;
    }

    .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: #0A0D11;
        background: #fff;
        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: 2vw;
        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(204, 204, 204, 0.5);
        padding: 0 8.06vw 0 4.03vw;
        background: none;
        font-size: 3.02vw;
        color: #010101;
    }

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

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


    .tips,
    .mac_pop_msg {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0.75rem 1.5rem;
        border-radius: 0.25rem;
        transition: all 0.5s;
        text-align: center;
        pointer-events: none;
        z-index: 99;
        background: #fff;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        color: #010101;
    }
    
    .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;
    }
    .mg0{margin-top:0!important;}