.serverBanner1 {
    background-color: #e0ebf7;
    padding-bottom: 47px;
}

.msg2 {
    display: none;
}

.nav-box {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: background-color 0.3s ease;
    background: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    box-shadow: 0 5px 5px 0 rgba(0, 44, 81, 0.05);
}
.serverContent_right_items_tit
.nav .nav-right a {
    color: #333;
}

.nav .nav-right .Resources,
.nav .nav-right .Platforms {
    color: #333;
    cursor: pointer;
}



.lang {
    color: #333;
}



.Breadcrumb {
    display: flex;
    align-items: center;
    font-family: "Poppins-Regular";
    line-height: 28px;
}

.nav-box .search {
    color: #0397D6;
}

.nav .nav-right a .currentActive {
    display: block;
}

.nav .nav-right a img {
    left: 35%;
}

body {
    padding-top: 98px;
}

.serverBanner1 {
    padding-top: 22px;
}

.Breadcrumb {
    display: flex;
    align-items: center;

}

.BreadcrumbItemLever1 a,
.BreadcrumbItemLever2 a {
    color: #0397D6;
}

.BreadcrumbItemLine .iconfont {
    color: #999;
    font-size: 10px;
    margin: 0 10px;
}

.serverBanner1_content {
    display: flex;
    margin-top: 80px;
    align-items: flex-start;
}

.serverBanner1_left {
    margin-right: 50px;
    flex: 1;
}

.serverBanner1_left_tit {
    font-size: 42px;
    font-style: normal;
    color: #0E68B1;
    font-family: "Poppins-SemiBold";
    line-height: 52px;
}

.serverBanner1_left_desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
    margin-top: 24px;
    font-family: "Poppins-Regular";
}

.serverBanner1_left_btnList {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.nav-left a {
    height: 43px;
}

.nav .nav-left img {
    height: auto;
}

.banner_left_btn1 {
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-color: #0e68b1;
    font-family: "Poppins-Regular";
    border-radius: 99px;
    box-sizing: border-box;
    margin-right: 20px;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s ease;
}

.banner_left_btn2 {
    background-color: #0e68b1;
    color: #fff;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 99px;
    box-sizing: border-box;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.banner_left_btn2:hover,
.banner_left_btn1:hover {
    background-color: #0397D6;
}

.serverBanner1_right {
    position: relative;
    width: 32.14%;
}

.serverBanner1_right1 {
    height: auto;
}

.serverBanner1_right2 {
    width: 23.72%;
    position: absolute;
    bottom: -2%;
    right: -12%;
}


.quick_Tit {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Poppins-Regular";
    color: #4D4D4D;
    margin-top: 70px;
}

.quick_list {
    display: flex;
    margin-top: 6px;
}

.quick_list a {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    color: #0E68B1;
    margin-right: 28px;
    position: relative;
}

.quick_list a::after {
    content: "";
    display: block;
    width: 0.5px;
    height: 14px;
    background-color: #666;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.quick_list a:last-child::after {
    display: none;
}

.serverContent {
    padding: 80px 0 120px 0;
    display: flex;

}

.serverContent_left {
    width: 25.71%;
    position: sticky;
    top: 120px;
    height: fit-content;
    align-self: flex-start;
    overflow-y: auto;
}

.serverContent_left_item {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;

}

.serverContent_left_item_tit {
    background-color: #0E68B1;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    font-family: "Poppins-Regular";
    padding: 20px;
    box-sizing: border-box;
}

.serverContent_left_item_list {
    background-color: #F5F6F7;
    padding: 24px;
    padding-top: 4px;
    cursor: pointer;
}

.serverContent_left_item_list_level1 {
    border-bottom: 1px solid #E6E6E6;
    margin-top: 20px;
    padding-bottom: 24px;
}
.serverContent_left_item_list_level2 .active {
    color: #0397D6;
}

.serverContent_left_item_list_level2 .active .serverContent_level2_Tit_p {
    color: #0397D6;
}
.serverContent_left_item_list_level1 .serverContent_left_item_list_level2,
.serverContent_left_item_list_level1 .serverContent_left_item_list_level3 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}

.serverContent_left_item_list_level1.show .serverContent_left_item_list_level2 {
    max-height: 500px;
    opacity: 1;
}

.serverContent_left_item_list_level1.show .serverContent_left_item_list_level3 {
    max-height: 500px;
    opacity: 1;
}

.serverContent_left_item_list_level1.hide .serverContent_left_item_list_level2,
.serverContent_left_item_list_level1.hide .serverContent_left_item_list_level3 {
    max-height: 0;
    opacity: 0;
}

.serverContent_left_item_list_level1.hide .serverContent_level2_Tit {
    display: none;
}

.serverContent_left_item_list_level1_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serverContent_left_item_list_level1_tit_p {
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    font-family: "Poppins-Regular";
}

.serverContent_left_item_list_level1_icon {
    color: #0397D6;
    font-size: 12px;
    cursor: pointer;
}

.serverContent_left_item_list_level1_icon :nth-child(2) {
    display: none;
}

.serverContent_level2_Tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.serverContent_level2_Tit_p {
    font-weight: 400;
    line-height: 26px;
    color: #333;
    font-family: "Poppins-Regular";
    padding-left: 24px;
    cursor: pointer;
    position: relative;
}

.serverContent_level2_Tit_p::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.serverContent_level2_Tit_icon {
    color: #0397D6;
    font-size: 12px;
    cursor: pointer;
}

.serverContent_level2_Tit_icon :nth-child(2) {
    display: none;
}

.serverContent_level2_Tit.show .icon-jia2 {
    display: none !important;
}

.serverContent_level2_Tit.show .icon-jian2 {
    display: block !important;
}

.serverContent_level2_Tit.hide .icon-jian2 {
    display: none !important;
}

.serverContent_level2_Tit.hide .icon-jia2 {
    display: block !important;
}

.serverContent_left_item_list_level3 {
    display: flex;
    flex-direction: column;
    margin-left: 24px;

}

.serverContent_left_item_list_level3 a {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    font-family: "Poppins-Regular";
    margin-top: 14px;
    cursor: pointer;
}


.serverContent_left_item_list_level1_tit:hover .serverContent_left_item_list_level1_tit_p {
    color: #0397D6;
}

.serverContent_level2_Tit:hover .serverContent_level2_Tit_p {
    color: #0397D6;
}

.serverContent_left_item_list_level3 a:hover {
    color: #0397D6;
}


.show .icon-jia2 {
    display: none !important;
}

.show .icon-jian2 {
    display: block !important;
}


.hide .icon-jian2 {
    display: none !important;
}

.hide .icon-jia2 {
    display: block !important;
}


.serverContent_left_item_form {
    display: flex;
    flex-direction: column;
    background-color: #F5F6F7;
    padding: 24px 24px 40px 24px;
    box-sizing: border-box;
}

.serverContent_left_item_form_item {
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins-Regular";
    color: #666;
}



.serverContent_left_item_form_item input {
    width: 100%;
    height: 100%;
    padding: 0 16px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
    font-family: "Poppins-Regular";
    margin-top: 4px;
    height: 46px;
    border-radius: 8px;
}

.serverContent_left_item_form_item_btn1 {
    width: 100%;
    height: 46px;
    background-color: #0E68B1;
    color: #fff;
    box-sizing: border-box;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 16px;
}

.serverContent_left_item_form_item_btn1 input,
.serverContent_left_item_form_item_btn1 button {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    line-height: 28px;
    color: #fff;
    font-family: "Poppins-Regular";
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
}

.serverContent_left_item_form_item_btn2 {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #0E68B1;
    color: #0E68B1;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    border-radius: 99px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serverContent_left_item_form_item_btn2 a {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    line-height: 28px;
    color: #0E68B1;
    font-family: "Poppins-Regular";
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.serverContent_left_item_contact {
    padding: 24px;
    background-color: #F5F6F7;
    padding-bottom: 34px;
}

.serverContent_left_item_contact_item {
    display: flex;
    margin-bottom: 24px;
}

.serverContent_left_item_contact_item a {
    display: flex;
    align-items: center;
}

.serverContent_left_item_contact_item_msg {
    display: flex;
    align-items: center;
}

.serverContent_left_item_contact_item:last-child {
    margin-bottom: 0;
}

.serverContent_left_item_contact_item_left {
    width: 32px;
    height: auto;
    margin-right: 20px;
}

.serverContent_left_item_contact_item_msg {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Poppins-Regular";
    color: #4D4D4D;
    position: relative;
    display: inline;
}

.serverContent_left_item_contact_item_msg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0E68B1;
    transition: width 0.3s ease;
}

.serverContent_left_item_contact_item_msg:hover::after {
    width: 100%;
}

.serverContent_right {
    flex: 1;
    margin-left: 04.28%;
    width: 0;
}

.serverContent_right_items {
    margin-top: 70px;
}

.serverContent_right_items:first-child {
    margin-top: 0;
}

.serverContent_right_items_tit {
    font-size: 28px;
    line-height: 44px;
    color: #0E68B1;
    font-family: "Poppins-Regular";
}



.serverContent_right_items_desc {
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.serverContent_right_items_desc img {
    width: auto;
}

.serverContent_right_items_desc em {
    position: relative;
    padding-left: 14px;
    font-style: normal;
}

.serverContent_right_items_desc em::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0E68B1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.serverContent_right_items_desc a{
    color:#666;
}

.serverContent_right_items_desc a:hover{
    color:#0e68b1;
}


.serverContent_right_items_desc table {
    width: 100%;
}

.serverContent_right_items_desc table p{
    margin-bottom: 0;
}

.serverContent_right_items_desc table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.serverContent_right_items_desc table tr {
    padding: 16px 0;
}

.serverContent_right_items_desc table tr:nth-child(2n-1) {
    background-color: #F5F6F7;
}

.serverContent_right_items_desc table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    color: #666;
    padding: 16px 18px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.serverContent_right_items_desc table tr:first-child td {
    font-family: "Poppins-SemiBold";
}

.serverContent_right_items_desc table tr td:first-child {
    width: auto;
}

.serverContent_right_items_desc table tr td:last-child {
    width: auto;
}

.serverContent_right_items_desc table tr td:not(:first-child):not(:last-child) {
    width: auto;
}

.serverContent_right_items_img {
    margin-top: 60px;
    width: 100%;
    height: auto;
}

.dialog {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999999999;
    display: none;
}

.dialog_content {
    width: 40%;
    height: auto;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}

.dialog_content .iconfont {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.serverContent_right_items_item_title {
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins-Regular";
    margin-top: 32px;
    color: #4D4D4D;
}

.serverContent_right_items_item_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.serverContent_right_items_item_tab_item {
    background: rgba(14, 104, 177, 0.08);
    border-radius: 8px;
    font-size: 16px;
    line-height: 28px;
    color: #0E68B1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28.5px 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 320px;
}

.serverContent_right_items_item_tab_item:hover {
    color: #fff;
    background-color: #0E68B1;
}

.serverContent_right_items_table {
    width: 100%;
}

.serverContent_right_items_table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.serverContent_right_items_table tr {
    padding: 16px 0;
}

.serverContent_right_items_table tr:nth-child(2n-1) {
    background-color: #F5F6F7;
}

.serverContent_right_items_table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    color: #666;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.serverContent_right_items_table tr:first-child td {
    font-family: "Poppins-SemiBold";
}

.serverContent_right_items_table tr td:first-child {
    width: auto;
}

.serverContent_right_items_table tr td:last-child {
    width: auto;
}

.serverContent_right_items_table tr td:not(:first-child):not(:last-child) {
    width: auto;
}

.serverContent_right_items_msg {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #0397D6;
    font-style: italic;
}


.NeedBox {
    padding: 42px 106px 44px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0E68B1;
    margin-top: 70px;
}

.NeedBox p {
    font-family: "Poppins-SemiBold";
    font-size: 32px;
    line-height: 44px;
    color: #fff;
}

.NeedBox_btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #0E68B1;
    padding: 14px 30px;
    border-radius: 99px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #0E68B1;
    box-sizing: border-box;
}

.NeedBox_btn:hover {
    background-color: #0397D6;
    color: #fff;
    border: 1px solid #fff;
}

.NeedBox_btn img {
    width: 22px;
    margin-left: 10px;
}

.NeedBox_btn .white {
    display: none;
}

.NeedBox_btn:hover .white {
    display: block;
}

.NeedBox_btn:hover img {
    display: none;
}

.NeedBox_btn:hover .white {
    display: block;
}

.discoveryList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.discoveryItem {
    border-radius: 12px;
    background-color: #F5F6F7;
    width: calc(50% - 20px);
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}

.discoveryItem_tit {
    color: #0E68B1;
    font-family: "Poppins-Regular";
    font-size: 18px;
    line-height: 28px;
    /* 一行省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discoveryItem_msg {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Poppins-Regular";
    color: #666;
    margin-top: 10px;
    /* 三行省略号 */
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    min-height: 78px;
}

.discoveryItem:hover {
    background-color: #0E68B1;
    color: #fff;
}

.discoveryItem:hover .discoveryItem_tit {
    color: #fff;
}

.discoveryItem:hover .discoveryItem_msg {
    color: #fff;
}


.caseStudy {
    width: 100%;
    position: relative;
    margin-top: 70px;
}

.caseStudy .swiper-wrapper{
    height:auto;
}

.caseStudy_Tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;

}

.caseStudy_Tit p {
    font-size: 32px;
    line-height: 44px;
    color: #0E68B1;
    font-family: "Poppins-Regular";
}

.caseStudy .mySwiper {
    width: 100%;
    box-sizing: border-box;
}

.caseStudy .swiper-slide {
    border-radius: 4px;
    background: #F5F6F7;
    backdrop-filter: blur(3px);
    padding: 16px;
    padding-bottom: 26px;
    box-sizing: border-box;
}

.swiperBtnList {
    display: flex;
    align-items: center;
    gap: 20px;
}

.swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;

    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0E68B1;
    margin-top: unset;
    color: #fff;
}

.swiper-button-prev {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0E68B1;
    margin-top: unset;
    color: #fff;
}



.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-disabled,
.swiper-button-disabled {
    color: #0397D6 !important;
    color: #fff !important;
}


.caseTit {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Poppins-Regular";
    text-align-last: left;
    margin: 20px 0;
}

.caseImg {
    width: 100%;
}

.downLoadBtn {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 99px;
    border: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.downLoadBtn:hover {
    color: #fff;
    background-color: #0397D6;
}

.downLoadBtn i {
    margin-left: 10px;
    font-size: 18px;
}

.FaqItem {
    border-radius: 8px;
    background: #F5F6F7;
    margin-bottom: 16px;
}

.faqItem_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;

}

.faqItem_left {
    font-family: "Poppins-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    display: flex;
    align-items: center;
    flex: 1;
}

.faqItem_left img {
    width: 40px;
    margin-right: 14px;
}

.faqItem_left .faq_ac {
    display: none;
}

.faqItem_right {
    width: 20px;
    height: 20px;
    background: #0E68B1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.faqItem_right .iconfont {
    font-size: 10px;
}

.faqItem_right .icon-jian2 {
    display: none;
}

.faqItem_con {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0 !important;
    padding: 0 30px;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease, padding 0.3s ease;
}

/* FAQ 展开状态 */
.FaqItem.active .faqItem_con {
    max-height: 500px;
    opacity: 1;
    padding: 24px 30px;
    background-color: #F5F6F7;
}

.FaqItem.active .faqItem_left {
    color: #fff;
}

.FaqItem.active .faqItem_right .icon-jian2 {
    display: block;
}

.FaqItem.active .faqItem_right .icon-jia2 {
    display: none;
}

.FaqItem.active .faqItem_left .faq_ac {
    display: block;
}

.FaqItem.active .faqItem_left img:not(.faq_ac) {
    display: none;
}

.FaqList .active {
    color: #fff;
    background-color: #0E68B1;
}

.FaqList .active .faqItem_right {
    background-color: #fff;
    color: #0E68B1;
}

.server_bottom {
    padding-top: 90px;
    background: linear-gradient(180deg, #F5F6F7 0%, rgba(245, 246, 247, 0.00) 100%);
}

.server_bottom_con {}

.server_bottom_tit {
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    line-height: 52px;
    color: #333;
    font-family: "Poppins-Regular";
    text-align: center;
}

.server_bottom_List {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 12px;
    margin-top: 50px;
}

.server_bottom_item {
    width: calc((100% - 36px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    color: #0E68B1;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins-Regular";
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}

.server_bottom_item:hover {
    background-color: #0E68B1;
    color: #fff;
}

.server_big {
    background: linear-gradient(270deg, #0397D6 0%, #0090CD 23.38%, #0065B9 100%);
    border-radius: 160px;
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    margin-top: 146px;
    margin-bottom: 90px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 74px;
}

.server_big_text {
    color: #FFF;
    font-size: 40px;
    line-height: 50px;
    font-family: "Poppins-Regular";
    margin-left: 8.75%;
    padding-top: 80px;
    padding-right: 15%;
}

.server_big_btn {
    margin-left: 8.75%;
    color: #0E68B1;
    font-family: "Poppins-Regular";
    /* 16 R */
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-color: #fff;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #0E68B1;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 225px;
    height: 56px;
    margin-top: 40px;
}

.server_big_btn img {
    width: 22px;
    margin-left: 10px;
}

.server_big_btn .white {
    display: none;
}

.server_big_btn:hover img {
    display: none;
}

.server_big_btn:hover .white {
    display: block;
}

.server_big_btn:hover {
    background-color: #0397D6;
    color: #fff;
    border: 1px solid #fff;
}


.server_big_textImg {
    width: 33.75%;
    height: auto;
    position: absolute;
    right: 4.0625%;
    top: 50%;
    transform: translateY(-50%);
}

.server_big_person {
    position: absolute;
    right: -3.9375%;
    top: -25.33%;
}

.footer_msg>.msg2{
    display: none;
}
@media screen and (max-width: 1680px) {
    .server_big {
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .serverContent_right_items_item_tab_item {
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 1440px) {

    .serverContent_right_items_item_tab_item {
        padding: 20px 40px;
    }

    .server_big {}

    .serverContent_right_items_img {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .server_big {
        padding-bottom: 40px;
    }

    .server_big_text {
        padding-top: 60px;
        z-index: 2;
        position: relative;
    }

    .server_big_person {
        width: 25%;
    }

    .server_big_textImg {
        width: 25%;
    }
}

@media screen and (max-width: 1280px) {

    .serverContent_right_items_item_tab_item {
        padding: 10px 30px;
    }

    .quick_Tit {
        margin-top: 30px;
    }

    .server_big {}

    .server_big_text {
        font-size: 36px;
        padding-top: 40px;
    }

    .server_big_btn {
        font-size: 16px;
        line-height: 28px;
        width: 200px;
        height: 40px;
        margin-top: 40px;
        margin-top: 20px;
    }

    .NeedBox {
        padding: 28px 40px;
    }

}

@media screen and (max-width: 1200px) {
    .server_bottom_List{
        justify-content: space-between;
    }
    .server_bottom_item {
        width: calc((100% - 36px) / 2);
    }

    .serverContent {
        flex-direction: column-reverse;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .serverContent_left {
        width: 100%;
    }

    .serverContent_right {
        width: 100%;
        margin-left: 0;
    }

    .serverContent_left_item_contact_item_msg {
        line-height: 40px;
    }
}



@media screen and (max-width: 992px) {


       .serverContent_right_items_table table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .serverContent_right_items_table table table {
        width: auto;
        min-width: 100%;
        white-space: nowrap;
    }

    .serverContent_right_items_table table tr {
        display: table-row;
        font-size: 14px;
    }

    .serverContent_right_items_table table td {
        display: table-cell;
        width: auto;
        padding: 12px 16px;
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #eee;
    }

    .serverContent_right_items_table table tr td:first-child,
    .serverContent_right_items_table table tr td:last-child,
    .serverContent_right_items_table table tr td:not(:first-child):not(:last-child) {
        width: auto;
        flex: none;
    }

    body {
        padding-top: 64px;
    }

    .safety {
        width: 90%;
    }

    .mobile-menu-btn {
        color: #000;
    }

    .serverBanner1_content {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .serverBanner1_left_tit,
    .server_bottom_tit,
    .server_big_text {
        font-size: 32px;
    }

    .serverBanner1_left_desc {
        font-size: 16px;
    }

    .serverBanner1_left {
        width: 100%;
        margin-right: 0;
        flex: unset;
    }

    .serverBanner1_right {
        left: 50%;
        transform: translateX(-50%);
    }

    .serverContent_right_items_item_tab_item {
        padding: 10px 20px;
    }

    .NeedBox {
        border-radius: 16px;
    }

    .server_bottom {
        padding-top: 30px;
    }

    .serverContent_right_items_table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .serverContent_right_items_table table {
        width: auto;
        min-width: 100%;
        white-space: nowrap;
    }

    .serverContent_right_items_table tr {
        display: table-row;
        font-size: 14px;
    }

    .serverContent_right_items_table td {
        display: table-cell;
        width: auto;
        padding: 12px 16px;
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #eee;
    }

    .serverContent_right_items_table tr td:first-child,
    .serverContent_right_items_table tr td:last-child,
    .serverContent_right_items_table tr td:not(:first-child):not(:last-child) {
        width: auto;
        flex: none;
    }

}

@media screen and (max-width: 768px) {
     .discoveryItem {
        width: 100%;
    }
    .serverContent_right_items_tit {
        font-size: 28px;
    }

    .serverContent_right_items_item_title {
        margin-top: 12px;
    }

    .serverContent_right_items {
        margin-top: 30px;
    }

    .serverContent_right_items_item_tab {
        flex-wrap: wrap;
        gap: 20px;
    }

    .faqItem_left {
        flex: 1;
    }

    .serverContent_right_items_item_tab_item {
        width: 100%;
    }

    .serverBanner1_content {
        flex-direction: column;
        margin-top: 30px;
    }

    .server_big_text {
        padding-top: 10px;
        font-size: 24px;
    }

    .server_big {
        padding-bottom: 10px;
    }

    .server_big_btn {
        margin-top: 10px;
    }

    .server_big {}

    .serverBanner1_left {
        margin-right: 0;
    }

    .serverBanner1_right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* quick_list 响应式样式 - 992px */
    .quick_Tit {
        font-size: 14px;
        margin-top: 40px;
    }

    .quick_list {
        flex-wrap: wrap;
        gap: 12px 16px;
        /* 行间距 12px，列间距 16px */
        margin-top: 12px;
    }

    .quick_list a {
        font-size: 13px;
        margin-right: 0;
        padding-right: 16px;
        position: relative;
        white-space: nowrap;
        /* 防止链接内换行 */
    }

    /* 移动端调整分隔线位置 */
    .quick_list a::after {
        right: 8px;
        height: 12px;
    }

    /* 在移动端，隐藏每行最后一个链接的分隔线 */
    .quick_list a:nth-child(2n)::after,
    .quick_list a:nth-child(4n)::after,
    .quick_list a:last-child::after {
        display: none;
    }

    /* 面包屑导航响应式样式 */
    .Breadcrumb {
        flex-wrap: wrap;
        align-items: flex-start;
        /* 改为 flex-start 以允许换行 */
        row-gap: 8px;
    }

    /* 确保前两个项目和它们的分隔线在同一行 */
    .BreadcrumbItemLever1,
    .BreadcrumbItemLever1~.BreadcrumbItemLine,
    .BreadcrumbItemLever2,
    .BreadcrumbItemLever2~.BreadcrumbItemLine {
        display: flex;
        align-items: center;
        white-space: nowrap;
        flex-shrink: 0;
        /* 防止缩小 */
    }

    /* 强制第三个项目到新行，并且允许换行 */
    .BreadcrumbItemLever3 {
        white-space: normal;
        word-break: break-word;
        flex-basis: 100%;
        /* 占满整行，强制换行 */
        max-width: 100%;
    }

    /* 隐藏第三个项目前面的分隔线 */
    .BreadcrumbItemLever3~.BreadcrumbItemLine {
        display: none;
    }

}

@media screen and (max-width: 576px) {
   

    .serverContent_right_items_tit {
        font-size: 24px;
    }

    .serverContent_right_items_item_title {
        margin-top: 10px;
    }

    .serverContent_right_items_item_tab {
        flex-wrap: wrap;
        gap: 20px;
    }

    .NeedBox p {
        font-size: 24px;
    }

    .NeedBox_btn {
        font-size: 12px;
    }

    .caseStudy_Tit p {
        font-size: 24px;
    }

    .serverContent_right_items_item_tab_item {
        width: 100%;
    }

    .server_bottom_tit {
        font-size: 24px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .serverBanner1_left_tit,
    .server_bottom_tit,
    .server_big_text {
        line-height: 1;
    }

    .serverBanner1_left_btnList {
        flex-direction: column;
        gap: 20px;
    }

    .banner_left_btn1 {
        margin-right: 0;
    }

    /* 更小屏幕的 quick_list 优化 */
    .quick_Tit {
        font-size: 13px;
        margin-top: 30px;
    }

    .quick_list {
        gap: 8px 12px;
        /* 更小的间距 */
    }

    .quick_list a {
        font-size: 12px;
        margin-right: 0;
        padding-right: 12px;
        position: relative;
        white-space: nowrap;
    }

    .quick_list a::after {
        width: 0.5px;
        height: 10px;
        right: 6px;
    }

    /* 在移动端，隐藏每行最后一个链接后面的竖线 */
    .quick_list a:last-child::after,
    .quick_list a:nth-child(4)::after,
    /* 假设一行最多显示4个链接 */
    .quick_list a:nth-child(7)::after {
        display: none;
    }
}
