html {
    overflow-y: overlay;
}

body {
    margin: 0;
    background-color: #ecf3fd;
}

.indexContainer {
    background-size: cover;
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
}

[v-cloak] {
    display: none;
}

span,
p,
h3 {
    font-family: Microsoft YaHei;
    font-weight: normal;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;

}

.menulogo {
    width: 65px;
}

.fix_icon_box {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -75px;
    width: 70px;
    border-radius: 36px;
    height: 150px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    box-shadow: 0px 0px 7px 0px rgba(197, 90, 130, 0.16);
    background: white;
    z-index: 10;
}

.fix_icon_box img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.container {
    box-sizing: border-box;
    min-width: 1400px;
    position: relative;
    padding-bottom: 580px;
    min-height: 100%;
}

.container header {
    width: 100%;
}

.indexContainer header {
    border-bottom: 10px solid #0065f6;
}

.container .content {
    height: 70px;
    margin: 0 auto;
}

.content_tag_box {
    width: 100% !important;
}

.container footer {
    background: #0d0325;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: column;
    padding-top: 45px;
}

.partnerBox {
    display: grid;
    grid-template-rows: repeat(7, 127px);
    gap: 30px;
}

.partnerItem {
    background: #CCE0FD;
    border-radius: 10px;
    display: grid;
    padding: 20px;
    grid-template-columns: 178px 1fr 40px;
    align-items: center;
    gap: 20px;
}

.partnerItem p {
    font-weight: 400;
    font-size: 18px;
    color: #2C2C2C;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.partnerItem i.arrow {
    display: block;
    color: #0065F6;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
}

.text_btn {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.bg_btn {
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    color: white;
    background: #43BFEF;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
}


.nav {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    background: #d4e5fc;
}

.header_menus {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
}

.nav .text_btn {
    font-weight: 400;
    font-size: 24px;
    color: #0065F6;
}

.nav .text_btn.active {
    font-weight: bold;
    font-size: 30px;
    color: #0065F6;
}

.menus_box {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}

.banner_content_box {
    position: relative;
}

.banner_content {
    display: grid;
    grid-template-columns: 406px 1fr;
    gap: 70px;
    padding-top: 65px;
    width: 1200px;
    margin: 0 auto;
}

.banner_tag {
    position: absolute;
    top: 4vw;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    padding-left: 80px;
}


.contentBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 100px;
}

.bannerContent {
    display: grid;
    grid-template-columns: 590px 1fr;
    gap: 70px;
    padding-top: 6vw;
}


.productContainer img.banner_bg,
.aboutusContainer img.banner_bg {
    width: 100%;
}

.productContainer .bannerContent,
.aboutusContainer .bannerContent {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.productContainer .bannerContent {
    grid-template-columns: 406px 1fr;
}

.productContainer .bannerContent .rightBox h3.title,
.productContainer .bannerContent .rightBox p {
    color: #fff
}

.productContainer p.index_title,
.aboutusContainer p.index_title {
    font-weight: 400;
    font-size: 36px;
    color: #0065F6;
}

.productContainer .divider,
.aboutusContainer .divider {
    background: #E93637;
}

.aboutusContainer .banner_content_box {
    display: flex;
    align-items: center;
}

.aboutusContainer .bannerContent {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding-top: 0;
    gap: 25px;
}

.aboutusContainer .bannerContent .title {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
}

.aboutusContainer .bannerContent .smallSubTitle {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 23px;
}

.aboutusContainer .contentBox {
    margin-top: 100px;
    gap: 30px;
}

.bannerTextDivider {
    width: 55px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
}

.bannerContent .rightBox {
    display: flex;
    gap: 35px;
    flex-flow: column;
    justify-content: center;
}

.bannerContent .rightBox h3.title {
    font-weight: bold;
    font-size: 36px;
    color: #2C2C2C;
}

.bannerContent .rightBox .subtitle {
    font-weight: 400;
    font-size: 36px;
    color: #4792fd;
    line-height: 55px;
    white-space: nowrap;
}

.bannerContent .rightBox .smallSubTitle {
    font-weight: 400;
    font-size: 14px;
    color: #B0B8C8;
    line-height: 23px;
}

img.cooimg {
    margin-top: 2px;
}

.cooContent {
    display: grid;
    grid-template-rows: repeat(3, auto);
    gap: 60px;
}

.cooContent p.contentItem {
    display: grid;
    grid-template-columns: 30px 1fr;
}

.cooContent .contentText {
    font-weight: 400;
    font-size: 18px;
    color: #2C2C2C;
    line-height: 23px;
}

.desContentBox {
    background: white;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(3, 250px);
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
}

input.onlineConsultation {
    width: 100px;
    height: 38px;
    background: #0065F6;
    border-radius: 4px;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.desItem {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    text-align: center;
}

.desItem h3 {
    font-weight: bold;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 23px;
}

.desItem p {
    font-weight: 400;
    font-size: 12px;
    color: #2C2C2C;
    line-height: 23px;
}

.profileContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.profileLeftBox p {
    font-weight: 400;
    font-size: 14px;
    color: #2C2C2C;
    text-indent: 2em;
    line-height: 23px;
}

.theme_text {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 1vw;
    line-height: 80px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 38px;
    color: #FFFFFF;
}

.product_theme_text {
    text-align: left;
}

p.theme_text_vice {
    margin: 0;
    font-size: 40px;
    font-family: FZFW Qing Yin TiS;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 55px;
}

input.experience_btn {
    width: 127px;
    height: 40px;
    border: 1px solid #d4e5fc;
    border-radius: 20px;
    background: #FFFFFF;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D4C5F5;
    line-height: 36px;
    margin-top: 60px;
    cursor: pointer;
}

.tag_item li {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    width: auto;
    font-size: 1.5vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: white;
    border-radius: 20px;
    padding: 3px 15px;
}

.content_item_box {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    padding-top: 0.5em;
}

.content_item {
    background-size: cover !important;
    width: 550px;
    float: right;
    padding: 25px;
    border-radius: 10px;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin: 0 30px 50px 0;
    position: relative;
}

.content_item:first-child {
    margin-top: 300px;
}

.content_item h4 {
    margin: 0;
    font-size: 36px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    margin: 10px 0px 30px 0;
}

.content_item h5 {
    font-size: 32px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #9BABB1;
    margin: 0;
    margin-top: 15px;
}

.content_item .content_item_tag {
    margin: 6px 0;
    font-size: 30px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #9BABB1;
    line-height: 56px;
}

.content_item .content_item_tag .label {}

.content_item img {
    position: absolute;
}

.content_item {
    background: #D7EDFF;
    right: 0px;
}

.infobg1 {
    height: 460px;
}

.infobg1 img {
    right: 0;
    width: 180px;
    bottom: 0;
}

.infobg1 .infobgimg1 {
    top: -250px;
    right: -10px;
    width: 719px;
}

.infobgimg6 {
    width: 628px;
    position: absolute;
    bottom: -160px !important;
    left: 0px;
}

.infobg2 {
    padding-bottom: 100px;
}

.infobg2 img {
    right: 30px;
    bottom: 10px;
}

.infobg3 {
    padding-bottom: 70px;
}

.infobg3 img {
    right: 20px;
    bottom: 20px;
    width: 220px;
}

.infobg4 {
    padding-bottom: 70px;
}

.infobg4 img {
    bottom: 30px;
    right: 82px;
    width: 220px;
}

.infobg5 {
    padding-bottom: 70px;
}

.infobg5 img {
    width: 210px;
    right: 20px;
    bottom: 30px;
}


.flex_wrap_content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex-wrap: wrap;
}


.footer_content {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    flex-flow: column;
}

.footer_content .company_info {
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.6;
    text-align: center;
    width: 100%;
    height: 130px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid #666;
    margin-top: 40px;
}



.footer_content .company_logo img {
    width: 179px;
}

.index_title_box {
    display: grid;
    gap: 26px;
}

.index_title_box.right_title_box {
    display: grid;
    justify-items: right;
}

p.index_title {
    font-weight: 400;
    font-size: 36px;
    color: #cdcdcd;
}

.index_sub_title {
    font-weight: 400;
    font-size: 18px;
    color: #0065F6;
    line-height: 23px;
}

.divider {
    width: 55px;
    height: 6px;
    background: #cdcdcd;
    border-radius: 3px;
}

.sub_title {
    font-weight: 400;
    font-size: 14px;
    color: #cdcdcd;
}

.sub_title .vice_title {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003A53;
    line-height: 51px;
    opacity: 0.5;
}

.sub_title p {
    display: inline-block;
    margin: 0px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 44px;
    opacity: 0.6;
    position: relative;
}

.sub_title p::before {
    content: "";
    width: 130%;
    height: 16px;
    background: #FF9E47;
    opacity: 0.3;
    border-radius: 8px;
    position: absolute;
    left: -15%;
    bottom: 5px;
}

.sub_title .dot_left::after,
.sub_title .dot_right::after {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #F7A8D9;
    border-radius: 50%;
    vertical-align: middle;
}

.sub_title .dot_left::before,
.sub_title .dot_right::before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #79C2FF;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 14px;
}

.dot_left {
    margin-right: 50px;
}

.dot_right {
    margin-left: 50px;
}

.sub_title .dot_right {
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: sub;
}

.flex_content {
    display: flex;
    justify-content: space-between;
}

.flex_content_around {
    width: 1200px !important;
    display: flex;
    justify-content: space-around;
}

.serviceItem {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    height: 240px;
}

.serviceItem img {
    display: block;
    margin: 0 auto;
    width: 196px;
}

.serviceItem h3 {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    line-height: 40px;
    margin: 0;
}

.serviceItem p {
    text-align: center;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    line-height: 40px;
    opacity: 0.5;
    margin: 0;
}

.inquiry_info {
    height: 277px;
    background: #003A53;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 80px;
    text-align: center;
}

.inquiry_info h3 {
    font-size: 30px;
    color: #fff;
}

.inquiry_info p {
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #fff;
    margin-bottom: 35px;
}

.in_btn {
    width: 147px;
    height: 47px;
    background: #FFFFFF;
    color: #43BFEF;
    border-radius: 24px;
    margin: 0 auto;
    line-height: 46px;
    cursor: pointer;
    text-decoration: none;
}


.funcs_box {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    grid-template-rows: repeat(2, 200px);
    justify-content: center;
    width: 1201px;
    height: 589px;
    background: #FFFFFF;
    border-radius: 10px;
    align-items: center;
    align-content: center;
    row-gap: 80px;
    column-gap: 100px;
}

.funcs_box.product_funcs_box {
    grid-template-columns: repeat(3, 330px);
    grid-template-rows: repeat(1, 200px);
    padding: 40px;
    box-sizing: content-box;
    height: auto;
}

.funcs_item {
    width: 200px;
    height: 200px;
    background: #0066f533;
    border-radius: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 15px;
}

.product_funcs_box .funcs_item {
    width: 330px;
    height: 165px;
}

.funcs_item h3 {
    font-weight: 400;
    font-size: 24px;
    color: #223266;
    line-height: 23px;
}

.funcs_box:not(.product_funcs_box) .funcs_item:first-child {
    background: #0065F6;
}

.funcs_box:not(.product_funcs_box) .funcs_item:first-child h3 {
    color: #fff;
}

.serve_box {
    display: grid;
    grid-template-columns: repeat(4, 260px);
    grid-template-rows: repeat(2, 100px);
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 50px;
}

.orderBox {
    display: grid;
    grid-template-columns: repeat(4, 280px);
    grid-template-rows: 200px 200px;
    gap: 25px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.orderItem {
    width: 280px;
    height: 200px;
    background: #fff;
    border-radius: 10px;
    display: grid;
    justify-items: center;
    padding: 14px;
    align-content: center;
    gap: 20px;
}

.orderItem h3 {
    font-weight: 400;
    font-size: 18px;
    color: #2C2C2C;
    line-height: 23px;
}

.orderItem p {
    font-weight: 400;
    font-size: 14px;
    color: #2C2C2C;
    line-height: 23px;
}

.swiper-container {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.swiper-slide {
    width: 33%;
}


img.user_head {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 6px;
    margin-right: 10px;
}

.img_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_info {
    display: flex;
    align-items: center;
}

.swiper_text p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 44px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 100px;
    height: 10px;
    background: #FF9E47;
    border-radius: 5px;
}

span.swiper-pagination-bullet {
    width: 48px;
    height: 10px;
    background: #FF9E47;
    border-radius: 5px;
}


.type_box {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
    background: white;
    border-radius: 10px;
    margin-top: -240px;
    position: relative;
    z-index: 2;
}

.type_item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 210px;
    background: #FFFFFF;
    border-radius: 25px;
}


.type_title_box {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

.type_title {
    font-size: 28px;
    color: #000000;
}

.type_subtitle {
    font-size: 20px;
    color: #999999;
}

.yj_box {
    background: white;
    padding: 90px 0;
}

.index_grid_box {
    display: flex;
    justify-content: center;
    column-gap: 48px;
}

.index_grid_item {
    width: 289px;
    height: 420px;
    background: #F5F7FA;
    border-radius: 10px;
}

.index_grid_item h3 {
    width: 289px;
    height: 85px;
    background: #FD8442;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
}

.index_grid_item p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 51px;
    padding: 0 45px;
}

.index_grid_item span {
    display: block;
    width: 128px;
    height: 46px;
    background: #FD8442;
    border-radius: 23px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}

.productValue {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.text_content {
    width: 450px;
    white-space: normal;
}

.text_content h3 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.text_content p {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 57px;
    margin: 0;
}

.contactus_box {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 80px;
    margin-bottom: 70px;
}

.left_form_box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    display: grid;
    gap: 30px;
}

.contactusbanner {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

input[type="text"]::-webkit-input-placeholder {
    color: #CCCCCC;
    /* 设置占位文字颜色为红色 */
}

.contactus_input {
    width: 100%;
    height: 61px;
    border: 1px solid #CDCDCD;
    border-radius: 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding-left: 20px;
}

.left_form_box h3 {
    font-size: 35px;
    color: #d4e5fc;
}

.left_form_box p {
    font-size: 24px;
    color: #2C2C2C;
    margin-top: -10px;
}

.left_form_box .code {
    position: relative;
}

.platform_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 30px;
}

.platform_content_box {
    margin-top: 80px;
}

.right_content_text {
    display: grid;
    gap: 20px;
}

.right_content_text h3,
.platform_content_box h3 {
    font-size: 35px;
    color: #000000;
}

.platform_content_box h3 {
    margin-bottom: 40px;
}

.right_content_text .gou {
    color: #d4e5fc;
}

.right_content_text p {
    font-size: 24px;
}

a.text_btn.code_text {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 24px;
    color: #d4e5fc;
}


input.submitbtn {
    width: 479px;
    height: 61px;
    background: #0065f6;
    border-radius: 31px;
    border: none;
    color: white;
    font-size: 24px;
    margin-top: 40px;
    cursor: pointer;
}

.module_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 34px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.module_box .module_item {
    background-color: #fff;
    padding: 14px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 50px 1fr;
    position: relative;
}

img.imgDot {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.module_left_box {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.module_item .info_text {
    display: grid;
    gap: 10px;
}

.module_item .info_text h3 {
    font-weight: 400;
    font-size: 24px;
    color: #223266;
    line-height: 23px;
}

.module_item .info_text p {
    font-size: 16px;
    line-height: 32px;
}


.module_item i.dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    margin-right: 8px;
    vertical-align: middle;
}

/* .module_box .module_item:nth-child(1) {
    background: linear-gradient(-90deg, #B1CEF7 0%, #ECF3FD 100%);
    border-radius: 0px 10px 60px 0px;
    text-align: right;
}

.module_box .module_item:nth-child(2) {
    background: linear-gradient(-90deg, #ECF3FD 0%, #B1CEF7 100%);
    border-radius: 0px 10px 0px 60px;
    padding-left: 35px;
}

.module_box .module_item:nth-child(3) {
    background: linear-gradient(-90deg, #B1CEF7 0%, #ECF3FD 100%);
    border-radius: 0px 60px 10px 0px;
    text-align: right;
}

.module_box .module_item:nth-child(4) {
    background: linear-gradient(-90deg, #ECF3FD 0%, #B1CEF7 100%);
    border-radius: 60px 0px 10px 0px;
    padding-left: 35px;
} */

.module_box .module_content {
    display: inline-block;
    width: 588px;
    height: 100%;
    text-align: left;
    font-family: Adobe Heiti Std;
    font-weight: normal;
}

.module_box .module_content h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2C2C2C;
}

.module_box .module_content .info_text p {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 32px;
    margin: 0;
}

.module_box .module_content h3 .imgIconBox {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
    line-height: 48px;
    text-align: center;
}


.platform_box {
    display: grid;
    grid-template-columns: repeat(3, 388px);
    column-gap: 27px;
    height: 521px;
    row-gap: 20px;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.platform_box.partners_box {
    grid-template-columns: repeat(4, 290px);
    margin-bottom: 100px;
}

.platform_box.partners_box .advantage_item {
    padding-top: 50px;
    grid-template-rows: auto 70px;
}

.platform_box.partners_box .item_text {
    text-align: center;
    display: grid;
    grid-template-rows: 80px auto;
    justify-items: center;
}

input.partners_btn {
    width: 182px;
    height: 62px;
    border: 1px solid #0065f6;
    border-radius: 31px;
    background: white;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0065f6;
    line-height: 44px;
    cursor: pointer;
}

input.partners_btn:hover {
    background-color: #0065f6;
    color: white;
}

.advantage_item {
    display: grid;
    grid-template-rows: 190px auto;
    align-items: start;
    justify-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
}

.advantage_item .item_text {
    text-align: center;
}

.advantage_item .item_text h3 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 44px;
    margin-bottom: 20px;
}

.advantage_item .item_text p {
    text-align: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
}

.module_box2 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 70px;
}

.module_content2 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 290px);
    grid-template-rows: repeat(2, 300px);
    gap: 13px;
}

.module_content2 .module_item2 {
    background: #FFFFFF;
    border-radius: 11px;
    padding: 30px;
    display: grid;
    align-items: center;
    gap: 20px;
}

.module_content2 .module_item2 {
    font-size: 28px;
    color: #2C2C2C;
    line-height: 44px;
}

.module_content2_text {
    display: grid;
    gap: 13px;
}

.module_text_content {
    display: grid;
    gap: 10px;
    grid-template-rows: 50px repeat(4, 35px);
}

.module_text_content h3 {
    font-size: 30px;
    color: #2C2C2C;
}

.company_slogan {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.company_slogan_left {
    display: grid;
    grid-template-rows: 60px 60px 1fr;
    gap: 1px;
}

.footer_content .slogan {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 27px;
}

.company_slogan_right {
    text-align: right;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 27px;
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.full_process_box {
    width: 1200px;
    background: white;
    border-radius: 10px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 30px;
    margin-bottom: 70px;
}

.full_process_left h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.full_process_left p {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 56px;
}

.why_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.why_item {
    width: 220px;
    height: 294px;
    background: #FFFFFF;
    border-radius: 20px;
    display: grid;
    justify-content: center;
    grid-template-rows: 190px 1fr;
}

.why_item .imgBox {
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}

.why_item p {
    font-size: 24px;
    color: #2C2C2C;
}

.why_img {
    position: absolute;
    left: 295px;
    top: 125px;
}

.qy_box {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
    margin-bottom: 70px;
}

.qy_item {
    height: 144px;
    background: linear-gradient(-90deg, #C3DBFB 0%, #FFFFFF 100%);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-left: 180px;
}

.qy_img {
    position: absolute;
    left: 40px;
}

.qy_item p {
    font-size: 24px;
    color: #2C2C2C;
}


.fixed_message_box {
    width: 132px;
    height: 132px;
    background: #0065f6;
    border-radius: 13px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    color: white;
    row-gap: 15px;
    z-index: 1;
    box-shadow: 0px 0px 5px #c3c3c3;
    cursor: pointer;
}

.fixed_message_box p {
    font-size: 25px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 36px;
}

/* .message_board_box {
    width: 283px;
    height: 536px;
    background: #FFFFFF;
    border: 1px solid #27B8D0;
    border-radius: 13px;
} */

.el-icon-chat-line-round {
    font-size: 50px;
}

.message_popover {
    width: 283px;
    height: 536px;
    background: #FFFFFF;
    border: 1px solid #27B8D0;
    border-radius: 13px;
    padding: 0;
}

.el-popper[x-placement^=top-end] .popper__arrow::after {
    border-top-color: #27B8D0;
    bottom: 0px;
}

.message_board_box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.messageboard_title {
    width: 283px;
    height: 67px;
    color: white;
    background: #0065f6;
    border: 1px solid #27B8D0;
    border-radius: 13px 13px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.message_board_box p {
    font-size: 32px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 36px;
}

.message_board_box i.el-icon-minus {
    border-radius: 3px;
    font-size: 45px;
    cursor: pointer;
}

.msgboard_content {
    padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex: 1;
}

.msgboard_content .submit_btn {
    width: 159px;
    height: 48px;
    background: #0065f6;
    border-radius: 24px;
    margin: 0 auto;
}

.msgboard_content .el-input__inner {
    height: 53px;
    line-height: 53px;
}

input.defaultbtn {
    width: 141px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #0065f6;
    background: white;
    font-size: 16px;
    color: #A995D4;
    line-height: 32px;
    cursor: pointer;
}

input.defaultbtn:hover {
    background-color: #A995D4;
    color: #fff;
}