/* 默认 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: #1EA66C;
    /* background-size: 100% 100%; */
    /* transition: all .4s; */
}

.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 .el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{
    padding: 0 5rem !important;
}

.head-right .el-anchor__marker{
    background: transparent;
}

.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;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem;
    margin: 4.4rem 0;
}

.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: #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;
    text-align: center;
    color: #fff;
}

.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;
    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-title {
    width: 73%;
    margin: 0 auto;
    padding-top: 34rem;
}

.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: 6rem;
    font-weight: 600;
    margin-bottom: 9rem;
}

.swiper-slider{
    width: 120rem;
    margin: 0 auto;
}

.swiper-slider .slider .el-slider__runway,
.swiper-slider .slider .el-slider__bar{
    height: 4.8rem;
    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: 4.8rem;
    height: 4.8rem;
    top: -8px;
}

.swiper-slider .slider .el-slider__button-wrapper .el-slider__button{
    width: 6.4rem;
    height: 6.4rem;
    background: #fff;
    /* background: url('/images/toggle.png') no-repeat center center; */
    background-size: 100% 100%;
    border: none;
}


.swiper-money{
    width: 120rem;
    display: flex;
    justify-content: space-between;
    margin: 2rem auto 3.5rem;
    font-size: 3.2rem;
}

.swiper-btn{
    width: 64rem;
    height: 10rem;
    line-height: 10rem;
    font-weight: 500;
    background: #1EA66C;
    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: #1EA66C;
    /* padding: 4rem 0 10rem; */
    padding: 20rem 0 10rem;
}

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

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

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

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

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

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

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

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

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

.pb5{
    padding-bottom: 5rem;
}

.step-detail{
    width: 84%;
    font-size: 3.6rem;
    line-height: 4.5rem;
    text-align: center;
    margin: 0 auto 8rem;
}

.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;
}

.bt0{
    padding-top: 0;
}

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

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

.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% - 62rem);
}

.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: 10rem;
}

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

.terms-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}

.terms-item{
    width: 30%;
    min-height: 16rem;
    font-size: 2.8rem;
    color: #fff;
    border-radius: 1.6rem;
    padding: 2rem;
    box-sizing: border-box;
    background: linear-gradient( 202deg, #2CDA9C 0%, #1EA66C 100%);
    margin-bottom: 5rem;
    margin-right: 5%;
    cursor: pointer;
    position: relative;
    line-height: 4rem;
}

.cursor{
    cursor: pointer;
}

.terms-word{
    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;
}

.terms-item-img{
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.terms-item-img img{
    height: 4rem;
    margin-left: 3rem;
}

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

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

.m5{
    margin-top: 5rem;
}

.collapse-m5{
    margin-top: 5rem;
    border: none !important;
}

.question .el-collapse-item{
    border-radius: 4.8rem;
    padding: 0 2rem;
    overflow: hidden;
    background: #D2EDE2;
    font-size: 2.8rem;
    margin-bottom: 5rem;
    border: none !important;
}

.question .el-collapse-item__header{
    min-height: 9.6rem;
    background: #D2EDE2;
    font-size: 2.8rem;
}

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

.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;
}

.footer-right{
    width: 33%;
}

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

.footer-item{
    display: flex;
    align-items: center;
    color: #fff;
}

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

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

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

.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;
}