* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: initial;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    list-style: none;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

button:focus {
    outline: none;
}

html,
body {
    font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.btn-style-1,
.btn-style-1:hover,
.btn-style-1:focus {
    color: #4282FF;
    background: #fff;
    border: none;
}

.btn-style-2,
.btn-style-2:hover,
.btn-style-2:focus {
    color: #fff;
    background: #447DFF;
    border: none;
}

.btn-style-3,
.btn-style-3:hover,
.btn-style-3:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.31);
    border: none;
}

.btn-style-4,
.btn-style-4:hover,
.btn-style-4:focus {
    color: #fff;
    background: #FFA062;
    border: none;
}

.btn-style-5,
.btn-style-5:hover,
.btn-style-5:focus {
    color: #fff;
    background: #4CDBB3;
    border: none;
}

.btn-style-6,
.btn-style-6:hover,
.btn-style-6:focus {
    color: #fff;
    background: #FF658A;
    border: none;
}


.btn-style-7,
.btn-style-7:hover,
.btn-style-7:focus {
    color: #DB3B30;
    background: #fff;
    border: none;
}

.btn-style-8,
.btn-style-8:hover,
.btn-style-8:focus {
    color: #1C2F5A;
    background: #e6e6e6;
    border: none;
}

.btn-style-9,
.btn-style-9:hover,
.btn-style-9:focus {
    color: #fff;
    background: none;
    border: 1px solid;
}

.page {
    width: 100%;
    min-height: 100vh;
}

/* topbar */
.topbar {}

.topbar-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: 10;
}

.topbar-wrap .tobar-container {
    width: 1200px;
    height: 67px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.topbar-wrap .tobar-container .topbar-logo {
    width: 234px;
}

.topbar-wrap .tobar-container .topbar-logo img {
    width: 100%;
}

.topbar-wrap .tobar-container .topbar-content {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topbar-wrap .tobar-container .topbar-content li {}

.topbar-wrap .tobar-container .topbar-content li .topbar-content-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 67px;
    padding: 0 16px;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    cursor: pointer;
}

.topbar-wrap .tobar-container .topbar-content .topbar-content-icon {
    margin-left: 3px;
    width: 8px;
    vertical-align: middle;
}

.topbar-wrap .tobar-container .topbar-content .topbar-content-icon1 {
    display: inline-flex;
}

.topbar-wrap .tobar-container .topbar-content .topbar-content-icon2 {
    display: none;
}


.topbar-wrap .tobar-container .topbar-content li .topbar-content-link.active {
    font-size: 18px;
    font-weight: 600;
}

.topbar-wrap .tobar-container .topbar-content li .topbar-content-link.active:after,
.topbar-wrap .tobar-container .topbar-content li .topbar-content-link:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 32px;
    height: 2px;
    background: #ffffff;
    border-radius: 4px;
}

.topbar-wrap .tobar-container .topbar-content .topbar-content-solution .topbar-content-link:hover:after {
    background: none;
}

.topbar-wrap .tobar-container .tobar-login {
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-right: 13px;
}

.topbar-wrap .tobar-container .tobar-login .topbar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 8px;
}

.topbar-wrap .tobar-container .tobar-login .topbar-btn:last-child {
    margin-left: 17px;
}

.topbar-wrap.fixed {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
}

.topbar-wrap.fixed .tobar-container {
    box-shadow: none
}

.topbar-wrap.fixed .tobar-container .topbar-content li .topbar-content-link {
    color: #1c2f5a;
}

.topbar-wrap.fixed .tobar-container .topbar-content li .topbar-content-link.active:after,
.topbar-wrap.fixed .tobar-container .topbar-content li .topbar-content-link:hover:after {
    background: #447DFF;
}

.topbar-wrap.fixed .tobar-container .topbar-content .topbar-content-solution .topbar-content-link:hover:after {
    background: none;
}

.topbar-wrap.fixed .tobar-container .tobar-login .topbar-btn.btn-style-1 {
    border: 1px solid #447dff;
}

.topbar-wrap.fixed .tobar-container .tobar-login .topbar-btn.btn-style-9 {
    color: #fff;
    background: #447DFF;
    border: none;
}

.topbar-wrap.fixed .tobar-container .topbar-content .topbar-content-icon1 {
    display: none;
}

.topbar-wrap.fixed .tobar-container .topbar-content .topbar-content-icon2 {
    display: inline-flex;
}

.topbar-content-solution:hover .menu-solution {
    display: block;
}


.nav-menu {
    position: absolute
}

.menu-solution {
    display: none;
    padding-top: 10px
}

.menu-solution .menu-ctn-box {
    display: flex;
    width: 633px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px 1px #371f0c14;
    transition: all .2s;
    transform-origin: 0 0;
    transform: scaleY(.9);
    opacity: 0
}

.topbar-content-solution:hover .menu-solution .menu-ctn-box {
    transition: all .3s;
    transform: scaleY(1);
    opacity: 1
}

.menu-solution .nav-normal {
    display: block;
    flex: none;
    width: 174px;
    height: 198px;
    padding: 26px 0 0 15px;
    margin-right: 15px;
    cursor: pointer;
    background: url(../img/icons/group1.png);
    background-size: 100% 100%;
    border-radius: 6px
}

.menu-solution .nav-normal:hover {
    background: url(../img/icons/group2.png);
    background-size: 100% 100%;
}

.menu-solution .nav-normal .title {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.menu-solution .nav-normal .desc {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #a8afb8
}

.menu-solution .nav-solution {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-solution .nav-solution .nav-sol-item {
    display: flex;
    align-items: center;
    width: 48%;
    font-size: 16px;
    color: #333;
    border-radius: 6px;
    cursor: pointer;
}

.menu-solution .nav-solution .nav-sol-item .nav-sol-item-content {
    width: 100%;
    padding: 5px 0;
    border-radius: 10px;
}

.menu-solution .nav-solution .nav-sol-item:nth-child(1) .nav-sol-item-content:hover {
    background-color: #f9e4e5;
}

.menu-solution .nav-solution .nav-sol-item:nth-child(2) .nav-sol-item-content:hover {
    background-color: #dff3e8;
}

.menu-solution .nav-solution .nav-sol-item:nth-child(3) .nav-sol-item-content:hover {
    background-color: #fbe5d6;
}

.menu-solution .nav-solution .nav-sol-item:nth-child(4) .nav-sol-item-content:hover {
    background-color: #e2e9fb;
}

.menu-solution .nav-solution .nav-sol-item:nth-child(5) .nav-sol-item-content:hover {
    background-color: #fff7d8;
}

.menu-solution .nav-solution .nav-sol-item:nth-child(6) .nav-sol-item-content:hover {
    background-color: #e5e5f8;
}


.menu-solution .nav-solution .nav-sol-item:hover {}

.menu-solution .nav-solution .nav-sol-item img {
    width: 46px;
    height: 46px;
    margin-right: 10px
}

/* index-banner */
.swiper {
    --swiper-theme-color: rgba(255, 255, 255, 0.4);
    --swiper-pagination-color: #fff;
    /* 两种都可以 */
}

.index_banner_swaiper {
    position: relative;
}

.index_banner_swaiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #fff;
    opacity: 1;
}

.index_banner_swaiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 51px;
}

.index_banner_swaiper .swiper-pagination.swiper-pagination-bullets {
    width: 1160px;
    text-align: left;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.index-banner {
    width: 100%;
    height: 600px;
    background: #487FED url(../img/banner_bg.png?v=2) no-repeat;
    background-size: 100% 100%;
}

.index-banner.scheme_banner,
.index-banner.template_banner {
    height: 500px;
}

.index-banner.scheme_banner1 {
    background: url(../img/scheme_banner1.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.main.government .index-banner {
    background: url(../img/scheme_banner2.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.main.finance .index-banner {
    background: url(../img/scheme_banner3.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.main.medical .index-banner {
    background: url(../img/scheme_banner4.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.main.tourism .index-banner {
    background: url(../img/scheme_banner5.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.main.education .index-banner {
    background: url(../img/scheme_banner6.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.main.consumption .index-banner {
    background: url(../img/scheme_banner7.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.index-banner.template_banner {
    background: url(../img/template_banner.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.index-banner .index-banner-container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.index-banner .index-banner-container .index_title {
    display: flex;
    height: 200px;
    align-items: center;
}

.index_banner_conant_wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

.index-banner .index_banner_content {
    display: flex;
    flex-direction: column;
    padding-top: 160px;
    padding-left: 20px;
    min-width:617px;
}

.index-banner.scheme_banner .index_banner_content {
    padding-top: 195px;
}

.index-banner.template_banner .index_banner_content {
    padding-top: 155px;
}

.index-banner .index_banner_title {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px;
    white-space: nowrap;
}

.index-banner.index-banner4 .index_banner_title {
    width: 12em;
}

.index-banner .index_banner_info {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #e4edff;
    line-height: 23px;
}

.index-banner.scheme_banner .index_banner_title {
    display: flex;
    width: auto;
}

.index-banner .index_banner_desc {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.index-banner .index_banner_desc_item {}

.index-banner .index_banner_desc_item_data {
    display: flex;
    align-items: flex-end;
    height: 70px;
}

.index-banner .data_number {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.index-banner .data_number .index_banner_data_num {
    height: 28px;
}

.index-banner .data_text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 19px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.index-banner .desc_text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
}

.index_banner_description {
    margin-top: 15px;
}

.index_banner_description .description {
    display: flex;
    align-items: center;
    height: 60px;
}

.index_banner_description .description .description_dot {
    display: inline-flex;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
}

.index_banner_description .description .description_text {
    margin-left: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #e4edff;
    line-height: 60px;
}

.index_banner_service {
    display: flex;
    margin: 20px -15px 0;
}

.index_banner_service_content {
    display: flex;
    align-items: center;
    margin: 0 15px;
    height: 50px;
}

.index_banner_service_img {
    width: 19px;
}

.index_banner_service_text {
    margin-left: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
}

.index-banner .index_banner_btn-wrap {
    display: flex;
    margin-top: 48px;
}

.index-banner.index-banner2 .index_banner_btn-wrap {
    margin-top: 38px;
}

.index-banner.index-banner3 .index_banner_btn-wrap {
    margin-top: 108px;
}

.index-banner.scheme_banner .index_banner_btn-wrap,
.index-banner.template_banner .index_banner_btn-wrap {
    align-items: center;
}

.index-banner .index_banner_btn {
    display: flex;
}

.index-banner .index_banner_btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 187px;
    height: 68px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 16px;
    cursor: pointer;
}

.main.government .index-banner .index_banner_btn .btn {
    color: #DB3B30;
}

.main.finance .index-banner .index_banner_btn .btn {
    color: #EA6238;
}

.main.medical .index-banner .index_banner_btn .btn {
    color: #21B07F;
}

.main.tourism .index-banner .index_banner_btn .btn {
    color: #E97F1D;
}

.main.education .index-banner .index_banner_btn .btn {
    color: #477AFF;
}

.main.consumption .index-banner .index_banner_btn .btn {
    color: #FF8696;
}


.index-banner.template_banner .index_banner_btn .btn {
    color: #447DFF;
}

.index-banner .index_banner_safe {
    width: 100%;
    height: 50px;
}

.index-banner .index-banner-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.index-banner.scheme_banner .index-banner-img {
    width: 612px;
    min-width: 612px;
    justify-content: flex-end;
    flex: 1;
}

.main.government .index-banner .index-banner-img,
.main.finance .index-banner .index-banner-img,
.main.medical .index-banner .index-banner-img,
.main.tourism .index-banner .index-banner-img,
.main.education .index-banner .index-banner-img,
.main.consumption .index-banner .index-banner-img,
.index-banner.template_banner .index-banner-img {
    padding: 0;
}

.index-banner.scheme_banner .index-banner-img img {
    width: 612px;
}

.index-banner.scheme_banner3 .index-banner-img img {
    width: 650px;
    scale: 1.2369;
}

.index-banner.template_banner .index-banner-img img {
    width: 772px;
}


/* .index-banner.index-banner2 .index-banner-img {
    width: 943px;
    min-width: 934px;
    margin-left: -182px;
}

.index-banner.index-banner3 .index-banner-img {
    width: 934px;
    min-width: 934px;
    margin-left: -173px;
}


.index-banner.index-banner4 .index-banner-img {
    width: 917px;
    margin-left: -220px;
} */

.index-banner .index-banner-img img {
    width: 675px;
    max-width: 675px;
}

/* index-powerful */
.index-powerful {
    width: 100%;
}

.index-powerful .index-powerful-container {
    margin: 0 auto;
    width: 1200px;
    padding: 36px 0;
}

.index-powerful .index-powerful-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-powerful .index-powerful-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.index-powerful .index-powerful-item:hover .index-powerful-img {
    transform: translateY(-10px);
}

.index-powerful .index-powerful-img {
    margin-right: 25px;
    width: 100px;
    transition: all .5s;
}

.index-powerful .index-powerful-img img {
    width: 100%;
}

.index-powerful .index-powerful-content .title_desc {
    font-size: 22px;
    font-weight: 600;
    color: #1C2F5A;
}

.index-powerful .index-powerful-content .sub_title {
    margin-top: 10px;
    width: 16em;
    font-size: 14px;
    font-weight: 300;
    color: #7990C3;
    line-height: 24px;
}

/* index-feature */
.index-feature {
    width: 100%;
    background: url(../img/index_feature_bg.png) no-repeat;
    background-size: 100% 100%;
}

.index-feature .index-feature-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.index-feature .title_index {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1c2f5a;
    line-height: 35px;
}

.index-feature .title_index.title_top {
    margin-top: 82px;
}

.index-feature .subtitle_index {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 20px;
}

.index-feature .index-feature-list {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}

.index-feature .index-feature-item {
    width: 282px;
    height: 444px;
    padding: 15px 16px;
    background: #ffffff;
    border-radius: 32px;
    transition: all 0.5s;
    overflow: hidden;
}

.index-feature .index-feature-template {
    width: 251px;
    height: 128px;
    padding: 30px 23px;
    border-radius: 24px;
}

.index-feature .index-feature-item.template .index-feature-template {
    background: url(../img/group1.png) no-repeat;
    background-size: 100% 100%;
}

.index-feature .index-feature-item.rule .index-feature-template {
    background: url(../img/group2.png) no-repeat;
    background-size: 100% 100%;
}

.index-feature-item.export .index-feature-template {
    background: url(../img/group3.png) no-repeat;
    background-size: 100% 100%;
}

.index-feature .index-feature-item.batch .index-feature-template {
    background: url(../img/group4.png) no-repeat;
    background-size: 100% 100%;
}

.index-feature .index-feature-item-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 34px;
}

.index-feature .index-feature-item-sub-title {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 21px;
}

.index-feature .index-feature-info {
    margin-top: 35px;
    transition: all .5s;
}

.index-feature .index-feature-info-desc {
    display: flex;
    justify-content: space-between;
}

.index-feature .index-feature-info-desc:not(:first-child) {
    margin-top: 44px;
}

.index-feature .index-feature-info-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.index-feature .index-feature-item.template .index-feature-info-text {
    color: #1848B5;
}

.index-feature .index-feature-item.rule .index-feature-info-text {
    color: #dd5800;
}

.index-feature .index-feature-item.export .index-feature-info-text {
    color: #009A64;
}

.index-feature .index-feature-item.batch .index-feature-info-text {
    color: #D21C3C;
}

.index-feature .index-feature-info-text .dot {
    display: inline-flex;
    margin-left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.index-feature .index-feature-item.template .index-feature-info-text .dot {
    background: #1848B5;
}

.index-feature .index-feature-item.rule .index-feature-info-text .dot {
    background: #dd5800;
}

.index-feature .index-feature-item.export .index-feature-info-text .dot {
    background: #009A64;
}

.index-feature .index-feature-item.batch .index-feature-info-text .dot {
    background: #D21C3C;
}

.index-feature .index-feature-info-text .text {
    margin-left: 16px;
}

.index-feature .index-feature-info-check {
    opacity: 0;
    width: 19px;
    height: 19px;
}

.index-feature .index-feature-info-check img {
    width: 100%;
}

.index-feature .index-feature-btn {
    margin-top: 63px;
    opacity: 0;
    transition: all .5s;
}

.index-feature .index-feature-btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 0px #d8d4ec;
    cursor: pointer;
}

.index-feature .index-feature-item:hover {
    transform: translateY(-15px);
}

.index-feature .index-feature-item:hover .index-feature-info-check {
    opacity: 1;
}

.index-feature .index-feature-item:hover .index-feature-info-desc:not(:first-child) {
    margin-top: 20px;
}

.index-feature .index-feature-item:hover .index-feature-btn {
    opacity: 1;
    margin-top: 43px;
}

.index-feature-activity {
    margin-top: 40px;
}

.index-feature-activity-data-wrap {
    display: flex;
    justify-content: center;
}

.index-feature-activity-data {
    display: flex;
    align-items: flex-end;
}

.index-feature-activity-text {
    display: flex;
}

.index-feature-activity-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.index-feature-activity-text:not(:first-child) {
    margin-left: -0.5em;
}

.index-feature-activity-text .activity-text {
    font-size: 16px;
    font-weight: 400;
    color: #A0B6E7;
    line-height: 25px;
    transition: all 0.5s;
}

.index-feature-activity-text.active .activity-text {
    color: #5c8eff;
}

.index-feature-activity-text .activity-icon {
    margin-top: 11px;
    width: 25px;
    transition: all 0.5s;
}

.index-feature-activity-text.active .activity-icon.check {
    display: block;
}

.index-feature-activity-text .activity-icon.check1 {
    display: block;
}

.index-feature-activity-text .activity-icon.check2 {
    display: none;
}


.index-feature-activity-text.active .activity-icon.check1 {
    display: none;
}

.index-feature-activity-text.active .activity-icon.check2 {
    display: block;
}

.index-feature-activity-line-unde {
    display: flex;
    align-items: flex-end;
}

.index-feature-activity-line-wrap {
    display: flex;
    align-items: center;
    margin-left: -0.5em;
    width: 222px;
    height: 25px;
}

.index-feature-activity-line {
    width: 100%;
    height: 4px;
    background: #DBE6FF;
    overflow: hidden;
}

.index-feature-activity-line-bg {
    display: block;
    width: 0%;
    height: 100%;
    background: #5C8EFF;
    transition: all 0.2s;
}

.index-feature-activity-text.active .index-feature-activity-line {}

.index-feature-activity-content {
    display: flex;
    width: 100%;
    margin-top: 42px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px rgba(151, 170, 212, 0.17);
}

.activity-content-tab-wrap {
    padding-top: 35px;
    padding-bottom: 40px;
    width: 620px;
}

.activity-content-tab {
    display: flex;
    align-items: center;
    padding-left: 39px;
    padding-top: 21px;
    padding-bottom: 15px;
}

.activity-content-tab.active {
    background: linear-gradient(90deg, #F1F4FB 0%, rgba(241,244,251,0) 100%);
}

.activity-content-tab-icon {
    width: 50px;
}

.activity-content-tab-icon img {
    width: 100%;
}

.activity-content-tab-right {
    margin-left: 30px;
}

.activity-content-tab-title {
    font-size: 18px;
    font-weight: 500;
    color: #1c2f5a;
    line-height: 20px;
}

.activity-content-tab-desc {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #7990c3;
    line-height: 21px;
}

.activity-content-info {
    flex: 1;
    display: flex;
    align-items: center;
}

.activity-content-info-item {
    display: none;
    align-items: center;
    width: 519px;
}

.activity-content-info-item.active {
    display: flex;
}

.activity-content-info-item img {
    width: 100%;
}

.index-example-tabs {
    display: flex;
    margin-top: 40px;
}

.index-example-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 7);
    height: 65px;
    font-size: 18px;
    font-weight: 400;
    color: #7990c3;
    line-height: 25px;
    cursor: pointer;
}

.index-example-tab.active {
    min-width: 243px;
    font-size: 20px;
    font-weight: 600;
    color: #1b61ff;
    line-height: 28px;
    background: url(../img/index-example-tab-bg.png) no-repeat;
    background-size: 100% 100%;
}

/* index-example */

.index-example {
    width: 100%;
    background: url(../img/index_example_bg.png) no-repeat;
    background-size: 100% 100%;
}

.index-example-container {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0 67px;
}

.index-example-item {
    display: none;
}

.index-example-item.active {
    display: block;
}

.index-example-item-scheme {
    display: flex;
}

.index-example-item-scheme-left {}

.index-example-item-scheme-content {
    display: flex;
}

.index-example-item-scheme-tabs {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

.index-example-item-scheme-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 134px;
    height: 62px;
    font-size: 20px;
    font-weight: 400;
    color: #457eff;
    line-height: 28px;
    background: #fff;
    border-radius: 31px 0 0 31px;
}

.index-example-item-scheme-tab.active {
    width: 148px;
    height: 68px;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    background: #447dff;
}

.index-example-item-scheme-imgs {
    width: 306px;
    height: 665px;
    border: 8px solid #ffffff;
    border-radius: 24px;
    box-shadow: 0px 0px 16px 0px rgba(133, 155, 205, 0.69);
    overflow: hidden;
    background: #fff;
}

.index-example-item-scheme-img {
    width: 100%;
    height: 100%;
}

.index-example-item-scheme-img iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.index-example-item-scheme-right {
    margin-left: 106px;
    display: flex;
    align-items: flex-end;
}

.index-example-item-scheme-plan {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.index-example-item-scheme-plan.active {
    display: flex;
}

.index-example-item-scheme-info {}

.index-example-item-scheme-title {
    font-size: 30px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 42px;
}

.index-example-item-scheme-desc {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #7990c3;
    line-height: 30px;
}

.index-example-item-scheme-btn {
    margin-top: 26px;
    width: 170px;
}

.index-example-item-scheme-btn img {
    width: 100%;
}

.index-example-item-scheme-qrcode {
    margin-top: 60px;
    width: 200px;
}

.index-example-item-scheme-qrcode img {
    width: 100%;
}

.index-example-item-scheme-qrcode-text {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 30px;
}

.index-example-case {
    margin-top: 93px
}

.index-example-case-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.index-example-case-item {
    margin: 27px 12px;
    width: calc(33.3333% - 24px);
}

.index-example-case-service {}

.index-example-case-service-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.index-example-case-service-content {
    width: 384px;
    height: 202px;
}

.index-example-case-service-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-example-case-service-qrcode {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.index-example-case-service-wrap:hover .index-example-case-service-qrcode {
    display: flex;
}

.index-example-case-service-qrcode-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 137px;
    height: 161px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.index-example-case-service-qrcode-img img {
    width: 100%;
}

.index-example-case-service-qrcode-text {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 30px;
}

.index-example-case-service-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

.index-example-case-service-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 40px;
    border-radius: 20px;
    margin: 10px 0;
}

.index-example-case-service-info {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 30px;
}

.index-example-case-more {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.index-example-case-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 49px;
    font-size: 16px;
    font-weight: 400;
    text-align: CENTER;
    color: #457eff;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #457eff;
    border-radius: 34px;
}

/* new */

.index-demand {
    width: 100%;
    padding: 65px 0 57px;
    background: #f0f4fc;
}

.index-demand .index-demand-container {
    width: 1200px;
    margin: 0 auto;
}

.index-demand .index-demand-title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #1c2f5a;
    line-height: 35px;
}

.index-demand .index-demand-desc {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 21px;
}

.index-demand .index-demand-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.index-demand .index-demand-item {
    padding-top: 52px;
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    height: 320px;
    transition: all 0.5s;
}

.index-demand .index-demand-item:hover {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(69, 126, 255, 0.20);
    transform: translateY(-10px);
}

.index-demand .index-demand-item .index-demand-item-img {
    margin: 0 auto;
    width: 100px;
}

.index-demand .index-demand-item .index-demand-item-img img {
    width: 100%;
}

.index-demand .index-demand-info {
    margin-top: 22px;
    font-size: 24px;
    font-weight: 500;
    text-align: CENTER;
    color: #1c2f5a;
    line-height: 34px;
}

.index-demand .index-demand-text {
    width: 236px;
    margin: 7px auto 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 23px;
}

/* index-intro  */

.index-intro {
    width: 100%;
    height: 430px;
    background: #447DFF;
}

.main.government .index-intro {
    height: 379px;
    background: #E73A36;
}

.main.finance .index-intro {
    background: #FF844B;
}

.main.medical .index-intro {
    background: #4FD79D;
}

.main.tourism .index-intro {
    background: #FFBB4B;
}

.main.education .index-intro {
    background: #4EAEFF;
}

.main.consumption .index-intro {
    background: #FF7882;
}

.index-intro .index-intro-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1300px;
    height: 100%;
}

.index-intro .index-intro-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-intro .index-intro-desc {
    font-size: 48px;
    font-weight: 500;
    text-align: CENTER;
    color: #ffffff;
    line-height: 67px;
}

.index-intro .index-intro-btns {
    margin-top: 79px;
}

.index-intro .index-intro-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 234px;
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    color: #447DFF;
    background: #ffffff;
    border-radius: 75px;
}

.index-intro.scheme-intro .index-intro-btns {
    margin-top: 70px;
}

.index-intro.scheme-intro .index-intro-btn {
    width: 227px;
    height: 69px;
    font-size: 30px;
    border-radius: 16px;
}

.main.government .index-intro.scheme-intro .index-intro-btn {
    color: #E73A36;
}

.main.finance .index-intro .index-intro-btn {
    color: #FF7E49;
}

.main.medical .index-intro .index-intro-btn {
    color: #24C79C;
}

.main.tourism .index-intro .index-intro-btn {
    color: #FFAC3E;
}

.main.education .index-intro .index-intro-btn {
    color: #4E9EFF;
}

.main.consumption .index-intro .index-intro-btn {
    color: #FF4794;
}

/* index-cooperation */
.index-cooperation {
    width: 100%;
    background: #fbfdff;
}

.index-cooperation-container {
    width: 1200px;
    margin: 0 auto;
    padding: 68px 0 112px;
}

.index-cooperation-title-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.index-cooperation-title-left {}

.index-cooperation-title {
    font-size: 30px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 35px;
}

.index-cooperation-info {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #7990c3;
    line-height: 21px;
}

.index-cooperation-title-right {
    display: flex;
}

.index-cooperation-title-item {
    margin: 0 57px;
}

.index-cooperation-title-item:last-child {
    margin-right: 0;
}

.index-cooperation-title-item-number {
    position: relative;
    font-size: 38px;
    font-weight: 600;
    text-align: LEFT;
    color: #447dff;
    line-height: 53px;
    letter-spacing: 0.15px;
}

.index-cooperation-title-item-number:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-60%);
    width: 2px;
    height: 27px;
    background: #447dff;
    border-radius: 4px;
}

.index-cooperation-title-item-text {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #7990c3;
    line-height: 21px;
}

.index-cooperation-logo_wrap {
    position: relative;
    margin-top: 104px;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.index-cooperation-logo-left_mask {
    left: 0;
}

.index-cooperation-logo-right_mask {
    right: 0;
    transform: rotate(180deg);
}

.index-cooperation-logo_wrap .mask {
    position: absolute;
    z-index: 10;
    width: 100px;
}

.index-cooperation-logo_wrap .index-cooperation-logo-line_odd {
    width: 3952px;
    animation: scrollToRight 36s linear infinite
}

.index-cooperation-logo_wrap .index-cooperation-logo-line_odd .index-cooperation-logo-img {
    width: 50%;
    display: inline-block;
}

.index-cooperation-logo_wrap .index-cooperation-logo-line_even {
    width: 3952px;
    animation: scrollToRight 30s linear infinite;
}

.index-cooperation-logo_wrap .index-cooperation-logo-line_even .index-cooperation-logo-img {
    width: 50%;
    display: inline-block;
}

@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
    }
}

/* index-news */

.index-news {
    width: 100%;
    background: #f0f4fc;
}

.index-news-container {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 77px 0 70px;
}

.index-news_condition,
.index-news_faq {
    position: relative;
    flex: 1;
}

.index-news_condition {}

.index-news_faq {}

.index-news_condition .index-news-title,
.index-news_faq .index-news-title {
    position: relative;
    margin: 0;
    padding-left: 25px;
    font-size: 24px;
    font-weight: 600;
    text-align: LEFT;
    color: #1c2f5a;
    line-height: 34px;
}

.index-news_condition .index-news-title::before,
.index-news_faq .index-news-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 23px;
    background: #457EFF;
    border-radius: 13px;
}

.index-news-condition-text,
.index-news-faq-text {
    padding-top: 6px;
}

.index-news-condition-text a,
.index-news-faq-text a {
    display: block;
    padding: 11px 0 11px 25px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #7990c3;
    line-height: 22px;
}

.index-news-condition-more {
    margin-top: 14px;
    padding-left: 25px;
}

.index-news-condition-more-btn {
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #447dff;
    line-height: 22px;
}

/* footer */

.footer {
    width: 100%;
    background: #030303;
}

.footer .footer-container {
    width: 1200px;
    margin: 0 auto;
    padding: 62px 0 39px;
    display: flex;
    justify-content: space-between;
}

.footer .footer-container .footer-logo {
    margin-left: 214px;
    width: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footer-container .footer-logo .footer-logo-img {
    width: 100%;
}

.footer .footer-container .footer-logo .footer-logo-img img {
    width: 100%;
}

.footer .footer-container .footer-aside {
    flex: 1;
}

.footer .footer-container .footer-aside .footer-links {
    display: flex;
    justify-content: space-between;
}

.footer .footer-container .footer-aside .footer-links .footer-link .footer-link-title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 23px;
}

.footer .footer-container .footer-link-content {
    margin-top: 29px;
}

.footer .footer-container .footer-link-content a {
    display: block;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer .footer-container .footer-link-content .footer-link-text:last-child {
    margin-bottom: 0;
}

.footer .footer-container .footer-link-content .footer-link-text img {
    width: 20px;
}

.footer-trademark {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 21px 0 44px;
}

.footer-trademark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #2D2D2D;
}

.footer-trademark p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.footer-trademark a,
.footer-trademark a:hover {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.footer-trademark-icon img {
    width: auto !important;
    height: 30px !important;
}

.footer-trademark .footer-trademark-content .footer-trademark-text {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.footer-trademark .footer-trademark-content .footer-trademark-qrcode {
    position: relative;
    padding-left: 15px;
    margin-top: 2px;
}

.footer-trademark .footer-trademark-content .footer-trademark-img {
    width: 37px;
    cursor: pointer;
}

.footer-trademark .footer-trademark-content .footer-trademark-qrcode:hover .footer-wechat {
    display: block;
}

.footer-trademark .footer-wechat {
    display: none;
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 200px;
    height: 200px;
    z-index: 2;
}

.footer-trademark .footer-wechat-qrcode {
    width: 100%;
    height: 100%;
}

/* scheme.html */

.scheme-user {
    width: 100%;
    background: linear-gradient(180deg, #ffffff, #e8effd 100%);
}

.scheme-user-container {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.scheme-user-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1c2f5a;
    line-height: 35px;
}

.scheme-user-title-top {
    margin-top: 86px;
}

.scheme-user-desc {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #7990c3;
    line-height: 21px;
}

.scheme-user-list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.scheme-user-item {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 180px;
    transition: all 0.5s;
}

.scheme-user-item:hover {
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.00) 100%);
    border-radius: 24px;
}

.scheme-user-item-icon {
    width: 80px;
}

.scheme-user-item-icon img {
    width: 100%;
}

.scheme-user-item-content {
    margin-left: 35px;
}

.scheme-user-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 42px;
}

.scheme-user-item-desc {
    font-size: 16px;
    font-weight: 400;
    color: #7990c3;
    line-height: 22px;
}

.scheme-user-function {
    margin-top: 84px;
    display: flex;
}

.scheme-user-function-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 379px;
    transition: all 0.5s;
}

.scheme-user-function-title {
    font-size: 20px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 42px;
    transition: all 0.5s;
}

.scheme-user-function-icon {
    width: 174px;
    margin-top: 49px;
    transition: all 0.5s;
}

.scheme-user-function-icon img {
    width: 100%;
}

.scheme-user-function-desc {
    opacity: 0;
    margin-top: 46px;
    transition: all 0.5s;
}

.scheme-user-function-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 27px;
}

.scheme-user-function-item:hover {
    background: linear-gradient(180deg, #e7efff, #f2f6ff 100%);
    border-radius: 24px;
    transform: translateY(-15px);
}

.scheme-user-function-item:hover .scheme-user-function-icon {
    margin-top: 22px;
    width: 126px;
}

.scheme-user-function-item:hover .scheme-user-function-desc {
    transform: translateY(-20px);
    opacity: 1;
}

/* scheme-advantage */
.scheme-advantage {
    width: 100%;
    margin: 0 auto;
    background: #f3f7ff;
}

.scheme-advantage-container {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.scheme-advantage-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1c2f5a;
    line-height: 35px;
}

.scheme-advantage-info {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #7990c3;
    line-height: 21px;
}

.scheme-advantage-list-bg {
    width: 100%;
    background: #fff;
    padding-top: 63px;
    padding-bottom: 80px;
}

.scheme-advantage-list {
    width: 1200px;
    margin: 0 auto;
}

.scheme-advantage-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scheme-advantage-item1 {}

.scheme-advantage-item2 {
    margin-top: 124px;
}

.scheme-advantage-item3 {
    margin-top: 148px;
}

.scheme-advantage-item4 {
    margin-top: 70px;
}

.scheme-advantage-item-img {
    transition: all 0.5s;
}

.scheme-advantage-item-img:hover {
    transform: translateY(-10px);
}

.scheme-advantage-item-img1 {
    width: 376px;
}

.scheme-pain-advantage .scheme-advantage-item {
    justify-content: flex-start;
}

.scheme-advantage-item-img2 {
    width: 478px;
}

.scheme-advantage-item-img3 {
    width: 528px;
}

.scheme-advantage-item-img4 {
    width: 414px;
}

.scheme-pain-advantage .scheme-advantage-item-img1 {
    width: 631px;
}

.scheme-pain-advantage .scheme-advantage-item-img2 {
    width: 705px;
}

.scheme-pain-advantage .scheme-advantage-item-img3 {
    width: 690px;
}

.scheme-advantage-item-content {}

.scheme-pain-advantage .scheme-advantage-item1 .scheme-advantage-item-content {
    margin-left: 106px;
}

.scheme-pain-advantage .scheme-advantage-item2 .scheme-advantage-item-img2 {
    margin-left: 19px;
}

.scheme-pain-advantage .scheme-advantage-item3 .scheme-advantage-item-content {
    margin-left: 85px;
}

.scheme-advantage-item-info {
    display: flex;
    align-items: center;
}

.scheme-advantage-item-info:nth-child(2) {
    margin-top: 16px;
}

.scheme-advantage-item-icon1 {
    width: 16px;
}

.scheme-advantage-item-icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

.scheme-advantage-item-point {
    display: inline-flex;
    width: 6px;
    height: 6px;
    background: #5882fd;
    border-radius: 50%;
}

.scheme-pain-advantage .scheme-advantage-item-point {
    background: #E02F3A;
}

.scheme-pain-advantage.scheme-pain-advantage2 .scheme-advantage-item-point {
    background: #FF6E38;
}

.scheme-pain-advantage.scheme-pain-advantage3 .scheme-advantage-item-point {
    background: #1EBE8C;
}

.scheme-pain-advantage.scheme-pain-advantage4 .scheme-advantage-item-point {
    background: #FFBD3C;
}

.scheme-pain-advantage.scheme-pain-advantage5 .scheme-advantage-item-point {
    background: #3C7EFF;
}

.scheme-pain-advantage.scheme-pain-advantage6 .scheme-advantage-item-point {
    background: #FF667D;
}

.scheme-advantage-item-title {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 34px;
}

.scheme-pain-advantage .scheme-advantage-item-title {
    color: #333;
}

.scheme-advantage-item-text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #7990c3;
    line-height: 50px;
}

.scheme-pain-advantage .scheme-advantage-item-text {
    color: #666;
}

/* scheme-flow */
.scheme-flow {
    width: 100%;
    background: #fff;
}

.scheme-flow-container {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

.scheme-flow.scheme-flow1 .scheme-flow-container {
    padding: 70px 0 82px;
}

.scheme-flow-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1c2f5a;
    line-height: 35px;
}

.scheme-flow-top {
    margin-top: 130px;
}

.scheme-flow-desc {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 21px;
}

.scheme-flow1 .scheme-flow-desc {
    color: #666;
}

.scheme-flow-list {
    display: flex;
    margin: 47px -12px 0;
}

.scheme-flow-item {
    width: 247px;
    margin: 0 12px;
    padding: 22px 16px;
    background: #e9f0ff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.5s;
}

.scheme-flow-item.active {
    width: 384px;
}

.scheme-flow-item-img {
    width: 342px;
}

.scheme-flow-item-content {
    margin-top: 27px;
    padding-left: 14px;
    ;
}

.scheme-flow-item-title {
    font-size: 26px;
    font-weight: 500;
    color: #2e6dff;
    line-height: 36px;
}

.scheme-flow-item-info {
    margin-top: 7px;
}

.scheme-flow-item-text {
    font-size: 18px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 25px;
}

.scheme-case {
    margin-top: 82px;
}

.scheme-case-tabs {
    display: flex;
    background: #edf2ff;
    height: 56px;
    border-radius: 28px;
}

.scheme-case-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% /6);
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    cursor: pointer;
}

.scheme-case-tab.active {
    background: #457eff;
    color: #fff;
    font-size: 20px;
    border-radius: 32px;
    transform: scale(1.14);
}

.scheme-case-content {
    margin-top: 60px;
    display: flex;
}

.scheme-case-circle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.scheme-case-circle-imgs {
    display: flex;
    align-items: center;
}

.scheme-case-circle-img-active {
    display: none;
    width: 79px;
}

.scheme-case-circle-img {
    display: inline-flex;
    width: 79px;
}

.scheme-case-circle-line {
    display: none;
    margin-left: 15px;
    width: 78px;
}

.scheme-case-circle-imgs.active .scheme-case-circle-img-active {
    display: inline-flex;
}


.scheme-case-circle-imgs.active .scheme-case-circle-img {
    display: none;
}

.scheme-case-circle-imgs.active .scheme-case-circle-line {
    display: inline-flex;
}

.scheme-case-link {
    width: 306px;
    height: 665px;
    border-radius: 24px;
    box-shadow: 0px 0px 16px 0px rgba(133, 155, 205, 0.69);
}

.scheme-case-link iframe {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: none;
}

.scheme-flow1 .scheme-case-link {
    margin-left: 24px;
}

.scheme-case-solve {
    margin-left: 102px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.scheme-case-solve-wrap {
    display: flex;
    align-items: center;
    flex: 1;
}

.scheme-flow1 .scheme-case-solve {
    margin-left: 0;
    padding: 37px 33px 50px 43px;
    background: #fff6f5;
    border-radius: 0 8px 8px 0;
}

.scheme-case-solve-title {
    font-size: 30px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 42px;
}

.scheme-flow1 .scheme-case-solve-title {
    color: #333;
}

.scheme-case-solve-desc {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #7990c3;
    line-height: 30px;
}


.scheme-flow1 .scheme-case-solve-desc {
    color: #666;
}

.scheme-case-solve-info {
    margin-top: 36px;
    display: flex;
    padding: 41px 20px;
    background: #eff4ff;
    border-radius: 16px;
}

.scheme-flow1 .scheme-case-solve-info {
    padding: 0;
    background: none;
    align-items: center;
}

.scheme-case-solve-qrcode {
    width: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scheme-flow1 .scheme-case-solve-qrcode {
    width: auto;
}

.scheme-case-solve-qrcode img {
    width: 175px;
}

.scheme-flow1 .scheme-case-solve-qrcode img {
    width: 155px;
}

.scheme-case-solve-qrcode-text {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 30px;
}

.scheme-case-solve-content {
    flex: 1;
    margin-left: 20px;
}

.scheme-case-solve-info-title {
    font-size: 18px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 21px;
}

.scheme-case-solve-info-desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #7990c3;
    line-height: 30px;
}

.scheme-case-solve-info-data {
    margin-top: 20px;
    display: flex;
}

.scheme-case-solve-info-item {
    width: 33.3333%;
}

.scheme-case-solve-info-num {
    font-size: 30px;
    font-weight: 600;
    color: #447dff;
    line-height: 42px;
}

.scheme-flow1 .scheme-case-solve-info-num {
    color: #333;
}

.scheme-case-solve-info-text {
    font-size: 16px;
    font-weight: 400;
    color: #7990c3;
    line-height: 30px;
}

.scheme-flow1 .scheme-case-solve-info-text {
    color: #666;
}

.scheme-case-solve-btns {
    margin-top: 76px;
}

.scheme-case-solve-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 171px;
    height: 51px;
    background: #457eff;
    border-radius: 34px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.scheme-case-solve-btn:hover {
    color: #ffffff;
}

.main.government .scheme-flow .scheme-case-solve-btn {
    background: #DF2E39;
}

.main.finance .scheme-flow .scheme-case-solve-btn {
    background: #FF7C48;
}

.main.medical .scheme-flow .scheme-case-solve-btn {
    background: #24C79C;
}

.main.tourism .scheme-flow .scheme-case-solve-btn {
    background: #FFA835;
}

.main.education .scheme-flow .scheme-case-solve-btn {
    background: #4E9EFF;
}

.main.consumption .scheme-flow .scheme-case-solve-btn {
    background: #FF5693;
}

/* scheme-more */
.scheme-more {
    width: 100%;
    background: #f3f7ff;
}

.scheme-more-container {
    width: 1200px;
    margin: 0 auto;
    padding: 63px 0 70px;
}

.scheme-more-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1c2f5a;
    line-height: 35px;
}

.scheme-more-desc {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 21px;
}

.scheme-more-list {
    display: flex;
    margin: 52px -12px 0;
}

.scheme-more-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 6);
    height: 180px;
    background: #ffffff;
    border-radius: 16px;
    margin: 0 12px;
    background: #fff;
    transition: all 0.5s;
}

.scheme-more-item:hover {
    box-shadow: 0px 0px 16px 0px rgba(69, 126, 255, 0.30);
}

.scheme-more-item-img {
    width: 80px;
}

.scheme-more-item-text {
    margin-top: 27px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 23px;
}


/* scheme-pain */

.scheme-pain {
    width: 100%;
    background: linear-gradient(180deg, #ffffff, #fff1f1 100%);
}

.scheme-pain-container {
    width: 1200px;
    margin: 0 auto;
}

.scheme-pain-container.scheme-pain-container1 {
    width: 100%;
}

.main.government .scheme-pain-bg {
    padding-top: 80px;
    background: url(../img/scheme_pain_bg1.png) no-repeat;
    background-size: 100% 100%;
}

.main.finance .scheme-pain-bg {
    padding-top: 80px;
    background: url(../img/scheme_pain_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.main.medical .scheme-pain-bg {
    padding-top: 80px;
    background: url(../img/scheme_pain_bg3.png) no-repeat;
    background-size: 100% 100%;
}

.main.tourism .scheme-pain-bg {
    padding-top: 80px;
    background: url(../img/scheme_pain_bg4.png) no-repeat;
    background-size: 100% 100%;
}

.main.education .scheme-pain-bg {
    padding-top: 80px;
    background: url(../img/scheme_pain_bg5.png) no-repeat;
    background-size: 100% 100%;
}

.main.consumption .scheme-pain-bg {
    padding-top: 80px;
    background: url(../img/scheme_pain_bg6.png) no-repeat;
    background-size: 100% 100%;
}

.scheme-pain-bg-container {
    width: 1200px;
    margin: 0 auto;
}


.scheme-pain-title-top {
    margin-top: 106px;
}

.scheme-pain-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 56px;
}

.scheme-pain-desc {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #666666;
    line-height: 21px;
}

.scheme-pain-list {
    display: flex;
    justify-content: space-between;
    margin-top: 99px;
}

.scheme-pain-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 384px;
    height: 276px;
    transition: all 0.5s;
    cursor: pointer;
}

.scheme-pain-item-icon {
    width: 130px;
    transition: all 0.5s;
}

.scheme-pain-item-text {
    margin-top: 18px;
    font-size: 24px;
    font-weight: 600;
    text-align: CENTER;
    color: #666666;
    line-height: 34px;
    transition: all 0.5s;
}

.scheme-pain-item-description {
    opacity: 0;
    margin-top: 44px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 22px;
    transition: all 0.5s;
}

.scheme-pain-item-icon-img1 {
    display: block;
}

.scheme-pain-item-icon-img2 {
    display: none;
}

.scheme-pain-item:hover {
    background: url(../img/scheme_pain_bg.png) no-repeat;
    background-size: 100% 100%;
}

.scheme-pain-item:hover .scheme-pain-item-icon-img1 {
    display: none;
}

.scheme-pain-item:hover .scheme-pain-item-icon-img2 {
    display: block;
}

.scheme-pain-item:hover .scheme-pain-item-description {
    opacity: 1;
    transform: translateY(-20px);
}

.scheme-pain-function {
    display: flex;
    margin: 75px -12px 0;
}

.scheme-pain-function-item {
    position: relative;
    width: 25%;
    margin: 0 12px;
    padding: 23px 30px;
    border-radius: 24px;
    transition: all 0.5s;
}

.scheme-pain-function-item:hover {
    transform: translateY(-10px);
}

.scheme-pain-function-item1 {
    background: linear-gradient(62deg, #3ad7a0 0%, #97e1c2 100%);
}

.scheme-pain-function-item2 {
    background: linear-gradient(62deg, #fe9156 0%, #fecc3f 100%);
}

.scheme-pain-function-item3 {
    background: linear-gradient(62deg, #5880fd 0%, #529efb 100%);
}

.scheme-pain-function-item4 {
    background: linear-gradient(61deg, #ff486a 0%, #fe99a0 100%);
}

.scheme-pain-function-title {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    line-height: 42px;
}

.scheme-pain-function-desc {
    margin-top: 8px;
}

.scheme-pain-function-text {
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 22px;
}

.scheme-pain-function-icon {
    position: absolute;
    right: 39px;
    top: -25px;
    width: 91px;
    height: 91px;
}


.template-vote {
    width: 100%;
    background-color: #fff;
}

.template-vote-container {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 30px;
}

.template-vote-search-wrap {
    position: relative;
    margin: 0 auto;
    width: 792px;
    padding: 4px;
    background-color: #fff;
    border-radius: 50px;
    transition: all 0.5s;
}

.template-vote-search-wrap.active {
    background-color: #d2dfff;
}

.template-vote-search-wrap.active .template-vote-search {
    background: #ffffff;
}

.template-vote-search {
    display: flex;
    width: 100%;
    height: 50px;
    background: #edf2f5;
    border: 1px solid #bfbfbf;
    border-radius: 25px;
    overflow: hidden;
}

.template-vote-search-icon {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.template-vote-search-icon .icon-search {
    color: #8d8d8d;
}

.template-vote-search-input {
    flex: 1;
    padding-left: 55px;
    padding-right: 140px;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 22px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 50px;
}

.template-vote-search-wrap.active .template-vote-search-close {
    opacity: 1;
}

.template-vote-search-close {
    opacity: 0;
    display: flex;
    position: absolute;
    right: 98px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    width: 22px;
    cursor: pointer;
    transition: all 0.5s;
}

.template-vote-search-close .icon-close {
    font-size: 12px;
    color: #8c8c8c;
}

.template-vote-search-close::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #E3E3E3;
}

.template-vote-search-wrap.active .template-vote-search-btns {
    opacity: 1;
}

.template-vote-search-wrap.active .template-vote-search.input .template-vote-search-btns .template-vote-search-btn {
    background: #447dff;
}

.template-vote-search-btns {
    opacity: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.template-vote-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 44px;
    border-radius: 22px;
    color: #fff;
    background: #6795ff;
    border: none;
}

.template-vote-tabs {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.template-vote-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 34px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    cursor: pointer;
}

.template-vote-tab.active,
.template-vote-tab:hover {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #447DFF;
    margin: 0;
    border-radius: 16px;
}


.template-vote .template-vote-container .template-vote-list {
    display: flex;
    flex-wrap: wrap;
    margin: 52px -12px 0;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item {
    padding: 20px 12px;
    width: 25%;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img {
    position: relative;
    width: 100%;
    height: 518px;
    border-radius: 16px;
    box-shadow: 0px 0px 6px 0px rgba(133, 155, 205, 0.69);
    overflow: hidden;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img:hover .template-vote-qrcode {
    display: flex;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img .template-item-img {
    width: 100%;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img .template-vote-qrcode {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img .template-vote-qrcode .template-vote-qrcode-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 167px;
    height: 195px;
    background: #ffffff;
    border-radius: 8px;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img .template-vote-qrcode .template-vote-qrcode-img img {
    width: 140px;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img .template-vote-qrcode .template-vote-qrcode-img p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #7990c3;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img .template-vote-qrcode .template-vote-create {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-item-img .template-vote-qrcode .template-vote-create a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 25px;
}

.template-vote-create-btn {
    margin-top: 20px;
}

.template-vote .template-vote-container .template-vote-list .template-vote-item .template-vote-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #1c2f5a;
    line-height: 30px;
}

.template-vote .template-vote-container .template-vote-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #7990c3;
    line-height: 30px;
}

/* example-service-list */

.example-service-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -12px 0;
}

.example-service-item {
    padding: 15px 12px;
    width: 25%;
}

.example-service_desc {
    display: block;
    width: 100%;
    height: 296px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 0px rgba(133, 155, 205, 0.69);
    overflow: hidden;
}

.example-service-content {}

.example-service-img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 16px;
}

.example-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.example-service-qrcode {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.example-service-img:hover .example-service-qrcode {
    display: flex;
}

.example-service-qrcode-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 162px;
    background: #ffffff;
    border-radius: 8px;
}

.example-service-qrcode-img img {
    width: 110px;
    height: 110px;
}

.example-service-qrcode-img p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 30px;
}

.example-service-info {
    padding: 0 20px;
}

.example-service-title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #1c2f5a;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.example-service-data {
    display: flex;
    justify-content: space-around;
    margin-top: 7px;
}

.example-service-data-num {
    font-size: 15px;
    font-weight: 400;
    color: #7990c3;
    line-height: 30px;
}

/* help_banner */
.help_banner {
    height: 514px;
    background: #3F72FA url(../img/help_banner_bg.png?v=1) no-repeat;
    background-size: cover;
}

.index-banner.help_banner .index_banner_content {
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.help-banner-title {
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: 80px;
}

.help-banner-input {
    position: relative;
    margin-top: 60px;
    width: 792px;
}

.help-banner-input i {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    color: #8d8d8d;
    font-size: 16px;
}

.help-banner-input input {
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 20px 0 56px;
    color: #1c2f5a;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border-radius: 58px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 16px 0px rgba(86, 115, 182, 0.35);
}

/* help-content */

.help-content {
    width: 100%;
    background: #fff;
}

.help-content .help-content-container {
    width: 1200px;
    margin: 0 auto;
    padding: 26px 0 92px;
}

.help-content .help-content-container .title {
    position: relative;
    margin-top: 50px;
    padding-left: 21px;
    font-size: 30px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 42px;
}

.help-content .help-content-container .title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 27px;
    background: #447dff;
    border-radius: 3px;
}

.help-content .help-content-container .help-question-list {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help-content .help-content-container .help-question-list .help-question-item {
    width: 384px;
    padding: 30px 36px;
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(158, 176, 198, 0.2);
    border-radius: 8px;
}

.help-content .help-content-container .help-question-list .help-question-item .help-question-img {
    display: flex;
}

.help-content .help-content-container .help-question-list .help-question-item .help-question-img img {
    width: 36px;
}

.help-question-item-title {
    margin-left: 22px;
    font-size: 20px;
    font-weight: 500;
    color: #1c2f5a;
    line-height: 28px;
}

.help-content .help-content-container .help-question-list .help-question-item .help-question-item-desc {}

.help-content .help-content-container .help-question-list .help-question-item .help-question-item-desc h4 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.help-question-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 43px 0;
}

.help-content .help-content-container .help-question-list .help-question-item .help-question-item-desc .help-question-link {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.help-content .help-content-container .help-question-list .help-question-item .help-question-item-desc .help-question-link span {
    margin-right: 5px;
    display: inline-flex;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    border-radius: 50%;
    background: #666;
}

.help-content .help-content-container .help-question-list .help-question-item .help-question-item-desc .help-question-more {
    display: block;
    margin: 0 -36px;
    padding-top: 18px;
    padding-left: 36px;
    ;
    font-size: 16px;
    font-weight: 400;
    color: #447dff;
    line-height: 22px;
    border-top: 1px solid #ededed;
}

.help-content .help-content-container .help-contact {
    margin-top: 80px;
}

.help-content .help-content-container .help-contact h3 {
    font-size: 36px;
    font-weight: normal;
    color: #333333;
    line-height: 36px;
    letter-spacing: 2px;
}

.help-content .help-content-container .help-contact .help-contact-list {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item {
    width: 590px;
    height: 180px;
    display: flex;
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(158, 176, 198, 0.2);
    border-radius: 24px;
    overflow: hidden;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item .help-contact-desc {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 30px;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item .help-contact-desc .help-contact-service {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 36px;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item .help-contact-desc .help-contact-service span {
    margin-left: 6px;
    font-size: 16px;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item .help-contact-desc .help-contact-mode {
    margin-top: 20px;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item .help-contact-desc .help-contact-mode p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #447dff;
    line-height: 22px;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item .help-contact-desc .help-contact-mode p .help-contact-icon {
    width: 16px;
    margin-right: 7px;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item .help-contact-img {
    display: flex;
    align-items: flex-end;
    height: 180px;
}

.help-content .help-content-container .help-contact .help-contact-list .help-contact-item .help-contact-img img {
    height: 100%;
}

.help-contact-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    width: 120px;
}

.help-contact-qrcode img {
    width: 100%;
}

.help-trends {
    padding: 20px 30px 30px;
}

.help-trends-title {
    display: flex;
}

.help-trends-title-text {
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 22px;
}

.help-trends-change {
    margin-left: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #447dff;
    line-height: 22px;
    cursor: pointer;
}

.example-service-nodata {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    font-size: 18px;
    font-weight: 400;
    color: #1c2f5a;
}

.help-trends-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.help-trends-item {
    display: none;
    align-items: center;
    width: 33.3333%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 22px;
}

.help-trends-item.active {
    display: flex;
}

.help-trends-item:hover {
    color: #447DFF;
}

.help-trends-item-text {
    max-width: 17em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.help-trends-item-point {
    margin-right: 27px;
    display: inline-flex;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-radius: 50%;
    background: #1C2F5A;
}

.help-question {
    margin-top: 50px;
    width: 100%;
    height: 205px;
    padding: 38px 50px;
    background: url(../img/help_question.png) no-repeat;
    background-size: 100% 100%;
}

.help-question-title {
    font-size: 30px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 42px;
}

.help-question-desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #7990c3;
    line-height: 22px;
}

.help-question-btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 46px;
    font-size: 20px;
    border-radius: 46px;
}

/* article-topbar */

.article-topbar {
    width: 100%;
    height: 80px;
}

.article-topbar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 10;
}

.article-topbar-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.article-topbar-logo {
    width: 235px;
    cursor: pointer;
}

.article-topbar-logo img {
    width: 100%;
}

.article-topbar-search {
    position: relative;
    margin-left: 33px;
    width: 680px;
    height: 40px;
}

.article-topbar-search .icon-search {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #abb2ba;
}

.article-topbar-input {
    width: 100%;
    height: 100%;
    padding: 0 15px 0 38px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #abb2ba;
    line-height: 22px;
    background: #f0f2f5;
    border-radius: 8px;
}

/* help */
/* help-detail */
.help-wrapper {
    padding: 60px 0;
}

.help-main {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.help-side {
    width: 23%;
    color: #666;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.help-side .side-item {
    width: 100%;
    background-color: #fff;
}

.help-side .side-item:last-child {
    border-bottom: none;
}

.side-item .side-title {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.side-item .side-title p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.side-item .side-title a {
    font-size: 12px;
    color: #aaa;
}

.side-item .side-title span {
    vertical-align: middle;
}

.side-item .iconfont {
    font-size: 8px;
    vertical-align: middle;
    margin-right: 6px;
}

.side-list {
    display: none;
    font-size: 14px;
}

.side-item.active .side-list {
    display: block;
}

.side-list li {
    width: 100%;
    margin-top: 12px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-list li:first-child {
    margin-top: 0;
}

.side-list li a {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #3b4d76;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* .side-list li a::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 19px;
    background-color: #000;
    width: 2px;
    height: 2px;
    border-radius: 50%;
  } */

.side-list li a:hover,
.side-list li a.active {
    background-color: #f7f8ff;
    color: #447dff;
    border-radius: 8px;
}

.side-list li.active {
    background-color: #666;
}

.help-contain {
    flex: 1;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.help-contain .article {
    padding: 20px 40px;
}

.article img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.help-contain .article .title {
    font-size: 30px;
    font-weight: normal;
    line-height: 2;
}

.help-contain .article .date {
    color: #aaa;
    font-size: 14px;
}

.help-contain .article .c-line {
    margin-top: 25px;
    margin-bottom: 35px;
}

.help-contain .article .article-content {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.7rem;
}

.article_help_btn {
    padding: 5px 15px;
    border: 1px solid #1b9efc;
    color: #1b9efc;
    border-radius: 5px;
    background: transparent;
}

.article_help_btn:hover {
    background: #1b9efc;
    color: #fff;
    border: 1px solid transparent;
}


/* case */

.case_more {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.case_more_type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_more_type_text {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.case_more_tabs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.case_more_tab {
    position: relative;
    margin: 0 10px;
    padding: 10px;
    color: #4A4A4A;
    font-size: 14px;
    transition: all 0.3s;
}

.case_more_tab.active {
    color: #333;
    font-size: 16px;
}

.case_more_tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #333;
    transform: translate(-50%);
}

.case_more_content_wrap {
    margin-top: 20px;
}

.case_more_content {
    display: none;
    flex-wrap: wrap;
}

.case_more_content.active {
    display: flex;
}

.case_more_content-item {
    width: 33.3333%;
    padding: 15px 10px;
}

.case_more_content_desc {
    display: block;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgb(153 167 202 / 20%);
    border-radius: 8px;
    overflow: hidden;
}

.case_more_content_text {
    width: 100%;
}

.case_more_content_text img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    vertical-align: middle;
}

.case_more_content_text h4 {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
}

.case_more_content-info {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 20px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case_article_item {
    display: flex;
    margin-bottom: 20px;
    padding: 0 20px;
}

.case_article_item_img {
    width: 150px;
    height: 100px;
    background-color: #AAAAAA;
    border-radius: 8px;
}

.case_article_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.case_article_item_text {
    margin-left: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.case_article_item_title {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
}

.case_article_item_desc {
    margin: 0;
    width: 100%;
    color: #aaa;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

/* about-banner */
.about-banner {
    width: 100%;
    height: 500px;
    background: #3F72FA url(../img/about_banner_bg.png?v=1) no-repeat;
    background-size: cover;
}

.about-banner-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.about-banner-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about-banner-title {
    font-size: 56px;
    font-weight: 600;
    color: #ffffff;
    line-height: 80px;
}

.about-service {
    position: relative;
    width: 100%;
    padding: 192px 0 146px;
    background: #fff;
}

.about-service-container {
    width: 1200px;
    margin: 0 auto;
}

.about-service-data {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
    height: 192px;
    /* background: linear-gradient(180deg, #f1f5fb, #fefefe 100%); */
    background: url(../img/about_service_bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    z-index: 1;
}

.about-service-item {
    display: flex;
}

.about-service-item-img {
    width: 90px;
    transition: all 0.5s;
}

.about-service-item:hover .about-service-item-img {
    transform: translateY(-10px);
}

.about-service-item-img img {
    width: 100%;
}

.about-service-item-content {
    margin-left: 15px;
}

.about-service-item-num {
    display: flex;
    align-items: flex-end;
}

.about-service-item-num .num {
    font-size: 45px;
    font-weight: 700;
    color: #1c2f5a;
}

.about-service-item-num .subfix {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 22px;
}

.about-service-item-text {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 22px;
}

.about-service-introduction {
    display: flex;
    margin-top: 82px;
}

.about-service-introduction-img {
    width: 588px;
    height: 327px;
    background: #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
}

.about-service-introduction-img img {
    width: 100%;
}

.about-service-introduction-content {
    flex: 1;
}

.about-service-introduction-title {
    margin-top: 14px;
    font-size: 30px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 35px;
}

.about-service-introduction-info {
    margin-top: 54px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 30px;
}

.about-corporate {
    width: 100%;
    padding: 72px 0 86px;
    background: #f5f6fa;
}

.about-corporate-container {
    width: 1200px;
    margin: 0 auto;
}

.about-corporate-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1c2f5a;
    line-height: 35px;
}

.about-corporate-desc {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #7990c3;
    line-height: 21px;
}

.about-corporate-list {
    display: flex;
    margin: 89px -12px 0;
}

.about-corporate-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 12px;
    padding: 0 36px;
    width: calc(25% - 24px);
    height: 320px;
    background: url(../img/about_corporate_bg1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
    cursor: pointer;
}

.about-corporate-item:hover {
    background: url(../img/about_corporate_bg.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-10px);
}

.about-corporate-item-img {
    width: 100px;
}

.about-corporate-item-img img {
    width: 100%;
}

.about-corporate-item-title {
    margin-top: 9px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #1c2f5a;
    line-height: 34px;
}

.about-corporate-item-desc {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #55668b;
    line-height: 22px;
}

.about-contact {
    width: 100%;
    padding: 97px 0 92px;
    ;
    background: #ffffff;
}

.about-contact-container {
    width: 1200px;
    margin: 0 auto;
}

.about-contact-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-contact-item {
    display: flex;
    align-items: center;
    margin: 0 12px;
    width: 486px;
    height: 180px;
    /* background: linear-gradient(180deg, #ecf2ff, #ffffff 100%); */
    background: url(../img/about_contact_bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
}

.about-contact-qrcode {
    padding-left: 45px;
    width: 126px;
}

.about-contact-qrcode img {
    width: 100%;
}

.about-contact-desc {
    margin-left: 33px;
}

.about-contact-service {
    font-size: 26px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 36px;
}

.about-contact-mode {
    padding-top: 10px;
    ;
}

.about-contact-mode-text {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #447dff;
    line-height: 22px;
}

.about-contact-icon {
    width: 16px;
    margin-right: 7px;
}


/* case-detail */
.case-detail {
    width: 100%;
    padding: 113px 0 38px;
    background: #ffffff;
}

.case-content {
    position: relative;
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.case-img {
    position: relative;
    width: 330px;
    height: 635px;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 0px rgba(121, 144, 195, 0.61);
    overflow: hidden;
}

#voteiframe {
    width: 100%;
    height: 100%;
}

#voteiframe iframe {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.case-theme {
    flex: 1;
    margin-left: 78px;
}

.case-theme-title {
    font-size: 35px;
    font-weight: 500;
    color: #1c2f5a;
    line-height: 49px;
}

.case-theme-rule {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    margin: 0 -12px;
}

.case-theme-rule-text {
    margin: 16px 12px 0;
    padding: 7px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #7990c3;
    line-height: 31px;
    background: #f3f8ff;
    border-radius: 23px;
}

.case-perfrom-wrap {
    display: flex;
    margin-top: 57px;
}

.case-prefrom-content {}

.case-perform-list {
    display: flex;
    justify-content: space-around;
    width: 510px;
    height: 192px;
    background: #f6f9ff;
    border-radius: 16px;
}

.case-perform-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.case-perform-field {
    font-size: 45px;
    font-weight: 700;
    color: #1c2f5a;
    line-height: 71px;
}

.case-perform-desc {
    font-size: 18px;
    font-weight: 400;
    color: #7990c3;
    line-height: 31px;
}

.case-perfrom-qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    width: 180px;
    height: 192px;
    background: #f6f9ff;
    border-radius: 16px;
}

.case-perfrom-qrcode-img {
    width: 150px;
}

.case-perfrom-qrcode-text {
    font-size: 18px;
    font-weight: 400;
    color: #7990c3;
    line-height: 30px;
}

.case-description {
    margin-top: 50px;
}

.case-description-title {
    position: relative;
    padding-left: 18px;
    font-size: 30px;
    font-weight: 600;
    color: #1c2f5a;
    line-height: 42px;
}

.case-description-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 27px;
    background: #447DFF;
    border-radius: 3px;
}

.case-description-desc {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 30px;
}

.case_description_vote {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -12px 0;
}

.vote-item-box {
    width: 50%;
    padding: 14px 12px;
}

.vote-item-cover-wrap {
    position: relative;
    min-height: 200px;
}

.vote-item-cover {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px rgba(121, 144, 195, 0.33);
    overflow: hidden;
}

.vote-item-cover img {
    width: 100%;
}

.vote-item-info {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 11px 22px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(28, 47, 90, 0.00), #1c2f5a 100%);
    border-radius: 16px;
}

.vote-item-title {
    font-size: 20px;
    font-weight: 600;
    text-align: LEFT;
    color: #ffffff;
    line-height: 30px;
}

.vote-item-sub-title {
    margin-top: 11px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 19px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.case-prev-wrap {}

.case-prev-wrap p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #1c2f5a;
    line-height: 30px;
}

/* page_scroll */

.page_scroll {
    display: none;
    width: 58px;
    height: 58px;
    position: fixed;
    top: 80%;
    left: 50%;
    margin-left: 628px;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.page_scroll.active {
    display: block;
}

.page_scroll img {
    width: 100%;
}

.detail-banner-warp {
    width: 100%;
    height: 500px;
    background: url(../img/about_banner.png?v=1) no-repeat;
    background-size: 100% 100%;
}

.detail-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.detail-banner h2 {
    font-size: 42px;
    font-weight: normal;
    color: #fff;
    line-height: 42px;
    letter-spacing: 3px;
}

.detail-banner p {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
}

.detail-banner .back_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 120px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 34px;
    padding: 0;
    margin-top: 20px;
}

.about-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-contain {
    width: 1200px;
    margin: 0 auto;
}

.about-contain .article {
    width: 1200px;
    margin: 0 auto;
}


/* service */
.service .service-banner {
    width: 100%;
    height: 500px;
    background: url(../img/about_banner.png) no-repeat;
    background-size: 100% 100%;
}

.service .service-banner .service-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.service .service-banner .service-banner-container .service-banner-title {
    text-align: center;
}

.service .service-banner .service-banner-container .service-banner-title h2 {
    font-size: 42px;
    font-weight: normal;
    color: #fff;
    line-height: 42px;
    letter-spacing: 3px;
}

.service .service-banner .service-banner-container .service-banner-title p {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
}

.service-list {
    width: 100%;
}

.service-list .service-list-container {
    width: 1196px;
    margin: -124px auto 100px;
    display: flex;
    justify-content: space-between;
}

.service-list .service-list-container .service-item {
    width: 282px;
}

.service-list .service-list-container .service-item .service-item-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.service-list .service-list-container .service-item .service-item-content .service-item-recommend {
    position: absolute;
    left: -90px;
    top: 14px;
    width: 100%;
    height: 24px;
    background: linear-gradient(180deg, #fe4848 0%, #fe7348 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: rotate(-45deg);
}

.service-list .service-list-container .service-item .service-item-content .service-item-recommend span {
    font-size: 10px;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version {
    padding: 30px 40px;
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0px 12px 35px 0px rgb(191 193 200 / 30%);
    overflow: hidden;
    transition: all 0.3s;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service_version {
    width: 100%;
}

.service-list .service-list-container .service-item .service_version_icon {
    width: 66px;
}

.service-list .service-list-container .service-item .service_version_icon img {
    width: 100%;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service_version_title {
    margin-top: 20px;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service_version_info {
    margin-top: 13px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
}

.service_version_compare {
    margin-top: 30px;
}

.service_compare .service_compare_price {}

.service_compare .service_compare_price_num {
    font-size: 57px;
    font-weight: 400;
    color: #333333;
}

.service_compare .service_compare_price_icon {
    font-size: 30px;
    color: #333333;
}

.service_compare .service_compare_price_suffix {
    font-size: 20px;
    color: #999;
    line-height: 30px;
}

.service_compare_btns {
    margin-top: 40px;
}

.service_compare_btns .service_compare_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 204px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 42px;
    cursor: pointer;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.active {
    background: linear-gradient(135deg, #3f8cfc 0%, #2b7ffd 100%);
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.active .service_version_title {
    color: #fff;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.active .service_version_title {
    color: #fff;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.active .service_version_info {
    color: #fff;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.active .service_compare_price_icon {
    color: #fff;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.active .service_compare_price_num {
    color: #fff;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.active .service_compare .service_compare_price_suffix {
    color: #fff;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.active .service_compare_btns .service_compare_btn {
    color: #2f82fd;
    background: #ffffff;
}

.service-list .service-list-container .service-item .service-item-content .service-item-body .service-item-version.free .service_compare_btns .service_compare_btn {
    color: #2f82fd;
    background: #ffffff;
    border: 1px solid;
}

.service-item-info {
    padding: 14px 20px 30px;
}

.service-item-info .service-info-list:last-child .service-info-rule-wrap:last-child {
    padding-bottom: 0;
    border: none;
}

.service-item-info .service-info-list .service-info-list-title {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.service-item-info .service-info-list .service-info-rule {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.service-item-info .service-info-list .service-info-rule .service-info-rule-wrap:nth-child(2) {
    padding-top: 10px;
}

.service-item-info .service-info-list .service-info-rule .service-info-rule-wrap:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(217, 218, 223, 0.3);
}

.service-item-info .service-info-list .service-info-rule .service-info-rule-left .service-info-rule-text {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.service-item-info .service-info-list .service-info-rule .service-info-rule-right .service-info-rule-text {}

.service-item-info .service-info-list .service-info-rule .service-info-rule-right .service-info-rule-text img {
    width: 16px;
    vertical-align: middle;
}

.service-item-info .service-info-list .service-info-rule .service-info-rule-right .service-info-rule-text.support {
    font-size: 12px;
    color: #2f82fd;
}

.service-item-info .service-info-list .service-info-rule .service-info-rule-right .service-info-rule-text.nonsupport {
    font-size: 12px;
    color: #fa7575;
}

.service-item-info .service-info-list .service-info-rule .service-info-rule-right .service-info-rule-text .text-style_rule {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

/* help-news-wrapper */
.help-news-wrapper {}

.help-news-list {
    padding: 0px 20px;
}

.help-news-item {
    display: block;
    margin-bottom: 20px;
    padding: 0 20px;
    cursor: pointer;
}

.help-news-title {
    margin: 0;
    padding: 20px 0;
    color: #333;
    font-size: 16px;
}

.help-news-desc {
    margin: 0;
    width: 100%;
    color: #aaa;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.help-news-item:hover {
    background: #f8f9fa;
}

.help-news-item:hover .help-news-title {
    color: #497aff;
}

/* news-contain */
.news-contain-title {
    display: flex;
    align-items: center;
    height: 64px;
    font-size: 30px;
    font-weight: normal;
    margin-left: 40px;
    margin-bottom: 20px;
}

.news-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}

/* .news-item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #f2f2f2;
    left: 44px;
    top: 0px;
  } */

.news-item .news-pic {
    width: 200px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.news-pic img {
    width: 100%;
    height: 100%;
}

.news-info {
    width: 850px;
    display: inline-block;
    vertical-align: top;
}

.news-info .news-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 40px;
}

.news-info .news-desc {
    color: #a6aaad;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-info .news-date {
    font-size: 14px;
    color: #a6aaad;
    margin-top: 10px;
}

.news-pagination {
    font-size: 16px;
    text-align: center;
}

.livechat-girl {
    bottom: 80px !important;
}

@keyframes move {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* contact */

.margin-top-8 {
    margin-top: 8px;
}

.contact {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    z-index:10;
}

.contact-container {}

.contact-item {
    position: relative;
    padding-left:10px;
}

.contact-item-phone-wrap{
    width: 72px;
    background: #487FED;
    border-radius: 16px 16px 0 0;
}

.contact-item-phone{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:18px 12px;
    border-radius:16px 16px 0 0;
    background: rgba(255,255,255,0.21);
}
.contact-item:hover .contact-item-phone{
    background: #487FED;
}


.contact-item-phone img{
    width: 24px;
    height: 24px;
}

.contact-item-phone-text{
    margin-top:5px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
}

.contact-item-qrcode-wrap{
    width: 72px;
    background: #487FED;
    border-radius: 0 0 16px 16px;
}
.contact-item-qrcode{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:18px 12px;
    border-radius: 0 0 16px 16px;
    background: rgba(255,255,255,0.21);
}

.contact-item:hover .contact-item-qrcode{
    background: #487FED;
}

.contact-item-qrcode img{
    width: 24px;
    height: 24px;
}

.contact-item-qrcode-text{
    margin-top:5px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
}

.contact-phone{
    display: none;
    position: absolute;
    right:100%;
    top:0;
    padding:0 16px;
    width: 209px;
    background: #FFFFFF;
    box-shadow: 0px 0px 19px 0px rgba(98,118,170,0.25);
    border-radius: 16px 16px 16px 16px;
}

.contact-item:hover .contact-phone{
    display: block;
}

.contact-item:hover .contact-qrcode{
    display: block;
}

.contact-phone-item{
    display: flex;
    padding:16px 0;
}

.contact-phone-item:first-child{
    border-bottom:1px solid rgba(75,144,253,0.19);
}

.contact-phone-item-name{
    font-size: 14px;
    font-weight: 500;
    color: #7990C3;
    line-height: 19px;
    white-space: nowrap;
}

.contact-phone-number{
    margin-left:16px;
    font-size: 14px;
    font-weight: 400;
    color: #1C2F5A;
    line-height: 19px;
}

.contact-qrcode{
    display: none;
    position: absolute;
    right:100%;
    top:-84px;
    padding:0 16px;
    width: 136px;
    background: #FFFFFF;
    box-shadow: 0px 0px 19px 0px rgba(98,118,170,0.25);
    border-radius: 16px 16px 16px 16px;
}

.contact-qrcode-item{
    display: flex;
    flex-direction: column;
    padding:16px 0;
}

.contact-qrcode-item:first-child{
    border-bottom:1px solid rgba(75,144,253,0.19);
}

.contact-qrcode-item-name{
    font-size: 14px;
    font-weight: 500;
    color: #7990C3;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
}
.contact-qrcode-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:8px;
    width: 100px;
    height: 100px;
    padding: 4px;
    border-radius: 6px;
    border: 1px solid #7990C3;
}
.contact-qrcode-img img{
    width:100%;
}