html {
    overflow-y: overlay;
}

body {
    margin: 0;
    background-color: #EEF1F8;
}

[v-cloak] {
    display: none;
}

span,
p,
h3 {
    font-family: Microsoft YaHei;
    font-weight: normal;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.mgtb80 {
    margin: 80px 0;
}

.mb80 {
    margin-bottom: 80px !important;
}

.menulogo {
    width: 123px;
}

.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;
}

.centerTitle {
    width: 1200px;
    margin: 80px auto;
}

.brandBox {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.serviceBox {
    background: #fff;
    padding: 100px 0;
}

.serviceContentBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 100px;
    width: 1200px;
    margin: 0 auto;
    column-gap: 60px;
}

.serviceItem {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 20px;
}

.serviceItem h3 {
    font-size: 24px;
    color: #040F42;
    line-height: 34px;
}

.serviceItem p {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 34px;
    text-indent: 2em;
}

.container {
    box-sizing: border-box;
    min-width: 1400px;
    position: relative;
}

.container header {
    width: 100%;
}

.container .content {
    height: 70px;
    margin: 0 auto;
}

.content_tag_box {
    width: 100% !important;
}

.container footer {
    background: #1C2574;
    width: 100%;
    display: flex;
    flex-flow: column;
    padding-top: 45px;
}

.partnerBox {
    display: grid;
    row-gap: 74px;
    column-gap: 59px;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    margin-bottom: 100px;
}

.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: #1C2574;
}

.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: #fff;
}

.nav .text_btn.active {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.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: 80px;
    padding-top: 100px;
}

.bannerContent {
    display: grid;
    grid-template-columns: 1fr 429px;
    gap: 70px;
    padding-top: 3vw;
}



input.experience_btn {
    width: 127px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #fff;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C2574;
    line-height: 36px;
    cursor: pointer;
}

.bannerContent {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}


.orderFuncBox {
    background-size: cover;
    background-image: url("../images/orderFunc.png");
    background-repeat: no-repeat;
    padding: 100px 0;
}

.orderFuncContent {
    display: grid;
    width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr 400px;
    gap: 100px;
}

.orderFuncContent p.contentItem {
    font-size: 24px;
    color: #2C2C2C;
    line-height: 27px;
}

.orderFuncContent .cooContent {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.experienceBtn {
    width: 110px;
    height: 47px;
    background: transparent;
    border-radius: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #1C2574;
    border: none;
}

.bannerTextDivider {
    width: 55px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
}

.bannerContent .rightBox {
    display: flex;
    gap: 1.3vw;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.indexContainer .bannerContent .rightBox {
    display: flex;
    gap: 1.3vw;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.bannerContent .rightBox h3.title {
    font-weight: bold;
    font-size: 36px;
    color: #000201;
}

.indexContainer .bannerContent .rightBox h3.title {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
}

.bannerContent .rightBox .subtitle {
    font-weight: bold;
    font-size: 24px;
    color: #2C2C2C;
}

.bannerContent .rightBox .smallSubTitle {
    font-size: 18px;
    color: #000201;
    line-height: 52px;
    text-indent: 2em;
}

.indexContainer .bannerContent .rightBox p {
    text-indent: 0;
}

.indexContainer .bannerContent .rightBox .subTitle {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
}

.indexContainer .bannerContent .rightBox .smallSubTitle {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
}
.indexContainer .experience_btn {
    margin-top: 80px;
}

img.cooimg {
    margin-top: 2px;
}


input.onlineConsultation {
    width: 100px;
    height: 38px;
    background: transparent;
    border-radius: 20px;
    border: none;
    font-size: 18px;
    color: #1C2574;
    cursor: pointer;
    border: 1px solid #1C2574;
}

.helpBox {
    margin: 0 auto;
    width: 1200px;
    height: 527px;
    background: #D9DCEB;
    border-radius: 30px;
    display: grid;
    align-items: center;
}

.helpBox .el-tabs__content {
    padding-left: 20px;
}

.helpBox .el-tabs__content p {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 57px;
}

.el-tabs__nav {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.el-tabs--right .el-tabs__header.is-right {
    float: left;
}

.el-tabs__active-bar {
    background-color: #1C2574;
}


.el-tabs__active-bar {
    background-color: #1C2574;
    width: 4px !important;
    border-radius: 4px;
    height: 40px !important;
    top: 0px !important;
}

.el-tabs__item {
    font-size: 18px;
    color: #2C2C2C;
    line-height: 34px;
    height: 106px;
}

.el-tabs__item.is-active {
    color: #1C2574;
    font-weight: bold;
}

.el-tabs__item:hover {
    color: #1C2574;
}

.reasonsContentBox {
    height: 855px;
    background: #D9EFFF;
    border-radius: 4px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.footer_content {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    flex-flow: column;
    gap: 30px;
}

.footer_content .company_info {
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #999999;
    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;
}


.moreBox {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.moreContentBox {
    display: grid;
    grid-template-rows: repeat(4, 60px);
    gap: 78px;
    align-items: center;
    padding-top: 11px;
}

.moreBg {
    position: absolute;
    left: 50%;
    margin-left: -303px;
    z-index: -1;
}

.moreItem {
    width: 605px;
    margin: 0 auto;
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.moreItem h3 {
    color: #fff;
}

.moreInfo {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
}

.moreInfo:nth-child(2n) {
    justify-self: self-end;
}

.moreInfo .info {
    text-align: left;
    font-size: 18px;
    color: #1C2574;
    line-height: 34px;
}

.footer_content .company_logo img {
    width: 179px;
}



.index_title_box {
    text-align: left;
    position: relative;
}

.index_title_box .divider {
    height: 20px;
    width: 325px;
    background-color: #1296DB;
    height: 20px;
    width: 325px;
    background-color: #1296DB;
    position: absolute;
    bottom: 0;
}


p.index_title {
    font-weight: bold;
    font-size: 36px;
    color: #2C2C2C;
    position: relative;
    z-index: 1;
    line-height: 36px;
}

.index_sub_title {
    font-weight: 400;
    font-size: 18px;
    color: #1C2574;
    line-height: 23px;
}

.sub_title {
    font-weight: 400;
    font-size: 12px;
    color: #B0B8C8;
    line-height: 23px;
}




.fixed_message_box {
    width: 132px;
    height: 132px;
    background: #1C2574;
    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 #1C2574;
    border-radius: 13px;
} */


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;
}


.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;
    /* 设置占位文字颜色为红色 */
}

input.submitbtn {
    width: 479px;
    height: 61px;
    background: #1C2574;
    border-radius: 31px;
    border: none;
    color: white;
    font-size: 24px;
    margin-top: 40px;
    cursor: pointer;
}

.el-icon-chat-line-round {
    font-size: 50px;
}

.message_popover {
    width: 283px;
    height: 536px;
    background: #FFFFFF;
    border: 1px solid #1C2574;
    border-radius: 13px;
    padding: 0;
}

.el-popper[x-placement^=top-end] .popper__arrow::after {
    border-top-color: #1C2574;
    bottom: 0px;
}

.message_board_box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.messageboard_title {
    width: 283px;
    height: 67px;
    color: white;
    background: #1C2574;
    border: 1px solid #1C2574;
    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: #1C2574;
    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 #1C2574;
    background: white;
    font-size: 16px;
    color: #A995D4;
    line-height: 32px;
    cursor: pointer;
}

input.defaultbtn:hover {
    background-color: #A995D4;
    color: #fff;
}


.company_slogan {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 231px 1fr;
    align-items: center;
}


.footer_content .slogan {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 27px;
}

.company_slogan_right {
    text-align: right;
    font-size: 24px;
    color: #fff;
    line-height: 27px;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}


.partnershipContainer .bannerContent {
    position: relative;
    left: unset;
    margin: 0 auto;
}

.partnershipContainer .bannerContent p {
    position: absolute;
    bottom: 0;
    white-space: normal;
    padding: 15px 20px;
    background: #3333337d;
    color: #fff;
    line-height: 35px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;

}

.aboutUsBox {
    display: grid;
    grid-template-columns: 413px 1fr;
    gap: 60px;
}

.aboutUsBox .rightBox p {
    font-size: 16px;
    color: #00002C;
    line-height: 50px;
}

.aboutUsBox .rightBox p span.more {
    float: right;
    color: #426D52;
}

.teamBox {
    display: grid;
    grid-template-columns: repeat(3, 367px);
    justify-content: space-between;
    margin-bottom: 80px;
}

.teamItem {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 24px;
    display: grid;
    grid-template-columns: 47px 1fr;
    align-items: flex-start;
    justify-items: center;
    gap: 30px;
}

.teamItem div {
    display: flex;
    flex-flow: column;
    gap: 20px;
}


.teamItem h3 {
    font-size: 24px;
    color: #2C2C2C;
    line-height: 23px;
}

.teamItem p {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 23px;
}


.reservedBox {
    width: 100%;
    height: 340px;
    background: #1C2574;
}

.reservedContentBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 70px;
}

.reservedContentBox h3.title {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 23px;
}

.inputBox {
    display: flex;
    gap: 45px;
}

input.reserveInput {
    width: 370px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    padding-left: 10px;
}

.reserveBtn {
    width: 145px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
}

.marketBox {
    margin-bottom: 100px;
}

.marketContentBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    height: 370px;
}

.minfo {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}



.pBannerContentBox {
    width: 1200px;
    background: #d9dceb;
    border-radius: 10px;
}

.pBannerContentBox .pitemBox {
    grid-template-columns: 1fr 398px;
}

input.trialBtn {
    width: 245px;
    height: 72px;
    background: #3048CA;
    border-radius: 36px;
    font-size: 24px;
    color: #FFFFFF;
    border: none;
}

.pt1 {
    margin-left: 85px;
}

.productContentBox {
    display: flex;
    flex-flow: column;
    gap: 25px;
}

.pitemBox {
    display: grid;
    grid-template-columns: 398px 1fr;
    gap: 40px;
    padding: 50px;
}

.productContainer .pitemBox {
    grid-template-columns: 600px 1fr;
}

.productContainer .productContentBox:nth-of-type(2n) .pitemBox {
    grid-template-columns: 1fr 600px;
}

.productContentBox .pitemBox {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
}

.partnerContainer .productContentBox:nth-of-type(2n) {
    height: 890px;
    background: #D9DCEB;
}

.partnerContainer .productContentBox:nth-of-type(2n) .pitemBox {
    grid-template-columns: 1fr 398px !important;
}

.partnerContainer .productContentBox:last-child {
    background: #3B46A5;
}

.pinfo {
    color: #2C2C2C;
    vertical-align: top;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    line-height: 79px;
}

.partnerContainer .productContentBox:last-child .pinfo {
    color: #ffffff;
}

.pinfo h3 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pinfo p:not(.index_title) {
    text-indent: 2em;
}

.pinfo span.gou {
    color: #67C23A;
    margin-right: 5px;
}

.ptContentBox {
    width: 1200px;
    margin: 80px auto;
}

.ptContentItem {
    display: grid;
    grid-template-columns: 568px 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
}

.ptContentItem p {
    font-size: 30px;
    color: #2C2C2C;
    line-height: 93px;
}

.aboutsContentBox .banner_content_box img {
    width: 100vw;
}

.abContentBox {
    width: 1200px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
}

.abItemBox {
    position: relative;
    height: 324px;
    color: #fff;
}

.abItemBox img {
    position: absolute;
    z-index: -1;
}

.abItemBox .info {
    height: 100%;
    padding: 30px;
}

.abItemBox .info h3 {
    font-size: large;
    color: #FFFFFF;
    line-height: 52px;
}

.abItemBox .info p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 64px;
}