/* 公共 */
* {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	vertical-align: baseline;
	box-sizing: border-box;
}
/* 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%;
    background-color: black;
}
.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%;
}

/* 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%;
}

.fusionsolar-kv-nav-mob {
    display: none;
}

.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: absolute;
    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 {
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
}
.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;
}

/* faq */
.fusionsolar-container .faqs {
  width: 100%;
  margin: 0 auto;
  padding-top: 6.041667vw
}
.fusionsolar-container .faqs .faqs-title p{
    text-align: center;
}
.fusionsolar-container .faqs p{
    width: auto;
    margin: 0 auto;
    font-weight: 400;
    font-size: 2.083333vw;
    line-height: 2.5vw;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
}
.fusionsolar-container .faqs .faq-item{
  width: 62.5vw;
  margin: 0 auto;
  margin-top: 4.791667vw;
}
.fusionsolar-container .faqs .faq-item h2{
  font-size: 0.833333vw;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-align: left;
  padding-top: 1.5625vw;
  line-height: 1.5;
  letter-spacing: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.fusionsolar-container .faqs .faq-item p{
  font-size: 0.833333vw;
  letter-spacing: .83px;
  line-height: 1.2;
  margin: 0 0 32px;
  cursor: pointer;
}
.active>div.answer>table>tbody>tr:nth-child(1)>th:nth-child(1) {
  width: 17%;
}
.question::before {
  content: '';
  background: url(/admin/asset/v1/gray/view/0c9145ce3a5f469199e1fa195f0974a5.png) center no-repeat;
  position: absolute;
  right: 0;
  bottom: 1.614583vw;
  cursor: pointer;
  background-size: 10px;
  height: 0.368229vw;
  width: 0.589062vw;
}

.question {
  position: relative;
}

.question.active::before {
  content: '';
  background: url(/admin/asset/v1/gray/view/3761dcece6a44799966c321d8e28b5d6.png) center no-repeat;
  position: absolute;
  right: 0;
  cursor: pointer;
  background-size: 10px;
  height: 0.368229vw;
  width: 0.589062vw;
  bottom: 1.614583vw;
}
.fusionsolar-container .faqs .answer {
  display: none;
}
.fusionsolar-container .faqs .line {
  height: 1px;
  display: block;
  color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  opacity: 0.2;
}
.active {
  display: block !important;
}
.fusionsolar-container .faqs .faqs-note{
  padding: 6.770833svw 0;
}
.fusionsolar-container .faqs .faqs-note p{
  font-size: 0.833333vw;
  letter-spacing: .83px;
  line-height: 1.2;
  text-align: left;
}

.answer a{
  text-decoration: underline;
}
@media screen and (max-aspect-ratio: 11/10) {
    /* kv */
    .fusionsolar-kv {
        height: calc(100vh - 56px);
        /* top: 56px; */
    }
    .fusionsolar-kv-bg {
        display: block;
        width: 100%;
    }
    .fusionsolar-kv-img {
        height: calc(100vh - 56px);
    }
    .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;
    }
    .fusionsolar-kv-nav-content .kv-nav-p {
        font-size: 3.333333vw;
    }

    .fusionsolar-kv-nav {
        display: none;
    }

    /* mob bar begin*/
    .fusionsolar-container .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-container .fusionsolar-kv-nav-mob .fusionsolar-kv-nav-content-mob {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .fusionsolar-kv-nav-content-mob .fusionsolar-kv-nav-content_link {
        font-weight: 700;
        height: 13.3333vw;
        font-size: 3.33333vw;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .fusionsolar-kv-nav-content-mob .fusionsolar-kv-nav-content_link span {
        width: 3.33333vw;
        height: 3.33333vw;
        display: inline-block;
        vertical-align: middle;
        background: url("//solar.huawei.com/admin/asset/v1/gray/view/7d2ad162183c429ba732075467a79565.png") 0% 0% / 100% 100%;
        margin: auto 0px auto 0.416667vw;
        margin-left: 1.11111vw;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .fusionsolar-kv-nav-content-mob .fusionsolar-kv-nav-content_link span .textItem_arr_drop {
        transform: rotate(-180deg);
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .fusionsolar-kv-nav-content-mob .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-container .fusionsolar-kv-nav-mob .fusionsolar-kv-nav-content-mob .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-container .fusionsolar-kv-nav-mob .fusionsolar-kv-nav-content-mob .fusionsolar-kv-nav-content-a .kv-nav-p:not(:first-child),
    .lang-other div a:not(:first-child) {
        margin-top: 2.22222vw;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .fusionsolar-kv-nav-mob .lang-list {
        position: relative;
        display: flex;
        align-items: center;
        transform: none;
        border: none;
        border-radius: 0;
        background-color: transparent;
        bottom: 0;
        right: 0;
        z-index: 9;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .lang-list ul {
        border: none;
        width: auto;
        justify-content: flex-end;
        flex-direction: row;
        padding: .677083vw 0 .677083vw 1.149479vw !important;
        list-style: none;
        list-style-image: none;
        margin: 0;
        cursor: pointer;
        display: flex;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .lang-list li:first-child {
        width: auto;
        height: 13.3333vw;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .lang-list li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        font-weight: 500;
        line-height: .833333vw;
        color: #000;
        font-size: 3.33333vw;
        line-height: 1.5;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .lang-list li img {
        width: 3vw;
        height: 3vw;
        margin: 0 1vw 0 0;
        position: relative !important;
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .lang-list .lang-other {
        display: none;
        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);
    }

    .fusionsolar-container .fusionsolar-kv-nav-mob .lang-list li div a {
        font-size: 3.333333vw;
        padding: 1.388889vw 1.111111vw;
        border-radius: 1.111111vw;
        line-height: 1.5;
        text-decoration: none;
        cursor: pointer;
        color: inherit;
    }
    /* mob bar end */

    /* mob */
    .fusionsolar-title {
        font-size: 6.666667vw;
    }
    .fusionsolar-section {
        padding-top: 13.333333vw;
    }
    .mob-show {
        display: block;
    }
    .active>div.answer>table>tbody>tr:nth-child(1)>th:nth-child(1) {
      width: 33%;
      padding: 2vw;
    }
    .fusionsolar-container .faqs{
      padding-top: 17.22222vw
    }
    .fusionsolar-container .faqs .faqs-title p{
      font-size: 6.66667vw;
      line-height: 8.333333vw;
  }
  .fusionsolar-container .faqs .faq-item h2{
    font-size: 3.33333vw;
    padding-right: 8vw;
    display: block;
  }
  .fusionsolar-container .faqs .faq-item p{
    font-size: 3.33333vw;
  }
  .fusionsolar-container .faqs .faq-item{
    width: 83.333333vw;
    margin-top: 12.5vw;
  }
  .fusionsolar-container .faqs .faqs-note{
    padding: 7.8125vw 0;
  }
  .fusionsolar-container .faqs .faqs-note p{
    font-size: 3.33333vw;
  }
  .question::before {
    height: 1.963889vw;
    width: 3.141667vw;
    top: 3vw;
  }
  .question.active::before {
    height: 1.963889vw;
    width: 3.141667vw;
    top: 3vw;
  }
}