* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "pingfang sc", "苹方";
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    display: block;
}

h1 {
    font-size: 48px;
    line-height: 86px;
}

.text-white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.after-line::after {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #000;
    content: "";
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navigation {
    height: 90px;
    font-size: 14px;
}

.navigation a {
    color: #5c6672;
}

.navigation .logo {
    margin-right: 40px;
}

.navigation ul li:not(:last-child) {
    margin-right: 40px;
}

.navigation ul li a.active,
.navigation ul li a:hover {
    border-bottom: 2px solid #e60012;
    color: #111;
}


.navigation .download {
    width: 109px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(84deg, #ff2247 0, #f50029 100%);
    -webkit-box-shadow: 0 2px 8px 0 rgba(253, 27, 65, 0.3);
    box-shadow: 0 2px 8px 0 rgba(253, 27, 65, 0.3);
    color: #fff;
    margin-left: auto;
}

.navigation .download img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}


.navigation .download:hover {
    background: #fa294c;
    -webkit-box-shadow: 0 2px 8px 0 rgba(253, 27, 65, 0.3);
    box-shadow: 0 2px 8px 0 rgba(253, 27, 65, 0.3);
}

/*banner*/
.banner {
    width: 100%;
    height: 462px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    padding-top: 46px;
    padding-left: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-left {
    display: block;
    margin-top: -46px;
}

.banner-left img {
    width: 122px;
    height: 32px;
    margin-bottom: 24px;
}

.banner-left .text1 {
    color: #333333;
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 7px;
}

.banner-left .text2 {
    color: #333333;
    font-size: 48px;
    font-weight: bold;
    line-height: 67px;
    margin-bottom: 38px;
}

.banner-left .text3 {
    width: 152px;
    height: 50px;
    background: #1864FF;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
}

.banner-right {
    width: 547px;
    height: 414px;
    background-image: url(../images/banner_left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*悬浮导航*/
.nav {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border-bottom: 1px solid #E9E9E9;
}

.nav-bar {
    display: flex;
    align-items: center;
    padding: 0 270px;
    box-sizing: border-box;
    justify-content: space-between;
}

.nav-bar li {
    height: 100%;
    line-height: 60px;
    color: #666666;
    font-size: 14px;
}

.nav-active {
    color: #292CAF;
    font-weight: bold;
    font-size: 16px;
    display: block;
    height: 100%;
    position: relative;
}

.nav-active::before {
    content: '';
    width: 30px;
    height: 3px;
    background: #2A2CAF;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 20000;
}

/*简介*/
.introduction {
    background: #FFFFFF;
    height: 604px;
    position: relative;
}

.introduction-title {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    position: absolute;
    left: 519px;
    top: 49px;
}

.introduction-left {
    width: 743px;
    height: 383px;
    background: #FFFFFF;
    box-shadow: -21px 0 63px 0 rgba(0, 91, 238, 0.07);
    border-radius: 10px;
    position: absolute;
    top: 127px;
    left: 0;
    padding: 42px 64px 43px 48px;
}

.introduction-left .sub-title {
    color: #0035B8;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}

.introduction-text {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 26px;
}

.introduction-line {
    width: 614px;
    height: 2px;
    border: 1px solid #E9E9E9;
    position: relative;
    margin-bottom: 27px;
}

.introduction-line::before {
    content: '';
    width: 27px;
    height: 1px;
    border: 2px solid #0035B8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.introduction-right {
    width: 488px;
    height: 566px;
    background-image: url(../images/logo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 38px;
    right: 0;
}

.introduction-item {
    display: flex;
    margin-bottom: 25px;

}

.introduction-item img {
    width: 16px;
    height: 15px;
    margin-right: 7px;
}

.introduction-item span {
    flex: 1;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

/*入驻条件*/
.condition {
    width: 100%;
    height: 753px;
    background-image: url(../images/condition_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.condition-content {
    padding-top: 48px;
    box-sizing: border-box;
}

.condition-list {
    display: flex;
    margin-top: 39px;
}

.condition-left {
    margin-right: 24px;
}

.condition-item {
    position: relative;
    background: #FFFFFF;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
}

.condition-item .condition-icon {
    display: none;
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    right: 0;
    z-index: 10;
}

.condition-item:hover .condition-icon {
    display: block;
}

.condition-item:hover {
    background: linear-gradient(180deg, #79B1FF 0%, #2678FF 100%);
    color: #FFFFFF;
}

.condition-item:hover span {
    color: #FFFFFF;
}

.condition-item:hover div {
    color: #FFFFFF;
}

.condition-item .condition-bg {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0;
    right: 0;

}

.condition-item .condition-bg3 {
    width: 100%;
    height: 100%;
}

.condition-item .condition-bg1 {
    display: none;
}

.condition-item .condition-bg2 {
    display: block;
}

.condition-item:hover .condition-bg1 {
    display: block;
}

.condition-item:hover .condition-bg2 {
    display: none;
}

.condition-item:hover .container-content-item-label::before {
    display: none;
}

.condition-item1 {
    width: 289px;
    height: 208px;
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 48px 34px 47px 34px;

}

.condition-item2 {
    width: 289px;
    height: 293px;
    border-radius: 12px;
    padding: 37px 34px 27px 34px;

}

.condition-item3 {
    width: 890px;
    height: 526px;
    border-radius: 12px;
    padding: 30px 32px 29px 34px;

}


.container-content-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 24px;
}

.container-content-title span {
    color: #0035B8;
}

.container-content-item-el {
    display: flex;
    margin-bottom: 25px;
}

.container-content-item-label {
    color: #0035B8;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    margin-right: 9px;
}

.container-content-item-label::before {
    content: '';
    width: 8px;
    height: 3px;
    background: linear-gradient(270deg, rgba(139, 233, 255, 0) 0%, #53CFFF 100%);
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.container-content-item-el span {
    color: #0035B8;
    font-weight: bold;
}


/*合作流程*/
.flow {
    width: 100%;
    height: 913px;
}

.flow-chart {
    padding-top: 82px;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

.flow-btn {
    position: absolute;
    bottom: 63px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 103px;
    background-image: url(../images/flow-btn.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.flow-content {
    width: 100%;
    margin-top: 46px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 74px;
    box-sizing: border-box;
}

.flow-content .flow-chart-line {
    position: absolute;
    width: 1200px;
    height: 334px;
    top: 50px;
    left: 0;
    z-index: 2;
}

.flow-chart-item {
    width: 268px;
    height: 165px;
    position: relative;
    margin-right: 10px;
    /*margin-bottom: px;*/
}

.flow-chart-item-margin {
    margin-right: 0;
}

.flow-chart-item-7 {
    margin-right: 50px;
}

.flow-chart-item-content {
    height: 100%;
    width: 100%;
    padding: 18px 20px 30px 20px;
    box-sizing: border-box;
    color: #333333;
    border-radius: 12px;
    position: relative;
}

.flow-chart-item-9 {
    height: 180px;
}

.flow-chart-item-10 {
    width: 530px;
}

.flow-chart-item-content .flow-chart-bg {
    position: absolute;
    width: 189px;
    height: 102px;
    bottom: 0;
    right: 0;
    display: none;
}

.flow-chart-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.flow-chart-mask:hover + .flow-chart-item-content img {
    display: block;
}

.flow-chart-mask:hover + .flow-chart-item-content {
    background: linear-gradient(180deg, #79B1FF 0%, #2678FF 100%);
    color: #FFFFFF;
}

.flow-chart-mask:hover + .flow-chart-item-content .flow-chart-content-text {
    color: #FFFFFF;
}


.flow-chart-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.flow-chart-content-text {
    margin-top: 30px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

/*常见问题*/
.problem-warp {
    width: 100%;
    height: 740px;
    background: #F8FAFF;
}


.problem {
    padding-top: 49px;
}

.problem-content {
    margin-top: 40px;
    width: 100%;
    display: flex;
}

.problem-left {
    width: 252px;
    margin-right: 21px;

}

.problem-tab {
    width: 100%;
    height: 72px;
    display: flex;
    border-radius: 7px;
    align-items: center;
    margin-bottom: 12px;
    color: #666666;
    font-size: 18px;
    padding-left: 24px;
    box-sizing: border-box;
}

.problem-tab-active {
    color: #FFFFFF;
    background: linear-gradient(135deg, #79B1FF 0%, #2678FF 100%);
}

.problem-tab > img {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.problem-active-icon {
    display: none;
}

.problem-tab-active > .problem-active-icon {
    display: block;
}

.problem-tab-active > .problem-icon {
    display: none;
}

.problem-right {
    width: 928px;
    position: relative;
}

.problem-watermark {
    position: absolute;
    width: 785px;
    height: 91px;
    top: 372px;
    right: -292px;
    z-index: 10;
}

.problem-logo {
    position: absolute;
    width: 300px;
    height: 191px;
    top: -78px;
    right: -17px;
    z-index: 30;
}

.problem-banner {
    width: 100%;
    position: relative;
    z-index: 20;
}

.problem-banner-img {
    width: 100%;
    height: 540px;
}

.report {
    width: 100%;
    height: 254px;
    background-image: url(../images/pic_bg_7.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.report-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
    box-sizing: border-box;
}

.report-left {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
}

.report-left-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 26px;
    line-height: 40px;
}

.report-right {
    display: flex;
    align-items: center;
    position: relative;
}

.report-right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.5);
}

.report-right-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin-right: 82px;
}

.report-right-item img {
    width: 32px;
    height: 32px;
    margin-bottom: 2px;
}

.report-right-item-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.title .text1 {
    color: #333333;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 6px;
    font-weight: bold;
}

.title .text2 {
    color: #999999;
    font-size: 16px;
    line-height: 22px;

}

.ft-nav {
    background-color: #f0f2f5;
    padding: 72px 0 32px 0;
    font-size: 14px;
    color: #5c6672;
    line-height: 20px;
}

.ft-nav dl dt {
    font-weight: 700;
    font-size: 20px;
    color: #111;
    line-height: 28px;
    margin-bottom: 26px;
}

.ft-nav dl dd:not(:first-of-type) {
    margin-top: 32px;
}

.ft-nav dl dd .download {
    border: 1px solid #8f9eb3;
    width: 200px;
    height: 48px;
    color: #5c6672;
}

.ft-nav dl dd .download p {
    width: 48px;
    height: 100%;
    background-color: #8f9eb3;
}

.ft-nav dl dd .download span {
    padding-left: 20px;
    font-size: 16px;
}

.ft-nav dl dd .download:hover {
    border-color: #2d2eb1;
}

.ft-nav dl dd .download:hover p {
    background-color: #2d2eb1;
}

.ft-nav dl dd .download:hover span {
    color: #2d2eb1;
}

.ft-nav .address {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 32px;
}

.ft-nav .app-icon {
    width: 106px;
    display: flex;
    margin-top: -10px;
    align-items: center;
    padding-left: 20px;
    padding-right: 22px;
    box-sizing: border-box;
    justify-content: space-between;
}

.ft-nav .app-icon img {
    width: 27px;
    height: 27px;
    margin-bottom: 4px;
}
.ft-nav .qr-code{
    width: 106px;
    margin-top: 6px;
    color: #5C6773;
    font-size: 12px;
    text-align: center;
}
.ft-nav .qr-code img{
    width: 106px;
    height: 106px;
}
.ft-nav .qr-code div{
    width: 100%;
}
footer {
    background-color: #35393d;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

@media (min-width: 1920px) {
    .banner .swiper-slide .bg-img {
        width: 100%;
        height: auto;
    }
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 1s ease;
}

.dialog-content {
    width: 784px;
    height: 647px;
    font-size: 28px;
    background: #FFFFFF;
    box-sizing: border-box;
    color: #333;
    animation-name: popup;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: normal;
    position: absolute;
    border-radius: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*overflow-y: auto;*/
    padding-top: 96px;
    padding-bottom: 70px;
}

@keyframes popup {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.3, 0.3);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1, 1);
    }
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 347px;
}

.contact-img {
    width: 716px;
    /*height: 1414px;*/
    height: 100%;
    margin: auto;
    display: block;
    overflow-y: auto;
}

.contact-img::-webkit-scrollbar {
    display: none;
}

.contact-img img {
    width: 716px;
    height: auto;
    display: block;
    position: relative;
    z-index: 1000;
}

.contact-bottom {
    width: 748px;
    height: 89px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    border-radius: 0 0 12px 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 28px;
    box-sizing: border-box;
}

.contact-btn {
    width: 100px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #666666;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin: auto;
}

.disable-scroll {
    overflow: hidden !important;
}
