    /* 全局样式 */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    }

    body {
        overflow-x: hidden;
        color: #333;
        font-size: 16px;
        line-height: 1.6;
    }

    ul, li {
        list-style: none;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .container {
        max-width: 1200px !important;
        margin: 0 auto;
        padding: 0;
    }
    .professional-container{
        width: 1000px !important;
    }
    #content_box-116273709439191-0{
        height: 84px;
    }
    /* 顶部banner */
    .banner {
        height: 380px;
        background-image: url('../../../uploads/assets/images/googlePro/google_banner12@2x.png');
        background-size: cover;
        background-position: center;
        color: white;
        position: relative;
        display: flex;
        align-items: center;
    }

    .banner-content {
        width: 1200px;
        margin: 0 auto;
        text-align: left;
    }

    .banner-title {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 13px;
    }

    .banner-desc {
        /* width: 397px; */
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 20px;
        margin-bottom: 20px;
        margin-right: auto;
        /* height: 60px; */
    }

    .banner-btn {
        background-color: #ffeb3b;
        color: #333 !important;
        padding: 15px 30px;
        border-radius: 30px;
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        transition: all 0.3s;
    }

    .banner-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    }

    /* 数据统计区块 */
    .stats-section {
        padding: 60px 0;
        background-color: #fff;
        text-align: center;
    }
    .section-title-2 {
        text-align: start;
        margin-bottom: 20px;
    }
    .stats-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .stats-circle {
      width: 450px;
      height: 450px;
      border-radius: 0px 0px 0px 0px;
      margin-right: 80px;
    }
    .stats-info-wrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .stats-info {
        text-align: left;
        margin-bottom: 44px;
    }
    .section-title {
        font-size: 36px;
        font-weight: bold;
        color: #353535;
        text-align: center;
    }
    .stats-list li {
        font-size: 14px;
        margin-bottom: 15px;
        position: relative;
    }
    .stats-list li:last-child {
        margin-bottom: 0;
    }
    .stats-list li span {
        display: inline-block;
        width: 48%;
        position: relative;
        padding-left: 15px;
        gap: 2%;
    }

    .stats-list li span:before  {
        content: "•";
        position: absolute;
        left: 0;
        color: #353535;
        font-size: 16px;
    }
    
    /* 服务优势 */
    .section-title-1 {
        text-align: center;
        margin-bottom: 12px;
        font-size: 36px;
    }
    .section-desc-1 {
        font-weight: 400;
        font-size: 20px;
        color: #353535;
        text-align: center;
        margin-bottom: 43px;
    }
    .advantages-section {
        padding: 48px 0;
        background-color: #E6F0FF;
    }

    .advantages-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -15px;
    }

    .advantage-card {
        width: calc(20% - 30px);
        margin: 0 15px 30px;
        text-align: center;
    }

    .advantage-icon {
        width: 146px;
        height: 146px;
        margin: 0 auto 9px;
    }

    .advantage-title {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 24px;
        color: #353535;
    }

    .advantage-desc {
        font-size: 14px;
        color: #353535;
    }

    /* 全方位分析 */
    .analysis-section {
        padding: 70px 0;
        background-color: #fff;
    }
    .high-light-blue {
        color: #0066FF;
    }

    .analysis-content {  
    }
    .analysis-content-item {
        display: flex;
        align-items: end;
    }
    .analysis-content-item:nth-child(1) {
        background: url('../../../uploads/assets/images/googlePro/content-3-bg-1@2x.png') no-repeat;
        background-size: contain;
        background-position: bottom;

    }
    .analysis-content-item:nth-child(2) {
        background: url('../../../uploads/assets/images/googlePro/content-3-bg-2@2x.png') no-repeat;
        background-size: contain;
        background-position: bottom;
    }
    .analysis-content-item:nth-child(2) img {
        order: 2;
    }
    .analysis-content-item:nth-child(2) analysis-list {
        order: 1;
    }
    .analysis-content-item-img {
        width: 365px; 
        height: 329px; 
        max-width: 365px; 
        margin-right: 100px;
        position: relative;
        top: -19px;
    }
    .analysis-content-item-img-mobile {
        width: 28.1333333vw; 
        height: 33.7333333vw; 
        max-width: 28.1333333vw; 
    }
    .analysis-content-item-img-1 {
        width: 602px; 
        height: 365px; 
        max-width: 602px; 
    }
    .analysis-content-item img {
        width: 50% !important;
        flex: 1;
    }
    .analysis-list {
        height: 256px;
        flex: 1;       
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 120px;
    }
    .analysis-item-box {
        height: auto;
        padding-left: 20px;
        position: relative;
    }
    .analysis-item-title {
        font-weight: 500;
        font-size: 24px;
        color: #2B2B2B;
        margin-bottom: 12px;
    }
    .analysis-list .analysis-item:before {
        content: "•";
        position: absolute;
        left: 0;
        color: #353535;
        font-weight: bold;
    }
    .analysis-item {
        font-weight: 400;
        font-size: 16px;
        color: #353535;
    }
    .analysis-item.product-auth{
        white-space: nowrap;
    }

    /* 中企跨境Google服务专业实力 */
    .professional-section {
        padding: 48px 0;
        background-color: #E6F0FF;
    }
    .professional-content {
        display: flex;
        justify-content: space-between;
    }
    .section-title {
        margin-bottom: 74px;
    }
    .professional-item img {
        margin-bottom: 38px;
    }
    .professional-item-title {
        text-align: center;
        font-weight: bold;
    }
    /* Google搜索服务荣誉展示 */
    .honor-section {
        padding: 48px 0;
        background-color: #fff;
    }
    .honor-content {
        display: flex;
        justify-content: space-between;
    }
    .honor-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #E6E6E6;
    }
    .honor-item:last-child {
        border-right: none;
    }
    .honor-item img {
        margin-bottom: 25px;
        width: 146px;
        height: 183px;
    }
    .honor-item-title {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        color: #929292;
        margin-bottom: 8px;
    }
    .honor-item-desc {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        color: #2B2B2B;
    }
    /* Google搜索服务成功案例 */
    .success-section {
        padding: 48px 0;
        background-color: #E6F0FF;
    }
    .success-title {
        text-align: center;
        font-weight: 500;
        font-size: 36px;
        color: #353535;
        margin-bottom: 48px;
    }
    .success-content {
        display: flex;
        justify-content: space-between;
    }
    .success-item {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .success-item img {
        width: 280px;
        height: 147px;
        display: flex;
        justify-content: center;
    }
    .success-item-foot {
        text-align: center;
        background: #0366FF;
        color: #fff;
        padding: 8px 0;
        width: 280px;
    }
    .success-item-title {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }
    .success-item-desc {
        font-weight: 300;
    }

    /* 响应式设计 */
    @media (max-width: 750px) {
        #content_box-116273709439191-0{
            height: 59px;
        }

        .container {
            width: 100% !important;
            padding: 0 15px;
        }

        /* 顶部banner */
        .banner {
            height: 300px;
            background-position: center;
            background-image: url('../../../uploads/assets/images/googlePro/banner-bg-mobile.png');
        }

        .banner-content {
            width: 100%;
            padding: 0 15px;
            text-align: center;
        }

        .banner-title {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .banner-desc {
            width: 100%;
            font-size: 16px;
            margin-bottom: 15px;
            height: auto;
        }

        .banner-btn {
            padding: 10px 20px;
            font-size: 16px;
        }

        /* 数据统计区块 */
        .stats-section {
            padding: 6.4vw;
        }

        .stats-container {
            flex-direction: column;
            position: relative;
            height: 94vw;
        }

        .stats-circle {
            width: 51.7333333vw;
            height: 51.7333333vw;
            margin: 0;
            position: absolute;
            top: 0;
            left: 0;
        }

        .stats-info {
            text-align: center;
            margin-bottom: 30px;
            position: absolute;
        }
        .stats-info:nth-child(1) {
            top: 50%;
            right: 0;
            text-align: end;
            margin: 0;
            transform: translateY(-125%);
        }
        .stats-info:nth-child(1) .section-title-2 {
            text-align: end;
        }
        .stats-info:nth-child(1) .stats-list li span {
            text-align: end;
        }
        .stats-info:nth-child(1) .stats-list li {
            padding-right: 0;
        }
        .stats-info:nth-child(2) {
            bottom: 0;
            left: 50%;
            width: 85.06666vw;
            transform: translateX(-50%);
        }
        .stats-info:nth-child(2) .stats-list li {
            display: flex;
            justify-content: space-between;
            margin: 0;
            padding: 0;
        }
        .stats-info:nth-child(2) .stats-list li span:first-child {
            width: calc(100% - 51.6vw);
        }
        .stats-info:nth-child(2) .stats-list li span:last-child {
            width: 51.6vw;
        }
        .stats-info:nth-child(1) .stats-list li {
            margin: 0;
        }
        .stats-list li span {
            width: 100%;
            display: block;
            margin-bottom: 0;
            font-size: 2.6666666vw;
        }
        .section-title-2 {
            font-size: 4.8vw;
            margin-bottom: 3vw;
        }
        .stats-list li span:before {
            content: "•";
            position: relative;
            left: -0.6666666vw;
            top: 0.2666666vw;
            color: #353535;
            font-size: 16px;
        }

        /* 服务优势 */
        .advantages-section {
            padding: 30px 0;
        }

        .section-title-1 {
            font-size: 4.8vw;
            padding: 0 2vw;
        }

        .section-desc-1 {
            font-size: 3.2vw;
            padding: 0 2vw;
            margin-bottom: 4vw;
        }

        .advantages-grid {
            flex-direction: column;
            margin: 0;
        }

        .advantage-card {
            width: 87.2vw;
            height: 20.4vw;
            background: #fff;
            border-radius: 1.86666666vw;
            display: flex;
            padding: 0 2.66666666vw 0 0;
            box-shadow: 0 0 1.33333333vw 0 #E8EBFA;
        }

        .advantage-icon {
            width: 19.4666666vw;
            height: 19.4666666vw;
            
        }

        .advantage-title {
            font-size: 4.26666666vw;
            margin-bottom: 0.4vw;
            margin-top: 2.66666666vw;
            text-align: start;
        }
        .advantage-desc {
            font-size: 2.66666666vw;
            text-align: start;
        }
        
        /* 全方位分析 */
        .analysis-section {
            padding: 6.9vw 0;
            background-image: url('../../../uploads/assets/images/googlePro/content-3-bg@2x.png');
            background-size: cover;
            background-repeat: no-repeat;
        }
        .analysis-section .section-title {
            font-size: 4.8vw;
            margin-bottom: 2.66666666vw;
        }

        .analysis-section .analysis-content-item:nth-child(2) {
            margin-top: 5.33333333vw;
        }
        .analysis-section .analysis-content-item:nth-child(2) .analysis-item-title {
            font-size: 2.66666666vw;
            color: #2B2B2B;
            font-weight: bold;
        }
        .analysis-section .analysis-content-item:nth-child(2) .analysis-item {
            font-size: 2.66666666vw;
            font-weight: 400;
            color: #353535;
            text-align: start;
            padding: 0 12vw;
        }
        .analysis-content-item {
            flex-direction: column;
            align-items: center;
            background-image: none !important;
        }

        .analysis-list {
            width: 100%;
            padding: 0 15px;
            height: auto;
            order: 2 !important;
        }

        .analysis-item-title {
            font-size: 2.6666666vw;
            text-align: center;
        }

        .analysis-item-box {
            padding-left: 0;
        }

        .analysis-content-item:first-child .analysis-list .analysis-item:before {
            display: none;
        }
        .analysis-content-item:last-child .analysis-list .analysis-item:before {
           left: 9.5vw;
        }
        .analysis-item {
            text-align: center;
            margin-bottom: 10px;
        }

        /* 中企跨境Google服务专业实力 */
        .professional-section {
            padding: 4vw 0;
        }
        .professional-section .section-title {
            font-size: 4.8vw;
            margin-bottom: 6.66666666vw;
        }
        .professional-content {
            flex-wrap: wrap;
        }

        .professional-item {
            width: 50%;
            margin-bottom: 6.4vw;
        }

        .professional-item:nth-child(1) img {
            margin-bottom: 3.2vw;
            width: 21.2vw !important;
            height: 14.4vw !important;
        }
        .professional-item:nth-child(2) img {
            margin-bottom: 3.2vw;
            width: 16.266666vw !important;
            height: 14.1333333vw !important;
        }
        .professional-item:nth-child(3) img {  
            margin-bottom: 3.2vw; 
            width: 16.9333333vw !important;
            height: 13.7333333vw !important;
        }
        .professional-item:nth-child(4) img {
            margin-bottom: 3.2vw;
            width: 15.2vw !important;
            height: 13.7333333vw !important;
        }
        .professional-item-title {
            font-size: 3.2vw;
        }
        
        /* 荣誉展示区域移动端样式 */
        .honor-section {
            padding: 4vw 0;
        }
        
        
        
        .honor-item-title {
            font-size: 2.13333333vw;
        }
        
        .honor-item-desc {
            font-size: 2.13333333vw;
        }
        
        .scroll-indicator {
            margin-top: 4vw;
        }
        
        /* Google搜索服务成功案例 */
        .success-section {
            padding: 4vw 0;
        }

        .success-section .success-title {
            font-size: 4.8vw;
            margin-bottom: 4vw;
        }

        .success-content {
            align-items: center;
            flex-wrap: wrap;
        }
        
        .success-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 2.6666666vw;
            width: 45vw;
        }

        .success-item img,
        .success-item-foot {
            width: 100%;
        }
        .success-item-foot {
            padding: 0;
        }
        .success-item a{
            width: 100%;
        }
        .success-item img {
            width: 100%;
            height: 21.8666666vw;
        }
   
        .success-item-title {
            margin-top: 0.4vw;
            margin-bottom: 0.66666666vw;
            font-size: 2.66666666vw;
        }
        .success-item-desc {
            font-size: 1.866666666vw;
            margin-bottom: 1.466666666vw;
        }
        /* 移动端优化 */
        body {
            -webkit-text-size-adjust: 100%;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            overflow-x: hidden;
        }

        /* 优化触摸体验 */
        a, button, input, select, textarea {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        /* 移动端数据统计区块优化 */
        .stats-list {
            padding-left: 0;
        }

        .stats-list li {
            text-align: left;
            padding: 0 2vw;
        }

        /* 移动端全方位分析优化 */
        .analysis-item {
            padding: 0 2vw;
            text-align: center;
            font-size: 2.66666666vw;
            font-weight: bold;
            margin: 0;
        }

        /* 移动端专业实力优化 */
        .professional-content {
            justify-content: center;
        }

        .professional-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }
         /* 荣誉展示区域 */
        .honor-section {
            padding: 8vw 0;
            background-color: #fff;
        }
        .honor-section .section-title {
            font-size: 4.8vw;
            margin-bottom: 3.2vw;
        }
        /* 滑动容器样式 */
        .honor-scroll-wrapper {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            margin: 0 -2.1333vw;
            padding: 0 2.1333vw;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* IE and Edge */
        }

        /* 隐藏滚动条 */
        .honor-scroll-wrapper::-webkit-scrollbar {
            display: none;
        }

        .honor-content {
            display: flex;
            flex-wrap: nowrap;
            gap: 2.1333vw;
            padding: 1.333333vw 0;
        }

        .honor-item {
            flex: 0 0 auto;
            width: 29.3333333vw;
            padding: 0 2.6666666vw;
            text-align: center;
            transition: transform 0.3s;
        }

        .honor-item:last-child {
            margin-right: 0;
        }

        .honor-item img {
            width: 100%;
            height: auto;
            margin-bottom: 2vw;
        }

        .honor-item-title {
            font-size: 2.4vw;
            font-weight: bold;
            margin-bottom: 0.66666666vw;
            color: #333;
        }

        .honor-item-desc {
            font-size: 1.86666666vw;
            color: #666;
        }

        /* 滑动指示器样式 */
        .scroll-indicator {
            display: none; /* 默认隐藏，通过JS控制显示 */
            justify-content: center;
            align-items: center;
            margin-top: 2.66666666vw;
            color: #929292;
            font-size: 2.93333333vw;
        }

        .triangle-left {
            background: url('../../../uploads/assets/images/googlePro/arrow-right.svg') no-repeat;
            background-size: contain;
            /* 旋转180度 */
            transform: rotate(180deg);
            width: 2.4vw;
            height: 2.4vw;
            cursor: pointer;
            transition: opacity 0.3s;
        }
        .triangle-left:hover {
            opacity: 0.7;
        }
        .triangle-right {
            background: url('../../../uploads/assets/images/googlePro/arrow-right.svg') no-repeat;
            background-size: contain;
            width: 2.4vw;
            height: 2.4vw;
            cursor: pointer;
            transition: opacity 0.3s;
        }
        .triangle-right:hover {
            opacity: 0.7;
        }
        .scroll-text {
            margin: 0 0.66666666vw;
            display: none;
        }
    }

   
.desktop-device {
    .analysis-content-item-img {
        display: block;
    }
    .analysis-content-item-img-mobile {
        display: none;
    }
}
.mobile-device {
    .analysis-content-item-img-mobile {
        display: block;
    }
    .analysis-content-item-img {
        display: none;
    }
}

/* 手机号验证区域 */
.mobile-verification {
    background-color: #f8f9fa;
    padding: 30px 0;
    width: 100%;
}

.verification-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.verification-left {
    display: flex;
    align-items: center;
}

.circle-icon {
    width: 24px;
    height: 24px;
    background-color: #0056FF;
    border-radius: 50%;
    margin-right: 12px;
}

.verification-left h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0056FF;
    margin-right: 24px;
}

.triangle-icon {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #0056FF;
    margin-right: 58px;
}

.verification-form .verification-text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-right: 12px;
}

.verification-form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.phone-input, .captcha-input {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
}

.phone-input {
    width: 200px;
}

.captcha-input {
    width: 150px;
}

.captcha-image {
    height: 40px;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    object-fit: cover;
}

.verify-btn {
    height: 40px;
    background-color: #0056FF;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
}

.refresh-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.refresh-btn img {
    width: 20px;
    height: 20px;
}

/* 刷新按钮旋转动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotate 0.5s linear;
}

@media (max-width: 750px) {
    .verification-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .verification-left {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    
    .circle-icon {
        margin-right: 10px;
    }
    
    .verification-left h3 {
        margin-right: 10px;
    }
    
    .triangle-icon {
        margin-right: 10px;
    }

    .verification-form {
        flex-wrap: wrap;
        width: 100%;
    }
    
    .verification-form .verification-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .phone-input {
        width: 100%;
    }
    
    .captcha-input {
        width: calc(50% - 5px);
    }
    
    .captcha-image {
        width: calc(50% - 5px);
    }

    .verify-btn {
        width: calc(100% - 40px);
        margin-top: 10px;
    }

    .refresh-btn {
        margin-top: 10px;
    }
}

/* 移动端专用验证区域 */
.mobile-verification-only {
    display: none;
}

@media (max-width: 750px) {
    /* 隐藏桌面版验证区域，显示移动端验证区域 */
    .desktop-verification {
        display: none;
    }
    
    .mobile-verification-only {
        display: block;
        padding: 20px 15px;
    }
    
    .mobile-verification-content {
        text-align: center;
    }
    
    .mobile-verification-content h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
    }
    
    .mobile-verification-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .input-group {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .input-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 15px;
        z-index: 1;
    }
    
    .mobile-phone-input {
        width: 100%;
        height: 44px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 15px 0 45px;
        font-size: 16px;
    }
    
    .mobile-captcha-input {
        width: 100%;
        height: 44px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 16px;
    }
    
    .captcha-group {
        display: flex;
        gap: 10px;
    }
    
    .mobile-captcha-input {
        flex: 1;
    }
    
    .get-captcha-btn {
        height: 44px;
        background-color: #fff;
        color: #0056FF;
        border: 1px solid #0056FF;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 14px;
        white-space: nowrap;
    }
    
    .mobile-verify-btn {
        height: 44px;
        background-color: #0056FF;
        color: white;
        border: none;
        border-radius: 20px;
        padding: 0 20px;
        font-size: 16px;
        width: 100%;
        cursor: pointer;
    }
}