/* 默认 PC 端：1rem = 10px */
html {
  font-size: 10px; /* 1rem = 10px */
}

@media screen and (min-width: 1023px) and (max-width:1600px) {
    html {
        /* 10*820/375= */
        font-size: 7.5px !important;
    }
}

@media screen and (min-width:1601px) and (max-width:1800px) {
    html {
        /* 10*820/375= */
        font-size: 9px !important;
    }
}

@media screen and (min-width:2500px) {
    html {
        font-size: 13px !important;
    }
}

.no{
    display: none !important;
}

.head-white {
    width: 100%;
    position: relative;
}

header {
    width: 100%;
    height: 12.8rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url('/images/headbg.png') no-repeat center / auto 100%;
    background-size: 100% 100%;
}

.head {
    width: 73%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    color: #fff;
    line-height: 12.8rem;
    margin:  0 auto;
}

.head-bg{
    /* background: rgba(255, 255, 255, 0.5); */
}

.header-content{
    display: flex;
}

.head-left {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.head-left .logo-img {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
}

.head-left .logo-img img{
    width: 100%;
    height: 100%;
}

.head-right{
    font-size: 2.4rem;
    height: 100% !important;
    background: transparent !important;
    padding: 0 5rem !important;
    border-bottom: none !important;
    
}

.head-right .el-menu-item{
    color: #fff !important;
    font-size: 2.4rem;
    border-bottom: none !important;
}

.head-right.el-menu--horizontal > .el-menu-item.is-active,
.head-right.el-menu--horizontal > .el-menu-item:hover{
    color: #1EA66C !important;
    background: transparent !important;
}

.head-right .el-anchor{
    margin: 3.2rem 0;
    background: transparent;
}

.head-right .el-anchor .el-anchor__list,
.head-right .el-anchor .el-anchor__item{
    height: 100%;
}

.head-right .el-anchor .el-anchor__list .el-anchor__link,
.head-right .el-anchor .el-anchor__item .el-anchor__link{
    height: 100%;
    color: #fff;
    line-height: 6rem;
    font-size: 2.4rem !important;
}

.head-right .el-anchor .el-anchor__list .el-anchor__item .active-no,
.head-right .el-anchor .el-anchor__list .el-anchor__item .is-active{
    color: #47FFA7;
}

.head-locale{
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem;
    /* margin: 4.4rem 0; */
}

.head-locale-content{
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 500;
    text-align: right;
    margin-right: 3rem;
}

.head-locale .lang-btn{
    width: 4rem;
    height: 4rem;
    margin-left: 2rem;
    background: #D8D8D8;
    color: #fff;
    border-radius: 0.8rem;
    cursor: pointer;
    transition: all .2s;
}

.head-locale .active{
    background: linear-gradient( 0deg, #1EA66C 0%, #01B85E 100%);
    /* background: #2CDA9C; */
}

.toTop{
    width: 7.2rem !important;
    height: 7.2rem !important;
    background: url('/images/top.png') no-repeat center center;
    background-size: 100% 100%;
}

.carousel{
    width: 100%;
    height: 100dvh;
    position: relative;
}

.swiper{
    width: 100%;
    height: 100%;
    background: url('/images/banner.jpg') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30rem 24rem 0;
    box-sizing: border-box;
}

.swiper-notice{
    position: fixed;
    top: 13.4rem;
    left: 50%;
    transform: translateX(-50%);
    height: 4.4rem;
    padding: 0 2rem;
    line-height: 4.4rem;
    font-size: 2.2rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
}

.swiper-notice::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: #FFC000;
    opacity: 0.4;
    z-index: -1;
}

.notice-item{
    height: 100%;
}

.notice-word{
    flex-grow: 1;
    position: relative;
    margin: 0 2rem;
    overflow: hidden;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.swiper-notice[v-show="false"] {
    display: none !important;
}

.notice-img,
.notice-img img{
    height: 2.4rem;
}

.swiper-left{
    width: 70rem;
    color: #fff;
    flex: 1;
}

.swiper-left-title{
    font-size: 7.2rem;
    font-weight: bold;
    line-height: 9.8rem;
    margin-top: 4rem;
}

.swiper-left-word{
    font-weight: 500;
    font-size: 4rem;
    margin-bottom: 4rem;
}

.swiper-left-img{
    display: flex;
}

.swiper-left-img img{
    width: 29.2rem;
    height: 8.8rem;
    cursor: pointer;
}

.swiper-left-img div:first-child{
    margin-right: 5rem;
}

.swiper-title {
    width: 64rem;
    max-height: 59rem;
    background: #fff;
    border-radius: 3.2rem;
    padding: 4rem 5rem 2.5rem;
    box-sizing: border-box;
}

.swiper-total{
    margin-top: 4rem;
    border-top: 1px solid #E4E7EC;
    padding-top: 2rem;
    color: #999999;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

.notice-word{
    margin: 0 2rem;
}

.notice-img,
.notice-img img{
    height: 2.4rem;
}

.swiper-top{
    font-size: 8rem;
    line-height: 10rem;
    font-weight: bold;
    margin-bottom: 5rem;
}

.swiper-word{
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4rem;
}

.swiper-limit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-limit-left{
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4rem;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    cursor: pointer;
}

.swiper-limit-content{
    color: #1EA66C;
    font-weight: 600;
    font-size: 7.2rem;
    position: relative;
}

.swiper-limit-abs{
    position: absolute;
    top: 1.4rem;
    right: -4rem;
    color: #000;
    font-weight: bold;
    font-size: 3.6rem;
}

.swiper-slider{
    width: 100%;
    margin: 0 auto;
}

.swiper-slider .slider .el-slider__runway,
.swiper-slider .slider .el-slider__bar{
    height: 2.4rem;
    border-radius: 2.4rem;
}

.swiper-slider .slider .el-slider__bar{
    background: linear-gradient(to right,#1EA66C,#4CEB9F);
}

.swiper-slider .slider .el-slider__button-wrapper{
    width: 3.2rem;
    height: 3.2rem;
    top: -0.4rem;
}

.swiper-slider .slider .el-slider__button-wrapper .el-slider__button{
    width: 3.2rem;
    height: 3.2rem;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
    /* background: url('/images/toggle.png') no-repeat center center; */
    background-size: 100% 100%;
    border: none;
}

.swiper-money{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 4rem;
    font-size: 2.4rem;
    color: #1EA66C;
}

.swiper-btn{
    width: calc(100% - 6rem);
    text-align: center;
    color: #fff;
    height: 10rem;
    line-height: 10rem;
    font-weight: 500;
    background: linear-gradient( 88deg, #01B85E 0%, #1EA66C 100%);
    font-size: 3.6rem;
    border-radius: 0.8rem;
    cursor: pointer;
    margin: 0 auto;
}

.main {
    width: 100%;
    position: relative;
    font-size: 1.6rem;
    color: #212229;
}

.products{
    width: 100%;
    background: linear-gradient( 255deg, #1EA66C 0%, #01B85E 100%);
    /* padding: 4rem 0 10rem; */
    padding: 10rem 0;
}

.products-content{
    width: 73%;
    margin: 0 auto;
}

.products-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #000;
    padding-top: 2rem;
}

.products-item{
    width: 47%;
    border-radius: 1.6rem;
    padding: 3rem 1.6rem 3rem 3rem;
    background: #fff;
    box-sizing: border-box;
    font-size: 3.2rem;
    line-height: 4.5rem;
    display: flex;
    margin-top: 6rem;
    color: #999;
}

.products-item-img{
    width: 5.4rem;
    flex: 1;
    margin-right: 2.2rem;
}

.products-item:first-child .products-item-img{
    width: 4.8rem;
    margin-right: 2.8rem;
}

.products-item-img img{
    width: 100%;
}

.products-it{
    width: calc(100% - 7.6rem);
}

.products-item-title{
    font-size: 3.6rem;
    color: #000;
    font-weight: bold;
}

.step{
    width: 100%;
    position: relative;
    background: #fff;
    padding: 10rem 0 7rem;
}

.step-top{
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
    padding: 10rem 0 7rem;
    color: #1EA66C;
}

.step-detail{
    width: 75%;
    margin: 0 auto 7rem;
}

.step-detail-word{
    font-size: 3.6rem;
    line-height: 5.6rem;
}

.repay-list{
    display: flex;
    justify-content: space-between;
    margin-top: 10rem;
}

.repay-list-item{
    width: 27%;
    font-size: 3.6rem;
    line-height: 4.5rem;
    text-align: center;
}

.repay-list-item-title{
    /* text-align: center; */
}

.repay-list-img{
    width: 7%;
    display: flex;
    align-items: center;
}

.repay-list-img img{
    width: 100%;
}

.step-list{
    width: 84%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.step-lists{
    padding-bottom: 10rem;
}

.step-item{
    /* width: 42rem; */
    width: 30%;
    text-align: center;
    box-sizing: border-box;
    font-size: 3rem;
    line-height: 4.3rem;
    position: relative;
}

.step-item-title{
    font-size: 3.6rem;
    font-weight: bold;
}

.step-item-con{
    height: 20rem;
}

.step-item-img{
    width: 100%;
    height: 35dvw;
    /* height: 67rem; */
    position: relative;
}

.step-item-imgs{
    position: relative;
}

.step-item-asimg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.step-item-imgs img,
.step-item-img img{
    width: 100%;
}

.step-item-right{
    width: 4rem;
    position: absolute;
    top: 50%;
    right: -6rem;
    transform: translateY(-50%);
}

.reparment{
    background: #fff;
}

.reparment-content{
    width: 73%;
    margin: 0 auto;
    padding: 10rem 0;
}

.w75{
    width: 75%;
}

.m0{
    margin: 0 auto;
}

.bt0{
    padding-top: 0;
}

.reparment-top{
    font-size: 6rem;
    color: #1EA66C;
    font-weight: bold;
    text-align: left;
}

.reparment-info{
    font-size: 3.6rem;
    line-height: 5rem;
    padding: 5rem 0;
}

.bank{
    position: relative;
    padding-bottom: 7rem;
}

.bank-title{
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: bold;
}

.p2{
    padding-top: 2rem;
}

.bank-width{
    width: calc(100% - 70rem);
}

.bank-item{
    position: relative;
    font-size: 3.6rem;
}

.bank-info{
    font-size: 3rem;
    line-height: 5rem;
}

.bank-img{
    position: absolute;
    right: 0;
    top: 0;
    width: 60rem;
    z-index: 1;
}

.bank-img img{
    width: 100%;
}

.term{
    padding-top: 12.8rem;
    background: linear-gradient( 252deg, #1EA66C 0%, #01B85E 100%);
}

.terms{
    width: 100%;
    position: relative;
}

.terms-content{
    width: 73%;
    margin: 0 auto;
    padding-bottom: 10rem;
}

.documents-top{
    padding: 7rem 0 6rem;
    color: #fff;
    font-size: 3.6rem;
    line-height: 3.6rem;
}

.terms-flex{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.terms-list{
    width: 50%;
    border-radius: 3.2rem;
    background: #fff;
    padding: 0 5rem;
    box-sizing: border-box;
}

.terms-item{
    width: 100%;
    font-size: 3.2rem;
    padding: 3.5rem 0;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #E4E7EC;
    cursor: pointer;
    position: relative;
    line-height: 3.5rem;
    display: flex;
    justify-content: space-between;
}

.cursor{
    cursor: pointer;
}

.terms-word{
    padding-right: 2rem;
    /* white-space: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    flex: 1;
}

.terms-item-img{
    width: 4rem;
    height: 4rem;
}

.terms-item-img img{
    width: 100%;
}

.terms-item:nth-child(3n){
    margin-right: 0;
}

.more{
    text-align: center;
    font-size: 2.8rem;
}

.m5{
    margin-top: 5rem;
}

.collapse-m5{
    border: none !important;
}

.question{
    background: linear-gradient( 73deg, #1EA66C 0%, #01B85E 100%);
}

.question-collapse{
    background: #fff;
    border-radius: 3.2rem;
    overflow: hidden;
    margin-top: 5rem;
    padding: 0 2rem 4rem;
}

.question .el-collapse{
    max-height: 58rem;
    background: #fff;
    border-radius: 3.2rem;
    overflow: hidden;
    overflow-y: auto;
}

.question .el-collapse-item{
    padding: 0 3rem;
    overflow: hidden;
    font-size: 3.6rem;
    /* border: none !important; */
}

.question .el-collapse-item__header{
    font-size: 3.6rem;
    min-height: 9.6rem;
}

.question .el-collapse-item__content{
    font-size: 2.8rem;
    line-height: 3.4rem;
    border-bottom: 1px solid #E4E7EC;
    padding-top: 2rem;
}

/* 滚动条整体样式 */
.question .el-collapse::-webkit-scrollbar {
  width: 1.8rem;  /* 垂直滚动条的宽度 */
  height: 8px; /* 水平滚动条的高度 */
}

/* 滚动条轨道（背景）样式 */
.question .el-collapse::-webkit-scrollbar-track {
  background-color: #fff;  /* 轨道背景色 */
  border-radius: 0.9rem;
}

/* 滚动条滑块（可拖动的部分）样式 */
.question .el-collapse::-webkit-scrollbar-thumb {
  background-color: #fff;  /* 滑块颜色 */
  border-radius: 0.9rem;
  border: 2px solid #fff;   /* 可选：添加边框产生间距效果 */
}

/* 滚动条滑块悬停效果 */
.question .el-collapse::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;  /* 悬停时的颜色 */
}

.question .question-collapse:hover .el-collapse::-webkit-scrollbar-thumb{
  background-color: #ccc;  /* 滑块颜色 */
  border: 2px solid #ccc;   /* 可选：添加边框产生间距效果 */
}

/* 滚动条两端按钮（可选） */
.question .el-collapse::-webkit-scrollbar-button {
  display: none;  /* 隐藏上下按钮 */
}

.icon-ele img{
    width: 5rem;
}

.icon-ele .rotate{
    transform: rotate(180deg);
}

.bold{
    font-weight: bold;
}

.foot{
    width: 100%;
    background: url('/images/footer.jpg') no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

.footer{
    width: 100%;
    color: #fff;
    padding: 8rem 0 5rem;
    position: relative;
    font-size: 3rem;
    line-height: 4rem;
}

.footer-content{
    width: 73%;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-main{
    display: flex;
    justify-content: space-between;
}

.footer-left{
    width: 60%;
}

.footer-img img{
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 2rem;
}

.footer-word{
    margin: 2rem 0;
}

.footer-word-top{
    font-size: 3rem;
    font-weight: bold;
}

.mb0{
    margin-top: 0;
}

.footer-right{
    width: 33%;
    padding-top: 4rem;
    font-weight: 500;
}

.footer-serivce{
    font-size: 3rem;
    padding-left: 5rem;
    position: relative;
}

.footer-item{
    display: flex;
    color: #fff;
    line-height: 3.6rem;
    margin-bottom: 1rem;
}

.footer-item a,
.footer-item a:hover{
    color: #fff;
}

.footer-item-img{
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 2rem;
}

.footer-item-img img{
    width: 100%;
}

.mb1{
    margin-top: 1rem;
}

.footer-bottom{
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    background: #188556;
    color: #fff;
    font-size: 2rem;
}

.footer-bottom a{
    color: #fff;
}

.footer-bottom a:hover{
    color: #fff;
}

.footer-center-img{
    display: flex;
    align-items: center;
}

.footer-center-img img:first-child{
    height: 3.5rem;
    margin-right: 2rem;
}

.footer-center-img img:last-child{
   height: 2.8rem; 
}

.footer-license{
    font-size: 2.4rem;
    line-height: 3.3rem;
}


.apply{
    width: 100%;
    position: relative;
    background: #F7F8FB;
}

.apply-list{
    width: 100%;
}

.apply-item{
    width: 100%;
    font-size: 3.6rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
}

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

.apply-title{
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 6rem;
}

.bank-transfer{
    width: 75%;
    position: relative;
    margin: 0 auto;
    font-size: 3.6rem;
}

.bt-top{
    display: flex;
    justify-content: space-between;
}

.bt-img{
    width: 60rem;
}

.bt-img img{
    width: 100%;
}

.bt-left{
    flex: 1;
}

.bt-title{
    font-size: 4.5rem;
    font-weight: bold;
    padding-top: 2rem;
}

.bt-list{
    position: relative;
    line-height: 5.6rem;
}

.bt-item{
    position: relative;
    padding-left: 3rem;
}

.bt-item::after{
    content: '';
    position: absolute;
    top: 2.8rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(-50%);
    background: #1EA66C;
    border-radius: 50%;
}

.bt-code{
    display: inline-block;
    line-height: 6.4rem;
    background: #D2EDE2;
    padding: 0 2rem;
    border-radius: 1rem;
}

.bt-word{
    margin-top: 4rem;
    font-weight: 500;
    line-height: 5rem;
}

.footer-dimg{
    width: 100%;
    height: 5.6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-left: 5rem;
}

.footer-down-img{
    width: 48%;
    cursor: pointer;
}

.footer-down-img img{
    width: 100%;
    margin: 0;
}

.products-title{
    color: #fff;
    line-height: 6.8rem;
}

.question-title{
    color: #fff;
    line-height: 6rem;
}

.question-sub{
    font-size: 3.6rem;
    font-weight: normal;
}

.c{
    cursor: pointer;
}

.affix{
    position: fixed;
    top: 29.4rem;
    right: 24rem;
    z-index: 999;
}

/* 关于我们 */
.head-about{
    width: 100%;
    height: 12.8rem;
}
.about-top{
    font-size: 4rem;
    display: flex;
    align-items: center;
    img{
        width: 4rem;
        height: 4rem;
    }
    div{
        padding-left: 2rem;
        flex: 1;
    }
}

.about-info{
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
}

.about-word{
    flex: 1;
}

.about-info-word{
    margin-bottom: 2rem;
}

.about-info-word a,
.about-info-word a:hover{
    color: #48D6D2;
}

.about-info-img{
    margin-left: 4rem;
    width: 40rem;
    display: flex;
    align-items: flex-end;
    img{
        width: 100%;
    }
}

.jcor{
    color: #48D6D2;
}

.pb0{
    padding-top: 0;
}