@charset "utf-8"; 
.fp-watermark{display: none !important;}
.relative{position: relative;}
.hidden{overflow: hidden;}

.container{ width: 76.875%; margin: 0 auto; } 

.container3{ width: 92.7%; margin: 0 auto; } 


.fl { float: left; }
.fr { float: right; }

.m { display: none !important; }
:root {
    --color: #1A1818;
    --color1:#121212;
    --container2_left: 11.615%;
    --container2_leftvw: 8.5vw;
}
.colorfff{color: #fff;}
.color1414{color: #141414;}
.color666{color: #666;}
.color939 { color: #939597; }
.bgf5f5f5{background: #f5f5f5;}
.bgfff{background:#fff;}
.borderRadius30{border-radius: 0.3rem;overflow: hidden;}
.borderRadius12{border-radius: 0.12rem;overflow: hidden;}


@media(max-width: 1024px){
	.container{width: 100%;padding: 0 20px;}
    .container2,.container3{
        width: calc(100% - 40px);
    } 

	.m { display: block !important; }
	.pc { display: none !important; }
    :root {
        --container2_left: 20px;
        --container2_leftvw: 20px;
    }
}
.center { text-align: center;}
.img {line-height: 0;}
.img100{line-height: 0;overflow: hidden;}
.img img { width: 100%; }
.imgfd .imgfd_img{transition: all 0.6s;transform: scale(1);}
.imgfd:hover .imgfd_img{
    transform: scale(1.05);
}
.leftauto { margin-left: auto; }

.colorea3 { color: var(--color); }
.color121 { color: var(--color1); }


/**pc导航**/
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9; }
.header .ader_top { background: #25255F; text-align: center; }
.header .ader_top a { display: inline-block; color: #fff; line-height: 1; padding: 13px 0; }
.header .ader_top a i { font-style: normal; line-height: 1; }
.header .ader_top a span { line-height: 1; position: relative; padding-right: 16px; margin-left: 20px;  }
.header .ader_top a span::before {
    position: absolute;
    content: "";
    top: 53%;
    transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../images/ader_tope.svg)no-repeat center center/cover;
}
.header .ader_top a span:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: #fff;
}

.header .ader_btm { padding: 21px 64px; background: rgba(255, 255, 255, 0); transition: all .5s; }
.header .ader_btm .logo a { display: block; }
.header .ader_btm .ader_r .yanws { line-height:1; margin-left:.5rem;}
.header .ader_btm .ader_r .yanws a { margin-right:.1rem; }
.header .ader_btm .ader_r .yanws a:last-child { margin-right:0; } 
.header .ader_btm .ader_r .ule ul li { margin-right: .4rem; }
.header .ader_btm .ader_r .ule ul li:last-child { margin-right: 0; }
.header .ader_btm .ader_r .ule ul li a { display: block; color: #25255F; line-height: 1; padding: 10px 0; }


.header .ader_btm .yuyan { margin-left: 37px; margin-right:57px; position: relative; margin-right: 0; }
.header .ader_btm .yuyan .icon { width: 18px; height: 18px; background: url(../images/diquiu.svg) center center / cover; cursor: pointer; transition: all .5s; }
.header .ader_btm .yuyan .yuyan_xiala{
    position: absolute;
    top: 100%;
    width: .8rem;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 4px 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s;
}
.header .ader_btm .yuyan .yuyan_xiala a{
    color: #262626;
    display: block;
    transition: all 0.6s;
}
.header .ader_btm .yuyan .yuyan_xiala a:hover{
    color: var(--color);
}

.header .ader_btm .yuyan:hover .yuyan_xiala{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header.fixed-head .ader_btm { background: #fff; }


.navR { line-height: 0; margin-left: .35rem; margin-top: 2px; }
.navR span { width: 24px; height: 19px; position: relative; display: inline-block; }
.menu-i {
    height: 2px;
    right: 0;
    position: absolute;
    border-radius: 1px;
    font-style: normal;
    background-color: #333;
    display: block;
    transition: all 0.5s;
    border-radius: 2px;
}
.menu-i-1 { width: 24px; top: 0; }
.menu-i-2 { width: 24px; top: 8px; }
.menu-i-3 { width: 24px; top: 16px; }
.mobile-menu-on .menu-i-1 { transform: translateY(9px) rotate(45deg); }
.mobile-menu-on .menu-i-2 { opacity: 0; }
.mobile-menu-on .menu-i-3 { transform: translateY(-7px) rotate(-45deg); }

.nav_box { height: calc(100% - 53.61px); position: fixed; top: 53.61px; background: #25255F; width: 100%; left: -100%; transition: all .8s; z-index: 9999999; }
.nav_box.cur { left: 0; }
.nav_box .navlist { padding: 10px 0; }
.nav_box .navlist ul>li { position: relative; line-height: 50px; width: 100%; font-size: 16px; padding: 0 15px; text-transform: capitalize; padding-right: 80px; padding-right:0; text-align:center; padding-left:0; }
.nav_box .navlist ul>li>a { display: block; color: #fff; position: relative; }
.nav_box .navlist ul>li .ii {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    background: url(../images/jtwhite.svg) no-repeat center center;
    z-index: 6;
}

.nav_box .navlist ul>li .navlist2 { border-top: 1px solid rgba(255, 255, 255, .06); width: 100%; display: block; transition: all .6s; position: fixed;  z-index: 10000; background: #25255F; top: 53.61px; height: calc(100% - 53.61px); overflow: auto; left: -100%; }
.nav_box .navlist ul>li .backNav { padding: 0 15px; }
.nav_box .navlist ul>li .backNav span {
    display: block;
    padding: 5px 0 5px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0);
    background: url(../images/back.svg) no-repeat left center;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}
.nav_box .navlist ul>li a.cur { color: #fff !important; font-weight: bold; }
.nav_box .navlist ul>li .navlist2 a { width: 100%; display: block; padding: 10px 15px; line-height: 1.6; font-size: 18px;     color: rgba(255, 255, 255, 0.8); }







@media(max-width:1920px) {
    .header .ader_top a {padding: .13rem 0; }
    .header .ader_top a span { padding-right: .16rem; margin-left: .2rem;  }
    .header .ader_top a span::before {
        width: .12rem;
        height: .12rem;
    }

    .header .ader_btm { padding: .21rem .64rem; }
    .header .ader_btm .ader_r .ule ul li a { padding: .1rem 0; }

    .header .ader_btm .yuyan .icon { width: .18rem; height: .18rem; }
    .header .ader_btm .yuyan { margin-left: .37rem; margin-right: .54rem; }
}

@media(max-width:1024px) {
    .header .ader_top a span { padding-right: .25rem; }
    .header .ader_top a span::before { width: .18rem; height: .18rem; top: 60%; }

    .header .ader_btm { padding: 10px 20px; background: #fff; }
    .header .ader_r .ule { display: none; }
    .header .ader_btm .logo a img { height: 25px; }
    .header .ader_btm .yuyan .icon { width: 16px; height: 16px; }
    
    .header .ader_btm .ader_r .yanws { margin-left:0; }
    .header .ader_btm .yuyan { margin:0 .2rem 0 0; }
}


.footer { background: url(../images/footer.webp)no-repeat center center/cover; padding: 1.38rem 0 0; }
.footer .ooter_top { padding-bottom: 1.06rem; }
.footer .bito { line-height: 1; color: #25255F; }
.footer .nwe { line-height: 1; margin-top: .2rem; color: #25255F; }
.footer .anwen { display: inline-block; margin-top: .43rem; }
.footer .anwen a { display: block; line-height:1; cursor: pointer;  border: 1px solid rgba(37, 37, 95, 0.5); padding: .17rem .31rem; border-radius: 40px; margin-right: .15rem; background: #25255F; color:#fff; }
.footer .anwen a:last-child { margin-right: 0; background:none; color: #25255F;  }
.footer .anwen a:hover { font-style: italic; }

.footer .anwen2 a { display:block; color:#25255F; margin-top:.43rem; line-height:1; text-decoration: underline; }

.footer .ooter_btm  { padding: .31rem 0; text-align: center; border-top: 1px solid rgba(37, 37, 95, 0.1); }
.footer .ooter_btm .nwen { color: rgba(37, 37, 95, 0.5); }
.footer .ooter_btm .nwen a { display: inline-block; color: rgba(37, 37, 95, 0.5); }


@media(max-width:1024px) {
    .footer { padding-top: .5rem; }
    .footer .anwen a { width: 100%; margin-right: 0; margin-bottom: .2rem; }
    .footer .ooter_top { padding-bottom: .8rem; }
    
    .footer .bito { line-height:1.4; }
    
    .footer .nwe { line-height:1.4; }
    
    .footer .ooter_btm .nwen {
        font-size: .2rem;
    }
    
}

.color25255 { color: #25255F; }
.color4f50 { color: #4F507E; }

.banner .bg { height: 100vh; }
.banner .text { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); }
.banner .text .btg { line-height: 1.13; }
.banner .text .fbt { line-height: 1.5; margin: .13rem 0 .43rem; }

.banner .text:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 8.65rem;
    height: 8.7rem;
    transform: translate(-50%,-50%);
    /*animation: rotateSelf 35s linear infinite;*/
    background: url(../images/xuanz.webp)no-repeat center center/cover;
}

@keyframes rotateSelf {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.dinwe {
    position: absolute;
}

.banner { overflow:hidden; }

.iwen1 {
    width: 4.86rem;
    height: 4.01rem;
    left: -1.19rem;
    top: 50%;
    /* 起点：左下方向（纯位移，无旋转、无回弹） */
    transform: translate(-76%, 40%);
    /* 干净平滑过渡，没有任何多余晃动 */
    transition: all 1.2s ease-out;
    opacity: 0;
    background: url(../images/iwen1.svg)no-repeat center center/cover;
    /* 微动动画默认不执行 */
    animation: none;
}

.banner.cur .iwen1 {
    opacity: 1;
    /* 终点：归位，直线滑上来，不晃、不扭 */
    transform: translate(0%, -50%);
    /* 等待入场1.2s完成后，开启上下微动循环 */
    animation: floatUpDown 2s ease-in-out infinite 1.2s;
}

/* 上下微动关键帧：轻微上下浮动，幅度柔和不突兀 */
@keyframes floatUpDown {
    0% {
        transform: translate(0%, -50%) translateY(0rem);
    }
    50% {
        transform: translate(0%, -50%) translateY(-0.1rem);
    }
    100% {
        transform: translate(0%, -50%) translateY(0rem);
    }
}

.iwen2 {
    width: 1.95rem;
    height: 1.72rem;
    left: 16%;
    top: 85%;
    /* 起点：左下方向（纯位移，无旋转、无回弹） */
    transform: translate(-60%, 80%);
    /* 干净平滑过渡，没有任何多余晃动 */
    transition: all 1.2s ease-out;
    opacity: 0;
    background: url(../images/iwen2.svg)no-repeat center center/cover;
}

.banner.cur .iwen2 {
    opacity: 1;
    /* 终点：归位，直线滑上来，不晃、不扭 */
    transform: translate(-50%, -50%);
}

.iwen3 {
    width: 3.88rem;
    height: 3.48rem;
    left: 29%;
    top: -1.14rem;
    /* 起点：左下方向（纯位移，无旋转、无回弹） */
    transform: translate(-69%, -51%);
    /* 干净平滑过渡，没有任何多余晃动 */
    transition: all 1.2s ease-out;
    opacity: 0;
    background: url(../images/iwen3.svg)no-repeat center center/cover;
}

.banner.cur .iwen3 {
    opacity: 1;
    /* 终点：归位，直线滑上来，不晃、不扭 */
    transform: translate(-50%, 0%);
}

.iwen4 {
    width: 2.59rem;
    height: 2.15rem;
    left: 82%;
    top: 31%;
    /* 起点：左下方向（纯位移，无旋转、无回弹） */
    transform: translate(118%, -100%);
    /* 干净平滑过渡，没有任何多余晃动 */
    transition: all 1.2s ease-out;
    opacity: 0;
    background: url(../images/iwen4.svg) no-repeat center center/cover;
    animation: none;
}

.banner.cur .iwen4 {
    opacity: 1;
    /* 终点：归位，直线滑上来，不晃、不扭 */
    transform: translate(-50%, -50%);
    /* 等待入场动画1.2s完成后，执行上下循环微动 */
    animation: floatUpDownui 2s ease-in-out infinite 1.2s;
}

/* 上下浮动关键帧（共用，只需写一次） */
@keyframes floatUpDownui {
    0% {
        transform: translate(-50%, -50%) translateY(0rem);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-0.1rem);
    }
    100% {
        transform: translate(-50%, -50%) translateY(0rem);
    }
}

.iwen5 {
    width: 5.61rem;
    height: 5.06rem;
    left: 82%;
    top: 79%;
    /* 起点：左下方向（纯位移，无旋转、无回弹） */
    transform: translate(-15%, 15%);
    /* 干净平滑过渡，没有任何多余晃动 */
    transition: all 1.2s ease-out;
    opacity: 0;
    background: url(../images/iwen5.svg) no-repeat center center/cover;
    animation: none;
}

.banner.cur .iwen5 {
    opacity: 1;
    /* 终点：归位，直线滑上来，不晃、不扭 */
    transform: translate(-50%, -50%);
    /* 入场1.2秒结束后开启上下微动循环 */
    animation: floatUpDowna 2s ease-in-out infinite 1.2s;
}

/* 上下浮动关键帧，和iwen1共用一套动画 */
@keyframes floatUpDowna {
    0% {
        transform: translate(-50%, -50%) translateY(0rem);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-0.1rem);
    }
    100% {
        transform: translate(-50%, -50%) translateY(0rem);
    }
}

.indexa { padding: 1.67rem 0 0; }
.indexa .dexa_top { text-align: center; }
.indexa .dexa_top .btn { line-height: 1.18; }
.indexa .dexa_top .tnwen { line-height: 1; margin: .3rem 0; }
.indexa .dexa_top .xhw { line-height: 1.5; margin-bottom: .9rem; width: 67%; display: inline-block; }
.indexa .dexa_btm { position: relative; padding: 0 .76rem .5rem; }
.indexa .dexa_btm .swiper-container { overflow: hidden; }
.indexa .dexa_btm .swiper-slide { border: 2px solid rgba(37, 37, 95, 0.2); border-radius: .2rem; padding: .2rem; }
.indexa .dexa_btm .swiper-slide .waiceng { border-radius: .2rem; overflow: hidden; position: relative; }
.indexa .dexa_btm .swiper-slide .waiceng img { width:100%; }
/*.indexa .dexa_btm .swiper-slide .waiceng::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: .55rem;*/
/*    height: .55rem;*/
/*    transform: translate(-50%,-50%);*/
/*    background: url(../images/video.svg)no-repeat center center/cover;*/
/*    background-size: 100% 100%;*/
/*}*/
.indexa .dexa_btm .swiper-slide .waiceng video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* 画面居中裁剪，默认居中可改top/left */
    display: block; /* 去掉video默认底部小白边 */
}

.indexa .dexa_btm .swiper-pagination { line-height: 0; bottom: 0; }
.indexa .dexa_btm .swiper-pagination .swiper-pagination-bullet { background: rgba(29, 32, 81, 0.1); width: .1rem; height: .1rem; opacity: 1; margin: 0 .1rem 0 0; } 
.indexa .dexa_btm .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #25255F; }
.indexa .dexa_btm .swiper-pagination .swiper-pagination-bullet:last-child { margin-right: 0; }

.jq { width: .5rem; height: .5rem; border-radius: 100%; position: relative; cursor: pointer; transition: all .3s; background: #6DCFF6; }
.jq::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: .14rem;
    height: .14rem;
    transform: translate(-50%,-50%);
    transition: all .3s;
}

.jl::before { background: url(../images/jla.svg)no-repeat center center/cover; }
.jr::before { background: url(../images/jra.svg)no-repeat center center/cover; }

.jl:hover:before { background: url(../images/jla.svg)no-repeat center center/cover; }
.jr:hover:before { background: url(../images/jra.svg)no-repeat center center/cover; }

/*.jq:hover { background: #25255F; }*/

.indexa .dexa_btm .jq { position: absolute; top: 50%; transform: translateY(-50%); }
.indexa .dexa_btm .jl { left: 0; }
.indexa .dexa_btm .jr { right: 0; }

.indexb { position: relative; padding: 1.55rem 0; margin-top: 1.7rem; }
.indexb .uwen {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    border-radius: .2rem;
    transform: translateX(-50%);
    width: calc(100% - 128px);
    height: 100%;
    overflow: hidden;
} 
.indexb .uwen::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/indexb.webp)no-repeat center center/cover;
    height: 100%;
}

.indexb .container { position: relative; z-index: 2; }

.indexb ul li { border-radius: .2rem; background: #fff; box-shadow: 0px 4px 14px 0px rgba(128, 206, 244, 0.2); margin-bottom: .8rem; box-shadow: 0px 4px 14px 0px rgba(128, 206, 244, 0.2); }
.indexb ul li:last-child { margin-bottom: 0; }
.indexb ul li a { position: relative; display: block; padding: .2rem .2rem .2rem .7rem; }
.indexb ul li a .img { width: 49.165%; float: right; overflow: hidden; }
.indexb ul li a .img img { transform: scale(1); transition: all .5s; }
.indexb ul li a:hover .img img { transform: scale(1.05); }
.indexb ul li a .text { position: absolute; left: .7rem; top: 50%; transform: translateY(-50%); width: 36.6%; }
.indexb ul li a .text .br { line-height: 1.4; }
.indexb ul li a .text .bweb { line-height: 1.66; margin: .2rem 0 .9rem;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.nnebnb { line-height: 1; position: relative; padding-right: .21rem; display: inline-block; color: #25255F; }
.nnebnb::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .15rem;
    height: .15rem;
    background: url(../images/nnebnb.svg)no-repeat center center/cover;
    transition: all .5s;
}
.indexb ul li a:hover .nnebnb::before { right: -.05rem; }

.indexb ul li:nth-child(2n) a { padding: .2rem .7rem .2rem .2rem; }
.indexb ul li:nth-child(2n) a .img { float: left; }

.indexb ul li:nth-child(2n) a .text { left: auto; right: 1.28rem; }

.indexb .une { position:absolute; }
.indexb .dexb1 {
    top: 15.6%;
    left: -.05rem;
    width: 4.35rem;
    height: 4.35rem;
    transform: translate(-82%, -50%);
    background: url(../images/dexb1.svg) no-repeat center center / cover;
    z-index: 5;
    transition: all 1.2s ease-out;
    opacity: 0;
}

.indexb .dexb1.uxdnwen {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.indexb .dexb2 {
    top: 35%;
    left: 96%;
    width: 2.74rem;
    height: 2.16rem;
    transform: translate(15%, -70%);
    background: url(
    ../images/dexb2.svg) no-repeat center center / cover;
    z-index: 5;
    transition: all 1.2s ease-out;
    opacity: 0;
}

.indexb .dexb2.uxdnwen {
    opacity: 1;
    transform: translate(-50%, -50%);
}


.indexb .dexb3 {
    top: 56.7%;
    left: 100.2%;
    width: 4.35rem;
    height: 4.35rem;
    transform: translate(-17%, -50%);
    background: url(
    ../images/dexb3.svg) no-repeat center center / cover;
    z-index: 5;
    transition: all 1.2s ease-out;
    opacity: 0;
}

.indexb .dexb3.uxdnwen {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.indexb .dexb4 {
    top: 77%;
    left: 5.35%;
    width: 2.74rem;
    height: 2.16rem;
    transform: translate(-125%, -70%);
    background: url(
    ../images/dexb4.svg) no-repeat center center / cover;
    z-index: 5;
    transition: all 1.2s ease-out;
    opacity: 0;
}

.indexb .dexb4.uxdnwen {
    opacity: 1;
    transform: translate(-50%, -50%);
}




.indexc { padding: 1.63rem 0 1.7rem; }
.indexc .ndexnc_btm ul { margin-top: .46rem; }
.indexc .ndexnc_btm ul li { width: calc(33.33% - 14px); margin-right: 20px; position: relative; }
.indexc .ndexnc_btm ul li:last-child { margin-right: 0; }
.indexc .ndexnc_btm ul li .newnn_top { background: url(../images/newnn_top.svg)no-repeat center center/cover; border-radius: .2rem; padding: 1.39rem .3rem .4rem; }
.indexc .ndexnc_btm ul li .newnn_top .fuwne { width: .7rem; height: .53rem; background: url(../images/douhao.svg)no-repeat center center/cover; margin-bottom: .26rem; }
.indexc .ndexnc_btm ul li .newnn_top .wenzi { line-height: 1.76;}
.indexc .ndexnc_btm ul li .newnn_top .wenzi span {  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.indexc .ndexnc_btm ul li .newnn_top .snene { margin-top: .4rem; border-top: 1px solid rgba(37, 37, 95, 0.14); padding-top: .4rem; }
.indexc .ndexnc_btm ul li .newnn_top .snene .icon { width: .84rem; height: .84rem; border: 5px solid rgba(128, 206, 244, 0.3); border-radius: 50%; position: relative; background: #fff; }
.indexc .ndexnc_btm ul li .newnn_top .snene .icon img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 50%; }
.indexc .ndexnc_btm ul li .newnn_top .snene .wen { width: calc(100% - .97rem); margin-left: auto; }
.indexc .ndexnc_btm ul li .newnn_top .snene .wen .ea { line-height: 1.45; }
.indexc .ndexnc_btm ul li .newnn_top .snene .wen .eb { margin-top: .08rem; }

.indexc .ndexnc_btm ul li .nemuu_btm { opacity: 0; transition: all .5s; position: absolute; top: 0; width: 100%; height: 100%; padding: .35rem .3rem 1rem; border: 2px solid rgba(109, 207, 246, 0.4); border-radius: .2rem; background: linear-gradient(321deg, #f0fafe 35%, #d6f2fd 79%); } 

.indexc .ndexnc_btm ul li:hover .nemuu_btm { opacity: 1; }

.indexc .ndexnc_btm ul li .nemuu_btm .snene { border-bottom: 1px solid rgba(37, 37, 95, 0.14); padding-bottom: .3rem; }
.indexc .ndexnc_btm ul li .nemuu_btm .snene .icon { width: .84rem; height: .84rem; border: 5px solid rgba(128, 206, 244, 0.3); border-radius: 50%; position: relative; background: #fff; }
.indexc .ndexnc_btm ul li .nemuu_btm .snene .icon img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 50%; }
.indexc .ndexnc_btm ul li .nemuu_btm .snene .wen { width: calc(100% - .97rem); margin-left: auto; }
.indexc .ndexnc_btm ul li .nemuu_btm .snene .wen .ea { line-height: 1; }
.indexc .ndexnc_btm ul li .nemuu_btm .snene .wen .eb { margin-top: .08rem; }
.indexc .ndexnc_btm ul li .nemuu_btm .wenzi { line-height: 1.7; margin-top: .3rem; }

.indexc .ndexnc_btm ul li .nemuu_btm .wenzi{
    padding-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 60%;
}
.indexc .ndexnc_btm ul li .nemuu_btm .wenzi::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.indexc .ndexnc_btm ul li .nemuu_btm .wenzi::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background: #25255F;
}

.indexc .ndexnc_btm ul li .nemuu_btm .wenzi::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 0;
    background: rgba(24, 86, 166, 0.05);
}
.indexc .ndexnc_btm ul li .nemuu_btm::before {
    position: absolute;
    content: "";
    right: .4rem;
    bottom: 0;
    width: .7rem;
    height: .53rem;
    background: url(../images/muu_btm.svg)no-repeat center center/cover;
}


@media(max-width:1920px) {
    .indexb .uwen { width: calc(100% - 1.28rem); }
}

@media(max-width:1024px) {
    .indexa { padding: .8rem 0; }
    .indexa .dexa_top .xhw { width: 100%; margin-bottom: .4rem; }
    .indexa .dexa_btm .jq { display: none; }
    .indexa .dexa_btm { padding: 0 0 .7rem; }
    .indexa .dexa_btm .swiper-pagination .swiper-pagination-bullet { width: .17rem; height: .17rem; margin: 0 .18rem 0 0; }
    .indexa .dexa_top .tnwen { line-height:1.5; }

    .banner .text { padding: 0 20px; }

    .indexb { margin-top: 0; padding: .8rem 10px; }
    .indexb .uwen { width: calc(100% - 20px); }
    .indexb ul li { margin-bottom: .4rem; }
    .indexb ul li a { padding: .2rem .2rem .35rem; }
    .indexb ul li a .img { width: 100%; }
    .indexb ul li a .text { position: initial; transform: translateY(0); width: 100%; margin-top: .3rem; float: left; padding: .2rem .2rem 0; }
    .indexb ul li a .text .bweb { margin: .2rem 0 .5rem; }
    .indexb ul li:nth-child(2n) a { padding: .2rem .2rem .35rem; }
    .nnebnb { padding-right: .27rem; }
    .nnebnb::before { width: .2rem; height: .2rem; }

    .indexc { padding: .8rem 0; }
    .indexc .ndexnc_btm ul li { width: 100%; margin-right: 0; margin-bottom: .2rem; }
    
    .banner .text:before {
        width: 7.8rem;
        height: 7.8rem;
    }
    
    .iwen1 {
        width: 3.1rem;
        height: 2.547rem;
        left: 11%;
        top: 17%;
        transform: translate(-100%, -30%);

    }
    
    .banner.cur .iwen1 {
        transform: translate(-50%, -50%);
    }
    .banner .bg { height:12.21rem; }
    .iwen4 { display:none; }
    
    .iwen3 {
        width: 4.1rem;
        height: 3.66rem;
        left: 75%;
        top: -.4rem;
        /* 起点：左下方向（纯位移，无旋转、无回弹） */
        transform: translate(0%, -51%);
    }
    
    .banner.cur .iwen3 {
        /* 终点：归位，直线滑上来，不晃、不扭 */
        transform: translate(-50%, 0%);
    }
    
    
    .iwen5 {
        width: 4.3rem;
        height: 3.72rem;
        left: 75%;
        top: 91%;
        transform: translate(-15%, 15%);
    }
    
    .banner.cur .iwen5 {
        transform: translate(-50%, -50%);
    }
    
    .iwen2 {
        width: 2.42rem;
        height: 1.98rem;
        left: 6%;
        top: 87%;
        /* 起点：左下方向（纯位移，无旋转、无回弹） */
        transform: translate(-92%, 49%);
        /* 干净平滑过渡，没有任何多余晃动 */
        transition: all 1.2s ease-out;
        opacity: 0;
        background: url(../images/iwen4.svg)no-repeat center center/cover;
    }
    
    .banner.cur .iwen2 {
        opacity: 1;
        /* 终点：归位，直线滑上来，不晃、不扭 */
        transform: translate(-50%, -50%);
    }
    
    .indexb .une {
        display: none;
    }
}


.damieo {
    transform: translateZ(0); 
    filter: blur(20px);
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.damieo.animated {
    transform: translateZ(0) scale(1);
    filter: blur(0);
    opacity: 1;
    visibility: visible;
    transition: all .5s .2s;
    -webkit-backface-visibility: hidden;
}

.danteng .char-box {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.danteng.animated .char-box {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.indexb ul li .wene {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
}

.indexb_ttan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}
.indexb_ttan .dexbtann {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.indexb_ttan .dexbtann .basieh {
    background: #fff;
    padding: .2rem;
    border-radius: .2rem;
}
.indexb_ttan .dexbtann .basieh .guanbi {
    position: absolute;
    cursor: pointer;
    right: .3rem;
    top: .3rem;
    width: .4rem;
    height: .4rem;
    background: url(../images/guanbi.svg)no-repeat center center/cover;
    background-size: 100% 100%;
}

.indexb_ttan .dexbtann .basieh .img { width: 42.165%; }
.indexb_ttan .dexbtann .basieh .text {
    position: absolute;
    width: 47.2%;
    top: 50%;
    transform: translateY(-50%);
    right: .8rem;
}
.indexb_ttan .dexbtann .basieh .text .brth { line-height: 1.45; }
.indexb_ttan .dexbtann .basieh .text .nenen { margin: .2rem 0 .25rem;  }
.indexb_ttan .dexbtann .basieh .text .nr { line-height: 1.66; margin: .2rem 0 .25rem; }
.indexb_ttan .dexbtann .basieh .text .wene {
    color: #7B7C9E;
    line-height: 1.875;
}

.indexb_ttan .dexbtann .basieh .text .wene ul li {
    position: relative;
    padding-left: .18rem;
}
.indexb_ttan .dexbtann .basieh .text .wene ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: .06rem;
    border-radius: 50%;
    height: .06rem;
    background: rgba(37, 37, 95, 0.2);
}
 
@media(max-width:1024px) {
    .indexb_ttan .dexbtann .basieh .img { width: 100%; margin-bottom: .3rem; }
    .indexb_ttan .dexbtann .basieh .text { width: 100%; position: initial; transform: translateY(0); padding:.2rem; }
    .indexb_ttan .dexbtann .basieh .guanbi { width: .5rem; height: .5rem; }
    .banner .text .btg { line-height:1.45; }
    
    
}




.liuyank {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}
.liuyank .dexbtann {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.liuyank .dexbtann .basieh {
    background: #fff;
    padding: 1rem .93rem .94rem;
    border-radius: .2rem;
}
.liuyank .dexbtann .basieh .guanbi {
    position: absolute;
    cursor: pointer;
    right: .3rem;
    top: .3rem;
    width: .4rem;
    height: .4rem;
    background: url(../images/guanbi.svg)no-repeat center center/cover;
    background-size: 100% 100%;
}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li {
    width: calc(33.33% - .107rem);
    position: relative;
    margin-right: .16rem;
    margin-bottom: .16rem;
}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li:nth-child(3n) { margin-right: 0; }
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li:last-child { margin-right: 0; width: 100%; margin-bottom: 0; }



.liuyank .dexbtann .basieh .uwelnrfwndfo ul li .icnmwe { position: absolute; top: 50%; transform: translateY(-50%); left: .2rem; z-index: 2; line-height:1; }
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li .icnmwe .ico { display: flex; align-items: center; justify-content: center; width: .18rem; }
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li .icnmwe .ico img { max-width: 100%; }
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li:last-child .icnmwe .ico img { max-width:113%; }
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li .icnmwe .x { margin-left: .1rem; color: #EE3728; }


.layui-input:hover,.layui-textarea:hover {
    border-color: #25255F!important
}

.layui-input:focus,.layui-textarea:focus {
    border-color: #25255F!important
}
.layui-form-select dl dd.layui-this{background: #25255F !important;}
.layui-form-select .layui-edge {
    margin: 0;
    padding: 0;
    background: url(../images/select_xl.svg) center center / cover;
    width: .12rem;
    height: .07rem;
    right: .15rem;
    content: "";
    border: none;
    margin-top: -.04rem;
}
.liuyank .dexbtann .basieh .uwelnrfwndfo .bt { margin-bottom: .43rem; }
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li input {
    border: 1px solid rgba(37, 37, 95, 0.2);
    border-radius: .1rem;
    height: .65rem;
    padding: 0 .55rem;
    font-size: .16rem;
    color: rgba(37, 37, 95, 0.5);
}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li input::-webkit-input-placeholder {color: rgba(37, 37, 95, 0.5);}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li input::-moz-placeholder {color: rgba(37, 37, 95, 0.5);}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li input:-moz-placeholder {color: rgba(37, 37, 95, 0.5);}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li input:-ms-input-placeholder {color: rgba(37, 37, 95, 0.5);}

.layui-form-selected dl { top: calc(100% + .12rem); }
.abtnouC .layui-form-selectup dl { top: auto; bottom: calc(100% + .12rem); }

.liuyank .dexbtann .basieh .uwelnrfwndfo ul li textarea {
    border: 1px solid rgba(37, 37, 95, 0.2);
    border-radius: .1rem;
    height: 1.2rem;
    padding: .21rem .55rem;
    font-size: .16rem;
    color: rgba(37, 37, 95, 0.5);
    resize: none;
}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li textarea::-webkit-input-placeholder {color: rgba(37, 37, 95, 0.5);}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li textarea::-moz-placeholder {color: rgba(37, 37, 95, 0.5);}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li textarea:-moz-placeholder {color: rgba(37, 37, 95, 0.5);}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li textarea:-ms-input-placeholder {color: rgba(37, 37, 95, 0.5);}
.liuyank .dexbtann .basieh .uwelnrfwndfo ul li:last-child .icnmwe {
    top: .24rem;
    transform: translateY(0);
}
.layui-form-item { margin-bottom: 0; }


.moreue { background: #25255F; border-radius: .4rem; line-height: .3rem; height: .5rem;  padding: 0 .44rem; color: #fff; border: 0; }

@media(max-width:1920px) {
    .indexb_ttan .dexbtann .basieh .text .wene ul li:before {
        top: .12rem;
    }
}

@media(max-width:1600px) {
    .indexb_ttan .dexbtann .basieh .text .wene ul li:before {
        top: .16rem;
    }
}

@media(max-width:1400px) {
    .indexb_ttan .dexbtann .basieh .text .wene ul li:before {
        top: .17rem;
    }
}

@media(max-width:1024px) {
    .liuyank .dexbtann .basieh { padding: .4rem .2rem .4rem; }
    .liuyank .dexbtann .basieh .uwelnrfwndfo ul li { width: 100%; margin-right: 0; }
    .liuyank .dexbtann .basieh .uwelnrfwndfo ul li input { height: .8rem; font-size: .22rem; padding: 0 .6rem; }
    .liuyank .dexbtann .basieh .uwelnrfwndfo ul li textarea { font-size: .22rem; padding: .25rem .6rem; }
    
    .layui-form-select .layui-edge { width:.16rem; height:.1rem; }
    
    .liuyank .dexbtann .basieh .uwelnrfwndfo .bt {
        text-align: left;
        width: 89%;
        font-size: .35rem;
    }
    
    .indexb_ttan .dexbtann .basieh .text .wene ul li:before {
        top: .19rem;
    }
}




.bgowen { background: url(../images/bgowewn.webp)no-repeat top center/cover;  padding: 1.85rem 0 1.8rem; overflow:hidden; }
.bgowen .une {
    position: absolute;
}

.bgowen .dexb1 {
    top: 54%;
    left: -.05rem;
    width: 4.35rem;
    height: 4.35rem;
    transform: translate(-82%, -50%);
    background: url(../images/dexb1.svg) no-repeat center center / cover;
    z-index: 5;
    transition: all 1.2s ease-out;
    opacity: 0;
}

.bgowen .dexb1.uxdnwen {
    opacity: 1;
    transform: translate(-50%, -50%);
}


.bgowen .dexb2 {
    top: 100%;
    left: 96.7%;
    width: 4.26rem;
    height: 3.36rem;
    transform: translate(15%, -70%);
    background: url(
    ../images/dexbw2.svg) no-repeat center center / cover;
    z-index: 5;
    transition: all 1.2s ease-out;
    opacity: 0;
}

.bgowen .dexb2.uxdnwen {
    opacity: 1;
    transform: translate(-50%, -50%);
}


.bgowen .dexb3 {
    top: 198%;
    left: 5.35%;
    width: 4.45rem;
    height: 2.28rem;
    transform: translate(-125%,20%);
    background: url(
    ../images/dexbu3.svg) no-repeat center center / cover;
    z-index: 5;
    transition: all 1.2s ease-out;
    opacity: 0;
}

.bgowen .dexb3.uxdnwen {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.bgowen .dexb4 {
    top: 228.7%;
    left: 98.2%;
    width: 4.35rem;
    height: 4.35rem;
    transform: translate(-17%, -50%);
    background: url(
    ../images/dexweb3.svg) no-repeat center center / cover;
    z-index: 5;
    transition: all 1.2s ease-out;
    opacity: 0;
}

.bgowen .dexb4.uxdnwen {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.anblise_a .bt { margin-bottom: .3rem; }

.anblise_b { padding: 1.1rem 0 0; position:relative; z-index:5; }
.anblise_b:nth-child(1) { padding-top:0; }
.anblise_b .bimz .mz { color: #4F507E; margin: .14rem 0 .32rem; }

.anblise_c { padding: 1.1rem 0 0; }
.anblise_c .blisea_btm { margin-top: .3rem; }

@media(max-width:1024px) {
    .bgowen { padding: 1.8rem 0 .8rem; }

    .anblise_b { padding: .8rem 0 0; }
    .anblise_b .bimz .mz { margin: .15rem 0 .25rem; }

    .anblise_c { padding: .8rem 0 0; }
    .anblise_c .blisea_btm { margin-top: .2rem; }

    .anblise_a .bt { padding: 0 .8rem; }
    
    .bgowen .une {
        display: none;
    }

}

.dingjiane_a { padding: 1.94rem 0 1.79rem; background: linear-gradient(0deg, #b2e8ff99 13%, #ddf5ff99 65%, #ffffff99 100%); }
.dingjiane_a .bime .me { color: #4F507E; margin-top: .15rem; }
.dingjiane_a .jianea_btm { margin-top: .55rem; }
.dingjiane_a .jianea_btm .ulo>li { width: calc(25% - .18rem); position: relative; margin-right: .24rem; background: rgba(255, 255, 255, 0.8); border: 2px solid rgba(255, 255, 255, 0.1); box-shadow: 0px 4px 14px 0px rgba(128, 206, 244, 0.2); border-radius: .2rem; padding: .3rem .3rem; }
.dingjiane_a .jianea_btm .ulo>li:last-child { margin-right: 0; }
.dingjiane_a .jianea_btm ul li .li_top { padding-bottom: .4rem; border-bottom: 1px solid rgba(37, 37, 95, 0.14); }
.dingjiane_a .jianea_btm ul li .li_top .lia { line-height: 1; margin-bottom: .2rem;     min-height: .4rem; }
.dingjiane_a .jianea_btm ul li .suzin .s { line-height: 1; color: #333333; }
.dingjiane_a .jianea_btm ul li .suzin .z { line-height: 1; }
.dingjiane_a .jianea_btm ul li .suzin .z span { line-height: .87; color: #333333; }
.dingjiane_a .jianea_btm ul li .suzin .z i { font-style: normal; line-height: 1.28; }


.dingjiane_a .jianea_btm ul li .tuij { position: absolute; right: -2px; background: linear-gradient(247deg, #80cef4 0%, #34bcff 100%); border-radius: 0px .2rem 0px .2rem; color: #fff; top: -2px; padding: .1rem .25rem; opacity:0; }
.dingjiane_a .jianea_btm ul li.teshu { border: 2px solid rgba(109, 207, 246, 0.4); background: linear-gradient(329deg, #fff 64%, #cbf0ff80 89%); }

.dingjiane_a .jianea_btm ul li.teshu .tuij { opacity:1; } 

.dingjiane_a .jianea_btm ul li.teshu  .suzin .s { color: rgba(21, 32, 94, 0.3); }
.dingjiane_a .jianea_btm ul li.teshu  .suzin .z span { color: rgba(21, 32, 94, 0.3); position: relative; }
.dingjiane_a .jianea_btm ul li.teshu  .suzin .z span::before {
    position: absolute;
    content: "";
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background: #a9b7cd;
}

.dingjiane_a .jianea_btm ul li .tuiwj .s { line-height: .8; color: #333333; }
.dingjiane_a .jianea_btm ul li .tuiwj .z { line-height: 1; color: rgba(21, 32, 94, 0.3); }
.dingjiane_a .jianea_btm ul li .tuiwj .z span { line-height: .8; color: #333333; }
.dingjiane_a .jianea_btm ul li .tuiwj .z p {
    line-height: .89;
}
.dingjiane_a .jianea_btm ul li:nth-child(1) .tuiwj .z p {
    display: none;
}

.dingjiane_a .jianea_btm ul li .tuiwj .z i { line-height: 1.3; font-style: normal; color: #7B7C9E; }

.dingjiane_a .jianea_btm ul li.teshu .tuiwj .s,
.dingjiane_a .jianea_btm ul li.teshu .tuiwj .z span,
.dingjiane_a .jianea_btm ul li.teshu .tuiwj .z p{
    color: #3AB3E4;
}


.dingjiane_a .jianea_btm ul li .btma_to { margin-top: .43rem; }
.dingjiane_a .jianea_btm ul li .btma_to ul li { padding-left: .31rem; position: relative; line-height: 1.45; }
.dingjiane_a .jianea_btm ul li .btma_to ul li:nth-child(n+2) { margin-top: .18rem; }
.dingjiane_a .jianea_btm ul li .btma_to ul li::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    width: .2rem;
    height: .2rem;
    background: url(../images/duiiwien.svg)no-repeat center center/cover;
    background-size: 100% 100%;
}

.dingjiane_a .jianea_btm .ulo>li.teshu .btma_to ul li::before {
    background: url(../images/duiiwiena.svg)no-repeat center center/cover;
}
.dingjiane_a .jianea_btm ul li .btma_btm  { margin-top: 1rem; }
.dingjiane_a .jianea_btm ul li .btma_btm a { display: block; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: .1rem; line-height: .6rem; color: #000; }

.dingjiane_a .jianea_btm ul li:nth-child(2n) .btma_btm a { background: #000000; color: #fff; border-color: #000; }
.dingjiane_a .jianea_btm ul li:nth-child(3) .btma_btm a {background: linear-gradient(179deg, #99deff 3%, #51c6ff 48%, #00b6fd 95%); color: #fff; border-color: #fff; }

/* .dingjiane_a .jianea_btm ul li:nth-child(3) { background: url(../images/iasenwne.webp)no-repeat center center/cover #fff; border: 0; background-size: 100% 100%; } */


.jqiwne {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.jqiwne .cuwennew {
    background: #FFFFFF;
    width: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: .2rem;
    padding: .92rem .5rem;
}

.jqiwne .cuwennew .close {
    position: absolute;
    cursor: pointer;
    right: .2rem;
    top: .2rem;
    width: .4rem;
    height: .4rem;
    background: url(../images/guanbi.svg)no-repeat center center/cover;
    background-size: 100% 100%;
}

.jqiwne .cuwennew .wznw { margin-top: .3rem; }

.layui-form-select dl {
    max-height: 2.7rem;
}

@media(max-width:1920px) {
    .dingjiane_a .jianea_btm ul li .btma_to ul li::before {
        top: .01rem;
    }
}

@media(max-width:1800px) {
    .dingjiane_a .jianea_btm .ulo>li {
        padding: .8rem .2rem .3rem;
    }
    
    .dingjiane_a .jianea_btm ul li .li_top .lia {
        min-height: .5rem;
    }
}

@media(max-width:1024px) {
    .dingjiane_a { padding: 1.9rem 0 .8rem; }
    .dingjiane_a .jianea_btm .ulo>li { width: 100%; margin-right: 0; margin-bottom: .4rem; padding:.6rem; }
    .dingjiane_a .jianea_btm .ulo>li:last-child { margin-bottom: 0; }

    .jqiwne .cuwennew .icon img { height: .8rem; }
    .jqiwne .cuwennew .close { width: .5rem; height: .5rem; }
    .dingjiane_a .jianea_btm ul li .btma_to ul li::before {
        top: .069rem;
    }
}

/*.wenwne .nenen {*/
/*font-size: .22rem;*/
/*line-height: 1.8;*/
/*color: #413F37;*/
/*margin-top: .22rem;*/
/*word-break: break-all; */
/*}*/

/*.wenwne .nenen .wenne{*/
/*padding-right: 15px;*/

/*}*/
/*.scroll-wrap {*/

/*height: 2.8rem;*/
/*position: relative;*/
/*overflow: hidden;*/

/*}*/
/* 真实内容容器：原生滚动隐藏 */
/*.scroll-inner {*/
/*height: 100%;*/
/*overflow-y: auto;*/
/*overflow-x: hidden;*/
/*padding-right: .2rem;*/
/* 隐藏原生滚动条 */
/*scrollbar-width: none;*/
/*text-align: left;*/
/*}*/
/*.scroll-inner::-webkit-scrollbar {*/
/*display: none;*/
/*}*/
/* 右侧滚动轨道 */
/*.scroll-rail {*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*width: 3px;*/
/*height: 100%;*/
/*    background: rgba(0, 0, 0, .1);*/
/*}*/
/* 滚动滑块 */
/*.scroll-bar {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 100%;*/
/*background: #25255F;*/
/*border-radius: 5px;*/
/*cursor: pointer;*/
/*}*/



.custom-scroll{
    padding-right: .1rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: 2.8rem;
}
.custom-scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background: #25255F;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .1);
    border-radius: 0;
    background: rgba(24, 86, 166, 0.05);
}



