body,h2,p,h4,h3 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.product_feature ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product_feature a {
    text-decoration: none;
    color: inherit;
}
/* product-feature-live-v4.css */

.product_feature {
    /* margin-top: 3.15833vw; */
    margin-top: 0;
}

.product_feature img {
    width: 100%;
    display: block;
}

.product_feature .product_banner {
    position: relative;
}

.product_feature .product_banner .product_content {
    position: absolute;
    top: 10.67708vw;
    left: 52.5vw;
}

.product_feature.product1_feature .product_banner .product_content {
    position: absolute;
    top: 15.20833vw;
    left: 52.81249vw;
}

.product_feature .product_banner .product_content>h2 {
    font-size: 2.91666vw;
    color: #000000;
    letter-spacing: 0;
}

.product_feature .product_banner .product_content .product_content_model {
    font-size: 1.66666vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1;
}

.product_feature .product_banner .product_content p.product_content_model {
    margin-top: 0.52083vw;
}

.product_feature .product_banner .product_content p.product_content_model:nth-of-type(1) {
    margin-top: 1.25vw;
}

.product_feature .product_banner .product_content .product_content_function {
    display: flex;
    margin-top: 2.08333vw;
}

.product_feature.product3_feature .product_banner .product_content .product_content_function {
    margin-top: 1.875vw;
}

.product_feature .product_banner .product_content .product_content_function>div {
    padding: 0 1.5625vw;
    font-size: 1.04166vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.2;
    border-right: 1px solid #979797;
    font-weight: bold;
    opacity: 0.6;
}

.product_feature .product_banner .product_content .product_content_function>div:nth-of-type(1) {
    padding-left: 0;
}

.product_feature .product_banner .product_content .product_content_function>div:nth-last-of-type(1) {
    border-right: none;
    padding-right: 0;
}

.product_feature .product_banner .product_banner_img {
    position: absolute;
    left: 18.75vw;
    top: 11.09375vw;
    width: 28.90625vw;
    opacity: 1;
}

.product_feature .product_info {
    margin-top: 4.6875vw;
    position: relative;
}

.product_feature.product1_feature .product_info.product_info_sec1 {
    margin-top: -2vw;
}

html[data-region="en"] .product_feature.product3_feature .product_info.product_info_sec2 {
    margin-top: 3.125vw;
}

.product_feature .product_info>h2 {
    width: 63.125vw;
    margin: auto;
    font-size: 2.916667vw;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.196;
}

.product_feature.product1_feature .product_info.product_info_sec1>h2 {
    text-align: center;
}

.product_feature .product_info>h2>span {
    background-image: linear-gradient(to right, #4887bd, #06c1ac, #24857c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product_feature .product_info .product_line {
    text-align: center;
    margin: auto;
    margin-top: 1.5625vw;
    height: 4px;
    display: flex;
    justify-content: center;
    width: 80.10416vw;
}

.product_feature .product_info .video_box {
    width: 62.5vw;
    margin: auto;
    position: relative;
    margin-top: 2vw;
}

.product_feature .product_info .video_box>div {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    position: relative;
}

.product_feature .product_info .video_box>div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product_feature .product_info .video_box>div video {
    width: 100%;
    border-radius: 1vw;
}

.product_feature .product_info .video_box img.video_bg {
    width: 100%;
}

.product_feature .product_info .video_box img.video_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.16666vw;
    height: 4.16666vw;
    cursor: pointer;
}

.product_feature .product_info p.word_no_wrap {
    white-space: nowrap;
}

.product_feature .product_info>p {
    width: 63.125vw;
    margin: auto;
    margin-top: 2vw;
    font-size: 1.04166vw;
    color: #000000;
    letter-spacing: 0px;
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.5s;
}

html[data-region="en"] .product_feature h2,
html[data-region="en"] .product_feature h3 {
    line-height: 1.3 !important;
}

html[data-region="en"] .product_feature p {
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
}

.product_feature.product1_feature .product_info>p,
.product_feature.product2_feature .product_info>p {
    font-size: 1.25vw;
}

.product_feature .product_info.animated>p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_feature .product_info .inner>p {
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.5s;
}

html[data-region="en"] .product_feature .product_info p {
    transform: translateY(80px) !important;
    opacity: 0 !important;
    transition: all .5s !important;
}

.product_feature .product_info.animated .inner>p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

html[data-region="en"] .product_feature .product_info.animated p {
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: all .5s !important;
}

html[data-region="en"] .product_feature .product_info h2 {
    transform: translateY(80px) !important;
    opacity: 0 !important;
    transition: all .5s !important;
}

html[data-region="en"] .product_feature .product_info.animated h2 {
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: all .5s !important;
}

.product_feature .product_info .flex_left>p {
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.5s;
}

.product_feature .product_info.animated .flex_left>p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_feature .product_info .img_content_box {
    margin-top: 3.33333vw;
    position: relative;
}

.product_feature.product1_feature .product_info.product_info_sec2 {
    margin-top: -1vw;
}

.product_feature .product_info.product_info_sec2 .img_content_box .img_content {
    position: absolute;
    top: 1.027083vw;
    left: 18.75vw;
}

.product_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    position: relative;
}

.product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(1) {
    align-items: flex-end;
}

.product_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(2) {
    font-size: 1.28437vw;
    color: #ffffff;
    letter-spacing: 0;
}

.product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(2) {
    padding-left: 0.5vw;
    font-size: 1.05729vw;
}



.product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span {
    font-size: 1.28437vw;
    color: #ffffff;
    letter-spacing: 0;
}

.product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span.number_add {
    /* font-family: HarmonyOS_Sans_Bold; */
    opacity: 0.8;
    line-height: 1.19767;
    margin-right: 1vw;
    font-size: 9.63541vw;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -1vw;
    text-shadow: 0.3vw 0.2vw 0.26041vw rgba(57, 124, 169, 0.52);
}

.product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span.number_star {
    transform: translateY(-1.5vw);
}

#product_feature .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img {
    width: 4.47916vw;
    height: 4.47916vw;
}

.product_feature .product_info .product_info_box {
    width: 62.5vw;
    margin: auto;
    margin-top: 4.47916vw;
    position: relative;
}

.product_feature.product1_feature .product_info .product_info_box {
    width: 100%;
    margin-top: 0;
    padding: 0 18.25vw;
    padding-top: 4.16666vw;
    padding-bottom: 5.625vw;
    background: #F6F7F9;
}

.product_feature .product_info .product_info_box>div.intro_info {
    display: flex;
    justify-content: space-between;
}

.product_feature.product1_feature .product_info .product_info_box>div {
    display: flex;
    justify-content: space-between;
}

.product_feature .product_info .product_info_box>div:nth-of-type(2) {
    margin-top: 5.20833vw;
}

.product_feature .product_info .product_info_box>div:nth-of-type(3) {
    margin-top: 5.20833vw;
}

.product_feature .product_info .product_info_box>div .product_info_box_content {
    width: 26.3125vw;
    padding-top: 4.6875vw;
}

.product_feature .product_info .product_info_box>div .product_info_box_content h3 {
    font-size: 2.91666vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.3;
}

.product_feature .product_info .product_info_box>div .product_info_box_content>p:nth-of-type(1) {
    font-size: 1.25vw;
    color: #000000;
    letter-spacing: 1.5px;
    margin-top: 1.25vw;
}

.product_feature .product_info .product_info_box>div .product_info_box_content>p {
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.5s;
}

.product_feature .product_info .product_info_box>div .product_info_box_content.animated>p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_feature .product_info .product_info_box>div .product_info_box_content>p.product_info_box_content_persent {
    font-size: 2.91666vw;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 4.58333vw;
}

html[data-region="en"] .product_feature .product_info .product_info_box>div .product_info_box_content>p.product_info_box_content_persent {
    font-size: 1.35416vw;
}

.product_feature .product_info .product_info_box>div .product_info_box_content>p.product_info_box_content_persent span {
    font-size: 1.35416vw;
    display: block;
}

html[data-region="en"] .product_feature .product_info .product_info_box>div .product_info_box_content>p.product_info_box_content_persent span {
    font-size: 2.91666vw;
}

.product_feature .product_info .product_info_box>div .product_info_box_content>div {
    display: flex;
    align-items: center;
    margin-top: 7.03125vw;
}

.product_feature .product_info .product_info_box>div .product_info_box_content>div img {
    width: 4.79166vw;
    height: 2.86458vw;
    margin-right: 0.83333vw;
}

.product_feature .product_info .product_info_box>div .product_info_box_content>div p {
    margin-top: 0;
    font-size: 1.09375vw;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
}

.product_feature .product_info .product_info_box>div .product_info_box_img {
    width: 31.25vw;
}

.product_feature .product_info.product_info_sec4 {
    width: 62.5vw;
    margin: auto;
    margin-top: 4.6875vw;
}

.product_feature .product_info.product_info_sec4>h2 {
    text-align: center;
}

.product_feature .product_info.product_info_sec4 .tecnology_content_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.33333vw;
}

.product_feature .product_info.product_info_sec4 .tecnology_content_box>div {
    width: 32.33%;
    text-align: center;
    padding: 4.94791vw 2.8125vw 4.16666vw;
    background: #F6F7F9;
    border-radius: 0.83333vw;
}

.product_feature.product1_feature .product_info.product_info_sec4 .tecnology_content_box>div {
    padding: 4.94791vw 2.8125vw 4.16666vw;
}

.product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-of-type(n+5) {
    margin-top: 2.70833vw;
}

.product_feature .product_info.product_info_sec4 .tecnology_content_box>div>div {
    width: 3.38541vw;
    height: 4.0625vw;
    margin: auto;
}

.product_feature.product2_feature .product_info.product_info_sec4 .tecnology_content_box>div>div {
    height: auto;
}

.product_feature .product_info.product_info_sec4 .tecnology_content_box>div>div>img {
    width: 100%;
}

.product_feature .product_info.product_info_sec4 .tecnology_content_box>div>h3 {
    font-size: 1.25vw;
    color: #000000;
    letter-spacing: 0;
    margin-top: 1.8vw;
}

.product_feature .product_info.product_info_sec4 .tecnology_content_box>div>p {
    opacity: 0.85;
    font-size: 0.9375vw;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0.9375vw;
}

.product_feature .product_info.product_info_sec5 .img_content {
    position: absolute;
    top: 10.10416vw;
    left: 18.75vw;
}

.product_feature .product_info.product_info_sec5 .img_content>h3 {
    font-size: 2.8125vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.3;
}

.product_feature .product_info.product_info_sec5 .img_content>p {
    font-size: 1.25vw;
    color: #FFFFFF;
    /* letter-spacing: 1.5px; */
    font-weight: 100;
    margin-top: 1.19791vw;
    width: 26.35416vw;
}

.product_feature.product1_feature .product_info.product_info_sec5 .img_content>p,
.product_feature.product2_feature .product_info.product_info_sec5 .img_content>p {
    font-size: 1.25vw;
}

.product_feature .product_info .img_content>p {
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.5s;
}

.product_feature .product_info.animated .img_content>p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_feature .product_info.product_info_sec5 .img_content>img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.product_feature .product_info.product_info_sec6 {
    position: relative;
    width: 62.5vw;
    margin: auto;
    text-align: center;
    margin-top: 4.6875vw;
    padding: 0 10vw 0 9.375vw;
}

.product_feature .product_info.product_info_sec6>h3 {
    font-size: 2.91666vw;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}

.product_feature .product_info.product_info_sec6 .img_content {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125vw;
}

.product_feature .product_info.product_info_sec6 .img_content>div {
    width: 49%;
    overflow: hidden;
    background: #F6F7F9;
    padding: 2.08333vw 3.125vw 2.08333vw;
    position: relative;
}

.product_feature .product_info.product_info_sec6 .img_content>div .product_box {
    overflow: hidden;
    position: relative;
}

.product_feature .product_info.product_info_sec6 .img_content .swiper-slide>h3 {
    font-size: 1.25vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 1.875vw;
}

.product_feature .product_info.product_info_sec6 .img_content .swiper-slide>p {
    opacity: 0.8;
    font-size: 0.72916vw;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.4;
    margin-top: 0.3125vw;
}

.product_feature .product_info.product_info_sec6 .img_content .swiper-slide>a {
    border: 1px solid #191919;
    display: inline-block;
    margin-top: 2.1875vw;
    padding: 0.625vw 2vw;
    border-radius: 1.5vw;
    font-size: 0.83333vw;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
}

.product_feature .product_info.product_info_sec6 .img_content .swiper-slide>a:hover {
    background-color: #000;
    color: #fff;
}

.product_feature .product_info.product_info_sec6 .img_content .product_item>h3 {
    font-size: 0.83333vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 1.875vw;
    /* height: calc(2em * 1.5); */
}

/* html[data-region="en"] .product_feature .product_info.product_info_sec6 .img_content .product_item>h3 {
    height: 2.5rem;
} */

html[data-region="cn"] .product_feature .product_info.product_info_sec6 .img_content .product_item>h3 {
    font-size: 1.25vw;
}

.product_feature .product_info.product_info_sec6 .img_content .product_item>p {
    opacity: 0.8;
    font-size: 0.72916vw;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.4;
    margin-top: 0.3125vw;
    /* height: calc(2em * 1.4); */
}

.product_feature .product_info.product_info_sec6 .img_content .product_item>a {
    border: 1px solid #191919;
    display: inline-block;
    margin-top: 2.08333vw;
    padding: 0.46875vw 1.2vw;
    border-radius: 1.5vw;
    font-size: 12px;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
}

html[data-region="cn"] .product_feature .product_info.product_info_sec6 .img_content .product_item>a {
    padding: 0.6vw 1.5vw;
    font-size: 0.83333vw;
}

.product_feature .product_info.product_info_sec6 .img_content .product_item>a:hover {
    background-color: #000;
    color: #fff;
}

.product_feature .product_info.product_info_sec6 .img_content>div {
    border-radius: 0.83333vw;
}

.product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-next,
.product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-prev {
    top: 36%;
    width: 0.52083vw;
    height: 0.9375vw;
    color: #191919;
}

.product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-prev {
    left: 1.3vw;
}

.product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-next {
    right: 1.3vw;
}

.product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-next:after,
.product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-prev:after {
    font-size: unset;
}

html[data-region="en"] .product_feature .product_info.product_info_sec6 .img_content>div {
    padding: 2.08333vw 0 2.08333vw;
}

html[data-region="en"] .product_feature .product_info.product_info_sec6 .img_content>div .product_item>img {
    padding: 0 3.125vw;
}

.product_feature.product3_feature .product_info.product_info_sec6 .img_content>div .swiper-button-next,
.product_feature.product3_feature .product_info.product_info_sec6 .img_content>div .swiper-button-prev {
    top: 36%;
    width: 0.52083vw;
    height: 0.9375vw;
    color: #191919;
}

.product_feature.product3_feature .product_info.product_info_sec6 .img_content>div .swiper-button-prev {
    left: 1.3vw;
}

.product_feature.product3_feature .product_info.product_info_sec6 .img_content>div .swiper-button-next {
    right: 1.3vw;
}

.product_feature.product3_feature .product_info.product_info_sec6 .img_content>div .swiper-button-next:after,
.product_feature.product3_feature .product_info.product_info_sec6 .img_content>div .swiper-button-prev:after {
    font-size: unset;
}

.product_feature .product_mark {
    margin-top: 4.375vw;
    margin-bottom: 3.33333vw;
}

.product_feature .product_mark>p {
    width: 100%;
    padding: 0 18.75vw;
    font-size: 0.72916vw;
    color: rgba(0, 0, 0, 0.80);
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 0.72916vw;
}

.product_feature .product_mark>p:nth-child(1) {
    margin-top: 0;
}

.product_feature .show_mob {
    display: none;
}

.product_feature .product_info.product_info_sec6 {
    padding: 0;
}

.product_feature .product_info.product_info_sec6 .img_content>div {
    width: 32.5%;
}

/* product2 pc-style start */
.product_feature.product2_feature .product_banner .product_content {
    top: 15.20833vw;
    left: 52.81249vw;
}

.product_feature.product2_feature .product_banner .product_banner_img {
    left: 18.75vw;
    top: 2.96875vw;
}

.product_feature.product2_feature .product_info.product_info_sec2>p {
    margin-top: 0.83333vw;
}

.product_feature.product2_feature .product_info.product_info_sec2 .img_content_box {
    margin-top: 2.08333vw;
}

.product_feature.product2_feature .product_info.product_info_sec2>h2 {
    position: absolute;
    top: 5.52083vw;
    left: 18.75vw;
    z-index: 1;
    width: auto;
    color: #fff;
}

.product_feature.product2_feature .product_info.product_info_sec2>p {
    position: absolute;
    top: 10.625vw;
    left: 18.75vw;
    z-index: 1;
    width: 38.33333vw;
    color: #fff;
}

.product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content {
    top: 5vw;
    right: 22.70833vw;
    left: unset;
}

html[data-region="en"] .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content {
    right: 17.70833vw;
}

/* .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(2) {
    width: 6.45833vw;
    height: auto;
    margin-left: -1.5vw;
} */

.product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span {
    font-family: HarmonyOS_Sans_Bold;
    opacity: 0.8;
    line-height: 0.8;
    margin-right: 1.2vw;
    font-size: 7.5vw;
    color: #FFFFFF;
    letter-spacing: -0.7vw;
    text-shadow: none;
}

.product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(1) {
    margin-left: -0.6vw;
    width: 3.17708vw;
    height: 3.17708vw;
}

.product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(2) {
    position: absolute;
    width: 1.77083vw;
    height: 1.77083vw;
    top: 0.5vw;
    right: 0;
}

html[data-region="en"] .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(2) {
    right: 5vw;
}

.product_feature .product_info .product_info_box>h2 {
    font-size: 2.91666vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.3;
}

.product_feature .product_info .product_info_box>p {
    font-size: 1.25vw;
    color: rgba(0, 0, 0, 0.80);
    letter-spacing: 1.5px;
    margin-top: 1.25vw;
}

.product_feature.product2_feature .product_info.product_info_sec2 .product_info_box>p {
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.5s;
    width: 36.45833vw;
}

.product_feature.product2_feature .product_info.product_info_sec2 .product_info_box.animated>p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_feature.product2_feature .product_info.product_info_sec1 {
    margin-top: -2vw;
}

.product_feature.product2_feature .product_info.product_info_sec1>h2 {
    text-align: center;
}

/* .product_feature.product2_feature .product_info>p {
    width: 38.33333vw;
} */

.product_feature.product2_feature .product_info .product_info_box>div {
    margin-top: 3.33333vw;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7) {
    position: relative;
    display: block;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div:nth-of-type(1) {
    /* position: absolute;
    width: 25vw;
    left: -5.8vw; */
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div:nth-of-type(2) {
    width: 100%;
    padding-left: 20vw;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table {
    width: 100%;
    border-collapse: collapse;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr td {
    font-family: HarmonyHeiTi;
    font-size: 0.72916vw;
    color: #000000;
    letter-spacing: 0;
    font-weight: Bold;
    line-height: 1;
    border: 1px solid #c0c0c0;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-of-type(odd) {
    background-color: #F6F6F6;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(1) td {
    padding: 1.40625vw 1.35416vw;
    /* opacity: 0.6; */
    font-size: 0.83333vw;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(1) td:nth-last-child(1) {
    opacity: 1;
    /* font-size: 1.5625vw; */
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(1) td:nth-last-child(1) span {
    font-size: 1.04166vw;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(2) td {
    padding: 1.40625vw 1.35416vw;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(2) td:nth-last-child(1) {
    /* font-size: 1.25vw; */
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(3) td {
    padding: 1.19791vw 1.51041vw;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(3) td:nth-last-child(1) {
    /* font-size: 1.25vw; */
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(4) td {
    padding: 1.30208vw 1.45833vw;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(4) td:nth-last-child(1) {
    /* font-size: 1.25vw; */
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(5) td {
    padding: 1.30208vw 1.51041vw;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(5) td:nth-last-child(1) {
    /* font-size: 1.25vw; */
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr td:nth-child(1) {}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr td:nth-child(2) {}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr td:nth-child(3) {}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr td:nth-child(4) {}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7) .electric-line1 {
    position: absolute;
    width: 99.2vw;
    height: 4.0625vw;
    background: #F6F6F6;
    top: 4.6875vw;
    left: -18.75vw;
    z-index: -1;
}

.product_feature.product2_feature .product_info .product_info_box>div:nth-child(7) .electric-line2 {
    position: absolute;
    width: 99.2vw;
    height: 4.0625vw;
    background: #F6F6F6;
    top: 12.39582vw;
    left: -18.75vw;
    z-index: -1;
}

.product_feature.product2_feature .product_info .product_info_box>div.left_right_picture {
    display: block;
    position: relative;
    margin-top: 5.20833vw;
    /* width: 50%; */
}

/* .product_feature.product2_feature .product_info .product_info_box>div>div:nth-child(2){
    margin-top: 10.3vw;
} */

.product_feature.product2_feature .product_info .product_info_box>div>h3 {
    font-size: 2.91666vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.3;
}

.product_feature.product2_feature .product_info .product_info_box>div>h4 {
    font-size: 1.875vw;
    color: #000000;
    letter-spacing: 0;
}

.product_feature.product2_feature .product_info .product_info_box>div>p {
    font-size: 1.25vw;
    color: #000000;
    letter-spacing: 1.5px;
    margin-top: 1.25vw;
}

.product_feature.product2_feature .product_info .product_info_box>div.left_right_picture>p {
    margin-top: 0.9375vw;
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.5s;
}

.product_feature.product2_feature .product_info .product_info_box>div.animated>p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_feature.product2_feature .product_info .product_info_box>div.animated:nth-child(6)>p {
    /* margin-top: 0.5vw; */
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_feature.product2_feature .product_info .product_info_box>div .info_float.tuv {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.52083vw;
}
.product_feature .product_content .fusionsolar-logo {
    width: 11.5625vw !important;
    margin-bottom: 1.45833vw;
}
@media screen and (max-width: 768px) {
    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table {
        padding-left: 0;
    }

    /* .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr td{
        font-size: 3.33333vw;
    } */
    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div:nth-of-type(1) {
        /* width: 70%;
        left: 50%;
        transform: translateX(-50%);
        top: 5vw; */
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div:nth-of-type(2) {
        padding-left: 0;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(1) td {
        font-size: 3.33333vw;
        padding: 5vw 0;
        text-align: center;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(1) td:nth-last-child(1) {
        /* font-size: 3.88888vw; */
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(1) td:nth-last-child(1) span {
        font-size: 3.33333vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(2) td {
        font-size: 3.33333vw;
        padding: 5vw 0;
        text-align: center;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(2) td:nth-last-child(1) {
        /* font-size: 3.88888vw; */
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(3) td {
        font-size: 3.33333vw;
        padding: 5vw 0;
        text-align: center;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(3) td:nth-last-child(1) {
        /* font-size: 3.88888vw; */
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(4) td {
        font-size: 3.33333vw;
        padding: 5vw 0;
        text-align: center;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(4) td:nth-last-child(1) {
        /* font-size: 3.88888vw; */
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(5) td {
        font-size: 3.33333vw;
        padding: 5vw 0;
        text-align: center;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7)>div table tr:nth-child(5) td:nth-last-child(1) {
        /* font-size: 3.88888vw; */
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7) .electric-line1 {
        width: 100vw;
        height: 23.33332vw;
        top: 77.22221vw;
        left: -4.44444vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7) .electric-line1 {
        width: 100vw;
        height: 23.33332vw;
        top: 77.22221vw;
        left: -4.44444vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7) .electric-line2 {
        width: 100vw;
        height: 19.99999vw;
        top: 127.22218vw;
        left: -4.44444vw;
    }
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info {
    margin-top: 2.5vw;
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info>div {
    width: 49.5%;
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div {
    height: 100%;
    position: relative;
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div img {
    height: 100%;
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div>div {
    position: absolute;
    bottom: 3vw;
    left: 2.55208vw;
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info>div:nth-child(1)>div>div {
    bottom: 6.5vw;
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div>div>h3 {
    font-size: 2.5vw;
    color: #ffffff;
    letter-spacing: 0;
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div>div>h4 {
    font-size: 1.875vw;
    color: #ffffff;
    letter-spacing: 0;
}

.product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div>div>p {
    font-size: 1.04166vw;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin-top: 0.83333vw;
    padding-right: 1vw;
}

.product_feature.product2_feature .product_info .product_info_box>div>div>p.img_info {
    font-size: 0.9375vw;
    color: rgba(0, 0, 0, 0.80);
    letter-spacing: 1.35px;
    margin-top: 0.83333vw;
    padding-left: 0.72916vw;
}

/* .product_feature.product2_feature .product_info .product_info_box>div>div>div {
    margin-top: 3.33333vw;
} */

.product_feature.product2_feature .product_info .product_info_box>div.info_float {
    position: absolute;
    top: 0;
    right: 1vw;
    display: block;
    width: 7.65625vw;
    margin-top: 0;
}

.product_feature.product2_feature .product_info .product_info_box>div.info_float img {
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.17);

}

.product_feature.product2_feature .product_info .product_info_box>div.info_float p {
    font-size: 0.9375vw;
    color: #000000;
    letter-spacing: 0;
    margin-top: 8.8vw;
    font-weight: bold;
}

.product_feature.product2_feature .product_info .product_info_box>div.info_float.tuv {
    bottom: 0;
    right: 0;
    top: unset;
    width: 3.85416vw;
}

.product_feature.product2_feature .product_info .product_info_box>h3 {
    font-size: 1.875vw;
    color: rgba(0, 0, 0, 0.80);
    letter-spacing: 2.7px;
    margin-top: 3.33333vw;
}

.product_feature.product2_feature .product_info .product_info_box>h3 span {
    background-image: linear-gradient(to right, #4887bd, #06c1ac, #24857c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product_feature.product2_feature .product_info.product_info_alone {
    margin-top: 5.20833vw;
}

.product_feature.product2_feature .product_info.product_info_alone>p {
    margin-top: 0.9375vw;
}

.product_feature.product2_feature .product_info.product_info_alone img {
    width: 62.5vw;
    margin: auto;
    margin-top: 2.5vw;
}

.product_feature.product2_feature .product_info.product_info_sec3 .img_content {
    position: absolute;
    top: 5vw;
    left: 18.75vw;
}

.product_feature.product2_feature .product_info.product_info_sec3 .img_content>h3 {
    font-size: 2.8125vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.3;
}

.product_feature.product2_feature .product_info.product_info_sec3 .img_content>p {
    font-size: 1.25vw;
    color: #FFFFFF;
    letter-spacing: 1.5px;
    font-weight: 100;
    margin-top: 1.19791vw;
    width: 34.89583vw;
}

.product_feature.product2_feature .product_info.product_info_sec6 {
    padding: 0;
}

.product_feature.product2_feature .product_info.product_info_sec6 .img_content>div {
    width: 32.5%;
}

/* product2 pc-style end */

/* product3 pc-style start */
.product_feature.product3_feature .product_info.product_info_sec1 {
    margin-top: -4vw;
}

.product_feature.product3_feature .product_info>h2 {
    text-align: center;
}

.product_feature.product3_feature .product_banner .product_banner_img {
    position: absolute;
    left: 20vw;
    top: 4.27083vw;
    width: 30.20833vw;
    opacity: 1;
}

html[data-region="en"] .product_feature.product3_feature .product_banner .product_banner_img {
    left: 13vw;
}

html[data-region="en"] .product_feature.product3_feature .product_banner .product_content {
    left: 45.5vw;
}

.product_feature.product3_feature .product_info>p.noanimate {
    opacity: 1;
    transform: translateY(0);
    font-size: 1.04166vw;
    text-align: center;
}

.product_feature.product3_feature .product_info.product_info_sec2 .img_content_box>div {
    position: absolute;
    bottom: 4.6875vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 60%;
}

.product_feature.product3_feature .product_info.product_info_sec2 .img_content_box>div>h3 {
    font-size: 3.125vw;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: bold;
}

.product_feature.product3_feature .product_info.product_info_sec2 .img_content_box>div>p {
    font-size: 1.25vw;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 1.25vw;
}

.product_feature.product3_feature .module_optimize {
    background-color: #f5f5f5;
    margin-top: 0;
}

.product_feature.product3_feature .module_optimize .inner {
    width: 62.5vw;
    margin: auto;
    padding: 8.95833vw 0 6.71875vw;
    position: relative;
}

.product_feature.product3_feature .module_optimize .inner>h2 {
    font-size: 2.91666vw;
    line-height: 1.4;
}

.product_feature.product3_feature .module_optimize .inner>p {
    font-size: 1.25vw;
    margin-top: 1.25vw;
    width: 40vw;
}

.product_feature.product3_feature .module_optimize .inner>img {
    position: absolute;
    top: 8.95833vw;
    right: 0;
    width: 14.58333vw;
}

.product_feature.product3_feature .module_optimize .inner>div {
    display: flex;
    justify-content: space-between;
    margin-top: 4.89583vw;
}

.product_feature.product3_feature .module_optimize .inner>div>div {
    padding: 0 1.04166vw;
}

.product_feature.product3_feature .module_optimize .inner>div>div>h3 {
    text-align: center;
    font-size: 1.25vw;
}

.product_feature.product3_feature .module_optimize .inner>div>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.08333vw 2.55208vw 2.08333vw 2.34375vw;
    border-radius: 0.39270vw;
    background: rgba(255, 255, 255, 0.01);
    border: 1.13px solid #FFFFFF;
    backdrop-filter: blur(18px);
    box-shadow: 0.88541vw 0.88541vw 1.61458vw 0px rgba(0, 0, 0, 0.08);
    margin-top: 2.08333vw;
}

.product_feature.product3_feature .module_optimize .inner>div>div>div:nth-child(3) {
    margin-top: 1.09375vw;
}

.product_feature.product3_feature .module_optimize .inner>div>div>div.energy_line {
    width: 100%;
    height: 1px;
    padding: 0;
    border: none;
    margin-top: 0.83333vw;
    background: linear-gradient(270deg, rgba(25, 25, 25, 0.00) 0%, rgba(25, 25, 25, 0.25) 10%, rgba(25, 25, 25, 0.25) 97%, rgba(25, 25, 25, 0.00) 100%);
}

.product_feature.product3_feature .module_optimize .inner>div>div>div>img {
    width: 3.22916vw;
    margin-right: 1.25vw;
}

/* .product_feature.product3_feature .module_optimize .inner>div>div:nth-child(1) {
    width: 37.91666vw;
} */

/* .product_feature.product3_feature .module_optimize .inner>div>div:nth-child(2) {
    display: flex;
} */

.product_feature.product3_feature .flexible_collocation {
    width: 62.5vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 6vw 0 6.97916vw;
}

.product_feature.product3_feature .flexible_collocation>.flex_left {
    width: 28.07291vw;
    padding-top: 3vw;
}

.product_feature.product3_feature .flexible_collocation>.flex_left h2 {
    font-size: 2.91666vw;
    line-height: 1.4;
}

.product_feature.product3_feature .flexible_collocation>.flex_left p {
    font-size: 1.25vw;
    margin-top: 1.25vw;
    line-height: 1.5;
}

.product_feature.product3_feature .flexible_collocation>.flex_right {
    width: 30vw;
    /* margin-right: 6vw; */
}

.product_feature.product3_feature .forth_protection {
    background-color: #FAFAFA;
    padding: 6.87500vw 8.38541vw;
    margin-top: 0;
}

.product_feature.product3_feature .forth_protection .inner {
    width: 62.5vw;
    margin: auto;
}

.product_feature.product3_feature .forth_protection .inner>h2 {
    font-size: 2.91666vw;
    line-height: 1.2;
    text-align: left;
}

.product_feature.product3_feature .forth_protection .inner>p {
    font-size: 1.25vw;
    margin-top: 1vw;
    /* width: 42.29166vw; */
    text-align: left;
}

.product_feature.product3_feature .forth_protection .inner>div {
    display: flex;
    justify-content: space-between;
    margin-top: 2.60416vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_left {
    width: 49%;
    display: flex;
    justify-content: space-between;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_right {
    width: 49%;
    display: flex;
    justify-content: space-between;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_left>div {
    position: relative;
    background-color: #ECEDEF;
    border-radius: 0.83333vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_right>div {
    position: relative;
    background-color: #ECEDEF;
    overflow: hidden;
    border-radius: 0.83333vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_left>div:nth-of-type(1) {
    width: 48%;
    height: 15.63vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_left>div:nth-of-type(2) {
    width: 48%;
    height: 15.63vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(1) {
    width: 48%;
    height: 15.63vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(2) {
    width: 48%;
    height: 15.63vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_left>div h3 {
    position: absolute;
    top: 1.5625vw;
    left: 1.82291vw;
    font-size: 1.04166vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_right>div h3 {
    position: absolute;
    top: 1.5625vw;
    left: 1.82291vw;
    font-size: 1.04166vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_left>div:nth-of-type(1) img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6.45833vw;
    width: 11.30208vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_left>div:nth-of-type(2) img {
    position: absolute;
    left: 5vw;
    top: 5.15625vw;
    width: 8.59375vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(2) img {
    position: absolute;
    left: 3.4375vw;
    top: 5.625vw;
    width: 11.40625vw;
}

html[data-region="cn"] .product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(1) img {
    position: absolute;
    right: 1.30208vw;
    top: 5.41666vw;
    width: 7.76041vw;
}

.product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(1) img {
    position: absolute;
    right: 1.30208vw;
    top: 5.41666vw;
    width: 7.76041vw;
}

html[data-region="cn"] .product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(2) img {
    position: absolute;
    left: 3.4375vw;
    top: 5.625vw;
    width: 11.40625vw;
}

.product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2) {
    margin-top: 2.1875vw;
    padding: 2.26562vw 2.23958vw 2.26562vw 4.53125vw;
    background-color: #ECEDEF;
    border-radius: 0.83333vw;
}

.product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2)>img {
    width: 8.52812vw;
    margin-right: 3.125vw;
}

.product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2)>div>h3 {
    font-size: 1.875vw;
}

.product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2)>div>p {
    font-size: 0.9375vw;
    margin-top: 0.72916vw;
}

.product_feature.product3_feature .stable_cell {
    padding: 5.57291vw 0 6.45833vw;
}

.product_feature.product3_feature .stable_cell>h2 {
    text-align: left;
}

/* .product_feature.product3_feature .stable_cell {

} */

.product_feature.product3_feature .stable_cell>div {
    display: flex;
    justify-content: space-between;
    width: 62.5vw;
    margin: auto;
    align-items: center;
}

/* .product_feature.product3_feature .stable_cell>div:nth-child(1) {
    margin-top: 2.86458vw;
} */

.product_feature.product3_feature .stable_cell>div>div>p {
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.5s;
}

.product_feature.product3_feature .stable_cell>div>div.animated>p {
    transform: translateY(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>img {
    width: 45%;
    transform: translateY(2vw);
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div {
    width: 47%;
    /* padding-top: 1.97916vw; */
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div>h3 {
    font-size: 3.125vw;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.3;
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div>p {
    font-size: 1.25vw;
    line-height: 1.8;
    margin-top: 1.25vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.34375vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p {
    font-size: 0.9375vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p:nth-of-type(odd) {
    width: 60%;
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p:last-child {
    margin-top: 0.5vw;
    width: 100%;
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p:nth-of-type(even) {
    width: 40%;
}

.product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p span {
    font-size: 2.5vw;
    margin-right: 0.2vw;
    font-weight: bold;
}

.product_feature.product3_feature .stable_cell>div:nth-child(2) {
    margin-top: 9.27083vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(2)>img {
    width: 31.25vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(2)>div {
    width: 26.40624vw;
    padding-top: 2.03125vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(2)>div>h3 {
    font-size: 2.91666vw;
    line-height: 1.3;
    /* display: inline-block; */
}

.product_feature.product3_feature .stable_cell>div:nth-child(2)>div>p {
    font-size: 1.25vw;
    line-height: 1.8;
    margin-top: 1.25vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(3) {
    margin-top: 3.48958vw;
    width: 100%;
    padding: 4.375vw 18.75vw;
    background-color: #FAFAFA;
    align-items: center;
}

.product_feature.product3_feature .stable_cell>div:nth-child(3)>img {
    width: 8.69791vw;
    margin-right: 9vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(3)>div {
    width: 26.5625vw;
    /* padding-top: 3.69791vw; */
}

.product_feature.product3_feature .stable_cell>div:nth-child(3)>div>h3 {
    font-size: 2.91666vw;
    line-height: 1.3;
}

.product_feature.product3_feature .stable_cell>div:nth-child(3)>div>p {
    font-size: 1.25vw;
    line-height: 1.8;
    margin-top: 1.25vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(4) {
    margin-top: 4.6875vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(4)>img {
    width: 31.30208vw;
}

.product_feature.product3_feature .stable_cell>div:nth-child(4)>div {
    width: 23.64583vw;
    /* padding-top: 2.65625vw; */
}

.product_feature.product3_feature .stable_cell>div:nth-child(4)>div>h3 {
    font-size: 2.91666vw;
    line-height: 1.3;
}

.product_feature.product3_feature .stable_cell>div:nth-child(4)>div>p {
    font-size: 1.25vw;
    line-height: 1.8;
    margin-top: 1.25vw;
}

.product_feature.product3_feature .new_bettery {
    background-color: rgb(251, 251, 251);
    padding: 6.87500vw 0 9.32291vw;
    margin-top: 0;
}

.product_feature.product3_feature .new_bettery .inner {
    /* background-color: #f3f3f3; */
    width: 62.5vw;
    margin: auto;
}

.product_feature.product3_feature .new_bettery .inner>h2 {
    font-size: 2.91666vw;
    text-align: left;
    line-height: 1.4;
}

.product_feature.product3_feature .new_bettery .inner>p {
    font-size: 1.25vw;
    margin-top: 1.25vw;
    text-align: left;
}

.product_feature.product3_feature .new_bettery .inner>img {
    width: 57.23958vw;
    margin: auto;
    margin-top: 3.75vw;
}

.product_feature.product3_feature .product_info.product_info_sec5 {
    margin-top: 0;
}

.product_feature.product3_feature .product_info.product_info_sec5 .img_content_box {
    margin-top: 0;
}

.product_feature.product3_feature .product_info.product_info_sec5 .img_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60.72916vw;
    padding-top: 5.98958vw;
    padding-left: 5.78125vw;
    padding-bottom: 9.73958vw;
    background-image: linear-gradient(270deg, rgba(0, 7, 41, 0.00) 26%, rgba(0, 6, 33, 0.54) 78%);
    border-radius: 31px;
}

.product_feature.product3_feature .product_info.product_info_sec6 {
    padding: 0;
}

/* .product_feature.product3_feature .product_info.product_info_sec6 .img_content>div {
    width: 24%;
} */

html[data-region="cn"] .product_feature.product3_feature .product_info.product_info_sec6 .img_content>div {
    width: 32.5%;
}

.product_feature .product_info.product_info_sec6 .img_content>div:hover {
    box-shadow: 0.05208vw 1.04166vw 1.25vw -0.78125vw rgba(0, 0, 0, 0.12);
}

/* product3 pc-style end */


@media screen and (max-width: 768px) {

    #pageHeaderWrapper .global_header_wrapper.login {
        height: 96px;
    }

    .product_feature .show_pc {
        display: none;
    }

    .product_feature .show_mob {
        display: block;
    }

    .product_feature span.show_mob {
        display: inline;
    }

    .product_feature .product_info p.word_no_wrap {
        white-space: normal;
    }

   

    .product_feature {
        margin-top: 10.99999vw;
    }

    .product_feature .product_banner .product_content {
        position: static;
        text-align: center;
        margin-top: 8.33333vw;
    }

    .product_feature.product1_feature .product_banner .product_content {
        position: static;
    }

    .product_feature.product1_feature .product_banner .product_banner_img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 11.66666vw;
        width: 67.22222vw;
    }

    .product_feature .product_banner .product_content>h2 {
        font-size: 6.66666vw;
    }

    .product_feature .product_banner .product_content p.product_content_model {
        /* display: none; */
        font-size: 5vw;
        margin-top: 2.77777vw;
    }

    .product_feature.product1_feature .product_banner .product_content p.product_content_model {
        display: none;
    }

    .product_feature .product_banner .product_content p.product_content_model:nth-of-type(1) {
        margin-top: 5vw;
    }

    html[data-region="en"] .product_feature .product_banner .product_content p.product_content_model:nth-of-type(1) {
        font-weight: bold;
    }

    .product_feature .product_banner .product_content .product_content_function {
        justify-content: center;
    }

    .product_feature .product_banner .product_content .product_content_function {
        margin-top: 4.44444vw;
    }

    .product_feature .product_banner .product_content .product_content_function>div {
        padding: 0 3.88888vw;
        font-size: 3.33333vw;
        font-weight: normal;
        opacity: 0.7;
    }

    .product_feature .product_info {
        margin-top: 13.33333vw;
    }

    html[data-region="en"] .product_feature.product3_feature .product_info.product_info_sec2 {
        margin-top: 13.33333vw;
    }

    .product_feature.product1_feature .product_info.product_info_sec2 {
        margin-top: 13.33333vw;
    }

    .product_feature.product1_feature .product_info.product_info_sec1 {
        margin-top: 13.33333vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec1 {
        margin-top: 13.33333vw;
    }

    .product_feature .product_info .product_line {
        display: none;
    }

    .product_feature .product_info>h2 {
        width: 86.66666vw;
        font-size: 6.66666vw;
    }

    html[data-region="en"] .product_feature .product_info>h2 {
        font-size: 6.66666vw;
    }

    .product_feature .product_info:nth-of-type(2)>h2 {
        text-align: center;
        position: relative;
    }

    .product_feature.product1_feature .product_info.product_info_sec1>h2 {
        background-image: url(/-/media/hcomponent-solar-common/component/-/media/solarv4/solar-version2/common/professionals/all-products/product/image/title_line_mob.png);
        background-size: 100%;
        background-position: center;
    }

    /* .product_feature.product1_feature .product_info.product_info_sec1>h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 17.5vw;
        height: 1px;
        transform: scaleX(-1) rotate(90deg);
        background: #989898;
    }

    .product_feature.product1_feature .product_info.product_info_sec1>h2::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 17.5vw;
        height: 1px;
        transform: rotate(90deg);
        background: #989898;

    } */

    .product_feature .product_info .video_box {
        width: 91.11111vw;
        margin-top: 6.66666vw;
    }

    .product_feature .product_info .video_box img.video_play_btn {
        width: 9.44444vw;
        height: 9.44444vw;
    }

    .product_feature .product_info>p {
        width: 86.66666vw;
        font-size: 3.88888vw;
        margin-top: 3.61111vw;
    }

    .product_feature.product1_feature .product_info>p,
    .product_feature.product2_feature .product_info>p {
        font-size: 3.88888vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2>h2 {
        position: static;
        color: #000;
        width: 86.66666vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2>p {
        margin-top: 4.44444vw;
        position: static;
        color: #000;
        width: 86.66666vw;
    }

    .product_feature .product_info .img_content_box {
        margin-top: 8.88888vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box {
        margin-top: 8.88888vw;
    }

    .product_feature .product_info.product_info_sec2 .img_content_box .img_content {
        top: 10vw;
        left: 9.72222vw;
    }

    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span {
        font-size: 3.33333vw;
    }

    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span.number_add {
        margin-right: 1vw;
        font-size: 22.22222vw;
        letter-spacing: -1vw;
        line-height: 0.8;
    }

    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span.number_star {
        transform: translateY(-3.5vw);
    }

    #product_feature .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(1) {
        width: 11.11111vw;
        height: 11.11111vw;
    }

    /* .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(2) {
        width: 13.61111vw;
        margin-left: -1vw;
    }

    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(3) {
        width: 9.72222vw;
        height: 9.72222vw;
        margin-left: 1vw;
    } */

    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(2) {
        font-size: 3.33333vw;
        margin-top: 2.5vw;
        /* color: #38A8FF; */
    }

    .product_feature .product_info .product_info_box {
        width: 91.11111vw;
        margin-top: 13.33333vw;
    }

    .product_feature.product1_feature .product_info .product_info_box {
        /* width: 91.11111vw; */
        width: 100%;
        margin-top: 13.33333vw;
        padding: 0;
        background-color: #fff;
    }

    .product_feature .product_info .product_info_box>div {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .product_feature .product_info .product_info_box>div:nth-child(1) {
        flex-direction: column-reverse;
    }

    .product_feature .product_info .product_info_box>div:nth-child(2) {
        justify-content: center;
    }

    .product_feature .product_info .product_info_box>div:nth-of-type(3) {
        margin-top: 13.33333vw;
    }

    .product_feature.product1_feature .product_info .product_info_box>div:nth-of-type(3) {
        justify-content: center;
    }

    .product_feature.product1_feature .product_info .product_info_box>div:nth-child(2) {
        margin-top: 13.33333vw;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_content {
        width: 86.66666vw;
        margin-top: 8.88888vw;
        padding-top: 0;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_content>p:nth-of-type(1) {
        margin-top: 4.44444vw;
        font-size: 3.88888vw;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_img {
        width: 91.11111vw;
    }

    .product_feature .product_info .product_info_box>div:nth-of-type(3) .product_info_box_img {
        width: 100%;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_content h3 {
        font-size: 7.77777vw;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_content>div {
        margin-top: 4.44444vw;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_content>div img {
        width: 12.22222vw;
        height: 7.22222vw;
        margin-right: 1.94444vw;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_content>div p {
        font-size: 3.33333vw;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_content>p.product_info_box_content_persent {
        font-size: 7.77777vw;
        margin-top: 4.44444vw;
    }

    html[data-region="en"] .product_feature .product_info .product_info_box>div .product_info_box_content>p.product_info_box_content_persent {
        font-size: 3.33333vw;
    }

    .product_feature .product_info .product_info_box>div .product_info_box_content>p.product_info_box_content_persent span {
        font-size: 3.33333vw;
    }

    html[data-region="en"] .product_feature .product_info .product_info_box>div .product_info_box_content>p.product_info_box_content_persent span {
        font-size: 7.77777vw;
    }

    .product_feature .product_info.product_info_sec3 h2 {
        margin-top: 8.88888vw;
    }

    .product_feature .product_info.product_info_sec3>p {
        margin-top: 4.44444vw;
    }

    .product_feature .product_info.product_info_sec4 {
        width: 86.66666vw;
        margin-top: 13.33333vw;
    }

    .product_feature .product_info.product_info_sec4>h2 {
        display: none;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div {
        width: 48.78%;
        padding: 11.11111vw 4.44444vw 6.94444vw;
    }

    .product_feature.product1_feature .product_info.product_info_sec4 .tecnology_content_box>div {
        padding: 11.11111vw 4.44444vw 6.94444vw;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-child(1) {
        padding: 15.27777vw 9.16666vw 0;
        background-color: #fff;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-child(1) h2 {
        font-size: 5.83333vw;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-child(1) span {
        display: block;
        width: 50%;
        height: 2px;
        background-color: #CF0505;
        margin-top: 2.77777vw;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-of-type(n+3) {
        margin-top: 2.22222vw;
        border-radius: 1.85555vw;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div>div {
        width: 7.5vw;
        height: 9.16666vw;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div>div>img {
        width: 100%;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div>h3 {
        margin-top: 4.72222vw;
        font-size: 3.33333vw;
    }

    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div>p {
        margin-top: 1.66666vw;
        font-size: 3.33333vw;
        opacity: 0.6;
    }

    .product_feature .product_info.product_info_sec5 .img_content {
        top: 13.33333vw;
        left: 8.33333vw;
    }

    .product_feature .product_info.product_info_sec5 .img_content>h3 {
        font-size: 7.77777vw;
    }

    .product_feature .product_info.product_info_sec5 .img_content>p {
        width: 83.33333vw;
        margin-top: 3.33333vw;
        font-size: 3.88888vw;
        /* letter-spacing: 1.05px; */
    }

    .product_feature.product1_feature .product_info.product_info_sec5 .img_content>p,
    .product_feature.product2_feature .product_info.product_info_sec5 .img_content>p {
        font-size: 3.88888vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec5 .img_content>p {
        width: 67.77777vw;
    }

    .product_feature .product_info.product_info_sec5 .img_content>p:nth-child(2) {
        margin-top: 7.77777vw;
    }

    .product_feature .product_info.product_info_sec6 {
        width: 91.11111vw;
        padding: 0;
        margin-top: 13.33333vw;
    }

    .product_feature .product_info.product_info_sec6>h3 {
        width: 86.66666vw;
        margin: auto;
        text-align: left;
        font-size: 7.77777vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content {
        margin-top: 8.88888vw;
        flex-wrap: wrap;
    }

    .product_feature .product_info.product_info_sec6 .img_content>div {
        padding: 5vw 4.44444vw 9.16666vw;
        width: 100%;
        border-radius: 3.88888vw;
    }

    html[data-region="en"] .product_feature .product_info.product_info_sec6 .img_content>div {
        padding: 5vw 4.44444vw 9.16666vw;
    }

    html[data-region="en"] .product_feature .product_info.product_info_sec6 .img_content>div .product_item>img {
        padding: 0;
    }

    .product_feature .product_info.product_info_sec6 .img_content .swiper-slide>h3 {
        font-size: 3.88888vw;
        margin-top: 7.22222vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content .swiper-slide>p {
        font-size: 2.77777vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content .swiper-slide>a {
        padding: 1.5vw 5vw;
        border-radius: 16.66666vw;
        margin-top: 5vw;
        font-size: 2.77777vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content>div .product_box .swiper-slide>img {
        width: 30vw;
        margin: auto;
    }

    .product_feature .product_info.product_info_sec6 .img_content .product_item>img {
        width: 63.05555vw;
        margin: auto;
    }

    .product_feature .product_info.product_info_sec6 .img_content .product_item>h3 {
        font-size: 6.66666vw;
        margin-top: 3.88888vw;
        height: auto;
    }

    html[data-region="cn"] .product_feature .product_info.product_info_sec6 .img_content .product_item>h3 {
        font-size: 6.66666vw;
    }

    html[data-region="en"] .product_feature .product_info.product_info_sec6 .img_content .product_item>h3 {
        height: auto;
    }

    .product_feature .product_info.product_info_sec6 .img_content .product_item>p {
        font-size: 3.33333vw;
        margin-top: 3.05555vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content .product_item>a {
        padding: 2.77777vw 5.27777vw;
        border-radius: 16.66666vw;
        margin-top: 5vw;
        font-size: 3.88888vw;
    }

    html[data-region="cn"] .product_feature .product_info.product_info_sec6 .img_content .product_item>a {
        padding: 2.77777vw 5.27777vw;
        border-radius: 16.66666vw;
        margin-top: 5vw;
        font-size: 3.88888vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-next,
    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-prev {
        top: 36%;
        width: 1.11111vw;
        height: 1.94444vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-next,
    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(2) .swiper-button-next,
    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(3) .swiper-button-next {
        right: 2.8vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(1) .swiper-button-prev,
    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(2) .swiper-button-prev,
    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(3) .swiper-button-prev {
        left: 2.8vw;
    }

    .product_feature .product_mark {
        margin-top: 13.05555vw;
    }

    .product_feature .product_mark>p {
        padding: 0 6.66666vw;
        line-height: 1.66;
        opacity: 0.6;
        font-size: 2.77777vw;
    }

    /* product2 mob-style start */
    .product_feature.product2_feature .product_banner .product_banner_img {
        left: 50%;
        top: 9.16666vw;
        transform: translateX(-50%);
        width: 75.55555vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content {
        top: 19vw;
        left: 8.33333vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span {
        margin-right: 2.5vw;
        font-size: 26.66666vw;
        letter-spacing: -2vw;
    }

    /* .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(1) {
        width: 16.11111vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(2) {
        width: 16.11111vw;
    } */

    .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(1) {
        width: 11.11111vw;
        height: 11.11111vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img:nth-of-type(2) {
        width: 6.38888vw;
        height: 6.38888vw;
        top: 1vw;
        left: 35vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(2) {
        font-size: 3.20277vw;
        color: #ffffff;
        letter-spacing: 0;
        font-weight: bold;
    }

    .product_feature .product_info .product_info_box>h2 {
        width: 86.66666vw;
        margin: auto;
        font-size: 7.77777vw;
        color: rgba(0, 0, 0, 0.80);
        letter-spacing: 0;
    }

    html[data-region="en"] .product_feature .product_info .product_info_box>h2 {
        font-size: 6.66666vw;
    }

    .product_feature .product_info .product_info_box>p {
        font-size: 3.88888vw;
        color: rgba(0, 0, 0, 0.80);
        letter-spacing: 1.05px;
        margin-top: 4.44444vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec2 .product_info_box>p {
        width: 86.66666vw;
        margin: auto;
        margin-top: 4.44444vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div {
        margin-top: 0;
    }

    /* html[data-region="en"] .product_feature.product2_feature .product_info .product_info_box>h2 {
        width: 54.16666vw;
    } */

    .product_feature.product2_feature .product_info .product_info_box>div:nth-child(7) {
        margin-top: 0;
        padding-top: 0;
    }

    /* .product_feature.product2_feature .product_info .product_info_box>p:nth-child(6) {
        margin-top: 6.66666vw;
    } */

    .product_feature.product2_feature .product_info .product_info_box>div>div {
        position: relative;
    }

    .product_feature.product2_feature .product_info .product_info_box>div>div>p.img_info {
        position: absolute;
        font-size: 2.77777vw;
        color: #FFFFFF;
        letter-spacing: 0.75px;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.70);
        font-weight: Medium;
        bottom: 5.83333vw;
        right: 4.44444vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.info_float {
        width: 18vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.info_float p {
        width: auto;
        font-size: 2.5vw;
        line-height: 1.2;
        margin-top: 1.5vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div>h3 {
        width: 86.66666vw;
        margin: auto;
        /* margin-top: 8.88888vw; */
        font-size: 7.77777vw;
        color: #000000;
    }

    .product_feature.product2_feature .product_info .product_info_box>div>h4 {
        font-size: 5.55555vw;
        color: #010101;
    }

    .product_feature.product2_feature .product_info .product_info_box>div>p {
        width: 86.66666vw;
        margin: auto;
        font-size: 3.88888vw;
        margin-top: 3.33333vw;
    }

    .product_feature.product2_feature .product_info .product_info_box .info_float.tuv {
        display: none;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.intro_info>div {
        width: 100%;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div>div {
        bottom: 6.94444vw;
        left: 6.94444vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.intro_info>div:nth-child(1)>div>div {
        bottom: 6.94444vw;
        left: 6.94444vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div>div>h3 {
        font-size: 7.77777vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div>div>h4 {
        font-size: 5.55555vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.intro_info>div>div>div>p {
        font-size: 3.88888vw;
        padding-right: 3vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div.left_right_picture>p {
        margin-top: 4.44444vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>div>div>div {
        margin-top: 7.5vw;
    }

    .product_feature.product2_feature .product_info.product_info_alone {
        margin-top: 13.33333vw;
    }

    .product_feature.product2_feature .product_info.product_info_alone>p {
        margin-top: 4.44444vw;
    }

    .product_feature.product2_feature .product_info.product_info_alone img {
        width: 91.11111vw;
        margin-top: 8.88888vw;
    }

    .product_feature.product2_feature .product_info .product_info_box>h3 {
        display: none;
    }

    .product_feature.product2_feature .product_info.product_info_sec3 .img_content {
        top: 13.33333vw;
        left: 8.33333vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec3 .img_content>h3 {
        font-size: 7.77777vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec3 .img_content>p {
        width: 83.33333vw;
        margin-top: 3.33333vw;
        font-size: 3.88888vw;
        letter-spacing: 1.05px;
    }

    .product_feature.product2_feature .product_info.product_info_sec6 .img_content {
        flex-wrap: wrap;
    }

    .product_feature.product2_feature .product_info.product_info_sec6 .img_content>div {
        width: 100%;
        border-radius: 3.88888vw;
        box-shadow: rgba(0, 0, 0, 0.12) 0.27777vw 4.72222vw 5.55555vw -3.61111vw;
    }

    .product_feature.product2_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(n+3) {
        margin-top: 2.22222vw;
    }

    /* product2 mob-style end */
    /* product2 mob-style start */
    .product_feature.product3_feature .product_info.product_info_sec1 {
        margin-top: 13.33333vw;
    }

    .product_feature.product3_feature .product_info>p {
        font-size: 2.77777vw;
    }

    .product_feature.product3_feature .product_info>p.noanimate {
        font-size: 2.77777vw;
    }

    .product_feature.product3_feature .product_info.animated>p {
        margin-top: 8vw;
    }

    .product_feature.product3_feature .product_banner .product_banner_img {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75.5vw;
    }

    html[data-region="en"] .product_feature.product3_feature .product_banner .product_banner_img {
        left: 50%;
    }

    .product_feature.product3_feature .product_banner .product_content .product_content_function {
        margin-top: 4.44444vw;
    }

    html[data-region="en"] .product_feature.product3_feature .product_banner .product_content .product_content_function {
        margin: auto;
        margin-top: 4.44444vw;
        width: 83.33333vw;
    }

    .product_feature.product3_feature .product_info.product_info_sec2 .img_content_box>div {
        width: 86.66666vw;
        bottom: 8vw;
    }

    .product_feature.product3_feature .product_info.product_info_sec2 .img_content_box>div>h3 {
        font-size: 6.66666vw;
        letter-spacing: 0;
        line-height: 1.2;
        font-weight: bold;
    }

    .product_feature.product3_feature .product_info.product_info_sec2 .img_content_box>div>p {
        font-size: 3.88888vw;
        letter-spacing: 0;
        line-height: 1.5;
        margin-top: 5.55555vw;
    }

    .product_feature.product3_feature .module_optimize {
        margin-top: 0;
    }

    .product_feature.product3_feature .module_optimize .inner {
        width: 86.66666vw;
        padding: 13.33333vw 0 16.38888vw;
    }

    .product_feature.product3_feature .module_optimize .inner>h2 {
        font-size: 7.77777vw;
        text-align: left;
    }

    html[data-region="en"] .product_feature.product3_feature .module_optimize .inner>h2 {
        font-size: 6.66666vw;
    }

    .product_feature.product3_feature .module_optimize .inner>p {
        font-size: 3.88888vw;
        width: 100%;
        margin-top: 7.77777vw;
    }

    .product_feature.product3_feature .module_optimize .inner>p:nth-child(3) {
        display: none;
    }

    .product_feature.product3_feature .module_optimize .inner>div {
        flex-wrap: wrap;
        margin-top: 13.33333vw;
    }

    .product_feature.product3_feature .module_optimize .inner>img {
        top: 64.66666vw;
        right: 6.25833vw;
        width: 28.88888vw;
    }

    html[data-region="en"] .product_feature.product3_feature .module_optimize .inner>img {
        display: none;
    }

    .product_feature.product3_feature .module_optimize .inner>div>div:nth-child(1) {
        width: 100%;
        margin-bottom: 5vw;
        padding: 0;
    }

    .product_feature.product3_feature .module_optimize .inner>div>div:nth-child(2) {
        width: 49%;
    }

    .product_feature.product3_feature .module_optimize .inner>div>div:nth-child(3) {
        width: 49%;
    }

    .product_feature.product3_feature .module_optimize .inner>div>div>h3 {
        font-size: 4.16666vw;
    }

    .product_feature.product3_feature .module_optimize .inner>div>div>div {
        padding: 6.66666vw 6.66666vw 6.66666vw 8.05555vw;
        border-radius: 1.32222vw;
        box-shadow: 3.05555vw 3.05555vw 5.55555vw 0px rgba(0, 0, 0, 0.08);
    }

    .product_feature.product3_feature .module_optimize .inner>div>div>div:nth-child(3) {
        margin-top: 3vw;
    }

    .product_feature.product3_feature .module_optimize .inner>div>div>div:nth-of-type(n+3) {
        margin-top: 7.375vw;
    }

    .product_feature.product3_feature .module_optimize .inner>div>div>div>img {
        width: 10.33333vw;
        margin-right: 4.44444vw;
    }

    .product_feature.product3_feature .module_optimize .inner>div>div>div.energy_line {
        /* 路径 */
        width: 100%;
        height: 1px;
        padding: 0;
        border: none;
        margin-top: 2.77777vw;
        background: linear-gradient(270deg, rgba(25, 25, 25, 0.00) 0%, rgba(25, 25, 25, 0.25) 10%, rgba(25, 25, 25, 0.25) 97%, rgba(25, 25, 25, 0.00) 100%);
    }

    .product_feature.product3_feature .flexible_collocation {
        flex-wrap: wrap;
        width: 86.66666vw;
        padding-bottom: 13.33333vw;
    }

    .product_feature.product3_feature .flexible_collocation>.flex_left {
        width: 100%;
    }

    .product_feature.product3_feature .flexible_collocation>.flex_right {
        width: 100%;
        padding-left: 0;
        margin: auto;
        margin-top: 13.33333vw;
    }

    .product_feature.product3_feature .flexible_collocation>.flex_left h2 {
        font-size: 7.77777vw;
        text-align: left;
    }

    html[data-region="en"] .product_feature.product3_feature .flexible_collocation>.flex_left h2 {
        font-size: 6.66666vw;
    }

    .product_feature.product3_feature .flexible_collocation>.flex_left p {
        font-size: 3.88888vw;
        font-weight: normal;
        margin-top: 7.77777vw;
    }

    .product_feature.product3_feature .forth_protection {
        padding: 13.33333vw 0 13.33333vw;
        background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0.00) 27%);
    }

    .product_feature.product3_feature .forth_protection .inner {
        width: 91.11111vw;
    }

    .product_feature.product3_feature .forth_protection .inner>h2 {
        font-size: 7.77777vw;
        width: 86.66666vw;
        margin: auto;
        line-height: 1.5;
    }

    html[data-region="en"] .product_feature.product3_feature .forth_protection .inner>h2 {
        font-size: 6.66666vw;
    }

    .product_feature.product3_feature .forth_protection .inner>p {
        font-size: 3.88888vw;
        width: 86.66666vw;
        margin: auto;
        margin-top: 4.44444vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div {
        flex-wrap: wrap;
        margin-top: 13.33333vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_left {
        width: 100%;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_right {
        width: 100%;
        margin-top: 2%;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_left>div:nth-of-type(1) {
        width: 44.44444vw;
        height: 44.44444vw;
        border-radius: 4.44444vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_left>div:nth-of-type(2) {
        width: 44.44444vw;
        height: 44.44444vw;
        border-radius: 4.44444vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(1) {
        width: 44.44444vw;
        height: 44.44444vw;
        border-radius: 4.44444vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(2) {
        width: 44.44444vw;
        height: 44.44444vw;
        border-radius: 4.44444vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_left>div h3 {
        top: 5.83333vw;
        left: 5vw;
        font-size: 3.88888vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_right>div h3 {
        top: 5.83333vw;
        left: 5vw;
        font-size: 3.88888vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_left>div:nth-of-type(1) img {
        top: 19.72222vw;
        width: 30vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_left>div:nth-of-type(2) img {
        width: 23.61111vw;
        top: 15.83333vw;
        left: 14.72222vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(2) img {
        width: 34.61111vw;
        top: 15.83333vw;
        left: 7.72222vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(1) img {
        width: 23.33333vw;
        top: 15.55555vw;
        right: 3.33333vw;
    }

    html[data-region="cn"] .product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(1) img {
        width: 23.33333vw;
        top: 15.55555vw;
        right: 3.33333vw;
    }

    html[data-region="cn"] .product_feature.product3_feature .forth_protection .inner>div .flex_right>div:nth-of-type(2) img {
        width: 34.61111vw;
        top: 15.83333vw;
        left: 7.72222vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2) {
        position: relative;
        padding: 12.77777vw 5.55555vw 8vw;
        border-radius: 4.44444vw;
        margin-top: 8.33333vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2)>img {
        width: 18.33333vw;
        position: absolute;
        margin-right: 0;
        top: 5.55555vw;
    }

    .product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2)>div>h3 {
        text-align: right;
        font-size: 3.88888vw;
        padding-right: 3vw;
    }

    html[data-region="en"] .product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2)>div>h3 {
        text-align: left;
        width: 53.05555vw;
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
    }

    .product_feature.product3_feature .forth_protection .inner>div:nth-of-type(2)>div>p {
        margin-top: 9.16666vw;
        font-size: 3.33333vw;
        line-height: 1.5;
        color: #000;
        opacity: 0.8;
    }

    .product_feature.product3_feature .stable_cell {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .product_feature.product3_feature .stable_cell>h2 {
        text-align: center;
    }

    .product_feature.product3_feature .stable_cell {
        width: 100%;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1) {
        flex-wrap: wrap;
        margin-top: 0;
        width: 91.11111vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>img {
        width: 92.22222vw;
        margin: auto;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>div {
        width: 100%;
        margin: auto;
        padding-top: 0;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>h3 {
        width: 83.33333vw;
        margin: auto;
        text-align: left;
        font-size: 7.77777vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>img {
        margin-top: 5.27777vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>p {
        width: 83.33333vw;
        margin: auto;
        font-size: 3.88888vw;
        line-height: 1.4;
        margin-top: 8.88888vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div {
        width: 83.33333vw;
        margin: auto;
        margin-top: 7.22222vw;
    }

    html[data-region="en"] .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div {
        display: block;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p {
        font-size: 3.33333vw;
    }

    html[data-region="en"] .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p {
        margin-top: 5vw;
        width: 100%;
    }

    html[data-region="en"] .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p>span {
        margin-right: 1em;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p:last-child {
        margin-top: 2.5vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p span {
        font-size: 9.44444vw;
        margin-right: 0.83333vw;
        font-weight: bold;
    }

    html[data-region="en"] .product_feature.product3_feature .stable_cell>div:nth-child(1)>div>div>p span {
        margin-right: 0.4em;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(2) {
        margin-top: 15.83333vw;
        flex-wrap: wrap;
        background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0.00) 33%);
        width: 100%;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(2)>div {
        width: 100%;
        padding-top: 12.77777vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(2)>img {
        width: 83.33333vw;
        margin: auto;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(2)>div>h3 {
        width: 83.33333vw;
        margin: auto;
        font-size: 7.77777vw;
        text-align: left;
        /* display: block; */
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(2)>div>p {
        width: 83.33333vw;
        margin: auto;
        margin-top: 4.44444vw;
        font-size: 3.88888vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(2)>img {
        margin-top: 9.44444vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(3) {
        margin-top: 11.94444vw;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 91.11111vw;
        padding: 2vw 0;
        background-color: #fff;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(3)>img {
        width: 41.66666vw;
        margin-top: 9.16666vw;
        margin-right: 0;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(3)>div {
        width: 100%;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(3)>div>h3 {
        width: 83.33333vw;
        margin: auto;
        font-size: 7.77777vw;
        text-align: left;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(3)>div>p {
        width: 83.33333vw;
        margin: auto;
        margin-top: 4.44444vw;
        font-size: 3.88888vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(4) {
        margin-top: 11.94444vw;
        flex-wrap: wrap;
        width: 91.11111vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(4)>img {
        width: 100%;
        margin-top: 9.16666vw;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(4)>div {
        width: 100%;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(4)>div>h3 {
        width: 83.33333vw;
        margin: auto;
        font-size: 7.77777vw;
        text-align: left;
    }

    .product_feature.product3_feature .stable_cell>div:nth-child(4)>div>p {
        width: 83.33333vw;
        margin: auto;
        margin-top: 4.44444vw;
        font-size: 3.88888vw;
    }

    .product_feature.product3_feature .new_bettery {
        padding: 13.33333vw 0 26.66666vw;
        margin-top: 13.33333vw;
    }

    .product_feature.product3_feature .new_bettery .inner {
        width: 86.66666vw;
    }

    .product_feature.product3_feature .new_bettery .inner>h2 {
        font-size: 7.77777vw;
        text-align: left;
    }

    html[data-region="en"] .product_feature.product3_feature .new_bettery .inner>h2 {
        font-size: 6.66666vw;
    }

    .product_feature.product3_feature .new_bettery .inner>p {
        font-size: 3.88888vw;
        line-height: 1.4;
        margin-top: 4.44444vw;
        text-align: left;
    }

    .product_feature.product3_feature .new_bettery .inner>img {
        width: 77.22222vw;
        margin: auto;
        margin-top: 16.66666vw;
    }

    .product_feature.product3_feature .product_info.product_info_sec5 .img_content {
        top: 13.88888vw;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
        background-image: none;
        padding-left: 0;
        padding-top: 0;
    }

    .product_feature.product3_feature .product_info.product_info_sec6 .img_content>div {
        width: 100%;
        border-radius: 3.88888vw;
    }



    .product_feature .product_info.product_info_sec6 .img_content>div:hover {
        box-shadow: 0.27777vw 4.72222vw 5.55555vw -3.61111vw rgba(0, 0, 0, 0.12);
    }

    html[data-region="cn"] .product_feature.product3_feature .product_info.product_info_sec6 .img_content>div {
        width: 100%;
        border-radius: 3.88888vw;
    }

    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(n+2) {
        margin-top: 3.33333vw;
    }

    .product_feature.product3_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(n+2) {
        margin-top: 3.33333vw;
    }

    .product_feature.product3_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(n+3) {
        width: 100%;
        border-radius: 1.83333vw;
        margin-top: 2.22222vw;
    }

    .product_feature .product_info.product_info_sec5 .img_content>img {
        display: none;
    }

    /* product2 mob-style end */

}

/* .global_header_wrapper .global_header_fixed {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#pageHeader{
    position: relative;
    left: 0;
    top: 1.625rem;
    width: 100%;
    z-index: 999;
}

@media screen and (max-width: 1280px){
    #pageHeader{
        top: 0;
    }
} */

.global_header_wrapper .global_header_fixed {
    position: relative;
}






/* 产品详情页字体 */


#product_feature *{
    box-sizing: border-box;
}
#product_feature img{
    display: block;
    width: 100%;
}



.blur-up.lazyloaded {
    filter: blur(0);
}

.blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
p{
    line-height: 1.25;
}
sup{
    font-size: 0.6em;
}
.product_feature .product_banner .product_content .product_content_function{
    display: none;
}
.product_feature.product1_feature .product_info.product_info_sec1>h2{
    position: relative;
    line-height: 1.25;
}
/* .product_feature.product1_feature .product_info.product_info_sec1>h2::before{
    content: "";
    position: absolute;
    width: 6.25vw;
    height: 2px;
    top: 50%;
    left: 15vw;
    background-image: linear-gradient(to right, #f2f2f2, #989898);
} */
/* .product_feature.product1_feature .product_info.product_info_sec1>h2::after{
    content: "";
    position: absolute;
    width: 6.25vw;
    height: 2px;
    top: 50%;
    right: 15vw;
    background-image: linear-gradient(to left, #f2f2f2, #989898);
} */
.product_feature.product1_feature .product_info.product_info_sec1{
    margin-bottom: 0;
}

.product_info.product_info_sec1 .inner video{
    margin-top: 2.916666vw;
    display: block;
}
.main .product_feature.product1_feature .product_info.product_info_sec1{
    margin-bottom: 0;
}

/* 间距 */
.product_feature .product_banner .product_content p.product_content_model:nth-of-type(1){
    margin-top: 1.25vw;
}
.product_feature .product_banner .product_content p.product_content_model{
    margin-top: .8333333vw;
}


.product_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(2){
    margin-top: .760417vw;
    line-height: 1.5;
}
.product_feature .product_info.product_info_sec4 .tecnology_content_box{
    margin-top: 2.9166666vw;
}
.product_feature .product_info.product_info_sec4 .tecnology_content_box>div>p{
    line-height: 1.5;
    margin-top: .8333333vw;
    font-size: 1.041667vw;
}
.product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-of-type(n+5){
    margin-top: .833333vw;
}
.product_feature .product_info.product_info_sec4{
    margin-top: 6.25vw;
}
.product_feature .product_info{
    margin-top: 6.25vw;
}
.product_feature .product_info.product_info_sec5 .img_content>h3{
    line-height: 1.25;
}
.product_feature .product_info.product_info_sec5 .img_content>p{
    margin-top: 1.25vw;
}
.product_feature .product_info.product_info_sec6{
    margin-top: 6.25vw;
}
.product_feature .product_info.product_info_sec6 .img_content{
    margin-top: 2.9166666vw;
}
.product_feature .product_info.product_info_sec6 .img_content .product_item>p{
    margin-top: .625vw;
}
.product_feature .product_mark{
    margin-top: 4.166666vw;
    margin-bottom: 3.33333vw;
}
.product_feature .product_info>h2{
    line-height: 1.196;
}




/* add sell_point */
.product_introduction img{
    display: block;
}
.product_introduction .sec1_sell_point {
    position: relative;
    width: 62.5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 6.25vw;
    margin-top: 3.333333vw;
}

.product_introduction picture {
    font-size: 0;
}

.product_introduction img {
    width: 100%;
}

.product_introduction .sec1_icon{
    box-sizing: border-box;
    width: 2.441976vw;
    height: 2.441976vw;
}
.product_introduction .sec1_sell_point img {
    transition: all 2s;
}

.product_introduction .sec1_sell_point .sec1_box_position {
    position: relative;
    overflow: hidden;
    border-radius: 1.25vw;
    cursor: pointer;
}

.product_introduction .sec1_sell_point>h2 {
    width: 62.5vw;
    font-size: 2.91666vw;
    line-height: 3.645833vw;
    letter-spacing: 0px;
    margin-top: 6.25vw;
    text-align: center;
}

.product_introduction .sec1_sell_point .sec1_box1 {
    width: 35.9375vw;
}

.product_introduction .sec1_sell_point .sec1_box2 {
    width: 25.3125vw;
    height: fit-content;
}

.product_introduction .sec1_sell_point .sec1_box3 {
    margin-top: 1.25vw;
    width: 25.3125vw;
}

.product_introduction .sec1_sell_point .sec1_box4 {
    margin-top: 1.25vw;
    width: 35.9375vw;
}

.product_introduction .sec1_sell_point .sec1_box5 {
    width: 35.9375vw;
    margin-top: 1.25vw;
}
    
.product_introduction .sec1_sell_point .sec1_box6 {
    width: 25.3125vw;
    margin-top: 1.25vw;
}

.product_introduction .sec1_sell_point .sec1_circle {
    position: absolute;
    right: 1.666666vw;
    bottom: 1.66666vw;
    /* bottom: 2.994792vw; */
    border-radius: 50%;
    background-color: #FFFFFF;
    z-index: 2;
}

.product_introduction .sec1_sell_point .sell_text_position {
    position: absolute;
    left: 1.66666vw;
    bottom: 1.66666vw;
    z-index: 2;
    overflow: hidden;
    transition: all 1s;
    width: 20.802083vw;
}
.new_product_info_text p:nth-of-type(2) {
    font-size: 1.3541666vw;
    width: 25vw;
}
.new_product_info_text b {
    display: inline-block;
    width: fit-content;
    font-size: 3.125vw;
    letter-spacing: 0;
    background-image: linear-gradient(to left, #0077E9 0%, #4CE58F 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 2.5vw;
    font-weight: 900;
    line-height: 1.5;
}
.product_introduction .sec1_sell_point .sec1_circle .sec1_icon_can_out {
    width: 2.4479166vw;
    height: 2.4479166vw;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.product_introduction .sec1_sell_point .sec1_circle .sec1_icon_can {
    transition: all .5s;
    position: absolute;
    bottom: 0;
}

.product_introduction .sec1_sell_point .sec1_box_shadow {
    position: absolute;
    width: 100%;
    height: 7.291667vw;
    bottom: 0;
    /* opacity: 0.6; */
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000000 100%);
    border-radius: 0 0 1.458333vw 1.458333vw;
}

/* add hover */
.product_introduction .sec1_sell_point h4 {
    color: #FFFFFF;
    font-size: 1.666667vw;
    letter-spacing: 0px;
    line-height: 1.5;
}

.product_introduction .sec1_sell_point p {
    margin-top: 1.041667vw;
    color: #FFFFFF;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    height: 0;
    opacity: 0;
    transition: all .5s;
}
.product_introduction .sec1_sell_point p span{
    line-height: 1.25;
}
.product_introduction .sec1_box1 p {
    width: 30.833333vw;
}

.product_introduction .sec1_box3 p {
    width: 30.833333vw;
}

.product_introduction .sec1_box2 p {
    width: 16.66666vw;
}

.product_introduction .sec1_box4 p {
    width: 16.66666vw;
}

.product_introduction .sec1_box5 p {
    width: 23.9583333vw;
}

.product_introduction .sec1_box6 p {
    width: 23.9583333vw;
}
.product_introduction .sec1_sell_point .sec1_box_position:hover .sec1_icon_can{
    bottom: -2.44197766vw;
}
.product_introduction .sec1_sell_point .sec1_box_position:hover p{
    opacity: 0.8;
}

/* 隐藏旧版product_info */
.product_feature.product1_feature .product_info .product_info_box{
    display: none;
}
.new_product_info_box ul li{
    position: relative;
}
.new_product_info_box ul li:nth-child(n+2){
    margin-top: -1px;
}

.new_product_info_text{
    width: 25.416667vw;
    position: absolute;
    color: #FFFFFF;
}
li:nth-of-type(1) .new_product_info_text{
    width: 30.416667vw;
    top: 3.03125vw;
    left: 18.697917vw;
}
li:nth-of-type(2) .new_product_info_text{
    width: 35vw;
    top: 10.4375vw;
    left: 59.21875vw;
}
li:nth-of-type(3) .new_product_info_text{
    top: 5.3645833vw;
    left: 18.75vw;
}
li:nth-of-type(4) .new_product_info_text{
    width: 29.635417vw;
    top: 11.302083vw;
    left: 55.9375vw;
}
li:nth-of-type(5) .new_product_info_text{
    top: 3.645833vw;
    left: 18.75vw;
}
.new_product_info_text h2{
    font-weight: 700;
    font-size : 2.916667vw ;
    letter-spacing : 0 ;
    line-height : 1.25 ; 
    margin-bottom: 1.25vw;   
}
.new_product_info_text p{
    line-height: 1.25;
    font-weight: 400;
}
.new_product_info_text p:nth-of-type(1){
    font-size: 1.25vw;
    letter-spacing : 1.8px;
}
li:nth-of-type(3) .new_product_info_text p:nth-of-type(1) {
    letter-spacing : 0px;
}
.new_product_info_text h3{
    width: fit-content;
    font-size : 3.125vw ;
    letter-spacing : 0 ;
    background-image: linear-gradient(to left,#0077E9 0%,#4CE58F 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 3.28125vw;
    font-weight: 700;
    line-height: 1.2;
}   
.new_product_info_text p:nth-of-type(2){
    font-size : 1.3541666vw ;
    letter-spacing : 0 ;
    text-indent: .260417vw;
    margin-top: .572917vw;
}
li:nth-of-type(5) .new_product_info_text p:nth-of-type(2){
    margin-top: .677083vw;
}
.new_product_info_text .li2_logo{
    width: 13.33333vw;
    margin-top: 6.072916vw;
}
.product_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(1){
    align-items: end;
}



.product_feature .product_info>p{
    margin-top: 1.875vw;
    /* letter-spacing: normal; */
}
.product_feature .product_info .img_content_box{
    margin-top: 1.145833vw;
}

.product_feature .product_banner .product_content>h2{
    line-height: 1.25;

}
.product_feature .product_banner .product_content .product_content_model{
    line-height: 1.25 !important;
}
.product_feature.product1_feature .product_info>p, .product_feature.product2_feature .product_info>p{
    font-size: 1.25vw;
    line-height: 1.5;
}
.product_feature.product1_feature .product_info.product_info_sec5 .img_content>p, .product_feature.product2_feature .product_info.product_info_sec5 .img_content>p{
    /* font-size: 1.04166666vw; */
    font-size: 1.25vw;
    line-height: 1.5;
}
html[data-region="cn"] .product_feature .product_info.product_info_sec6 .img_content .product_item>a{
    font-size: 16px;
    padding: 11px 24px;
    border-radius: 28.8px
    /* border-radius: ; */
}
.product_feature .product_info.product_info_sec6 .img_content .product_item>p{
    font-size: .83333333vw;
    line-height: 1.5;
}
.product_feature .product_info.product_info_sec6>h3{
    line-height: 1.25;
}
.no-wrap1{
    white-space: nowrap;
}
.product_feature.product1_feature .product_info.product_info_sec1{
    margin-top: -2.15250333vw;
    /* margin-top: 5.208333vw; */
}
.product_feature .product_info.product_info_sec4 .tecnology_content_box>div{
    width: 20.2777777vw;
}
.product_feature .product_info.product_info_sec6 .img_content>div{
    width: 20vw;
}
.product_feature .product_info.product_info_sec4 .tecnology_content_box>div>h3{
    line-height: 1.25;
}
html[data-region="cn"] .product_feature .product_info.product_info_sec6 .img_content .product_item>h3{
    line-height: 1.25;
}
.flex_box{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}
.product_feature .product_mark>p{
    line-height: 1.5;
}
.product_feature .product_info p.word_no_wrap{
    white-space: wrap;
}
.product_feature.product1_feature .product_info.product_info_sec2{
    margin-top: unset;
}

.product_feature .product_info.product_info_sec2 .img_content_box .img_content>span {
    font-size: 1.28437vw;
    color: #ffffff;
    letter-spacing: 0;
}
@media screen and (max-aspect-ratio:11/10){
    #mb_hide{
        display: none;
    }
    .product_feature.product1_feature .product_banner .product_content p.product_content_model{
        display: block;
    }
    .product_feature .product_banner .product_content p.product_content_model:nth-of-type(1){
        margin-top: 4.44444vw;
        line-height: 8.055555vw;
        font-size: 3.8888888vw;
    }
    .product_feature .product_banner .product_content p.product_content_model:nth-of-type(2){
        margin-top: 0;
        line-height: 8.055555vw;
        font-size: 3.8888888vw;
    }
    /* .product_feature.product1_feature .product_info.product_info_sec1>h2::before{
        width: 17.5vw;
        top: 50%;
        left: 0;
    }
    .product_feature.product1_feature .product_info.product_info_sec1>h2::after{
        width: 17.5vw;
        top: 50%;
        right: 0;
    } */
    .product_info_sec1 .inner video{
        margin-top: 8.888888vw;
    }
    .product_introduction .sec1_sell_point{
        display: none;
    }
    .new_product_info_text{
        width: 86.66666vw;
    }
 
    li:nth-of-type(1) .new_product_info_text{
        width: 86.666667vw;
        top: 8.8888888vw;
        left: 6.666666vw;
    }
    li:nth-of-type(2) .new_product_info_text{
        width: 86.666667vw;
        top: 8.8888888vw;
        left: 6.666666vw;
    }
    li:nth-of-type(3) .new_product_info_text{
        top: 8.8888888vw;
        left: 6.666666vw;
    }
    li:nth-of-type(4) .new_product_info_text{
        width: 86.666667vw;
        top: 8.8888888vw;
        left: 6.666666vw;
    }
    li:nth-of-type(5) .new_product_info_text{
        top: 8.8888888vw;
        left: 6.666666vw;
    }
    .new_product_info_text h2{
        font-weight: 600;
        line-height: 1.21;
        font-size: 6.666666vw;
        margin-bottom: 6.666667vw;
    }
    li:nth-of-type(3) .new_product_info_text h2 {
        font-weight: 700;
    }
    .new_product_info_text p{
        line-height: 1.214;
    }
    .new_product_info_text p:nth-of-type(1){
        font-size: 3.888888vw;
        letter-spacing: 0;
    }
    li:nth-of-type(2) .new_product_info_text p:nth-of-type(1) {
        width: 87.222222vw;
    }
    .new_product_info_text h3{
        line-height: 1.214;
        font-size: 7.777777vw;
        margin-top: 9.166667vw;
    }
    .new_product_info_text p:nth-of-type(2){
        margin-top: 1.666667vw;
        font-size: 3.333333vw;
    }
    li:nth-of-type(5) .new_product_info_text p:nth-of-type(2) {
        margin-top: 1.944444vw;
    }
    .new_product_info_text .li2_logo{
        width: 23.61111vw;
        margin-top: 14.555555vw;
    }
    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>span.number_add{
        font-size: 22.222222vw;
    }
    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div>img{
        width: 9.7222222vw;
        height: fit-content;
    }
    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>div:nth-of-type(2){
        font-size: 2.777777vw;
        margin-top: 4.44444vw;
        line-height: 1.5;
    }
    .product_feature .product_info.product_info_sec2 .img_content_box .img_content>span {
        font-size: 2.777777vw;
    }
    .product_feature .product_info.product_info_sec2 .img_content_box .img_content{
        top: 8.8888888vw;
        left: 6.666666vw;
    }

    /* modify */
    .product_feature.product1_feature .product_banner .product_banner_img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 11.66666vw;
        width: 67.22222vw;
    }
    .product_feature.product1_feature .product_banner .product_content {
        position: static;
        text-align: center;
    }
    .product_feature .product_banner .product_content>h2 {
        font-size: 6.66666vw;
        padding: 0 6.666666vw;
    }
    .product_feature.product1_feature .product_info.product_info_sec1>h2 {
        background: none;
        margin-top: 8.888888vw;
        font-size: 6.666666vw;
        width: 86.6666666vw;
    }
    .main .product_feature.product1_feature .product_info.product_info_sec1{
        margin-bottom: 13.33333vw;
    }
    .product_info_sec1 .inner.video_play {
        width: 86.66666vw;
    }
    .product_feature .product_info>h2 {
        width: 86.66666vw;
        font-size: 7.777778vw;
    }
    .product_feature .product_info>h2{
        font-size: 7.777778vw;
        width: 86.6666666vw;
        line-height: 1.25;
        font-weight: 600;
    }
    .product_feature.product1_feature .product_info>p, .product_feature.product2_feature .product_info>p{
        font-size: 3.888888vw;
        width: 86.666666vw;
        margin-top: 5vw;
    }

    /* 网格 */
    .product_feature .product_info.product_info_sec4>h2 {
        display: none;
    }
    .product_feature .product_info.product_info_sec4 {
        width: 86.66666vw;
        margin-top: 13.33333vw;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-child(1) {
        padding: 15.27777vw 9.16666vw 0;
        background-color: #fff;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-child(1) span {
        display: block;
        width: 50%;
        height: 2px;
        background-color: #CF0505;
        margin-top: 2.77777vw;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div>div {
        width: 7.5vw;
        height: 9.16666vw;
    }
    .product_feature.product1_feature .product_info.product_info_sec4 .tecnology_content_box>div {
        padding: 11.11111vw 4.44444vw 6.94444vw;
        border-radius: 1.855555vw;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div>h3 {
        margin-top: 3.333333vw;
        font-size: 3.333333vw;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div>p {
        margin-top: 2.222222vw;
        font-size: 2.777778vw;
        opacity: 0.6;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-of-type(n+3) {
        margin-top: 2.22222vw;
        border-radius: 1.85555vw;
    }
    .product_feature .product_info {
        margin-top: 13.33333vw;
    }
    .product_feature .product_info .img_content_box{
        margin-top: 8.888888vw;
    }
    .product_feature .product_info.product_info_sec5 .img_content {
        top: 8.888888vw;
        left: 8.33333vw;
    }
    .product_feature .product_info.product_info_sec5 .img_content>h3 {
        font-size: 6.66666vw;
    }
    .product_feature.product1_feature .product_info.product_info_sec5 .img_content>p, .product_feature.product2_feature .product_info.product_info_sec5 .img_content>p {
        font-size: 3.88888vw;
        margin-top: 4.444444vw;
    }
    .product_feature .product_info.product_info_sec6 {
        width: 91.11111vw;
        padding: 0;
        margin-top: 13.33333vw;
    }
    .product_feature .product_info.product_info_sec6>h3 {
        width: 86.66666vw;
        margin: auto;
        text-align: center;
        font-size: 6.666666vw;
    }
    .product_feature .product_info.product_info_sec6 .img_content {
        margin-top: 8.88888vw;
        flex-wrap: wrap;
    }
    .product_feature .product_info.product_info_sec6 .img_content>div {
        padding: 5vw 4.44444vw 9.16666vw;
        width: 100%;
        border-radius: 3.88888vw;
    }
    .product_feature .product_info.product_info_sec6 .img_content .product_item>img {
        width: 63.05555vw;
        margin: auto;
    }
    html[data-region="cn"] .product_feature .product_info.product_info_sec6 .img_content .product_item>h3 {
        font-size: 6.66666vw;
    }
    .product_feature .product_info.product_info_sec6 .img_content .product_item>p {
        font-size: 2.777777vw;
        margin-top: 2.222222vw;
    }
    html[data-region="cn"] .product_feature .product_info.product_info_sec6 .img_content .product_item>a {
        padding: 9px 16px;
        border-radius: 60px;
        margin-top: 5vw;
        font-size: 12px;
    }
    .product_feature .product_mark {
        margin-top: 13.333333vw;
    }
    .product_feature .product_mark>p {
        padding: 0 6.66666vw;
        line-height: 1.5;
        opacity: 0.6;
        font-size: 2.77777vw;
    }
    .product_feature .product_info p.word_no_wrap{
        white-space: unset;
    }
    .product_feature .show_mob{
        display: block;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-child(1) h2 {
        /* margin-top: 8vw; */
        /* font-size: 5.83333vw; */
        font-size: 6.666666vw;
        text-align: left;
        line-height: 1.25;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div {
        width: 48.78%;
    }
    .product_feature .product_info.product_info_sec5 .img_content>p{
        width: 67.77777vw;
    }
    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(n+2) {
        margin-top: 3.33333vw;
    }
    .product_feature .product_info.product_info_sec6 .img_content>div:nth-of-type(n+2) {
        margin-top: 3.33333vw;
    }
    .product_feature .product_info.product_info_sec4 .tecnology_content_box>div:nth-child(1) {
        padding: 15.27777vw 7.16666vw 0;
        background-color: #fff;
    }
    .new_product_info_box ul li:nth-child(n+2){
        margin-top: -3px;
    }
    .product_feature.product1_feature .product_info>p, .product_feature.product2_feature .product_info>p{
        line-height: 1.5;
    }



}

/* @media screen and (min-width: 1279px) and (max-width: 1441px){
    .product_feature .product_info>p{
        width: 70vw;
        margin-left: 18.75vw;
    }
} */








.uc-img {
        display: none !important;
    }

    .uc-img.active {
        display: block !important;
        position: static !important;
        width: 100% !important;
        margin: auto !important;
        margin-top: 4.16666vw !important;
        transform: none !important;
    }


    .product_info_sec1 {
    width: 100%;
    position: relative;
}

.product_info_sec1 .inner {
    width: 62.5vw;
    margin: auto;
    position: relative;
}

.product_info_sec1 .inner>h1 {
    /* font-family: harmonyos_sans_sc_bold; */
    font-weight: 700;
    font-size: 3.125vw;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.3;
}

.product_info_sec1 .inner>h1>span {
    display: inline-block;
    font-size: 3.125vw;
    background-image: linear-gradient(to right, #4887bd, #06c1ac, #24857c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product_info_sec1 .inner>h2 {
    /* font-family: harmonyos_sans_sc_bold; */
    font-weight: 700;
    font-size: 3.125vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.2;
}

.product_info_sec1 .inner>h3 {
    /* font-family: harmonyos_sans_sc_bold; */
    font-weight: 700;
    font-size: 1.66666vw;
    color: #000000;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 0.52083vw;
}

.product_info_sec1 .inner>p {
    /* font-family: harmonyos_sans_sc; */
    font-size: 1.04166vw;
    color: #000000;
    letter-spacing: 1.5px;
    margin-top: 1.35416vw;
    transform: translatey(60px);
    opacity: 0;
    transition: all 1.5s;
}

.product_info_sec1 .inner>p {
    transform: translatey(0);
    opacity: 1;
    transition: all 1.5s;
}

.product_info_sec1 .inner video {
    width: 100%;
    margin-top: 4.16666vw;
    border-radius: 1vw;
}

.product_feature .product_info.product_info_sec1 .inner .hero_video img.hero_video_btn {
                position: absolute;
                top: 54.16666%;
                left: 50%;
                width: 8vw;
                transform: translate(-50%, -50%);
                cursor: pointer;
                display: none;
            }
.product_feature.product1_feature .product_info.product_info_sec1{
        margin-bottom: 7vw;

    }
.product_feature.product1_feature .product_info .video_box{
margin-top:0;
}

@media screen and (max-width: 768px) {

    .uc-img.active {
        display: block !important;
        position: static !important;
        width: 100% !important;
        margin: auto !important;
        margin-top: 13.33333vw !important;
        transform: none !important;
    }
  
    .product_info_sec1 .inner {
        width: 86.66666vw;
    }

    .product_info_sec1 .inner>h1 {
        margin-top: 16.66666vw;
        font-size: 7.77777vw;
    }

    .product_info_sec1 .inner>h1>span {
        font-size: 7.77777vw;
    }

    .product_info_sec1 .inner video {
        margin-top: 13.33333vw;
    }

    .product_info_sec1 .inner>h2 {
        font-size: 7.77777vw;
        line-height: 1.3;
        color: rgba(0, 0, 0, 0.8);
    }

    .product_info_sec1 .inner>h3 {
        font-size: 5vw;
        color: #333333;
        margin-top: 0.55555vw;
        line-height: 1.5;
    }

    .product_info_sec1 .inner>p {
        margin-top: 5vw;
        font-size: 3.88888vw;
        color: rgba(0, 0, 0, 0.80);
        letter-spacing: 1px;
    }

.product_feature .product_info.product_info_sec1 .inner .hero_video img.hero_video_btn {
                width: 15vw;
                top: 63.33333%;
                z-index: 1;
            }
.product_feature.product1_feature .product_info .video_box{
margin-top:0;
}
.product_feature.product1_feature .product_info.product_info_sec1>h2{
background:none
}
}
@media screen and (max-width: 768px) {
    .product_nav>div>div {
        top: calc(9.99999vw - 2px);
    }
}
















@media screen and (max-aspect-ratio:11/10){
    .product_feature{
          margin-top: 0;
       }
}


















.hidden-mob {
    display: block;
}
@media screen and (max-aspect-ratio:11/10){
    .product_banner{
          margin-bottom: 13.333333vw;
       }
    .hidden-mob {
        display: none;
    }
}
#product_feature .new_product_info_icon {
    margin-top: 6.770833vw;
    width: 13.333333vw;
    border-radius: .416667vw;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: row;
    padding: .3875vw .663021vw .413021vw .688542vw;
    justify-content: space-between;
    
}
#product_feature .new_product_info_icon img {
    width: 4.8vw;
    display: block;
    margin-top: .084375vw;
}
#product_feature .new_product_info_icon span {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 1.09375vw;
    letter-spacing: 0;
    line-height: 1.2;
}
@media screen and (max-aspect-ratio:11/10){
    #product_feature .new_product_info_icon {
        margin-top: 16.388889vw;
        width: 23.611111vw;
        border-radius: .741667vw;
        padding: .688889vw .966667vw .733333vw 1.219444vw;
    }
    #product_feature .new_product_info_icon img {
        width: 8.5vw;
        margin-top: .54px;
    }
    #product_feature .new_product_info_icon span {
        font-size: 1.944444vw;
        /* line-height: 1.14; */
        padding-top: .305556vw;
    }
    .product_feature .product_content .fusionsolar-logo {
        width: 36.94444vw !important;
        margin: 0 auto;
        margin-bottom: 2.222222vw;
    }
    .new_product_info_text p:nth-of-type(2) {
        font-size: 3.333333vw;
        width: unset;
    }
    .new_product_info_text b {
        line-height: 1.5;
        font-size: 4.777777vw;
        margin-top: 0.666666vw;
    }
}