html {
    overflow-y: overlay;
}

body {
    margin: 0;
    background-color: #fcf4ec;
}

[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;
}

.menulogo {
    width: 170px;
}

.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;
}

.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: #A5590E;
}


.el-tabs__active-bar {
    background-color: #A5590E;
    width: 4px !important;
    border-radius: 4px;
    height: 20px !important;
    top: 9px !important;
}

.el-tabs__item {
    font-style: 24px;
}

.el-tabs__item.is-active {
    color: #A5590E;
}

.el-tabs__item:hover {
    color: #A5590E;
}

.serviceContentBox {
    height: 190px;
}

.serviceContentBox p {
    position: absolute;
    bottom: 0;
    background: #00000047;
    font-weight: 400;
    font-size: 14px;
    color: #EBEDEB;
    line-height: 16px;
    padding: 3px 10px;
}

img.servicef {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.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: #1F1202;
    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: #fcf4ec;
}

.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: #A5590E;
}

.nav .text_btn.active {
    font-weight: bold;
    font-size: 30px;
    color: #A5590E;
}

.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: transparent;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}

.productContainer img.banner_bg,
.aboutusContainer img.banner_bg,
.partnershipContainer img.banner_bg {
    width: 100%;
}

.bannerContent {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.productContainer .banner_content_box,
.partnershipContainer .banner_content_box {
    position: relative;
    height: 500px;
    background: #FBE2CA;
}

.productContainer .bannerContent {
    grid-template-columns: 1fr;
    padding-top: 0;
    top: 5vw;
}

.productContainer .bannerContent .rightBox h3.title,
.productContainer .bannerContent .rightBox p,
.productContainer .experience_btn,
.partnershipContainer .bannerContent .rightBox h3.title,
.partnershipContainer .bannerContent .rightBox p,
.partnershipContainer .experience_btn {
    color: #A5590E
}

.productContainer input.experience_btn,
.partnershipContainer input.experience_btn {
    border-color: #A5590E;
}

.productContainer img.productbt,
.partnershipContainer img.productbt {
    position: absolute;
    right: 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: #A5590E;
    border: none;
}

.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: 1vw;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.bannerContent .rightBox h3.title {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

.bannerContent .rightBox .subtitle {
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    line-height: 55px;
    white-space: nowrap;
}

.bannerContent .rightBox .smallSubTitle {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

img.cooimg {
    margin-top: 2px;
}


input.onlineConsultation {
    width: 100px;
    height: 38px;
    background: transparent;
    border-radius: 20px;
    border: none;
    font-size: 18px;
    color: #A5590E;
    cursor: pointer;
    border: 1px solid #A5590E;
}

.helpContentBox {
    background-size: cover;
    background-image: url("../images/indexContent.png");
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.helpContentBox .index_title_box {
    display: grid;
    gap: 26px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}

.helpContent {
    display: grid;
    grid-template-rows: repeat(5, 125px);
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 60px;
}

.helpItem {
    background: #FFFFFF;
    border-radius: 10px;
    height: 100%;
    display: grid;
    gap: 25px;
    justify-content: center;
    padding: 20px;
    grid-template-columns: 88px 1fr;
    position: relative;
}

.helpItem .info {
    display: grid;
    justify-content: space-between;
    align-items: center;
    row-gap: 16px;
}

.helpItem span.detail {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    color: #FF8A36;
}

.helpItem i.el-icon-arrow-right {
    border: 1px solid #FF8A36;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
    line-height: 12px;
}

.helpItem h3 {
    font-weight: bold;
    font-size: 16px;
    color: #2C2C2C;
}

.helpItem p {
    font-weight: 400;
    font-size: 12px;
    color: #2C2C2C;
}

.orderFuncLeftBox img{
    border-radius: 10px;
}

.reasonsContentBox {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 1200px;
    margin: 0 auto;
}

.reasonsItem {
    display: grid;
    grid-template-rows: 1fr 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.reasonsItem img {
    margin: 0 auto;
}

.reasonsItem p {
    font-size: 16px;
    color: #2C2C2C;
}

.resContentBox {
    background-size: cover;
    background-image: url("../images/indexContent2.png");
    background-repeat: no-repeat;
    padding: 80px 0;
}

.resContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 127px 127px;
    width: 1200px;
    margin: 0 auto;
    gap: 60px;
}

.resItem {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 100px;
    padding: 20px 50px;
}

.resItem img {
    position: absolute;
    right: 0;
    top: 0;
}

.resItem .info img {
    position: absolute;
    left: 15px;
    top: 15px;
}

.resItem .info h3 {}

.resItem .info p {}

.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;
    text-align: center;
}

p.index_title {
    font-weight: bold;
    font-size: 36px;
    color: #2C2C2C;
}

.index_sub_title {
    font-weight: 400;
    font-size: 18px;
    color: #A5590E;
    line-height: 23px;
}

.sub_title {
    font-weight: 400;
    font-size: 12px;
    color: #B0B8C8;
    line-height: 23px;
}




.fixed_message_box {
    width: 132px;
    height: 132px;
    background: #A5590E;
    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 #A5590E;
    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: #A5590E;
    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 #A5590E;
    border-radius: 13px;
    padding: 0;
}

.el-popper[x-placement^=top-end] .popper__arrow::after {
    border-top-color: #A5590E;
    bottom: 0px;
}

.message_board_box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.messageboard_title {
    width: 283px;
    height: 67px;
    color: white;
    background: #A5590E;
    border: 1px solid #A5590E;
    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: #A5590E;
    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 #A5590E;
    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: 1fr 231px 1fr;
    align-items: center;
}

.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;
}


.partnershipContainer .bannerContent {
    grid-template-columns: 1fr;
    padding-top: 0;
    top: 6vw
}

.aboutUsBox {
    display: grid;
    grid-template-columns: 413px 1fr;
    gap: 60px;
}

.aboutUsBox .rightBox p {
    font-size: 16px;
    color: #00002C;
    line-height: 50px;
    margin-top: -18px;
}

.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 .divider {
    width: 49px;
    height: 7px;
    background: #426D52;
    border-radius: 4px;
}

.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: #A5590E;
}

.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;
}