.ant-layout, .ant-layout * {
    box-sizing: border-box;
}

.ant-layout-content {
    flex: auto;
    min-height: 0;
}

.product[data-v-547d530c] {
    background: #fff;
    padding-bottom: 80px;
}

.product-banner{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 440px;
    display: flex;
    height: 440px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-banner .banner-box{
    margin: 0 auto;
    padding-top: 104px;
    width: 1200px;
}
.product-banner .banner-box .banner-title{
    color: #252d4d;
    font-family: OPPOSans;
    font-size: 40px;
    font-variation-settings: "opsz" auto;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 16px;
}

.product-banner .banner-box .banner-subtitle{
    color: #252d4d;
    font-family: OPPOSans;
    font-size: 20px;
    font-variation-settings: "opsz" auto;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 40px;
    width: 819px;
}

.tab-wrapper {
    margin-bottom: -45px;
    margin-top: -45px;
    position: relative;
    z-index: 10;
    position: -webkit-sticky; /* 兼容 Safari */
    position: sticky;
    top: 0; /* 距离视口顶部 0px 时触发固定 */
    z-index: 99;
}


.tab-box {
    background: linear-gradient(180deg, #f3f5fd, #fff);
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 rgba(35, 43, 73, .14);
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
}

.tab-box, .tab-item {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: center;
}


.tab-item {
    color: #3d3d3d;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    transition: all .3s;
    width: 200px;
}


.tab-item.active, .tab-item:hover {
    color: #356dee;
    font-weight: 500;
}


.tab-item.active:after {
    background: #356dee;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 81px;
}


.core-competencies {
    align-items: center;
    background: #f7f9fd;
    display: flex;
    flex-direction: column;
    padding: 120px 0 90px;
    box-sizing: border-box;
}


.core-competencies .title {
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
}


.core-competencies .subtitle {
    color: #666;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}


.core-competencies .content {
    display: flex;
    gap: 75px;
    margin-top: 40px;
    width: 1200px;
}

.core-competencies .content .content-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 222px;
}


.core-competencies .content .content-item-4 {
    width: 240px;
}

.core-competencies .content .content-item .item-icon {
    height: 120px;
    width: 120px;
}

.core-competencies .content .content-item .item-icon img {
    height: 100%;
    width: 100%;
}

.core-competencies .content .content-item .item-title {
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.core-competencies .content .content-item .item-desc {
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 240px;
}

.core-competencies .content .content-item:first-child .item-desc {
    width: 260px;
}

.solve-problems {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 90px 0;
}


.solve-problems .title {
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
}


.solve-problems .subtitle {
    color: #666;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}


.solve-problems .content {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    width: 1200px;
}


.solve-problems .content .content-item {
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(62, 93, 164, .16);
}


.solve-problems .content .content-item-4 {
    width: 282px;
}

.solve-problems .content .content-item .top-section {
    border-radius: 8px 8px 0 0;
    height: 236px;
    overflow: hidden;
}

.solve-problems .content .content-item .top-section img {
    height: 100%;
    transition: transform .4s ease;
    width: 100%;
}
.solve-problems .content .content-item:hover .top-section img {
    transform: scale(1.1);
}
.solve-problems .content .content-item .footer-section {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 21%, rgba(255, 68, 87, .08)), linear-gradient(180deg, hsla(0, 0%, 100%, .9), #fff 10%, #fff);
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: -18px;
    overflow: hidden;
}
.solve-problems .content .content-item-4 .footer-section {
    padding: 32px 16px;
}

.solve-problems .content .content-item .footer-section .item-title {
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
}
.solve-problems .content .content-item:hover .footer-section .item-title {
    color: #356dee;
}

.solve-problems .content .content-item .footer-section .item-desc {
    color: #666;
    font-family: PingFang SC;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    margin-top: 12px;
    text-align: justify;
}

.service-process {
    align-items: center;
    background: #f7f9fd;
    display: flex;
    flex-direction: column;
    height: 884px;
    opacity: 1;
    padding: 90px 0;
    box-sizing: border-box;
}

.service-process .title {
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
}

.service-process .subtitle {
    color: #666;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}

.service-process .content {
    margin-top: 40px;
    width: 1200px;
}


.service-process .content img {
    width: 100%;
}


.service-value {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 546px;
    justify-content: center;
    padding: 90px 0;
    box-sizing: border-box;
}

.service-value .title {
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
}


.service-value .subtitle {
    color: #666;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}

.service-value .content {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    width: 1200px;
}

.service-value .content .content-img {
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(62, 93, 164, .16);
    height: 250px;
    width: 282px;
}

.service-value .content .content-img img {
    height: 100%;
    width: 100%;
}

.customer-case{
    align-items: center;
    background-image: url(../images/case-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    height: 716px;
    justify-content: center;
    padding: 90px 0;
    box-sizing: border-box;
}

.customer-case .content .right-box{
    background-image: url(../images/case-item-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 8px 8px 8px;
    flex: 1;
    padding: 64px 34px 0 32px;
}
.customer-case .title{
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
}

.customer-case .subtitle{
    color: #666;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}


.customer-case .content{
    background: linear-gradient(230deg, #40507c 17%, #2f3c60 71%);
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 rgba(35, 43, 73, .14);
    display: flex;
    height: 420px;
    margin-top: 40px;
    width: 1200px;
}


.customer-case .content .left-box{
    height: 420px;
    width: 370px;
}


.customer-case .content .left-box img{
    border-radius: 8px;
    height: 100%;
    width: 100%;
}

.customer-case .content .right-box .top-section{
    align-items: center;
    display: flex;
    gap: 12px;
}

.customer-case .content .right-box .top-section .item-icon{
    height: 60px;
    width: 60px;
}

.customer-case .content .right-box .top-section .item-icon img{
    height: 100%;
    width: 100%;
}

.customer-case .content .right-box .top-section .title-box{
    color: #fff;
    font-family: PingFang SC;
    font-weight: 500;
}


.customer-case .content .right-box .top-section .title-box .item-title{
    font-size: 30px;
}

.customer-case .content .right-box .top-section .title-box .item-industry{
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 72px;
}

.customer-case .content .right-box .middle-section{
    color: hsla(0, 0%, 100%, .7);
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 28px;
    margin: 16px 0 48px;
    text-align: justify;
}

.customer-case .content .right-box .bottom-section{
    display: flex;
    gap: 40px;
}


.customer-case .content .right-box .bottom-section .item-data{
    height: 70px;
}

.customer-case .content .right-box .bottom-section .item-data img{
    height: 100%;
}
.home-adviser {
    height: 374px;
    position: relative;
}

.home-adviser .inner {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 20;
}

.home-adviser .adviser-wrapper {
    color: #fff;
    font-family: PingFangSC;
    margin: 0 auto;
    width: 1200px;
}

.home-adviser .adviser-wrapper .title {
    font-family: PingFangSC-Medium;
    font-size: 36px;
    padding: 154px 0 6px;
}


.home-adviser .adviser-wrapper .desc {
    font-size: 16px;
}

.service-recommendation {
        align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.service-recommendation .title {
    color: #252d4d;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
}


#product-Package .yifangyun-package{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

#product-Package{
    height: auto;
    position: relative;
    z-index: 21;
        padding: 90px 0;
}
#product-Package .yifangyun-package .yifangyun-table{
  position: relative;
  margin-top: 55px;
}
#product-Package .yifangyun-package .yifangyun-table .table-version{
  display: flex;
  box-shadow: 0 0 10px 5px #f0f6ff;
}
#product-Package .yifangyun-package .yifangyun-table .table-version.yfyFixed{
  position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    background-color: #ffffff;
    padding-top: 90px;

}
#product-Package .yifangyun-package .yifangyun-table .table-version .version-all{
    position: relative;
}
#product-Package .yifangyun-package .yifangyun-table .table-version .version-title{
  width: 884px;
  height: 105px;
  text-align: center;
  line-height: 105px;
  font-weight: 600;
  font-size: 34px;
  color: #000000;
  position: relative;
  border-right: 1px solid #f1f1f1;
}

#product-Package .yifangyun-package .yifangyun-table .table-version .version-list{
  display: flex;
  justify-content: space-between;
  width: 315px;
}
#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item{
    width: 315px;
    height: 105px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item:first-child,
#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item:last-child{
  display: none;
}


#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item::before{
 
  display: block;
  color: #ffffff;
  font-size: 12px;
  width: 299px;
  height: 17px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background-color: #ff0000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item a.item-btn{
  background: linear-gradient(to right, #ff6855 0%, #ff4b57 100%);
}
#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item a.item-btn:hover{
  background: linear-gradient(to left, #ff6855 0%, #ff4b57 100%);
}

#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item .item-title{
  display: flex;
  align-content: center;
  justify-content: center;
}
#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item .item-title span{
  font-size: 24px;
  margin-left: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 32px;
}

#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item .item-price{
  font-size: 13px;
  color: #ff0000;
  margin: 13px 0;
}
#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item .item-price em{
  font-size: 22px;
  font-weight: 600;
  margin-left: 3px;
}

#product-Package .yifangyun-package .yifangyun-table .table-version .version-list li.item a.item-btn{
  width: 180px;
  height: 39px;
  line-height: 39px;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
}

#product-Package .yifangyun-package .yifangyun-table .table-detail{
  position: relative;
  width: 100%;
  background-color: #f8f8fa;
}
#product-Package .yifangyun-package .yifangyun-table .table-version.yfyFixed+.table-detail{
  padding-top: 254px;
}
#product-Package .yifangyun-package .yifangyun-table .table-detail .item-title{
  width: 100%;
  padding-left: 14px;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #356dee;
  box-sizing: border-box;
}
#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow{
  width: 100%;
  display: flex;
}

#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow div{
  width: 223px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  font-size: 13px;
  background-color: #ffffff;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 24px 20px;
}
#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow div:nth-child(4){
  width: 337px;
}
#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow div:first-child{
  width: 158px;
  padding-left: 10px;
  justify-content: center;
  border-left: 1px solid #e4e4e4;
}
#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow div:nth-child(2){
 width: 841px;
 justify-content: left;
}
#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow div:nth-child(3),#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow div:last-child{
  display: none;
}
#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow div .right-icon{
  width: 20px;
  height: 20px;
  background: url(../images/360-right-icon.png) center center no-repeat;
  background-size: 100%;
  display: block;
}
#product-Package .yifangyun-package .yifangyun-table .table-detail .item-cow div .error-icon{
  width: 18px;
  height: 18px;
  background: url(../images/360-error-icon.png) center center no-repeat;
  background-size: 100%;
  display: block;
}

#product-Package .yifangyun-package .yifangyun-table .equity_anchor_point{
    position: absolute;
    width: 184px;
    box-sizing: border-box;
    height: 491px;
    background: #fff3e5;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    border-radius: 16px 0px 0px 16px;
    top: 194px;
    transition: all .2s;
    margin-left: 0;
    left: -183px;
}
#product-Package .yifangyun-package .yifangyun-table .equity_anchor_point::before{
    content: "";
    display: block;
    background: url(../images/360nav-logo.png) center center no-repeat;
    background-size: 100%;
    width: 154px;
    height: 34px;
    margin: 17px auto 21px;
}

.equity_anchor_point {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible;
}
.equity_anchor_point.anchor-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* 隐藏时禁止点击，防止误操作 */
}

.equity_anchor_point .progressbar {
    content: '';
    width: 1px;
    height: 393px;
    background: #356dee;
    position: absolute;
    top: 81px;
    left: 30px;
}
.equity_anchor_point ul {
    padding: 0px 10px 0 36px;
}
.equity_anchor_point ul li {
    font-weight: bold;
    font-size: 15px;
    color: #00001A;
    line-height: 20px;
    border-radius: 6px;
    margin-top: 26px;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
}
.equity_anchor_point ul li p{
    text-align: center;
    width: 81px;
}
.equity_anchor_point ul li:first-child {
    margin-top: 0;
}

.equity_anchor_point ul li.active {
    color: #356dee;
    width: 106px;
    padding: 12px 0;
    border-radius: 5px;
    padding-left: 22px;
}
.equity_anchor_point ul li .i {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #97b4f8;
    backdrop-filter: blur(2px);
    border-radius: 50%;
    left: -12px;
    top: calc(50% - 5px);
}
.equity_anchor_point ul li.active .i {
    width: 15px;
    height: 15px;
    background: #356dee;
    border: 3px solid #FFFFFF;
    left: -16px;
    top: calc(50% - 9px);
}


.service-recommendation .subtitle {
    color: #666;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}


.scroll-target {
  scroll-margin-top: 50px; /* 留出 50px 的顶部安全距离 */
}