/* 公共 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: "HarmonyOS_Sans", "Microsoft YaHei", Arial, Helvetica, sans-serif;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* body {
	line-height: 1;
} */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	color: inherit;
}


/* pc */
.fusionsolar-container {
    width: 100%;
}
.fusionsolar-title {
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
    font-size: 2.916667vw;
    line-height: 1.5;
    letter-spacing: 0;
}
.fusionsolar-section {
    padding-top: 7.8125vw;
    background-color: black;
    margin-top: -1px;
}
.mob-show {
    display: none;
}
.fusionsolar-container video {
    display: block;
    width: 100%;
}

.fusionsolar-kv-nav-mob {
    display: none;
}
/* kv */
.fusionsolar-kv {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    height: calc(100vh - 105px);
    /* top: 105px; */
}
.fusionsolar-kv-img{
    width: 100%;
    height: calc(100vh - 105px);
}
.fusionsolar-kv-bg{
    display: block;
    width: 100%;
    /* position: sticky; */
    /* top: 105px; */
}


.fusionsolar-kv-h2 {
    display: none;
    position: fixed;
    top: calc(50% + 52.5px);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
    font-size: 2.916667vw;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: rgb(255, 255, 255);
    z-index: 1;
}
.fusionsolar-kv-nav {
    height: 16.2vh;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: end;
    padding-bottom: 1.71875vw;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.fusionsolar-kv-nav-title {
    display: none;
    position: absolute;
    left: 2.604167vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: fit-content;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-kv-nav-content {
    /* width: 22.708333vw; */
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    /* justify-content: space-between; */
}
.fusionsolar-kv-nav-content .kv-nav-p {
    width: fit-content;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    opacity: 60%;
    padding-left: 3.125vw;
}
.fusionsolar-kv-nav-content .kv-nav-p:first-child {
    padding-left: 0;
}
.fusionsolar-kv-nav-content .active {
    opacity: 1;
}
video.fusionsolar-kv-video {
    position: absolute;
    width: 100%;
    height: calc(100vh - 105px);
    object-fit: cover;
    /* position: fixed; */
    /* top: 105px; */
    top: 0;
    display: block;
    opacity: 1;
    transform: scale(0)
    /* transform: scale(0) translateY(-55%); */
}
.fusionsolar-kv-videoPlay {
    /* width: 6.5625vw; */
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 83%;
    z-index: 100;
    border-radius: 5.208333vw;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding: .286458vw 0;
    padding-left: .9375vw;
    padding-right: .338542vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.fusionsolar-kv-videoPlay:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.fusionsolar-kv-videoPlay img {
    width: 1.354167vw;
    height: 1.354167vw;
    display: block;
    margin-left: .598958vw;
}





/* 修改二级导航 */
.lang-list {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-100%, -1vw);
    z-index: 9;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s;
}

.lang-list-active {
    transform: translate(-100%, -0.3vw) !important;
    top: 0.5vw;
    bottom: auto;
}

.lang-list-action {

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .15);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.lang-list ul {
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    width: 7.291667vw;
    padding: .677083vw 0 .677083vw 1.149479vw !important;
    list-style: none;
    list-style-image: none;
    margin: 0;
}

.lang-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: .677083vw;
    font-weight: 500;
    line-height: .833333vw;
}

.lang-list li .active {
    display: flex;
    flex-direction: column;

}

.lang-list .lang-other {
    display: none;
}

.lang-list li div a {
    display: flex;
    align-items: center;
    padding-bottom: .5vw;
}

.lang-list li img {
    position: relative;
    width: 1.041667vw;
    height: 1.041667vw;
    margin: 0 .416667vw 0 0;
}

.lang-list li span {
    flex-shrink: 0;
}

/* kv end */
/* s2 */
.fusionsolar-container .fusionsolar-s2 {
    width: 100%;
    padding: 7.604167vw 0 9.84375vw 0;
    background-image: url(/-/media/SolarV4/solar-version2/asia-pacific/cn/community/huawei-fusionsolar-creators-cup/img/s2-bg-pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.fusionsolar-s2-title {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(201, 203, 210));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.666667vw;
}
.fusionsolar-s2-text {
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.25;
    letter-spacing: 0;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(201, 203, 210));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fusionsolar-s2-mainText {
    width: 55.78125vw;
    margin: 0 auto;
    text-align: center;
    margin-top: 2.916667vw;
    margin-bottom: 6.25vw;
}
.fusionsolar-s2-mainText ul > li {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5;
    letter-spacing: 0px;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(201, 203, 210));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fusionsolar-s2-mainText ul > li.fusionsolar-s2-li {
    background-image: linear-gradient(to right, rgb(232, 130, 0), rgb(232, 130, 0));
}
.fusionsolar-s2-mainText ul > li.fusionsolar-s2-space {
    width: 100%;
}

.fusionsolar-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fusionsolar-title .fusionsolar-title-left-icon {
    width: 1.927083vw;
    height: 2.864583vw;
    margin-right: .78125vw;
}
.fusionsolar-title .fusionsolar-title-right-icon {
    width: 1.927083vw;
    height: 2.864583vw;
    margin-left: .78125vw;
}
.fusionsolar-title h2 {
    font-weight: 700;
    font-size: 2.916667vw;
    line-height: 1.5;
    letter-spacing: 0;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(153, 153, 153));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fusionsolar-s2-content {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 4.583333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fusionsolar-s2-item {
    width: 15.104167vw;
    padding: 1.302083vw 0 2.291667vw 0;
    text-align: center;
    border-radius: .520833vw;
    /* background-image: linear-gradient(to bottom, rgb(17, 17, 17) 65%, rgb(86, 86, 86) 100%); */
    background-image: url(/-/media/SolarV4/solar-version2/asia-pacific/cn/community/huawei-fusionsolar-creators-cup/img/s2-item-bg.png);
    background-size: cover;
}
.fusionsolar-s2-item-text {
    opacity: 40%;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: .9375vw;
    line-height: 1.5;
    letter-spacing: 0px;
}
.fusionsolar-s2-item-time {
    margin-top: .15625vw;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.25;
    letter-spacing: 0px;
    color: rgb(232, 130, 0);
}
.fusionsolar-s2-item-line {
    width: 13.125vw;
    margin: 0 auto;
    margin-top: 1.330729vw;
    height: 1.11px;
    background-color: rgb(255, 255, 255);
    opacity: 15%;
}
.fusionsolar-s2-item-icon-1 {
    width: 6.40625vw;
    height: 6.40625vw;
    margin: 0 auto;
    margin-top: 2.471354vw;
    margin-bottom: 1.979167vw;
}
.fusionsolar-s2-item-icon-2 {
    width: 5.833333vw;
    height: 5.833333vw;
    margin: 0 auto;
    margin-top: 2.783854vw;
    margin-bottom: 2.239583vw;
}
.fusionsolar-s2-item-icon-3 {
    width: 6.302083vw;
    height: 6.302083vw;
    margin: 0 auto;
    margin-top: 2.523438vw;
    margin-bottom: 2.03125vw;
}
.fusionsolar-s2-item-icon-4 {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0 auto;
    margin-top: 2.627604vw;
    margin-bottom: 2.03125vw;
}
.fusionsolar-s2-item h3 {
    font-weight: 400;
    font-size: 1.666667vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(153, 153, 153));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* s2 end */
/* s3 */
.fusionsolar-s3 {
    background-image: url(/-/media/SolarV4/solar-version2/asia-pacific/cn/community/huawei-fusionsolar-creators-cup/img/s3-bg-pc.png);
    background-size: cover;
    padding-bottom: 8.333333vw;
}
.fusionsolar-s3-text {
    width: 51.302083vw;
    margin: 0 auto;
    margin-top: 1.822917vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.fusionsolar-s3-content {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 2.96875vw;
    border-radius: .520833vw;
    /* opacity: 21%; */
    padding: 1.979167vw ;
}
.fusionsolar-s3-item-title {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgb(232, 130, 0);
}
.fusionsolar-s3-item-title img {
    display: block;
    width: 2.604167vw;
    height: 2.604167vw;
    margin-right: 1.041667vw;
}
.fusionsolar-s3-item ul {
    margin-top: 1.458333vw;
}
.fusionsolar-s3-item-style {
    list-style: disc;
}
.fusionsolar-s3-item ul > li.fusionsolar-s3-item-text {
    opacity: 60%;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
    list-style: disc;
}
.fusionsolar-s3-item-marginTop {
    margin-top: 2.239583vw;
}
.fusionsolar-s3-inner-mob {
    display: none; 
}
.fusionsolar-s3-inner {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 4.53125vw;
}
.fusionsolar-s3-inner-title {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 2.34375vw;
}
.fusionsolar-s3-inner-title-item {
    width: 19.270833vw;
    text-align: center;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-s3-inner-video {
    width: 100%;
    margin-bottom: .9375vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.fusionsolar-s3-inner-video-item {
    width: 19.270833vw;
    border-radius: .416667vw;
    position: relative;
    overflow: hidden;
}
.fusionsolar-s3-inner-video-item:hover .fusionsolar-s3-inner-video-item-play {
    transform: scale(1.3);
}
.fusionsolar-s3-inner-video-item video {
    display: block;
    width: 100%;
    vertical-align: middle;
    height: 10.839844vw;
    overflow: hidden;
    object-fit: cover;
}
.fusionsolar-s3-inner-video-item-play {
    width: 2.470833vw;
    display: block;
    position: absolute;
    top: 8vw;
    left: .642187vw;
    transition: all .3s;
    cursor: pointer;
}
.fusionsolar-s3-inner-text {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: .885417vw;
    text-align: center;
    opacity: 60%;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0;
}
.fusionsolar-s3-inner-img {
    display: block;
    width: 100%;
    height: 10.839844vw;
    object-fit: cover;
}
.fusionsolar-s3 ul {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 2.916667vw;
}
li.fusionsolar-s3-note {
    opacity: 60%;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
    /* padding-left: 1.25vw; */
    list-style: disc;
    list-style-position: inside;
}
li.fusionsolar-s3-note:first-child {
    padding-left: 0;
    list-style: none;
}
/* s3 end */
/* 视频点击播放展示 */
.fusionsolar-container .solar-pop-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    display: none;
    z-index: 999;
}
.fusionsolar-container .solar-pop-video-content{
    position: absolute;
    top: calc(50% + 3.125vw);
    left: 50%;
    transform: translate(-50%,-50%);
    width: 62.5vw;
}
.fusionsolar-container .solar-pop-video-content .solar-pop-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 2vw;
    z-index: 99;
    cursor: pointer;
}
/* 视频点击播放展示 end */
/* s4 */
.fusionsolar-s4-text1 {
    width: 35.78125vw;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    margin-top: 1.40625vw;
}
.fusionsolar-s4-text2 {
    width: 27.083333vw;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    margin-top: 1.09375vw;
}
a.fusionsolar-s4-download {
    display: block;
    width: 16.666667vw;
    margin: 0 auto;
    margin-top: 1.09375vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.25;
    letter-spacing: 0px;
    color: rgb(41, 119, 255);
}
a.fusionsolar-s4-download img {
    width: 1.25vw;
    height: 1.25vw;
}
.fusionsolar-s4-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 21.041667vw;
    margin: 0 auto;
    margin-top: 2.916667vw;
}
.fusionsolar-s4-content a {
    display: block;
}
.fusionsolar-s4-a {
    width: 6.822917vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fusionsolar-s4-a img {
    display: block;
    width: 6.822917vw;
    height: 6.822917vw;
}
.fusionsolar-s4-a p {
    width: 12.552083vw;
    margin-top: .989583vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 60%;
    text-align: center;
    white-space: wrap;
    overflow: visible;
}
/* s4 end */
/* s5 */
.fusionsolar-s5 {
    overflow: hidden;
}
.fusionsolar-s5-text {
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    margin-top: 1.927083vw;
}
.fusionsolar-s5-content {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 5.104167vw;
}
.fusionsolar-swiper {
    overflow: visible;
}
.fusionsolar-s5-inner {
    width: 58.75vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.fusionsolar-s5-inner-left {
    width: 40.625vw;
    border-radius: .416667vw;
    position: relative;
}
.fusionsolar-s5-inner-left video {
    display: block;
    width: 100%;
    border-radius: .416667vw;
    height: 100%;
    object-fit: cover;
}
.video-s5-play {
    width: 3.645833vw;
    display: none;
    position: absolute;
    left: 1.458333vw;
    bottom: 1.40625vw;
    cursor: pointer;
}
.fusionsolar-s5-inner-right {
    width: 15.416667vw;
    margin-top: 1.354167vw;
}
.fusionsolar-s5-inner-text {
    width: 15.416667vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-s5-inner-note {
    width: 17.291667vw;
    margin-top: 1.458333vw;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 2.1875vw;
}
.fusionsolar-s5-inner-note div, .fusionsolar-s5-inner-note li {
    opacity: 60%;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-s5-inner-button {
    display: block;
    margin-bottom: .46875vw;
    width: 10.46875vw;
    height: 2.5vw;
    border-radius: 5.208333vw;
    border: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: .729167vw;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-s5-inner-button:hover {
    background-color: rgb(255, 255, 255);
    color: black;
}
.marginTop {
    margin-top: 1.09375vw;
}
.inner-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.fusionsolar-s5-inner-button img {
    display: block;
    width: 1.510417vw;
    margin-left: .755208vw;
    margin-right: .546875vw;
}
.fusionsolar-s5-inner-button img.inner-icon2 {
    width: 1.666667vw;
}
.fusionsolar-s5-inner-button img.inner-button-icon {
    display: block;
    width: .6vw;
    margin-right: .994792vw;
}
.fusionsolar-s5-inner-button-text {
    opacity: 60%;
    font-weight: 400;
    font-size: .729167vw;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-pagination {
    width: 100%;
    margin-bottom: 3.90625vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
}
.fusionsolar-pagination.swiper-pagination::after{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    opacity: 20%;
}
.fusionsolar-pagination .swiper-pagination-bullet{
    width: 12.5vw;
    height: auto;
    text-align: center;
    opacity: 30%;
    font-size: .833333vw;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: rgb(255, 255, 255);
    background: none;
    display: inline-block;
    border-radius: 0;
    padding: 0px 0 1.40625vw 0px;
    position: relative;
    margin: 0 !important;
    margin-bottom: 0 !important;
}
.fusionsolar-pagination .swiper-pagination-bullet p {
    font-size: 1.25vw;
}
.fusionsolar-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    color: rgb(255, 255, 255);
}
.fusionsolar-pagination .swiper-pagination-bullet-active::after{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
}
.fusionsolar-swiper .swiper-slide {
    opacity: 30%;
}
.fusionsolar-swiper .swiper-slide-active {
    opacity: 1;
}
/* s5 end */
/* s6 */
.fusionsolar-s6-prompt {
    opacity: 90%;
    color: rgb(255, 255, 255);
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 1.302083vw;
    margin-bottom: 4.6875vw;
}
.fusionsolar-s6-prompt a {
    color: rgb(41, 119, 255);
}
.fusionsolar-s6-content {
    width: 62.5vw;
    margin: 0 auto;
}
.fusionsolar-s6-item {
    width: 100%;
    margin-top: 1.5625vw;
    border-radius: .520833vw;
    background-image: url(/-/media/SolarV4/solar-version2/asia-pacific/cn/community/huawei-fusionsolar-creators-cup/img/s6-item-bg.png);
    background-size: cover;
    padding: 2.34375vw 1.5625vw 2.604167vw 2.604167vw;
    position: relative;
}
.fusionsolar-s6-item.fusionsolar-s6-item-bg {
    background-image: url(/-/media/SolarV4/solar-version2/asia-pacific/cn/community/huawei-fusionsolar-creators-cup/img/s6-item-bg-border.png);
}
.fusionsolar-s6-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
}
.s6-flex-reverse {
    flex-direction: row-reverse;
}
.fusionsolar-s6-item-left {
    width: 23.229167vw;
}
.fusionsolar-s6-item-left h3 {
    width: fit-content;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.25;
    letter-spacing: 0;
    background-image: linear-gradient(to right, rgb(178, 144, 89), rgb(199, 186, 164));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h3.h3-color {
    background-image: linear-gradient(to right, rgb(89, 111, 178), rgb(164, 199, 199));
}
.fusionsolar-s6-item-left p {
    margin-top: 1.041667vw;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-s6-prize {
    width: 7.36458vw;
    border-radius: 1.614583vw;
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    padding: .520833vw 0;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    margin-top: 3.072917vw;
}
ul.fusionsolar-s6-prizeTitle {
    margin-top: .833333vw;
    list-style: disc;
    list-style-position: inside;
}
ul.fusionsolar-s6-prizeTitle li {
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    list-style: disc;
    list-style-position: inside;
}
.fusionsolar-s6-prizePrompt {
    margin-top: .208333vw;
    opacity: 60%;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
}
.fusionsolar-s6-prizeText {
    width: 100%;
    margin-top: 1.041667vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-s6-item-right {
    width: 32.916667vw;
}
.s6-item-img1 {
    display: block;
    width: 19.427083vw;
    border-radius: 1.302083vw;
    margin-top: 2.083333vw;
    margin-left: 3.541667vw;
}
.s6-item-img2 {
    display: block;
    width: 25.885417vw;
    margin-top: 1.197917vw;
    margin-left: 4.635417vw;
}
.s6-item-img3 {
    display: block;
    width: 24.583333vw;
    margin-top: 5.989583vw;
    margin-right: 6.09375vw;
}
.s6-item-img4 {
    display: block;
    width: 30.15625vw;
    margin-top: 4.166667vw;
    margin-left: 3.333333vw;
}
.s6-icon-1 {
    position: absolute;
    top: 1px;
    right: 0;
    width: 3.4375vw;
}
.s6-icon-2 {
    position: absolute;
    top: 1px;
    left: 0;
    width: 3.4375vw;
}
.s6-icon-3 {
    position: absolute;
    top: 1px;
    right: 0;
    width: 3.4375vw;
}
.s6-icon {
    position: absolute;
    top: 5.208333vw;
    width: 3.4375vw;
    margin-top: 1px;
}
.s6-icon-right {
    right: 0;
}
.fusionsolar-s6-item-text div {
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-s6-item-text {
    position: absolute;
    bottom: 2.604167vw;
    left: 2.604167vw;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.2;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    width: fit-content;
    width: 23.229167vw;
    /* margin-top: 1.5625vw; */
}
.fusionsolar-s6-item-text-right {
    left: 37.8vw;
    margin-right: 1.5625vw;
}
.fusionsolar-s6-item-right-text-1 {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.25;
    background-image: linear-gradient(to right, rgb(178, 144, 89), rgb(199, 186, 164));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 15.729167vw;
}
.fusionsolar-s6-item-right-text-2 {
    font-weight: 400;
    font-size: 2.44375vw;
    line-height: 1.25;
    background-image: linear-gradient(to right, rgb(178, 144, 89), rgb(199, 186, 164));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: .677083vw;
    margin-left: 12.8125vw;
}
ul.fusionsolar-s6-item-text {
    list-style: disc;
    list-style-position: inside;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 1.041667vw;
}
ul.fusionsolar-s6-item-text li {
    opacity: 60%;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0;
}
.fusionsolar-s6-note {
    width: 57.65625vw;
    margin: 0 auto;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    margin-top: 1.302083vw;
}
/* s6 end */
/* s7 */
ul.fusionsolar-s7-text {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 5vw;
    list-style: disc;
    list-style-position: inside;
}
ul.fusionsolar-s7-text li {
    opacity: 60%;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: .78125vw;
}
ul.fusionsolar-s7-text li:last-child {
    margin-bottom: 0;
}
.fusionsolar-s7-line {
    width: 62.5vw;
    margin: 0 auto;
    height: 1px;
    background-color: rgb(255, 255, 255);
    opacity: 20%;
    margin-top: 8.984375vw;
}
/* s7 end */
/* s8 */
.fusionsolar-s8 {
    padding-bottom: 19.427083vw;
}
.fusionsolar-s8-text {
    margin-top: 1.5625vw;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.25;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}
.fusionsolar-s8-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 35.416667vw;
    margin: 0 auto;
    margin-top: 3.59375vw;
}
.fusionsolar-s8-content a {
    display: block;
}
.fusionsolar-s8-a {
    width: 6.822917vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fusionsolar-s8-a img {
    display: block;
    width: 6.822917vw;
    height: 6.822917vw;
}
.fusionsolar-s8-a p {
    margin-top: 1.197917vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 60%;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
}
/* s8 end */




@media screen and (max-aspect-ratio: 11/10) {
    /* mob */
    .fusionsolar-title {
        font-size: 6.666667vw;
    }
    .fusionsolar-section {
        padding-top: 13.333333vw;
    }
    .mob-show {
        display: block;
    }
    /* kv */
    .fusionsolar-kv {
        height: calc(100vh);
        /* top: 56px; */
    }
    .fusionsolar-kv-bg {
        display: block;
        width: 100%;
        position: sticky;
        top: 56px;
    }
    .fusionsolar-kv-img {
        height: calc(100vh - 56px);
        top: 56px;
    }
    .fusionsolar-kv-h2 {
        top: calc(50% + 28px);
        width: 58.055556vw;
        font-size: 6.666667vw;
    }
    .fusionsolar-kv-nav {
        height: 12.2vh;
        padding-bottom: 5.277778vw;
    }
    .fusionsolar-kv-nav-title {
        left: 0;
        font-size: 3.333333vw;
    }
    .fusionsolar-kv-nav-content {
        width: 83.333333vw;
        justify-content: space-between;
    }
    .fusionsolar-kv-nav-content .kv-nav-p {
        font-size: 3.333333vw;
    }
    video.fusionsolar-kv-video {
        display: none;
        height: calc(100vh - 56px);
        top: 56px;
        transform: scale(0) translateY(-35%);
    }
    .fusionsolar-kv-videoPlay {
        display: none;
    }


    /* 更改二级导航 */
    .fusionsolar-s2 {
        margin-top: -4px;
    }
    .fusionsolar-kv-nav {
        display: none;
    }
    .fusionsolar-kv-nav-mob {
        position: fixed;
        top: 56px;
        display: flex;
        justify-content: space-between;
        z-index: 998;
        width: 100%;
        background-color: rgb(255, 255, 255);
        background-image: none;
        align-items: center;
        color: black;
        padding: 0px 6.66667vw;
    }
    .fusionsolar-kv-nav-content-mob {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .fusionsolar-kv-nav-content_link {
        font-weight: 700;
        height: 13.3333vw;
        font-size: 3.33333vw;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .fusionsolar-kv-nav-content_link span {
        width: 3.33333vw;
        height: 3.33333vw;
        display: inline-block;
        vertical-align: middle;
        background: url("/admin/asset/v1/gray/view/90d761d5182042038e8ab59163d234f7.png") 0% 0% / 100% 100%;
        margin: auto 0px auto 0.416667vw;
        margin-left: 1.11111vw;
    }
    .fusionsolar-kv-nav-content_link span.textItem_arr_drop {
        transform: rotate(-180deg);
    }
    .fusionsolar-kv-nav-content-a {
        width: 36.1111vw;
        top: 10.2778vw;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 2.82px 8.47px 0px;
        border-radius: 1.11111vw;
        padding: 1.11111vw 2.22222vw;
        position: absolute;
        z-index: 1;
        display: none;
        background: rgb(255, 255, 255);
    }
    .fusionsolar-kv-nav-content-a .kv-nav-p {
        font-size: 3.33333vw;
        padding: 1.38889vw 1.11111vw;
        border-radius: 1.11111vw;
        display: block;
        line-height: 1.5;
    }
    .fusionsolar-kv-nav-content-a .kv-nav-p:not(:first-child), .lang-other div a:not(:first-child) {
        margin-top: 2.22222vw;
    }
    .fusionsolar-kv-nav-mob .lang-list {
        position: relative;
        display: flex;
        align-items: center;
        transform: none;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }
    .lang-list ul {
        border: none;
        width: auto;
        justify-content: flex-end;
        flex-direction: row;
    }
    .lang-list li:first-child {
        width: auto;
        height: 13.3333vw;
    }
    .lang-list li {
        color: #000;
        font-size: 3.33333vw;
        width: 27.8333vw;
        line-height: 1.5;
    }
    .lang-list li img {
        width: 3vw;
        height: 3vw;
        margin: 0 1vw 0 0;
    }
    .lang-other {
        top: 10.2778vw;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 2.82px 8.47px 0px;
        border-radius: 1.11111vw;
        padding: 1.11111vw 2.22222vw;
        position: absolute;
        z-index: 999;
        background: rgb(255, 255, 255);
    }
    .lang-list li div a {
        font-size: 3.333333vw;
        padding: 1.388889vw 1.111111vw;
        border-radius: 1.111111vw;
        line-height: 1.5;
    }
    
    /* kv end */
    /* s2 */
    .fusionsolar-container .fusionsolar-s2 {
        padding: 17.222222vw 0 11.666667vw 0;
        background-image: url(/-/media/SolarV4/solar-version2/asia-pacific/cn/community/huawei-fusionsolar-creators-cup/img/s2-bg-mob.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-color: black;
        background-position: 30%;
    }
    .fusionsolar-s2-title {
        background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(201, 203, 210));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 1.388889vw;
    }
    .fusionsolar-s2-text {
        font-size: 3.333333vw;
        line-height: 1.5;
        background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(201, 203, 210));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .fusionsolar-s2-mainText {
        width: 86.666667vw;
        margin-top: 7.222222vw;
        margin-bottom: 18.055556vw;
    }
    .fusionsolar-s2-mainText ul > li {
        font-size: 3.888889vw;
        line-height: 1.25;
        background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(201, 203, 210));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .fusionsolar-title .fusionsolar-title-left-icon {
        width: 4.933333vw;
        height: 7.333333vw;
        margin-right: 1.666667vw;
    }
    .fusionsolar-title .fusionsolar-title-right-icon {
        width: 4.933333vw;
        height: 7.333333vw;
        margin-left: 1.666667vw;
    }
    .fusionsolar-title h2 {
        font-size: 6.666667vw;
    }
    .fusionsolar-s2-content {
        width: 83.333333vw;
        margin-top: 8.222222vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    .fusionsolar-s2-item {
        width: 40.555556vw;
        padding: 3.611111vw 0 5.991667vw 0;
        border-radius: 1.333333vw;
        margin-right: 2.222222vw;
        margin-bottom: 1.666667vw;
    }
    .fusionsolar-s2-item:nth-child(2n) {
        margin-right: 0;
    }
    .fusionsolar-s2-item-text {
        font-size: 3.333333vw;
        line-height: 1.25;
    }
    .fusionsolar-s2-item-time {
        margin-top: 3.055556vw;
        font-size: 3.333333vw;
    }
    .fusionsolar-s2-item-line {
        width: 35.241667vw;
        margin-top: 4.722222vw;
        height: 1px;
    }
    .fusionsolar-s2-item-icon-1 {
        width: 17.238889vw;
        height: 17.238889vw;
        margin-top: 2.833333vw;
        margin-bottom: 5.325vw;
    }
    .fusionsolar-s2-item-icon-2 {
        width: 15.697222vw;
        height: 15.697222vw;
        margin-top: 3.675vw;
        margin-bottom: 6.027778vw;
    }
    .fusionsolar-s2-item-icon-3 {
        width: 16.958333vw;
        height: 16.958333vw;
        margin-top: 3.016667vw;
        margin-bottom: 5.466667vw;
    }
    .fusionsolar-s2-item-icon-4 {
        width: 16.819444vw;
        height: 16.819444vw;
        margin-top: 3.252778vw;
        margin-bottom: 5.466667vw;
    }
    .fusionsolar-s2-item h3 {
        font-size: 4.444444vw;
    }
    /* s2 end */
    /* s3 */
    .fusionsolar-s3 {
        padding-bottom: 13.888889vw;
    }
    .fusionsolar-s3-text {
        width: 92.5vw;
        margin-top: 3.333333vw;
        font-size: 3.333333vw;
    }
    .fusionsolar-s3-content {
        width: 83.333333vw;
        margin-top: 8.888889vw;
        border-radius: 1.333333vw;
        padding: 5vw 3.333333vw;
    }
    .fusionsolar-s3-item-title {
        font-size: 3.888889vw;
    }
    .fusionsolar-s3-item-title img {
        width: 6.666667vw;
        height: 6.666667vw;
        margin-right: 2.222222vw;
    }
    .fusionsolar-s3-item ul {
        margin-top: 3.333333vw;
        padding-left: 3.888889vw;
    }
    .fusionsolar-s3-item ul > li.fusionsolar-s3-item-text {
        font-size: 3.333333vw;
        line-height: 1.5;
    }
    .fusionsolar-s3-item-marginTop {
        margin-top: 6.666667vw;
    }
    .fusionsolar-s3-inner {
        display: none;
    }
    .fusionsolar-s3-inner-mob {
        display: block;
        width: 83.333333vw;
        margin: 0 auto;
        margin-top: 14.444444vw;
    }
    .fusionsolar-s3-inner-mob-item {
        width: 100%;
        margin-bottom: 5vw;
    }
    .fusionsolar-s3-inner-mob-item h3 {
        font-weight: 400;
        font-size: 3.888889vw;
        line-height: 1.25;
        letter-spacing: 0;
        text-align: center;
        color: rgb(255, 255, 255);
        margin-bottom: 7.222222vw;
    }
    .fusionsolar-s3-inner-video {
        width: 100%;
        margin-bottom: 1.25vw;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .fusionsolar-s3-inner-video-item {
        width: 40.555556vw;
        border-radius: 1.066667vw;
        position: relative;
        overflow: hidden;
    }
    .fusionsolar-s3-inner-video-item:hover .fusionsolar-s3-inner-video-item-play {
        transform: scale(1.3);
    }
    .fusionsolar-s3-inner-video-item video {
        display: block;
        width: 100%;
        vertical-align: middle;
        height: 22.8125vw;
        overflow: hidden;
    }
    .fusionsolar-s3-inner-img {
        display: block;
        width: 100%;
        height: 22.8125vw;
        object-fit: cover;
    }
    .fusionsolar-s3-inner-video-item-play {
        width: 5.2vw;
        display: block;
        position: absolute;
        top: 16vw;
        left: 1.352778vw;
        transition: all .3s;
        cursor: pointer;
    }
    .fusionsolar-s3-inner-textInner {
        width: 100%;
        margin-bottom: 5vw;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .fusionsolar-s3-inner-text {
        width: 40.555556vw;
        margin-bottom: 0;
        text-align: center;
        opacity: 60%;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 2.133333vw;
        line-height: 1.25;
        letter-spacing: 0;
    }
    .fusionsolar-s3 ul.fusionsolar-s3-item-style {
        width: 100%;
    }
    .fusionsolar-s3 ul {
        width: 83.333333vw;
        margin: 0 auto;
        margin-top: 5vw;
        list-style: disc;
    }
    li.fusionsolar-s3-note {
        opacity: 60%;
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 3.333333vw;
        line-height: 1.5;
        letter-spacing: 0;
        padding-left: 0;
        margin-left: 4.166667vw;
        list-style-position: outside;
    }
    li.fusionsolar-s3-note:first-child {
        padding-left: 0;
        list-style: none;
        margin-left: 0;
    }
    /* s3 end */
    /* 视频点击播放展示 */
    .solar-pop-video-content .solar-pop-close{
        width: 5.555556vw !important;
    }
    .solar-pop-video-content{
        width: 86.666667vw !important;
    }
    /* 视频点击播放展示 end */
    /* s4 */
    .fusionsolar-s4-h2 {
        text-align: center;
    }
    .fusionsolar-s4-title.fusionsolar-title {
        position: relative;
        /* width: fit-content; */
    }
    .fusionsolar-s4-title .fusionsolar-title-left-icon {
        position: absolute;
        top: .555556vw;
        left: 2.361111vw;
    }
    .fusionsolar-s4-title .fusionsolar-title-right-icon {
        position: absolute;
        top: .555556vw;
        right: 2.361111vw;
    }
    .fusionsolar-s4-text1 {
        width: 94.8vw;
        font-size: 3.333333vw;
        line-height: 1.3;
        margin-top: 5vw;
    }
    .fusionsolar-s4-text2 {
        width: 60vw;
        font-size: 3.333333vw;
        line-height: 1.3;
        margin-top: 2.5vw;
    }
    a.fusionsolar-s4-download {
        width: 52vw;
        margin-top: 4.444444vw;
        font-size: 3.333333vw;
    }
    a.fusionsolar-s4-download img {
        width: 3.866667vw;
        height: 3.866667vw;
    }
    .fusionsolar-s4-content {
        width: 60vw;
        margin-top: 12.777778vw;
    }
    .fusionsolar-s4-a {
        width: 21.944444vw;
    }
    .fusionsolar-s4-a img {
        width: 21.944444vw;
        height: 21.944444vw;
    }
    .fusionsolar-s4-a p {
        width: 30vw;
        margin-top: 2.777778vw;
        font-size: 3.333333vw;
        line-height: 1.3;
        white-space: wrap;
    }
    /* s4 end */
    /* s5 */
    .fusionsolar-s5-text {
        font-size: 3.333333vw;
        width: 68.166667vw;
        margin: 0 auto;
        margin-top: 4.888889vw;
    }
    .fusionsolar-s5-content {
        width: 100%;
        margin-top: 8.333333vw;
    }
    .fusionsolar-swiper {
        width: 83.333333vw;
        margin: 0 auto;
    }
    .fusionsolar-s5-inner {
        width: 83.333333vw;
        flex-direction: column;
    }
    .fusionsolar-s5-inner-left {
        width: 100%;
        border-radius: 2.777778vw;
    }
    .fusionsolar-s5-inner-left video {
        border-radius: 2.777778vw;
    }
    .video-s5-play {
        width: 7.5vw;
        left: 2.991667vw;
        bottom: 2.877778vw;
    }
    .fusionsolar-s5-inner-right {
        width: 100%;
        margin-top: 7.886111vw;
    }
    .fusionsolar-s5-inner-text {
        width: 100%;
        font-size: 3.333333vw;
        line-height: 1.5;
    }
    .fusionsolar-s5-inner-note {
        width: 100%;
        margin-top: 4.166667vw;
        margin-bottom: 6.388889vw;
    }
    .fusionsolar-s5-inner-note div, .fusionsolar-s5-inner-note li {
        font-size: 3.333333vw;
    }
    .fusionsolar-s5-button-content {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .fusionsolar-s5-button-inner {
        width: 39.722222vw;
    }
    .fusionsolar-s5-inner-button {
        margin-bottom: 2.5vw;
        width: 100%;
        height: 9.722222vw;
        border-radius: 19.838889vw;
        font-size: 3.333333vw;
    }
    .marginTop {
        margin-top: 0;
    }
    .fusionsolar-s5-inner-button img {
        width: 5.555556vw;
        margin-left: 2.777778vw;
        margin-right: 2.222222vw;
    }
    .fusionsolar-s5-inner-button img.inner-icon2 {
        width: 6.388889vw;
    }
    .fusionsolar-s5-inner-button img.inner-button-icon {
        width: 1.388889vw;
        margin-right: 3.85vw;
    }
    .fusionsolar-s5-inner-button-text {
        font-size: 3.333333vw;
        text-align: center;
        margin-top: 2.5vw;
    }
    .fusionsolar-pagination {
        width: 100%;
        margin-bottom: 10.277778vw;
        overflow-x: scroll;
    }
    .fusionsolar-pagination::-webkit-scrollbar {
        display: none;
    }
    .fusionsolar-pagination .swiper-pagination-bullet{
        width: 43.2vw;
        min-width: 43.2vw;
        font-size: 3.333333vw;
        padding: 0px 0 3.888889vw 0px;
        position: relative;
        margin: 0 !important;
        margin-right: 0 !important;
    }
    .fusionsolar-pagination .swiper-pagination-bullet p {
        font-size: 3.888889vw;
    }
    /* s5 end */
    /* s6 */
    .fusionsolar-s6-prompt {
        font-size: 3.333333vw;
        width: fit-content;
        margin-top: 4.611111vw;
        margin-bottom: 13.888889vw;
    }
    .fusionsolar-s6-content {
        width: 83.333333vw;
    }
    .fusionsolar-s6-item {
        margin-top: 5.555556vw;
        border-radius: 2.777778vw;
        padding: 6.944444vw 5vw 8.333333vw 5vw;
    }
    .fusionsolar-s6-item.fusionsolar-s6-item-bg {
        background-image: url(/-/media/SolarV4/solar-version2/asia-pacific/cn/community/huawei-fusionsolar-creators-cup/img/s6-item-bg-border-mb.png);
    }
    .fusionsolar-s6-flex {
        flex-direction: column;
    }
    .fusionsolar-s6-item-left {
        width: 100%;
    }
    .fusionsolar-s6-item-left h3 {
        font-size: 6.666667vw;
        width: 49vw;
    }
    .fusionsolar-s6-item-left p {
        margin-top: 2.777778vw;
        font-size: 3.333333vw;
    }
    .fusionsolar-s6-prize {
        width: 29vw;
        border-radius: 4.305556vw;
        padding: 1.388889vw 0;
        font-size: 3.333333vw;
        margin-top: 5.555556vw;
    }
    ul.fusionsolar-s6-prizeTitle {
        margin-top: 4.166667vw;
        list-style: disc;
        list-style-position: inside;
    }
    ul.fusionsolar-s6-prizeTitle li {
        font-size: 3.888889vw;
        line-height: 1.25;
    }
    .fusionsolar-s6-prizePrompt {
        margin-top: 4.166667vw;
        font-size: 3.333333vw;
        line-height: 1.25;
    }
    .fusionsolar-s6-prizeText {
        margin-top: 4.444444vw;
        font-size: 3.333333vw;
        line-height: 1.3;
    }
    .fusionsolar-s6-item-right {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .s6-item-img1 {
        display: block;
        width: 39.166667vw;
        margin: 0 auto;
        border-radius: 3.472222vw;
        margin-top: 4.166667vw;
    }
    .s6-item-img2 {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .s6-item-img3 {
        display: block;
        width: 56.666667vw;
        margin: 0 auto;
        margin-top: 11.111111vw;
        
    }
    .s6-item-img4 {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 0;
        margin-left: 0;
    }
    .s6-icon-1 {
        position: absolute;
        top: 1px;
        right: 0;
        width: 11.111111vw;
    }
    .s6-icon-2 {
        position: absolute;
        top: 1px;
        right: 0;
        left: auto;
        width: 11.111111vw;
    }
    .s6-icon-3 {
        position: absolute;
        top: 1px;
        right: 0;
        left: auto;
        width: 11.111111vw;
    }
    .s6-icon {
        position: absolute;
        top: 1px;
        right: 14.166667vw;
        width: 11.111111vw;
        margin-top: 0;
    }
    .fusionsolar-s6-item-text div {
        font-size: 3.333333vw;
        line-height: 1.5;
    }
    .fusionsolar-s6-item-text {
        position: relative;
        margin-top: 5vw;
        bottom: 0;
        left: 0;
        font-size: 3.333333vw;
        width: fit-content;
    }
    .fusionsolar-s6-item-text-right {
        left: auto;
    }
    .fusionsolar-s6-item-right-text-1 {
        display: none;
    }
    .fusionsolar-s6-item-right-text-2 {
        display: none;
    }
    ul.fusionsolar-s6-item-text {
        list-style: disc;
        list-style-position: inside;
        bottom: 0;
        margin-top: 6.666667vw;
    }
    ul.fusionsolar-s6-item-text li {
        font-size: 3.333333vw;
        line-height: 1.5;
        list-style: disc;
        list-style-position: inside;
    }
    .s6-width {
        width: 80%;
    }
    .fusionsolar-s6-note {
        width: 76.944444vw;
        font-size: 3.333333vw;
        margin-top: 5.277778vw;
    }
    /* s6 end */
    /* s7 */
    ul.fusionsolar-s7-text {
        width: 80vw;
        margin-top: 8.333333vw;
        margin-right: 10vw;
        margin-left: 12.5vw;
        list-style-position: outside;
    }
    ul.fusionsolar-s7-text li {
        font-size: 3.333333vw;
        margin-bottom: 3.055556vw;
    }
    .fusionsolar-s7-line {
        width: 83.333333vw;
        margin-top: 6.388889vw;
    }
    /* s7 end */
    /* s8 */
    .fusionsolar-s8 {
        margin-top: -1px;
        padding-bottom: 17.777778vw;
    }
    .fusionsolar-s8-text {
        width: 69.166667vw;
        margin: 0 auto;
        margin-top: 3.777778vw;
        font-size: 3.333333vw;
    }
    .fusionsolar-s8-content {
        width: 83.333333vw;
        margin-top: 8.888889vw;
        align-items: start;
    }
    .fusionsolar-s8-a {
        width: 21.944444vw;
    }
    .fusionsolar-s8-a img {
        display: block;
        width: 21.944444vw;
        height: 21.944444vw;
    }
    .fusionsolar-s8-a p {
        width: 26.944444vw;
        margin-top: 3.611111vw;
        font-size: 3.333333vw;
        white-space: wrap;
    }
    /* s8 end */
}

