* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

a,
a:hover,
a:active,
a:after {
    text-decoration: none;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-items-center {
    align-items: center;
}

.flex-left {
    justify-content: start;
}

.flex-between {
    justify-content: space-between;
}

.flex-center {
    justify-content: center;
}

.flex-end {
    justify-content: end;
}

.flex-fill {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header-container {
    min-width: 1100px;
    max-width: 1100px;
    height: 60px;
}

.logo {
    height: 60px;
    margin-right: 38px;
}

.logo img {
    width: 120px;
}

.nav-links a {
    display: block;
    margin-right: 30px;
    font-size: 16px;
    color: #ffffff;
}

.header .btn-login {
    width: 100px;
    height: 40px;
    border: none;
    color: #165dff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    background-color: #ffffff;
}

.header .btn {
    width: 100px;
    height: 40px;
    background-color: #165dff;
    color: #ffffff;
    border: none;
    margin-left: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}


.banner {
    position: relative;
    height: 750px;
    background-image: url(./imgs/2x/banner@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner .banner-container {
    width: 1100px;
    margin-top: 263px;
    text-align: center;
    position: relative;
}

.banner .banner-container .d-qrcode {
    position: absolute;
    left: 365px;
    bottom: 65px;
    background: url(./imgs/1x/app-hover.png) no-repeat;
    background-size: cover;
    width: 140px;
    height: 148px;
    display: none;
}

.banner .banner-container .slogan {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
}

.banner .banner-container .slogan .title{
    padding-bottom: 50px;
}

.banner .banner-container .slogan .title img {
    width: 750px;
}

.banner .banner-container .slogan .sub-tit {
    margin-top: 16px;
}

.banner .download-container {
    margin-top: 57px;
}

.banner .banner-container .banner-btn {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background-color: #165dff;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.banner .banner-container .banner-btn img{
    height: 20px;
    margin-right: 10px;
}

.banner .banner-container .btn-download {
    margin-right: 30px;
}

.section {
    background-color: #ffffff;
}

.section .p-section {
    height: 649px;
    width: 1100px;
}

.section .sec-title {
    margin-top: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.p-section .func-btn-list {
    margin-top: 30px;
}

.p-section .func-btn-list .func-btn {
    width: 120px;
    height: 44px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    line-height: 44px;
    border-radius: 22px;
    cursor: pointer;
    font-size: 16px;
}

.p-section .func-btn-list .func-btn:not(:first-child):not(:last-child) {
    margin: 0 10px;
}

.p-section .func-btn-list .func-btn-active {
    background-color: #165dff;
    color: #ffffff;
}

.p-section .func-i-list {
    margin-top: 25px;
}

.p-section .func-i-list .func-i {
    display: none;
}

.p-section .func-i-list .func-i .func-i-info {
    width: 440px;
}

.p-section .func-i-list .func-i .func-i-info .f-title {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.p-section .func-i-list .func-i .func-i-info .f-i-desc {
    margin-top: 30px;
    color: #333333;
    font-size: 14px;
    line-height: 32px;
}

.p-section .func-i-list .func-i .func-i-img {
    width: 582px;
    height: 361px;
}

.f-section {
    background: url(./imgs/1x/bg1.png) no-repeat;
    background-size: cover;
}

.f-section .container {
    width: 1100px;
    height: 870px;
}

.f-section .o-list {
    margin-top: 50px;
}

.f-section .o-list .o-func-item {
    width: 110px;
}

.f-section .o-list .o-func-item .o-f-img {
    margin-bottom: 20px;
    text-align: center;
}

.f-section .o-list .o-func-item .o-f-img img {
    width: 56px;
    height: 56px;
}

.f-section .o-list .o-func-item .o-f-info {
    text-align: center;
}

.f-section .o-list .o-func-item .o-f-i-tit {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.f-section .o-list .o-func-item .o-f-i-desc {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}

.s-price .container {
    width: 1100px;
    padding-bottom: 80px;
}

.s-price .p-sub-title {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    color: #666666;
}

.s-price .s-p-container {
    margin-top: 60px;
}

.s-price .s-p-container .s-p-item {
    width: 260px;
    height: 364px;
    background-color: #F5F9FF;
    border-radius: 20px;
    text-align: center;
}

.s-price .s-p-container .s-p-item .s-p-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 40px;
}

.s-price .s-p-container .s-p-item .s-p-price {
    font-size: 40px;
    font-weight: bold;
    color: #999999;
    margin-top: 30px;
}

.s-price .s-p-container .s-p-item .s-p-amount {
    color: #165dff;
}

.s-price .s-p-container .s-p-item .s-p-price b {
    font-size: 16px;
    color: #333333;
}

.s-price .s-p-container .s-p-item .s-p-limit {
    margin-top: 31px;
    font-size: 14px;
    color: #333333;
}

.s-price .s-p-container .s-p-item .s-p-limit .s-p-l-item {
    height: 56px;
    color: #333333;
}

.s-price .s-p-container .s-p-item .s-p-limit .s-p-disable {
    color: #999999 !important;
}

.s-price .s-p-container .s-p-item .s-p-limit .s-p-l-item span {
    color: #165dff;
}

.s-price .s-p-container .s-p-item .s-p-limit .s-p-l-item .s-p-tip {
    font-size: 12px;
    color: #999999;
}

.s-price .spc {
    margin-top: 50px;
}

.s-price .spc .spc-tit {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.s-price .spc .spc-content {
    margin-top: 10px;
}

.s-price .spc .spc-content .spc-item {
    font-size: 14px;
    color: #82889d;
    margin-bottom: 8px;
}

.s-price .spc-content .spc-item .s-i-icon {
    min-width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #165dff;
    margin-right: 8px;
}

.c-section {
    background: url(./imgs/1x/bg1.png) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.c-section .container {
    width: 1100px;
}

.c-section .container .c-container {
    margin-top: 60px;
}

.c-section .c-detail-item {
    width: 354px;
    height: 390px;
    background-color: #ffffff;
    border-radius: 20px;
}

.c-section .c-detail-item img {
    width: 354px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.c-section .c-detail-item .desc {
    padding: 20px;
}

.c-section .c-detail-item .desc .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.c-section .c-detail-item .desc .content {
    margin-top: 20px;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.cs-section {
    padding-bottom: 80px;
}

.cs-section .container {
    width: 1100px;
}

.cs-section .container .sub-title {
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.cs-section .container .c-list {
    margin-top: 30px;
}

.cs-section .container .c-list .c-item,
.cs-section .container .c-list .c-item img {
    width: 182px;
    height: 80px;
}

.s-ad {
    background: url(./imgs/1x/banner2.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.s-ad .container {
    width: 1100px;
    text-align: center;
    color: #ffffff;
}

.s-ad .container .tit-1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 10px;
}

.s-ad .container .tit-2 {
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 4px;
}

.s-ad .container .btn-reg {
    background-color: #ffffff;
    color: #165dff;
    font-size: 16px;
    margin-top: 30px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}

.footer {
    background: url(./imgs/1x/applybg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.footer .container {
    width: 1100px;
    padding-top: 80px;
    color: #ffffff;
}

.footer .container .tit {
    font-size: 20px;
    font-weight: bold;
}

.footer .container .f-item {
    font-size: 16px;
    margin-top: 30px;
}

.footer .container .f-right {
    min-width: 435px;
}

.footer .container .f-right .f-qr-list {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

.footer .container .f-right .f-qr-list img {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
}

.footer a,
.footer a:hover,
.footer a:active,
.footer a:after {
    color: #ffffff;
}

.footer .f-b {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
}

.more-func {
    position: fixed;
    right: 10px;
    bottom: 20%;
    width: 70px;
}

.more-func .p-btn-d {
    background-color: red;
    width: 70px;
    height: 120px;
    background: url(./imgs/1x/button1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 !important;
}

.more-func .mf-btn-group {
    width: 45px;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #eeeeee;
}

.more-func .mf-item {
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    color: #666666;
    margin: 10px 0;
}

.more-func .mf-item .p-btn-item {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.more-func .mf-item .p-btn-s {
    background: url(./imgs/1x/button_icon1.png) no-repeat;
    background-size: 100% 100%;
}

.more-func .mf-item .p-btn-wx {
    background: url(./imgs/1x/button_icon2.png) no-repeat;
    background-size: 100% 100%;
}

.more-func .mf-item .p-btn-dy {
    background: url(./imgs/1x/button_icon3.png) no-repeat;
    background-size: 100% 100%;
}

.more-func .mf-item .p-btn-s-active {
    background: url(./imgs/1x/button_hover_icon1.png) no-repeat;
    background-size: 100% 100%;
}

.more-func .mf-item .p-btn-wx-active {
    background: url(./imgs/1x/button_hover_icon2.png) no-repeat;
    background-size: 100% 100%;
}

.more-func .mf-item .p-btn-dy-active {
    background: url(./imgs/1x/button_hover_icon3.png) no-repeat;
    background-size: 100% 100%;
}

.more-func-detail {
    z-index: 99999999999;
}

.more-func-detail .mdf-item {
    position: fixed;
    right: 80px;
    bottom: 20%;
    background: url(./imgs/1x/qr-container.png) no-repeat;
    background-size: cover;
    display: none;
    width: 148px;
    height: 140px;
}

.more-func-detail .mdf-item .mdf-i-cont {
    width: 140px;
    height: 140px;
    text-align: center;
    line-height: 140px;
}


.more-func-detail .mdf-item .mdf-i-cont img {
    width: 110px;
    height: 110px;
    margin-top: 10px;
}

.more-func-detail #mfd-1 {
    bottom: calc(20% + 185px);
}

.more-func-detail #mfd-2 {
    bottom: calc(20% + 85px);
}

.more-func-detail #mfd-3 {
    bottom: calc(20% + 30px);
}

.more-func-detail #mfd-4 {
    bottom: calc(20% - 30px);
}


.cert-section {
    background: url(./imgs/cert/web-bg1.jpg) no-repeat;
    background-size: cover;
}

.cert-section .container {
    width: 1300px;
}

.cert-section .container .cert-swiper {
    height: 300px;
}

.cert-section .container .swiper {
    width: 100% !important;
    height: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.cert-section .container .swiper .swiper-button {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    right: var(--swiper-navigation-sides-offset,10px);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    z-index: 9;
}

.cert-section .container .swiper-slide {
    height: 415px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert-section .container .swiper .swiper-slide .cw-sw-item {
    height: 415px;
}

.cert-section .container .swiper .swiper-slide .cw-sw-item:nth-child(2n) {
    padding-top: 69px;
}

.cert-section .container .swiper .swiper-slide .cw-sw-item .cert-item {
    width: 248px;
    height: 345px;
    background: url(./imgs/cert/c_bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 73px;
    margin: 0 16px;
}

.cert-section .container .swiper .swiper-slide .cw-sw-item .cert-item .cert-tit {
    height: 48px;
    color: #162d45;
    font-size: 22px;
    line-height: 24px;
}

.cert-section .container .swiper .swiper-slide .cw-sw-item .cert-item .cert-img img {
    width: 120px;
}