/* 基础重置与公共样式 */
html,
body {
    min-width: 1520px;
}

.content {
    width: 100%;
    min-width: 1440px;
    _width: 1440px;
    position: relative;
    box-sizing: border-box;
}

.banner {
    height: 560px;
    width: 100%;
    background: #F3F3F3;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.15) 37.47%, rgba(0, 0, 0, 0.00) 100%),url('./../img/banner_bg.png') no-repeat center top;
    background-size: cover;
    overflow: hidden;
    padding-top: 108px;
    box-sizing: border-box;
}
.banner-container {
    width: 1439px;
    margin: 0 auto 0;
    text-align: center;
}
.banner .banner-title-txt {
    font-family: 'PingFang SC-Medium';
    ;
    font-weight: 500;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    font-size: 48px;
    line-height: 56px;
}

.banner h2.banner-title-txt {
    font-size: 40px;
    line-height: 48px;
    margin: 4px 0 12px 0;
}

.banner-title p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 36px;
}

.banner-btn {
    width: 168px;
    height: 42px;
    line-height: 42px;
    background: radial-gradient(240.35% 137.41% at 100% 1.43%, rgba(254, 180, 37,1) 0%, rgba(255, 68, 0,1) 100%);
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
}

.banner-btn:hover {
    background: radial-gradient(240.35% 137.41% at 100% 1.43%, rgba(254, 180, 37,0.90) 0%, rgba(255, 68, 0,0.90) 100%);
    transition: background 0.3s ease;
}

.banner-card {
    font-size: 0;
    vertical-align: middle;
    margin-top: 108px;
}

.banner-card-item {
    width: 467px;
    height: 100px;
    background: rgba(85, 85, 85, 0.5);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    padding: 25px 20px;
    text-align: left;
    color: #F9FBFC;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
     /* 背景模糊：对应截图里的 24px */
  backdrop-filter: blur(24px);
  /* 为了兼容旧版 Safari */
  -webkit-backdrop-filter: blur(24px);
}

.banner-card-item:hover {
    background: rgba(255, 105, 51, 0.2);
    box-shadow: 0px 0px 0px 1px #FF6933;
}

.card-item-title {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
}
.card-item-icon{
    background: url('./../img/banner_arror.png') no-repeat center right;
    background-size: cover;
    display: inline-block;
    width: 38px;
    height: 24px;
    position: absolute;
    right: 20px;
    top:38px;
}
.banner-card-itemM {
    margin: 0 19px;
}

/* 客户案例轮播 */

.con_case_wrap {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.mySwiper1 {
    text-align: center;
    color: #fff;
    overflow: hidden;
    --swiper-theme-color: rgba(0, 0, 0, 0.3);
    --swiper-preloader-color: #FF7700;
}

.mySwiper1 .swiper-slide {
    position: relative;
    width: 100% !important;
}

.swiperSlideText {
    display: inline-block;
    max-width: 1440px;
    background: rgba(46, 46, 46, 0.41);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 21px 0 21px 16px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin: auto;
    bottom: 192px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiperSlideText .text {
    padding: 0 18px;
    border-right: 1px solid #FCFCFC;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
}

.swiperSlideText .text4 {
    border-right: 0;
}

.swiperSlideText .textType {
    border-right: 0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
}

.mySwiper2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    margin: 0 auto;
    width: 1440px;
    box-sizing: border-box;
    text-align: center;
}

.mySwiper1 .swiper-slide {
    width: 100%;
    float: left;
}

.mySwiper1 .swiper-slide img {
    height: 100%;
    overflow: hidden;
}

.mySwiper2 .swiper-slide {
    width: 247px !important;
    height: 120px !important;
    cursor: pointer;
    text-align: center;
    line-height: 120px;
    position: relative;
    border: 2px transparent solid;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
}

.mySwiper2 .swiper-slide img {
    vertical-align: top;
}

.osvg {
    position: absolute;

}

/* 隐藏非活动缩略图的边框 */
.swiper-slide .thumb-svg rect {
    /* stroke:#fff; */
    stroke-width: 5;
    /* opacity:0.8; */
    stroke-dasharray: 718;
    stroke-dashoffset: 718;
    stroke: transparent !important;
}

.swiper-slide.swiper-slide-4 .thumb-svg rect {
    stroke-dasharray: 1060;
    stroke-dashoffset: 1060;
    border-color: red;
}

.mySwiper2 .swiper-slide.swiper-slide-4 {
    width: 420px !important;
}

/* 重置活动缩略图的边框颜色 */
.swiper-slide-thumb-active .thumb-svg rect {
    stroke: #FF6933 !important;
}

.mySwiper2 .swiper-wrapper {
    margin-left: 18px;
    position: absolute;
    bottom: 97px;
}

/* banner轮播图结束 */

.feature-card {
    width: 344px;
    height: 476px;
    background: #FFFFFF;
    border-radius: 18px;
}

.container {
    padding: 100px 0 120px 0;
    box-sizing: border-box;
    width: 1440px;
    margin: 0 auto;
}

.container.Intuitive-container {
    width: 1520px;
}

.container .title {
    height: 42px;
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 36px;
    color: #181818;
    line-height: 42px;
    text-align: center;
}

.features-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F8F7F8 17%, #F8F7F8 85%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
}

.features-list {
    margin: 80px auto 0;
}

.feature-item_a {
    width: 300px;
    height: 488px;
    border: 2px solid #FFFFFF;
    border-radius: 18px;
    box-sizing: border-box;
    /* background: linear-gradient( 179deg, #2A315F 0%, rgba(42,49,95,0) 100%),url('./../img/features/features_1_bg_a.png') no-repeat center top; */
    padding: 16px;
    background: url('./../img/features/features_1_bg_a.png') no-repeat center top;
}

.feature-item_M {
    margin: 0 20px;
}

.features-button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    font-size: 20px;
    font-family: 'PingFang SC-Medium';
    color: #181818;
    margin-top: 324px;
}

.feature-item_h {
    width: 800px;
    height: 488px;
    background: radial-gradient(240.35% 137.41% at 100% 1.43%, #FEB425 0%, #F40 100%);
    border-radius: 18px;
    padding: 16px;
    box-sizing: border-box;
    display: none;
    transition: background 0.4s ease-in-out;
}

.topIcon {
    height: 72px;
    line-height: 40px;
    padding: 16px 10px;
}

.topIcon .icon {
    width: 40px;
    height: 40px;
    background: url('./../img/features/features_1_h.png') no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.feature-item_h_title {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.feature-item_h p {
    color: #666666;
    line-height: 22px;
}

.feature-item:hover .feature-item_h,
.feature-current .feature-item_h {
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.feature-item:hover .feature-item_a,
.feature-current .feature-item_a {
    display: none;
    transition: all 0.4s linear;
}

.feature-item_h_left {
    float: left;
    /* width: 298px;
    height: 428px; */
}

.feature-item_h_right {
    width: 298px;
    height: 458px;
    border-radius: 8px;
}

.feature-item_h_right img {
    width: 100%;
    height: 100%;
}

.feature-item_h_content {
    width: 455px;
    height: 384px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 2px solid linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) 2 2;
    padding: 24px 16px;
    box-sizing: border-box;
}

.feature-item_h_content .item {
    margin-bottom: 24px;
}

.feature-item_h_content .item-title {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    line-height: 24px;
    background: url('./../img/features/gou_icon.png') no-repeat left center;
    padding-left: 30px;
    margin-bottom: 4px;
}

.feature-item_h_content p {
    font-size: 14px;
    color: #565656;
    line-height: 22px;
    padding-left: 30px;
}

.feature-item_M .feature-item_h_content p {
    padding-left: 0;
}

.feature-item_M .feature-item_a {
    /* background: linear-gradient( 179deg, #2A315F 0%, rgba(42,49,95,0) 100%),url('./../img/features/features_2_bg_a.png') no-repeat center top; */
    background: url('./../img/features/features_2_bg_a.png') no-repeat center top;
}

.feature-item_R .feature-item_a {
    /* background: linear-gradient( 179deg, #2A315F 0%, rgba(42,49,95,0) 100%),url('./../img/features/features_3_bg_a.png') no-repeat center top; */
    background: url('./../img/features/features_3_bg_a.png') no-repeat center top;
}

.feature-item_L .icon_h {
    background: url('./../img/features/features_1_h.png') no-repeat center center;
}

.feature-item_M .icon_a {
    background: url('./../img/features/features_2_h.png') no-repeat center center;
}

.feature-item_M .icon_h {
    background: url('./../img/features/features_2_h.png') no-repeat center center;
}

.feature-item_R .icon_a {
    background: url('./../img/features/features_3_h.png') no-repeat center center;
}

.feature-item_R .icon_h {
    background: url('./../img/features/features_3_h.png') no-repeat center center;
}

.software-content {
    background: url('./../img/pluginBg.png') no-repeat center center;
    background-size: cover;
    font-size: 0;
}

.software-top {
    width: 1132px;
    margin: 80px auto 20px;
}

.software-bottom {
    width: 940px;
    margin: 0 auto;
}

.software-item {
    display: inline-block;
    width: 172px;
    height: 156px;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    color: rgba(34, 34, 34, 0.5);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
    font-size: 12px;
    line-height: 20px;
    padding-top: 31px;
    box-sizing: border-box;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.container .item5 {
    margin-right: 0;
}

.software-icon {
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
}

.software-name {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    /* padding-top: 10px; */
}

.pricing-list,
.Intuitive-list,
.Contact-list {
    font-size: 0;
    margin-top: 80px;
}

.pricing-container h2 {
    font-size: 18px;
    color: rgba(31, 31, 31, 0.65);
    line-height: 26px;
    text-align: center;
    margin-top: 16px;
}

.pricing-item {
    width: 708px;
    height: 575px;
    background: linear-gradient(318deg, #F9F2EE 0%, #F9F8F9 100%);
    border-radius: 18px;
    /* display: inline-block; */
    padding: 64px 60px 0 60px;
    box-sizing: border-box;
    float: left;
    background: url('./../img/pricing_a.png') no-repeat center center;
    background-size: cover;
}

.pricing-item:hover,
.priceCurrentItem {
    background: url('./../img/pricing_h.png') no-repeat center center;
}

.pricing-itemL {
    margin-right: 24px;
}

.pricing-top-text {
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #181818;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    color: #181818;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 12px;
}

.pricing-title {
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 20px;
    color: #181818;
    line-height: 28px;
    height: 28px;
    margin-bottom: 8px;
}

.pricing-title-top {
    margin-bottom: 36px;
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
}

.pricing-item:hover .pricing-title,
.priceCurrentItem .pricing-title {
    color: #fff;
}

.pricing-item:hover .pricing-des,
.priceCurrentItem .pricing-des {
    color: rgba(255, 255, 255, 0.85);
}

.pricing-item:hover .pricing-top-text,
.priceCurrentItem .pricing-top-text {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
}

.pricing-des {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.pricing-middle {
    border-top: 1px solid rgba(24, 24, 24, 0.08);
    padding: 24px 0;
    margin: 24px 0;
    height: 157px;
}
.pricing-middle_1{
    height: 124px;
}

.pricing-btn a {
    width: 588px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #181818;
    color: rgba(24, 24, 24, 0.85);
    font-size: 14px;
    display: block;
    transition: all 0.3s ease;
}

.pricing-item:hover .pricing-btn a,
.priceCurrentItem .pricing-btn a {
    border-color: #fff;
    background: #fff;
    color: #FF6933;
    transition: all 0.3s ease;
}

.pricing-btn .icon {
    background: url('./../img/more_a.png') no-repeat center center;
    background-size: cover;
    display: inline-block;
    width: 14px;
    height: 11px;
    vertical-align: middle;
    margin-left: 6px;
}

.pricing-item:hover .pricing-btn .icon,
.priceCurrentItem .pricing-btn .icon {
    background: url('./../img/more_h.png') no-repeat center center;
    transition: all 0.3s ease;
}


.Intuitive-content {
    background: url('./../img/Intuitive/IntuitiveBg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 722px;
    box-sizing: border-box;
}

.Intuitive-item {
    height: 240px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
}

.nextImg {
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin: 0 24px;
}

.Intuitive-item .item {
    padding: 32px 16px 0 16px;
    box-sizing: border-box;
    text-align: center;
    background: url('./../img/Intuitive/1.png') no-repeat center top;
    background-size: cover;
    width: 232px;
    height: 256px;
    box-sizing: border-box;
}

/* .Intuitive-item .item1{
    background: url('./../img/Intuitive/1.png') no-repeat center top;
    background-size: cover;
    width: 232px;
    height: 256px;
    box-sizing: border-box;
}
.Intuitive-item .item2{
    background: url('./../img/Intuitive/2.png') no-repeat center top;
    background-size: cover;
    width: 240px;
}
.Intuitive-item .item3{
    background: url('./../img/Intuitive/3.png') no-repeat center top;
    background-size: cover;
    width: 240px;
}
.Intuitive-item .item4{
    background: url('./../img/Intuitive/4.png') no-repeat center top;
    background-size: cover;
    width: 194px;
}
.Intuitive-item .item5{
    background: url('./../img/Intuitive/5.png') no-repeat center top;
    background-size: cover;
    width: 221px;
} */
.Intuitive-item a,
.Intuitive-item .Intuitive-item-text,
.Intuitive-item .Intuitive-item-p {
    display: block;
}

.Intuitive-item .Intuitive-item-text {
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 20px;
    color: #181818;
    line-height: 28px;
    padding-bottom: 4px;
}

.Intuitive-item .Intuitive-item-p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.Intuitive-item-num {
    height: 32px;
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 32px;
    text-shadow: 0px 0px 16px #FF6933;
    text-align: center;
}

.imgTop {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 14px auto;
}

.Intuitive-btn {
    width: 288px;
    height: 54px;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background: radial-gradient(240.35% 137.41% at 100% 1.43%, #FEB425 0%, #F40 100%);
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
    margin: 80px auto 0;
    box-sizing: border-box;
}

.Intuitive-btn span {
    padding-left: 15px;
}

.Intuitive-btn:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.Intuitive-p {
    height: 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}

.Quality-content {
    background: url('./../img/QualityBg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 862px;
    box-sizing: border-box;
    padding: 0 0 120px 0;
    box-sizing: border-box;
    position: relative;
}

.Quality-container {
    position: relative;
    padding: 0;
    width: 1520px;
    height: 862px;
    background: url('./../img/QualityBg_1.png') no-repeat center center;
    background-size: auto;
    padding-top: 100px;
}

.Quality-content .text {
    display: inline-block;
    padding: 12px 32px;
    background: linear-gradient(to top right, #FF4400, #FEB425);
    ;
    box-shadow: 0px 10px 30px 0px #FFCFBE;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    box-sizing: border-box;
}

.Quality-Cont {
    width: 1244px;
    height: 418px;
    position: relative;
    margin-left: 138px;
    margin-top: 101px;
}

.Quality-Cont .title {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #112A58;
    line-height: 32px;
    position: absolute;
    top: 215px;
    left: 555px;
}

.Quality-Cont .text1 {
    position: absolute;
    left: 106px;
    top: 115px;
    width: 320px;
    /* height: 92px; */
}

.Quality-Cont .text2 {
    position: absolute;
    right: 31px;
    top: 0;
    width: 506px;
}

.Quality-Cont .text3 {
    position: absolute;
    left: 0;
    bottom: 41px;
    width: 480px;
}

.Quality-Cont .text4 {
    position: absolute;
    right: 131px;
    bottom: 0;
    width: 381px;
}

.Quality-Cont .text .bottom_text {
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.Trust-content {
    background: url('./../img/TrustBg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 640px;
    box-sizing: border-box;
}

.Trust-content .container {
    padding: 0;
    width: 1216px;
    margin: 0 auto;
    box-sizing: border-box;
}

.Trust-content .title {
    height: 40px;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    padding-top: 140px;
}

/* 滚动st */
.imgLeft {
    /* padding-right: 64px;
    margin-right: 64px;
    border-right: 1px solid rgba(255,255,255,0.08);
    box-sizing: border-box; */
}

.scroll-container {
    width: 520px;
    height: 640px;
    position: relative;
    overflow: hidden;
}

.scroll-content {
    animation: scroll 32s linear infinite;
    position: absolute;
    top: 0;
    width: 100%;
}

/* 为克隆内容添加相同的动画 */
.scroll-content-clone {
    animation: scroll 32s linear infinite;
    position: absolute;
    width: 100%;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.scroll-item {
    width: 520px;
    height: 188px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin: 20px auto 0;
    /* 居中显示 */
    box-sizing: border-box;
    padding: 30px 20px;
    color: #fff;
    background: #15161C url('../img/Tru_scroll_bg.png') no-repeat center center;
    background-size: cover;
}

/* 移除最后一个元素的底部外边距，避免重复间距导致抖动 */
.scroll-item:last-child {
    margin-bottom: 0;
}

.imgLeft {
    margin-right: 64px;
    padding-right: 64px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

.imgRight-list {
    display: flex;
    align-items: center;
    margin: 64px 0 174px 0;
}

.imgRight-item {
    width: 182px;
    height: 74px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.imgRight-item2 {
    width: 193px;
}

.imgRight-item3 {
    width: 191px;
    border: 0;
}

.imgRight-item-num {
    height: 40px;
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 32px;
    color: #FF6933;
    line-height: 40px;
    padding-bottom: 12px;
    padding: 0 0 0 32px;
}

.imgRight-item p {
    height: 22px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    padding: 0 0 0 32px;
}

.imgRight-item1 .imgRight-item-num,
.imgRight-item1 p {
    padding-left: 0;
}

.avatar {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    vertical-align: middle;
    overflow: hidden;
    /* 与文字垂直居中 */
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.scroll-item-header {
    margin-bottom: 15px;
}

.scroll-item .text {
    /* 核心样式：限制4行显示省略号 */
    display: -webkit-box;
    /* 启用弹性盒模型（兼容webkit内核浏览器） */
    -webkit-line-clamp: 3;
    /* 限制显示的行数 */
    -webkit-box-orient: vertical;
    /* 设置盒子垂直排列 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    word-break: break-all;
    /* 处理长单词/URL换行，避免横向溢出 */
    line-height: 24px;
    font-size: 16px;
}

/* 按钮 */
.imgRight-btn {
    width: 288px;
    height: 54px;
    line-height: 54px;
    background: radial-gradient(240.35% 137.41% at 100% 1.43%, #FEB425 0%, #F40 100%);
    /* background: radial-gradient( 18% 18% at 57% 93%, #FEB425 0%, #FF4400 100%); */
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.imgRight-btn span {
    padding-right: 40px;
}

.imgRight-btn img {
    vertical-align: middle;
}

.imgRight-btn:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    /* background: radial-gradient(240.35% 137.41% at 100% 1.43%, rgba(254, 180, 37,0.8) 0%, rgb(255, 68, 0,0.8) 100%); */
}

/* 滚动end */
.Contact-content {
    background: url('./../img/ContactBg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 514px;
    box-sizing: border-box;
}

.Contact-item {
    display: inline-block;
    width: 708px;
    height: 152px;
    line-height: 152px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.Contact-itemL {
    margin-right: 24px;
}

.Contact-icon {
    background: url('./../img/email_a.png') no-repeat left center;
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.Contact-icon2 {
    background: url('./../img/qq_a.png') no-repeat left center;
}

.Contact-item .Contact-email {
    color: #181818;
}

.Contact-item:hover,
.ContactCurrentItem {
    background: radial-gradient(240.35% 137.41% at 100% 1.43%, #FEB425 0%, #F40 100%);
    border: 0;
    color: #fff;
    transition: background 0.3s ease;
}

.Contact-item:hover .Contact-icon1,
.ContactCurrentItem .Contact-icon1 {
    background: url('./../img/email_h.png') no-repeat left center;
}

.Contact-item:hover .Contact-email,
.ContactCurrentItem .Contact-email {
    color: #fff;
}

.Contact-item:hover .Contact-icon2,
.ContactCurrentItem .Contact-icon2 {
    background: url('./../img/qq_h.png') no-repeat left center;
}
/* teams样式 2026-04-07*/
.layui-layer-content{
    padding: 30px 20px;
    background: #fff;
border-radius: 10px;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
}
.teams-popup{
    display: none;
}
.popup-content p{
    line-height: 22px;
    margin-bottom: 12px;
}
.popup-content a{
    color: rgb(255, 105, 51);
}
.popup-content a:hover {
    color: rgba(255, 105, 51, 0.8);
}
.popup-content img{
    max-width: 953px;
    overflow: hidden;
    margin: 18px auto;
    display: block;
}
