.try-btn {
    width: 285px;
    height: 56px;
    font-weight: 700;
    border-radius: 69px;
    font-size: 24px;
    background: linear-gradient(90deg, #3bbeff 0%, #4080ff 100%);
    color: #fff;
    margin: 40px 0 50px 0;
    position: relative;
}

.try-btn::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: linear-gradient(90deg, #2196F3, #4CA5FF);
    border-radius: 102px;
    z-index: -1;
    opacity: 0;
}

.try-btn:hover {
    border-radius: 69px;
    background: linear-gradient(90deg, #3BBEFF 0%, #4080FF 100%);
}

.try-btn:hover::before {
    opacity: 0.7;
}

.introduction {
    width: 100%;
    padding: 20px 0;
    background: url(../img/introduction_bg_en.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 0px;
}

.introduction .introduction-left {
    margin-right: 63px;
    width: 473px;
}

.introduction .introduction-left .title-warp {
    display: flex;
    flex-direction: column;
    margin-bottom: 39px;
}

.introduction .introduction-left .title-warp .title {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    color: #165dff;
}

.introduction .introduction-left .title-warp .sub-title {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 700;
    color: #222224;
}

.introduction .introduction-left-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0%;
}

.introduction .introduction-left .behavior-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.introduction .introduction-left .behavior-info-item {
    display: flex;
    flex-direction: column;
}

.introduction .introduction-left .behavior-info-item .num {
    color: #165dff;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.introduction .introduction-left .behavior-info-item .text {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #606060;
}

.introduction .introduction-left .behavior-info-item .grade-warp {
    display: flex;
    align-items: center;
}

.introduction .introduction-left .behavior-info-item .grade-warp .num {
    margin-right: 15px;
}

.introduction .introduction-left .behavior-info-item .grade-warp .start-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url(../img/start_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.introduction .introduction-left .behavior-info-item .grade-warp .half-start-icon {
    width: 14px;
    height: 14px;
    background: url(../img/half_start_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.introduction .introduction-right {
    flex: 1;
    height: 100%;
}

.introduction .introduction-right #lottie {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    border-radius: 16px;
}

.introduction .application-position {
    width: 100%;
    max-width: 1082px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.introduction .application-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.introduction .application-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 238px;
    border: 2px solid #a5c8ff;
    border-radius: 12px;
    height: 86px;
    background-color: #fff;
}

.introduction .application-list-item:hover {
    box-shadow: 0px 2px 12px 0px #648fd157;
}

.introduction .application-list-item .WordPress_icon {
    background-image: url(../img/WordPress_icon.png);
}

.introduction .application-list-item .ShopIfy_icon {
    background-image: url(../img/ShopIfy_icon.png);
}

.introduction .application-list-item .Nginx_icon {
    background-image: url(../img/Nginx_icon.png);
}

.introduction .application-list-item .APACHE_icon {
    background-image: url(../img/APACHE_icon.png);
}

.introduction .application-list-item i {
    width: 44px;
    height: 44px;
    margin-right: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.introduction .application-list-item span {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0%;
    text-align: center;
}

.featured-functions {
    width: 1082px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 0px;
}

.featured-functions .title-h2 {
    text-align: center;
    font-size: 38px;
    line-height: 150%;
    color: #171717;
    margin: 45px 0;
}

.featured-functions .featured-functions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 82px 44px;
}

.featured-functions .featured-functions-list-item {
    border-radius: 30px;
    height: 500px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.featured-functions .featured-functions-list-item .top {
    flex-shrink: 0;
    padding: 40px 24px 33px;
}

.featured-functions .featured-functions-list-item .top .title-h3 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 18px;
    color: #232833;
}

.featured-functions .featured-functions-list-item .top .desc {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #3a3543;
}

.featured-functions .featured-functions-list .moudule-translation {
    width: 614px;
    background-color: #f4efff;
}

.featured-functions .featured-functions-list .moudule-translation .website-warp {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    background: url("../img/product/Feature1.png") no-repeat center center;
    background-size: 100% 100%;
}

.featured-functions .featured-functions-list .moudule-editor {
    width: 424px;
    background-color: #f4fbf3;
}

.featured-functions .featured-functions-list .moudule-editor .website-warp {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    background: url("../img/product/Feature2.png") no-repeat center center;
    background-size: 100% 100%;
}

.featured-functions .featured-functions-list .moudule-benefts {
    width: 424px;
    background-color: #e8f9ff;
}

.featured-functions .featured-functions-list .moudule-benefts .website-warp {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    background: url("../img/product/Feature3.png") no-repeat center center;
    background-size: 100% 100%;
}

.featured-functions .featured-functions-list .moudule-management {
    width: 614px;
    background-color: #fff2f0;
}

.featured-functions .featured-functions-list .moudule-management .website-warp {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url("../img/product/seo.png") no-repeat center center;
    background-size: 100% 100%;
}

.featured-functions .featured-functions-list .moudule-cache {
    width: 100%;
    height: 420px;
    background: #18181e0f;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.featured-functions .featured-functions-list .moudule-cache .top {
    padding: 0 38px 0 38px;
    flex: 1;
}

.featured-functions .featured-functions-list .moudule-cache .top .cache-list {
    margin-top: 42px;
    display: flex;
    align-items: center;
}

.featured-functions .featured-functions-list .moudule-cache .top .desc {
    line-height: 1.7;
}

.featured-functions .featured-functions-list .moudule-cache .cache-right {
    display: block;
    width: 580px;
    height: 320px;
    background: url("../img/product/cdn.png") no-repeat center center;
    background-size: 100% 100%;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-functions .featured-functions-list .moudule-cache .cache-right:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.translate-steps {
    position: relative;
    background: url(../img/translate_step_bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .content {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 71px;
    position: relative;
    z-index: 2;
}

.translate-steps .title-h2 {
    text-align: center;
    margin: 35px 0;
}

.translate-steps .title-h2 i {
    font-family: Rubik;
    font-weight: 700;
    font-size: 38px;
    line-height: 150%;
    text-align: center;
    color: #171717;
}

.translate-steps .title-h2 .translateStepsh2 {
    color: #4080FF;
}

.translate-steps .phone-title-h2 {
    display: none;
    text-align: center;
    margin-bottom: 35px;
}

.translate-steps .phone-title-h2 i {
    font-family: Rubik;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: #171717;
}

.translate-steps .phone-title-h2 .translateStepsh2 {
    background: linear-gradient(90deg, #3BBEFF 0%, #4080FF 37.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.translate-steps .desc {
    font-size: 18px;
    line-height: 1.7;
    color: #222224;
    text-align: center;
    padding: 0 90px;
}

.translate-steps .try-btn {
    margin-left: auto;
    margin-right: auto;
}

.translate-steps .steps-warp {
    margin-top: 50px;
    display: flex;
    height: 377px;
    width: 100%;
}

.translate-steps .steps-warp-left {
    flex: 1;
    height: 377px;
    margin-right: 60px;
    overflow: hidden;
}

.translate-steps .steps-warp-left .steps-warp-left-item {
    cursor: pointer;
}

.translate-steps .steps-warp-left .steps-warp-left-item-top {
    display: flex;
    margin-bottom: 30px;
}

.translate-steps .steps-warp-left .steps-warp-left-item-top h3 {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.translate-steps .steps-warp-left .steps-warp-left-item-top i {
    margin-right: 28px;
    width: 40px;
    height: 40px;
}

.translate-steps .steps-warp-left .steps-warp-left-item-bottom {
    margin-left: 20px;
    padding-left: 48px;
    border-left: 1px solid #F8AE2B;
    max-height: 0px;
    opacity: 0;
    transition: max-height 0.3s linear, opacity 0.3s linear;
}

.translate-steps .steps-warp-left .steps-warp-left-item-bottom p {
    display: none;
    font-size: 16px;
    color: #545454;
    line-height: 200%;
}

.translate-steps .steps-warp-left .steps-warp-left-item-active .steps-warp-left-item-top {
    margin-bottom: 10px;
}

.translate-steps .steps-warp-left .steps-warp-left-item-active .steps-warp-left-item-top h3 {
    font-weight: 600;
}

.translate-steps .steps-warp-left .steps-warp-left-item-active .steps-warp-left-item-bottom {
    max-height: 200px;
    opacity: 1;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.translate-steps .steps-warp-left .steps-warp-left-item-active .steps-warp-left-item-bottom p {
    display: block;
}

.translate-steps .steps-warp-left-item-1 .steps-warp-left-item-top i {
    background: url("../img/product/swiper_one_bottom1_1.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-left-item-1.steps-warp-left-item-active .steps-warp-left-item-top i {
    background: url("../img/product/swiper_one_bottom1.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-left-item-2 .steps-warp-left-item-top i {
    background: url("../img/product/swiper_one_bottom2_1.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-left-item-2.steps-warp-left-item-active .steps-warp-left-item-top i {
    background: url("../img/product/swiper_one_bottom2.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-left-item-3 .steps-warp-left-item-top i {
    background: url("../img/product/swiper_one_bottom3_1.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-left-item-3.steps-warp-left-item-active .steps-warp-left-item-top i {
    background: url("../img/product/swiper_one_bottom3.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-left-item-4 .steps-warp-left-item-top i {
    background: url("../img/product/swiper_one_bottom4_1.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-left-item-4.steps-warp-left-item-active .steps-warp-left-item-top i {
    background: url("../img/product/swiper_one_bottom4.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-left-item-4.steps-warp-left-item-active .steps-warp-left-item-bottom {
    padding-bottom: 0px;
}

.translate-steps .steps-warp-right {
    width: 523px;
    height: 100%;
}

.translate-steps .steps-swiper {
    height: 377px;
    overflow: hidden;
}

.translate-steps .steps-swiper .swiper-slide {
    display: flex;
    padding-bottom: 30px;
}

.translate-steps .steps-swiper .swiper-slide .steps-warp-right {
    width: 523px;
    height: 100%;
}

.translate-steps .swiper-wrapper-one .steps-warp-left {
    background: url("../img/product/swiper_one_left.png") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-one .steps-warp-right,
.translate-steps .swiper-wrapper-one .steps-warp-top {
    background: url("../img/product/swiper_one_right.png") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-one .steps-warp-bottom i {
    background: url("../img/product/swiper_one_bottom1.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-two .steps-warp-left {
    background: url("../img/product/swiper_two_left.png") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-two .steps-warp-right,
.translate-steps .swiper-wrapper-two .steps-warp-top {
    background: url("../img/product/swiper_two_right.png") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-two .steps-warp-bottom i {
    background: url("../img/product/swiper_one_bottom2.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-three .steps-warp-left {
    background: url("../img/product/swiper_three_left.png") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-three .steps-warp-right,
.translate-steps .swiper-wrapper-three .steps-warp-top {
    background: url("../img/product/swiper_three_right.png") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-three .steps-warp-bottom i {
    background: url("../img/product/swiper_one_bottom3.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-four .steps-warp-left {
    background: url("../img/product/swiper_four_left.png") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-four .steps-warp-right,
.translate-steps .swiper-wrapper-four .steps-warp-top {
    background: url("../img/product/swiper_four_right.png") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .swiper-wrapper-four .steps-warp-bottom i {
    background: url("../img/product/swiper_one_bottom4.svg") no-repeat center center;
    background-size: 100% 100%;
}

.translate-steps .steps-warp-phone {
    margin-top: 15px;
}

.translate-steps .steps-swiper-phone {
    display: none;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.translate-steps .steps-swiper-phone .swiper-slide {
    height: 100%;
    width: 100%;
}

.translate-steps .steps-swiper-phone .swiper-slide-content {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.translate-steps .steps-swiper-phone .swiper-slide-content .steps-warp-top {
    height: 250px;
    margin-bottom: 30px;
}

.translate-steps .steps-swiper-phone .swiper-slide-content .steps-warp-bottom {
    flex: 1;
}

.translate-steps .steps-swiper-phone .swiper-slide-content .steps-warp-bottom h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #171717;
    font-family: Rubik;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 12px;
}

.translate-steps .steps-swiper-phone .swiper-slide-content .steps-warp-bottom h3>i {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.translate-steps .steps-swiper-phone .swiper-slide-content .steps-warp-bottom p {
    color: #545454;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
}

.translate-steps .steps-swiper-phone .swiper-pagination {
    bottom: 35px;
}

.translate-steps .circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    display: flex;
}

.translate-steps .circle .circle1 {
    width: 750px;
    height: 310px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../img/circle3.png) no-repeat center center;
    background-size: cover;
}

.translate-steps .circle .circle2 {
    width: 1065px;
    height: 465px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../img/circle4.png) no-repeat center center;
    background-size: cover;
}

.pay-menu {
    width: 1082px;
    margin: 0 auto;
    margin-bottom: 76px;
    padding-top: 76px;
}

.pay-menu .title-h2 {
    text-align: center;
    font-size: 38px;
    line-height: 150%;
    color: #171717;
    margin: 45px 0;
    margin-bottom:100px;
}

.pay-menu .title-h2 .zn-title {
    display: none;
}

.pay-menu .pay-menu-tabs {
    width: 273px;
    height: 56px;
    margin: 76px auto;
    border-radius: 28px;
    background: #E9F5FF;
    color: #4080FF;
    font-size: 18px;
    padding: 5px 6px;
    display: flex;
    position: relative;
}

.pay-menu .pay-menu-tabs .pay-menu-tabs-item {
    flex: 1;
    height: 46px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
}

.pay-menu .pay-menu-tabs .active {
    background: #4080FF;
    color: #fff;
}

.pay-menu .pay-menu-tabs .tab-tips {
    position: absolute;
    background: url(../img/product/property.png) no-repeat center center;
    width: 150px;
    height: 85px;
    transform: rotate(0deg);
    top: -65px;
    right: -27%;
}

.pay-menu .pay-menu-tabs .active-tips {
    animation: shake 2s ease-in-out;
}

.pay-menu .menus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay-menu .menus-item {
    width: 261px;
    height: 826px;
    border-radius: 16px;
    border: 2px solid #E0E7F0;
    background: #FFF;
    display: flex;
    flex-direction: column;
}

.pay-menu .menus-item-top {
    height: 198px;
    padding-top: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pay-menu .menus-item-top .menus-item-type {
    margin-bottom: 20px;
    width: 115px;
    height: 32px;
    background: #fff;
    border-radius: 61px;
    font-family: Rubik;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.pay-menu .menus-item-top .menus-item-money {
    font-size: 46px;
    font-family: Rubik;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
}

.pay-menu .menus-item-top .menus-item-tab {
    color: #858585;
    font-family: Rubik;
    font-size: 18px;
    line-height: 170%;
}

.pay-menu .menus-item-use {
    flex: 1;
    padding: 10px 20px 30px;
    display: flex;
    flex-direction: column;
}

.pay-menu .menus-item-use-item {
    flex: 1;
    display: flex;
    align-items: center;
}

.pay-menu .menus-item-use-item i {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background: url("../img/product/prudoct_error.svg") no-repeat center center;
    background-size: 100% 100%;
}

.pay-menu .menus-item-use-item span {
    color: #909399;
    font-family: Rubik;
    font-size: 16px;
}

.pay-menu .menus-item-use-item+.menus-item-use-item {
    border-top: 1px solid #F4F4F4;
}

.pay-menu .menus-item-use .item-active i {
    background: url("../img/product/prudoct_success.svg") no-repeat center center;
    background-size: 100% 100%;
}

.pay-menu .menus-item-use .item-active span {
    color: #4E5969;
}

.pay-menu .menus-item-3 {
    width: 270px;
    height: 907px;
    border: 4px solid #F4B545;
    position: relative;
}

.pay-menu .menus-item-3 .menus-item-top {
    height: 218px;
    padding-top: 25px;
}

.pay-menu .menus-item-3 .menus-item-top .menus-item-type {
    width: 130px;
    height: 36px;
    border-radius: 68px;
    font-size: 21px;
    line-height: 36px;
}

.pay-menu .menus-item-3 .menus-item-top .menus-item-money {
    font-size: 52px;
}

.pay-menu .menus-item-3 .menus-item-top .menus-item-tab {
    font-size: 21px;
}

.pay-menu .menus-item-3 .menus-item-use {
    padding: 10px 20px;
}

.pay-menu .menus-item-3::after {
    content: '';
    position: absolute;
    width: 158px;
    height: 34px;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/product/pay_menu_title_zn.png) no-repeat center center;
}

.pay-menu .menus-item-1 .menus-item-top {
    background: url("../img/product/Frame 1171276534.png") no-repeat center center;
    background-size: 100% 100%;
}

.pay-menu .menus-item-1 .menus-item-type {
    color: #4E5969;
    box-shadow: 0px 0px 5.68px 0px #C8C8C87D;
}

.pay-menu .menus-item-1 .menus-item-money {
    color: #171717;
}

.pay-menu .menus-item-2 .menus-item-top {
    background: url("../img/product/Frame 1171276532.png") no-repeat center center;
    background-size: 100% 100%;
}

.pay-menu .menus-item-2 .menus-item-type {
    color: #165DFF;
    box-shadow: 0px 0px 5.716px 0px rgba(168, 188, 242, 0.49);
}

.pay-menu .menus-item-2 .menus-item-money {
    color: #165DFF;
}

.pay-menu .menus-item-3 .menus-item-top {
    background: url("../img/product/Frame 1171276533.png") no-repeat center center;
    background-size: 100% 100%;
}

.pay-menu .menus-item-3 .menus-item-type {
    color: #FF7D00;
    box-shadow: 0px 0px 6.363px 0px rgba(242, 209, 168, 0.49);
}

.pay-menu .menus-item-3 .menus-item-money {
    color: #FF7D00;
}

.pay-menu .menus-item-4 .menus-item-top {
    background: url("../img/product/Frame 1171276815.png") no-repeat center center;
    background-size: 100% 100%;
}

.pay-menu .menus-item-4 .menus-item-type {
    color: #F53F3F;
    box-shadow: 0px 0px 5.68px 0px rgba(242, 168, 168, 0.49);
}

.pay-menu .menus-item-4 .menus-item-money {
    color: #F53F3F;
}

.free-back {
    width: 100%;
    margin-top: 96px;
    padding-bottom: 120px;
    padding-top: 95px;
    position: relative;
    overflow: hidden;
    background: url(../img/product/bg2.png) no-repeat center center;
    background-size: 100% 100%;
}

.free-back .title-h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 38px;
    color: #fff;
    margin: 0px 0 80px 0;
}

.free-back .free-back-swiper {
    position: relative;
    z-index: 2;
    width: 1082px;
    height: 223px;
    margin: 0 auto;
    overflow: hidden;
}

.free-back .swiper-wrapper .swiper-slide-content {
    position: relative;
    width: 882px;
    height: 223px;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 30px 60px;
    margin: 0 auto;
}

.free-back .swiper-wrapper .swiper-slide-content::after {
    content: '';
    position: absolute;
    left: 17px;
    bottom: 17px;
    width: 106px;
    height: 80px;
    background: url(../img/product/swiper_slide_left.png) no-repeat center center;
    background-size: 100% 100%;
}

.free-back .swiper-wrapper .swiper-slide-content::before {
    content: '';
    position: absolute;
    top: 14px;
    right: 21px;
    width: 106px;
    height: 80px;
    background: url(../img/product/swiper_slide_right.png) no-repeat center center;
    background-size: 100% 100%;
}

.free-back .swiper-wrapper .swiper-slide-content .steps-warp-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.free-back .swiper-wrapper .swiper-slide-content .steps-warp-top .user-img {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.free-back .swiper-wrapper .swiper-slide-content .steps-warp-top>div {
    display: flex;
    flex-direction: column;
}

.free-back .swiper-wrapper .swiper-slide-content .steps-warp-top>div h4 {
    color: #222224;
    font-size: 18px;
}

.free-back .swiper-wrapper .swiper-slide-content .steps-warp-top>div .desc {
    margin-top: 5px;
    font-size: 12px;
    color: #303133;
}

.free-back .swiper-wrapper .swiper-slide-content .steps-warp-bottom {
    color: #303133;
    font-size: 14px;
}

.free-back .swiper-wrapper .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.free-back .free-back-list {
    display: none;
    width: 1082px;
    height: 310px;
    margin: 0 auto;
    overflow: hidden;
    justify-content: space-between;
}

.free-back .free-back-list .free-back-item {
    width: 250px;
    height: 310px;
    background: url(../img/product/Rectangle.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 26px 18px;
}

.free-back .free-back-list .free-back-item .free-back-item-top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #44619E;
}

.free-back .free-back-list .free-back-item .free-back-item-top .user-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.free-back .free-back-list .free-back-item .free-back-item-top>div {
    display: flex;
    flex-direction: column;
}

.free-back .free-back-list .free-back-item .free-back-item-top>div h4 {
    color: #FFFFFF;
    font-size: 16px;
}

.free-back .free-back-list .free-back-item .free-back-item-top>div .desc {
    margin-top: 5px;
    font-size: 12px;
    color: #D8DCE5;
}

.free-back .free-back-list .free-back-item .free-back-item-bottom {
    color: #D8DCE5;
    font-size: 14px;
    line-height: 26px;
}

.free-back .free-back-swiper-phone {
    display: none;
}

.free-back .free-back-swiper-phone .swiper-slide-content {
    position: relative;
    width: 100%;
    height: 430px;
    border-radius: 15px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 0 auto;
}

.free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-top .user-img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-top>div {
    display: flex;
    flex-direction: column;
}

.free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-top>div h4 {
    color: #222224;
    font-size: 28px;
}

.free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-top>div .desc {
    margin-top: 5px;
    font-size: 14px;
    color: #303133;
}

.free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-bottom {
    color: #303133;
    font-size: 16px;
    line-height: 28px;
}

.free-back .free-back-swiper-phone .swiper-slide-content::after {
    content: none;
}

.free-back .free-back-swiper-phone .swiper-slide-content::before {
    content: none;
}

.free-back .free-back-swiper-phone .swiper-slide {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}

.free-back .free-back-swiper-phone .swiper-pagination {
    bottom: 65px;
}

.free-back .free-back-swiper-phone .swiper-pagination-bullet-active,
.free-back .free-back-swiper-phone .swiper-pagination-bullet {
    background-color: #fff;
}

.free-back .swiper-wrapper-one i {
    background: url(../img/product/user1.png) no-repeat center center;
    background-size: 100% 100%;
}

.free-back .swiper-wrapper-two i {
    background: url(../img/product/user2.png) no-repeat center center;
    background-size: 100% 100%;
}

.free-back .swiper-wrapper-three i {
    background: url(../img/product/user3.png) no-repeat center center;
    background-size: 100% 100%;
}

.free-back .swiper-wrapper-four i {
    background: url(../img/product/user4.png) no-repeat center center;
    background-size: 100% 100%;
}

.free-back .swiper-button-prev,
.free-back .swiper-button-next {
    width: 32px;
    height: 32px;
    opacity: 0.6;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.free-back .swiper-button-prev {
    left: 10px;
}

.free-back .swiper-button-next {
    right: 10px;
}

.free-back .free-back-swiper:hover .swiper-button-prev,
.free-back .free-back-swiper:hover .swiper-button-next {
    opacity: 1;
}

.free-back .swiper-button-prev:hover,
.free-back .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    opacity: 0.8;
    transform: translateY(-50%);
}

.free-back .swiper-button-next:after {
    display: none;
}

.free-back .swiper-button-prev-icon {
    background: url(../img/product/prev.png) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    opacity: 0.8;
}

.free-back .swiper-button-next-icon {
    background: url(../img/product/next.png) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    opacity: 0.8;
}

.free-back .swiper-button-prev:after {
    display: none;
}

.choose {
    width: 100%;
    height: 705px;
    background-color: #F3F7FF;
    padding: 120px;
}

.choose .main {
    width: 1082px;
    margin: 0 auto;
}

.choose .main .title-h2 {
    margin: 0px auto 120px auto;
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 700;
}

.choose .main .choose-row {
    display: flex;
    justify-content: space-between;
}

.choose .main .choose-item {
    border-radius: 12px;
    border: 1px solid #A5C8FF;
    width: 250px;
    height: 180px;
    flex-shrink: 0;
    background: #FFF;
    position: relative;
}

.choose .main .choose-item:hover {
    box-shadow: 0px 4px 14px rgba(157, 175, 231, 0.37);
    transform: scale(1.01);
}

.choose .main .choose-item::after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 14px rgba(157, 175, 231, 0.37);
}

.choose .main .choose-item .choose-item-title {
    margin-top: 57px;
    margin-bottom: 12px;
    color: #222224;
    font-size: 16px;
    text-align: center;
}

.choose .main .choose-item p {
    font-size: 12px;
    margin: 0 15px;
    text-align: center;
    line-height: 160%;
}

.choose .main .choose-swiper {
    display: none;
}

.choose .main .choose-item-1::after {
    content: "";
    background: url(../img/nginx.png) no-repeat center center;
    background-color: #DFE7FF;
}

.choose .main .choose-item-2::after {
    content: "";
    background: url(../img/wordpress.png) no-repeat center center;
    background-color: #DFE7FF;
}

.choose .main .choose-item-3::after {
    content: "";
    background: url(../img/shopify.png) no-repeat center center;
    background-color: #DFE7FF;
}

.choose .main .choose-item-4::after {
    content: "";
    background: url(../img/http-proxy.png) no-repeat center center;
    background-color: #DFE7FF;
}

.main[data-lang="zh"] .introduction {
    background: url(../img/introduction_bg_zh.png) no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .featured-functions .functionsh2 {
    background: linear-gradient(90.1deg, #3bbeff 67.95%, #165dff 99.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main[data-lang="zh"] .featured-functions .moudule-translation {
    background-color: #e9f0ff;
}

.main[data-lang="zh"] .featured-functions .moudule-translation .website-warp {
    background: url("../img/product/CN Feature1.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .featured-functions .moudule-editor {
    background-color: #e9fcff;
}

.main[data-lang="zh"] .featured-functions .moudule-editor .website-warp {
    background: url("../img/product/CN Feature2.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .featured-functions .moudule-benefts {
    background-color: #e8f6ff;
}

.main[data-lang="zh"] .featured-functions .moudule-benefts .website-warp {
    background: url("../img/product/CN Feature3.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .featured-functions .moudule-management {
    background-color: #f6efff;
}

.main[data-lang="zh"] .featured-functions .moudule-management .website-warp {
    background: url("../img/product/CN Feature4.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .featured-functions .moudule-cache .cache-list .cache-list-item {
    width: 67px;
    height: 67px;
}

.main[data-lang="zh"] .featured-functions .moudule-cache .cache-list .computer {
    background: url("../img/computer_zh.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 42px;
}

.main[data-lang="zh"] .featured-functions .moudule-cache .cache-list .shield {
    background: url("../img/shield_zh.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 42px;
}

.main[data-lang="zh"] .featured-functions .moudule-cache .cache-list .react {
    background: url("../img/react_zh.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .featured-functions .moudule-cache .cache-right {
    background: url("../img/product/CN Feature5.webp") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps {
    background: url(../img/translate_step_bg_zh.png) no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main[data-lang="zh"] .translate-steps .title-h2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.main[data-lang="zh"] .translate-steps .title-h2 .translateStepsh2 {
    background: linear-gradient(90.1deg, #3bbeff 67.95%, #165dff 99.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main[data-lang="zh"] .translate-steps .desc {
    font-family: Rubik;
    width: 844px;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #222224;
    text-align: center;
}

.main[data-lang="zh"] .translate-steps .circle {
    display: none;
}

.main[data-lang="zh"] .translate-steps .swiper-wrapper-one .steps-warp-left {
    background: url("../img/product/swiper_one_left_zn.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps .swiper-wrapper-one .steps-warp-right,
.main[data-lang="zh"] .translate-steps .swiper-wrapper-one .steps-warp-top {
    background: url("../img/product/swiper_one_right_zn.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps .swiper-wrapper-two .steps-warp-left {
    background: url("../img/product/swiper_two_left_zn.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps .swiper-wrapper-two .steps-warp-right,
.main[data-lang="zh"] .translate-steps .swiper-wrapper-two .steps-warp-top {
    background: url("../img/product/swiper_two_right_zn.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps .swiper-wrapper-three .steps-warp-left {
    background: url("../img/product/swiper_three_left_zn.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps .swiper-wrapper-three .steps-warp-right,
.main[data-lang="zh"] .translate-steps .swiper-wrapper-three .steps-warp-top {
    background: url("../img/product/swiper_three_right_zn.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps .swiper-wrapper-four .steps-warp-left {
    background: url("../img/product/swiper_four_left_zn.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .translate-steps .swiper-wrapper-four .steps-warp-right,
.main[data-lang="zh"] .translate-steps .swiper-wrapper-four .steps-warp-top {
    background: url("../img/product/swiper_four_right_zn.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .pay-menu .title-h2 .zn-title {
    display: flex;
    justify-content: center;
}

.main[data-lang="zh"] .pay-menu .title-h2 .zn-title .translateStepsh2 {
    background: linear-gradient(90.1deg, #3bbeff 67.95%, #165dff 99.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main[data-lang="zh"] .pay-menu .title-h2 .default-title {
    display: none;
}

.main[data-lang="zh"] .pay-menu .pay-menu-tabs .tab-tips {
    background: url(../img/product/property_zn.png) no-repeat center center;
}

.main[data-lang="zh"] .pay-menu .menus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main[data-lang="zh"] .pay-menu .menus-item-3 {
    border: 4px solid #EF7C62C9;
    position: relative;
}

.main[data-lang="zh"] .pay-menu .menus-item-3::after {
    background: url(../img/product/pay_menu_title_zn.png) no-repeat center center;
}

.main[data-lang="zh"] .pay-menu .menus-item-1 .menus-item-top {
    background: url("../img/product/Frame 1171276818.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .pay-menu .menus-item-1 .menus-item-type {
    color: #4E5969;
    box-shadow: none;
    border: 0.5px solid #FFF;
}

.main[data-lang="zh"] .pay-menu .menus-item-1 .menus-item-money {
    color: #171717;
}

.main[data-lang="zh"] .pay-menu .menus-item-2 .menus-item-top {
    background: url("../img/product/Frame 1171276817.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .pay-menu .menus-item-2 .menus-item-type {
    color: #3D58DD;
    box-shadow: none;
    border: 0.5px solid #FFF;
}

.main[data-lang="zh"] .pay-menu .menus-item-2 .menus-item-money {
    color: #3D58DD;
}

.main[data-lang="zh"] .pay-menu .menus-item-3 .menus-item-top {
    background: url("../img/product/Frame 11712765331.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .pay-menu .menus-item-3 .menus-item-type {
    color: #FF561E;
    box-shadow: none;
    border: 0.5px solid #FFF;
}

.main[data-lang="zh"] .pay-menu .menus-item-3 .menus-item-money {
    color: #FF561E;
}

.main[data-lang="zh"] .pay-menu .menus-item-4 .menus-item-top {
    background: url("../img/product/Frame 1171276816.png") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .pay-menu .menus-item-4 .menus-item-type {
    color: #30AAD4;
    box-shadow: 0px 0px 5.68px 0px rgba(242, 168, 168, 0.49);
}

.main[data-lang="zh"] .pay-menu .menus-item-4 .menus-item-money {
    color: #30AAD4;
}

.main[data-lang="zh"] .free-back {
    background: url("../img/product/BG2.webp") no-repeat center center;
    background-size: 100% 100%;
}

.main[data-lang="zh"] .free-back .free-back-list {
    display: flex;
}

.main[data-lang="zh"] .free-back .free-back-swiper {
    display: none;
}

@media screen and (max-width: 768px) {
    .try-btn {
        width: 220px;
        height: 42px;
        border-radius: 53px;
        margin: 25px auto 28px auto;
        font-size: 18px;
    }
    .introduction {
        padding: 40px 0;
        background: url("../img/product/res banner.webp") no-repeat center center;
        background-size: 100% 100%;
    }
    .introduction .content {
        flex-direction: column;
        padding: 0 15px;
    }
    .introduction .content .introduction-left {
        width: 100%;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .introduction .content .introduction-left .title-warp {
        align-items: center;
        margin-bottom: 20px;
    }
    .introduction .content .introduction-left .title-warp .title,
    .introduction .content .introduction-left .title-warp .sub-title {
        font-size: 42px;
    }
    .introduction .content .introduction-left .introduction-left-desc {
        font-size: 14px;
        text-align: center;
    }
    .introduction .content .introduction-left .behavior-info {
        flex-direction: column;
        text-align: center;
        margin-bottom: 42px;
    }
    .introduction .content .introduction-left .behavior-info .behavior-info-item {
        margin-bottom: 12px;
        align-items: center;
    }
    .introduction .content .introduction-left .behavior-info .behavior-info-item .num {
        font-size: 24px;
    }
    .introduction .content .introduction-left .behavior-info .behavior-info-item .text {
        font-size: 12px;
    }
    .introduction .content .introduction-right {
        width: 100%;
        height: auto;
        margin-bottom: 54px;
    }
    .introduction .application-position {
        bottom: -94px;
        padding: 0 15px;
    }
    .introduction .application-list {
        flex-wrap: wrap;
        background: #fff;
        border-radius: 12px;
        padding: 12px;
        justify-content: space-around;
    }
    .introduction .application-list .application-list-item {
        width: 153px;
        height: 54px;
        min-width: 153px;
        margin-bottom: 14px;
    }
    .introduction .application-list .application-list-item .WordPress_icon {
        width: 28px;
        height: 28px;
    }
    .introduction .application-list .application-list-item span {
        font-size: 14px;
    }
    .introduction .application-list .application-list-item:hover {
        box-shadow: unset;
    }
    .featured-functions {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 31px;
    }
    .featured-functions .title-h2 {
        font-size: 28px;
        margin-top: 0px;
    }
    .featured-functions .featured-functions-list {
        gap: 30px;
    }
    .featured-functions .featured-functions-list .featured-functions-list-item {
        width: 100%;
    }
    .featured-functions .featured-functions-list .featured-functions-list-item .top {
        padding: 32px 14px 25px;
    }
    .featured-functions .featured-functions-list .featured-functions-list-item .top .title-h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .featured-functions .featured-functions-list .featured-functions-list-item .top .desc {
        font-size: 14px;
    }
    .featured-functions .featured-functions-list .moudule-translation {
        height: 345px;
    }
    .featured-functions .featured-functions-list .moudule-translation .website-warp {
        background: url("../img/product/Feature1_mob.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .featured-functions .featured-functions-list .moudule-editor {
        height: 407px;
    }
    .featured-functions .featured-functions-list .moudule-editor .website-warp {
        background: url("../img/product/Feature2_mob.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .featured-functions .featured-functions-list .moudule-benefts {
        height: 402px;
    }
    .featured-functions .featured-functions-list .moudule-benefts .website-warp {
        background: url("../img/product/Feature3_mob.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .featured-functions .featured-functions-list .moudule-management {
        height: 416px;
    }
    .featured-functions .featured-functions-list .moudule-management .website-warp {
        background: url("../img/product/Feature4_mob.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .featured-functions .featured-functions-list .moudule-cache {
        height: 469px;
        flex-direction: column;
    }
    .featured-functions .featured-functions-list .moudule-cache .top {
        padding-bottom: 5px;
    }
    .featured-functions .featured-functions-list .moudule-cache .top .desc {
        line-height: 1.5;
    }
    .featured-functions .featured-functions-list .moudule-cache .top .cache-list {
        display: none;
    }
    .featured-functions .featured-functions-list .moudule-cache .cache-right {
        flex: 1;
        width: 100%;
        background: url("../img/product/Feature5_mob.png") no-repeat center center;
        background-size: 100% 100%;
        border-radius: 10px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .featured-functions .featured-functions-list .moudule-cache .cache-right:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
    }
    .translate-steps {
        position: relative;
    }
    .translate-steps .content {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .translate-steps .content .phone-title-h2 {
        display: block;
    }
    .translate-steps .content .title-h2 {
        display: none;
    }
    .translate-steps .content .steps-warp-pc {
        display: none;
    }
    .translate-steps .content .steps-swiper-phone {
        display: block;
    }
    .translate-steps .desc {
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .pay-menu {
        width: 100%;
    }
    .pay-menu .title-h2 {
        margin-top: 0px;
        font-size: 28px;
    }
    .pay-menu .pay-menu-tabs {
        width: 170px;
        height: 35px;
        border-radius: 17px;
        font-size: 12px;
        align-items: center;
    }
    .pay-menu .pay-menu-tabs .pay-menu-tabs-item {
        height: 28px;
        border-radius: 17px;
    }
    .pay-menu .pay-menu-tabs .tab-tips {
        background-size: 100%;
        width: 90px;
        height: 60px;
        top: -45px;
    }
    .pay-menu .menus {
        flex-direction: column;
    }
    .pay-menu .menus-item-3 {
        height: 861px;
        width: 270px;
        margin-bottom: 20px;
    }
    .pay-menu .menus-item-1 {
        height: 769px;
        margin-bottom: 20px;
    }
    .pay-menu .menus-item-2 {
        height: 769px;
        margin-bottom: 40px;
    }
    .pay-menu .menus-item-4 {
        height: 769px;
    }
    .free-back {
        margin-top: 0px;
        background: url("../img/product/bg2 res.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .free-back .title-h2 {
        font-size: 28px;
    }
    .free-back .free-back-swiper {
        display: none;
    }
    .free-back .free-back-swiper-phone {
        display: block;
    }
    .free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-top>div h4 {
        font-size: 20px;
    }
    .choose {
        height: 568px;
        padding: 0px;
        padding-top: 86px;
    }
    .choose .main {
        width: 100%;
        height: 100%;
    }
    .choose .main .title-h2 {
        margin-bottom: 100px;
        font-size: 28px;
        line-height: 150%;
    }
    .choose .main .choose-row {
        display: none;
    }
    .choose .main .choose-swiper {
        display: block;
        position: relative;
        width: 100%;
    }
    .choose .main .choose-swiper .swiper-slide {
        padding: 0 15px;
    }
    .choose .main .choose-swiper .choose-item {
        width: 100%;
        height: 230px;
    }
    .choose .main .choose-swiper .choose-item:hover {
        box-shadow: unset;
        transform: unset;
    }
    .choose .main .choose-swiper .choose-item .choose-item-title {
        font-size: 20px;
        margin-top: 70px;
    }
    .choose .main .choose-swiper .choose-item p {
        font-size: 16px;
    }
    .choose .main .choose-swiper .choose-item::after {
        top: -54px;
        height: 98px;
        width: 98px;
    }
    .choose .main .choose-swiper .swiper-pagination {
        bottom: -40px;
    }
    .main[data-lang="zh"] .introduction {
        background: url("../img/product/banner bg res.webp") no-repeat center center;
        background-size: 100% 100%;
    }
    .main[data-lang="zh"] .introduction .content .introduction-left .introduction-left-desc {
        padding: 0 15px;
    }
    .main[data-lang="zh"] .featured-functions .featured-functions-list .moudule-cache {
        height: 416px;
    }
    .main[data-lang="zh"] .featured-functions .featured-functions-list .moudule-cache .top .cache-list {
        display: flex;
        margin-top: 10px;
    }
    .main[data-lang="zh"] .featured-functions .featured-functions-list .moudule-cache .top .cache-list .cache-list-item {
        width: 40px;
        height: 40px;
        margin-right: 30px;
    }
    .main[data-lang="zh"] .featured-functions .featured-functions-list .moudule-cache .cache-right {
        flex: 1.1;
        margin: 0 0 15px 15px;
        border-radius: 10px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .main[data-lang="zh"] .featured-functions .featured-functions-list .moudule-cache .cache-right:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
    }
    .main[data-lang="zh"] .featured-functions .moudule-translation .website-warp,
    .main[data-lang="zh"] .featured-functions .moudule-editor .website-warp,
    .main[data-lang="zh"] .featured-functions .moudule-benefts .website-warp,
    .main[data-lang="zh"] .featured-functions .moudule-management .website-warp {
        background-size: 100%;
    }
    .main[data-lang="zh"] .translate-steps .title-h2 {
        flex-direction: column-reverse;
    }
    .main[data-lang="zh"] .translate-steps .title-h2 i {
        font-size: 28px;
    }
    .main[data-lang="zh"] .translate-steps .content .phone-title-h2 {
        display: none;
    }
    .main[data-lang="zh"] .translate-steps .desc {
        width: 100%;
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .main[data-lang="zh"] .pay-menu .pay-menu-tabs {
        width: 195px;
        height: 50px;
        border-radius: 28px;
        font-size: 18px;
        margin: 87px auto 42px;
    }
    .main[data-lang="zh"] .pay-menu .pay-menu-tabs .pay-menu-tabs-item {
        height: 40px;
    }
    .main[data-lang="zh"] .pay-menu .pay-menu-tabs .tab-tips {
        width: 120px;
        height: 77px;
        top: -65px;
    }
    .main[data-lang="zh"] .free-back {
        background: #062553;
    }
    .main[data-lang="zh"] .free-back .free-back-list {
        display: none;
    }
    .main[data-lang="zh"] .free-back .free-back-swiper-phone .swiper-slide-content {
        background: url("../img/product/Rectangle.png") no-repeat center center;
        background-size: 100% 100%;
        height: 310px;
    }
    .main[data-lang="zh"] .free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-bottom {
        color: #fff;
        border-top: 1px solid #44619E;
        padding-top: 15px;
        font-size: 14px;
    }
    .main[data-lang="zh"] .free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-top>div .desc {
        font-size: 12px;
        color: #D8DCE5;
    }
    .main[data-lang="zh"] .free-back .free-back-swiper-phone .swiper-slide-content .steps-warp-top>div h4 {
        font-size: 16px;
        color: #fff;
    }
    .main[data-lang="zh"] .free-back .free-back-swiper-phone .swiper-slide {
        padding: 0 60px;
    }
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(5deg);
    }
    20% {
        transform: rotate(-5deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    60% {
        transform: rotate(-5deg);
    }
    70% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    90% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* 轮播图容器样式 */

#slideshow {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(22, 93, 255, 0.1);
    background: #f8f9ff;
}


/* Swiper 自定义样式 */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.swiper-slide:hover {
    transform: scale(1.02);
}


/* 导航按钮样式 */

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(255, 255, 255, 0.8);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/* 轮播图容器样式 */

#slideshow {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(22, 93, 255, 0.1);
}

.slideshow-container {
    width: 100%;
    height: 100%;
    position: relative;
}


/* 轮播图片样式 - 关键修改：所有幻灯片绝对定位，实现叠层效果 */

.slideshow-slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.slideshow-slide.active {
    display: block;
    opacity: 1;
    z-index: 2;
}

.slideshow-slide.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.slideshow-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 导航按钮样式 */

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}

.slideshow-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.slideshow-container:hover .slideshow-prev,
.slideshow-container:hover .slideshow-next {
    opacity: 1;
    pointer-events: auto;
}

.slideshow-prev:hover,
.slideshow-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* 指示器样式 */

.slideshow-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background-color: #4080ff;
    transform: scale(1.2);
}


/* 淡入淡出动画 */

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


/* 响应式设计 */

@media (max-width: 768px) {
    #slideshow {
        height: 300px;
    }
}

@media (max-width: 480px) {
    #slideshow {
        height: 220px;
    }
    .slideshow-prev,
    .slideshow-next {
        padding: 10px;
        font-size: 14px;
    }
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: 1;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
    color: #165dff;
    font-weight: bold;
}


/* 分页指示器样式 */

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 36px;
    border-radius: 6px;
    background-color: #4080ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}


/* 响应式设计 */

@media (max-width: 768px) {
    #slideshow {
        height: 300px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #slideshow {
        height: 220px;
    }
    .swiper-pagination {
        bottom: 10px !important;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px !important;
    }
    .swiper-pagination-bullet-active {
        width: 28px;
    }
}


/* 轮播图容器样式 */

#slideshow {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(22, 93, 255, 0.1);
    background: #f8f9ff;
}


/* Swiper 自定义样式 */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.swiper-slide:hover {
    transform: scale(1.02);
}


/* 导航按钮样式 */

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(255, 255, 255, 0.8);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: 1;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
    color: #165dff;
    font-weight: bold;
}


/* 分页指示器样式 */

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 36px;
    border-radius: 6px;
    background-color: #4080ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}


/* 响应式设计 */

@media (max-width: 768px) {
    #slideshow {
        height: 300px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #slideshow {
        height: 220px;
    }
    .swiper-pagination {
        bottom: 10px !important;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px !important;
    }
    .swiper-pagination-bullet-active {
        width: 28px;
    }
}