/* 默认 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;
    }
}
.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.jpg') no-repeat center center;
    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: #2874F6;
}

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

.el-backtops{
    width: 5.6rem !important;
    height: 5.6rem !important;
    right: 4rem !important;
    bottom: 10rem !important;
    background: transparent;
}

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

.to-top{
    width: 5.6rem !important;
    height: 5.6rem !important;
    background: url('/images/totop.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: 20rem;
}

.swiper-top{
    font-size: 8rem;
    line-height: 10rem;
}

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

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

.swiper-title {
    width: 73%;
    margin: 0 auto;
    padding-top: 20rem;
}

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

.swiper-word{
    line-height: 6rem;
    font-size: 6rem;
    font-weight: 600;
    margin-bottom: 6rem;
}

.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,#00B240,#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: 58rem;
    height: 12.8rem;
    line-height: 12.8rem;
    font-weight: 500;
    background: #2874F6;
    font-size: 4.8rem;
    border-radius: 6.4rem !important;
    cursor: pointer;
    margin: 0 auto;
}

.core{
    position: absolute;
    width: 73%;
    height: 10rem;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

.core-list{
    display: flex;
    justify-content: space-between;
    color: #666;
}

.core-item{
    width: 31%;
    border-radius: 0.5rem;
    background: #F5FAFF;
    border-radius: 1.6rem;
    box-shadow: 0px 4px 8px 0px #E4E7EC;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 2rem 0;
    transition: all .4s;
    cursor: pointer;
}

.core-list .active{
    background: #FEF0E1;
}

.core-item-img{
    width: 4rem;
    height: 4rem;
    margin: 0 2rem;
    display: flex;
    align-items: center;
}

.core-item-img img{
    width: 100%;
    height: 4rem;
}

.core-item-word{
    flex: 1;
}

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

.products{
    width: 100%;
    background: #fff;
    padding: 7rem 0;
}

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

.products-list{
    display: flex;
    justify-content: space-between;
    padding: 6rem 0;
    color: #000;
}

.products-item{
    width: 21%;
    border: 0.2rem solid #A3C5FF;
    border-radius: 1.6rem;
    padding: 6rem 1.6rem 8rem 1.6rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 2.8rem;
    line-height: 3.8rem;
}

.products-item-img{
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
}

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

.products-item-title{
    padding: 1rem 0 2rem;
    font-size: 3.2rem;
    font-weight: bold;
}

.products-word{
    padding-left: 2rem;
    line-height: 6rem;
}

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

.products-problem{
    font-size: 3.6rem;
}

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

.products-problem-item::after{
    position: absolute;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #25D366;
    border-radius: 50%;
}

.step{
    width: 100%;
    height: 68rem;
    position: relative;
    display: flex;
    background: #CCDFFF;
}

.step-top{
    width: 100%;
    position: absolute;
    top: 10rem;
    left: 0;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.step-item{
    width: calc(100% / 3);
    text-align: center;
    padding-top: 20rem;
    box-sizing: border-box;
    font-size: 2.8rem;
    line-height: 4rem;
    position: relative;
}

.step-item:nth-child(2)::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -5rem;
    transform: translateY(-50%);
    width: 10rem;
    height: 10rem;
    background: url('/images/step1.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
}

.step-item:last-child::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -5rem;
    transform: translateY(-50%);
    width: 10rem;
    height: 10rem;
    background: url('/images/step2.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
}

.step-item:nth-child(3){
    background: #A3C5FF;
}

.step-item:last-child{
    background: #7FAEFF;
}

.step-item-img{
    height: 26rem;
    margin-bottom: 4rem;
}

.step-item-img img{
    height: 100%;
}

.reparment{
    background: #fff;
}

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

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

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

.bank{
    position: relative;
}

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

.p2{
    padding-top: 2rem;
}

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

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

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

.bank-please{
    font-size: 3rem;
    color: #2874F6;
}

.bank-kz{
    display: inline-block;
    background: #D5EAFF;
    border-radius: 0.8rem;
    font-size: 3.6rem;
    padding: 0.5rem 2rem;
}

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

.bank-img{
    position: absolute;
    right: 0;
    top: 0;
    width: 59rem;
    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, #8CB2F4 0%, #2874F6 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{
    background: #D5EAFF;
}

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

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

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

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

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

.bold{
    font-weight: bold;
}

.footer{
    width: 100%;
    background: #2874F6;
    color: #fff;
    padding: 8rem 0 5rem;
    position: relative;
    font-size: 2.8rem;
}

.footer-content{
    width: 73%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer-left{
    width: 65%;
}

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

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

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

.footer-right{
    width: 28%;
}

.footer-serivce{
    font-size: 3rem;
    padding-bottom: 1rem;
    position: relative;
}

.footer-serivce::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    background: #D5EAFF;
}

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

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

.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: #0B2751;
    color: #A09FAF;
    font-size: 2rem;
}

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

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

.footer-down{
    font-size: 3rem;
    line-height: 3.6rem;
    margin: 1rem 0 2rem;
}

.footer-dimg{
    width: 100%;
    height: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-down-img{
    height: 100%;
    cursor: pointer;
}

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

.cp{
    cursor: pointer;
}

/* complaint */
.c-header{
    width: 100%;
    height: 8.8rem;
    background: #4257CD;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.c-header-down{
    width: 100%;
    height: 8.8rem;
}
.c-head{
    width: 152rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
}

.c-head-right{
    height: 2.8rem;
    color: #000;
}

.c-head-right .el-dropdown-link{
    line-height: 2.8rem;
    font-size: 2rem;
    color: #fff;
}

.c-head-right .el-dropdown-link img{
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1rem;
}

.c-head-right .active{
    color: #ADBAFF;
}

.c-menu .el-dropdown-menu__item{
    color: #000;
}

.c-menu .el-dropdown-menu__item:hover,
.c-menu .el-dropdown-menu__item:focus{
  background: #e5e5e5 !important; /* 改成你想要的颜色 */
  color: #000 !important;
}

.c-main{
    width: 152rem;
    margin: 0 auto;
}

.c-top{
    font-weight: 500;
    font-size: 2.4rem;
    margin: 3.2rem 0 2rem;
}

.c-form .el-form-item{
    margin-bottom: 2rem;
}

.c-form .el-input{
    height: 4.6rem;
    font-size: 1.6rem;
}

/* .c-form .date-pick .el-input__inner, */
.c-form .date-pick .el-input__wrapper,
.c-form .el-select .el-select__wrapper{
    height: 4.6rem;
    font-size: 1.6rem;
}

.c-form .el-textarea__inner{
    font-size: 1.6rem;
}

.c-form .date-pick .el-icon,
.c-form .el-select .el-icon{
    font-size: 2rem;
    color: #4257CD !important;
}
.c-form .el-scrollbar .el-select-dropdown__item{
    height: 4.6rem;
    font-size: 1.6rem;
}

.c-form .el-form-item__error{
    font-size: 1.4rem;
}

.dialog-footer{
    width: 100%;
    display: flex;
    justify-content: center;
}

.dialog-footer .submit{
    width: 45rem;
    height: 6rem;
    font-weight: 500;
    font-size: 2.4rem;
}

.footer-please{
    display: flex;
    justify-content: center;
    padding: 4rem 0;
}

.pleaseword{
    padding: 1.5rem;
    font-size: 1.5rem;
    background: #EAF0FE;
    border-radius: 0.6rem;
}

.upload-add{
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.dialog{
    width: 50rem !important;
    padding: 2.5rem !important;
    border-radius: 1.2rem !important;
}

.dialog-word{
    color: #000;
}

.dialog-imgs{
    display: flex;
    justify-content: right;
    margin-bottom: 2.4rem;
}

.dialog-img{
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
}

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

.dialog-btn{
    margin-top: 1rem;
    width: 29rem !important;
    height: 5.4rem !important;
}