*{
  padding: 0;
  margin: 0;
}

/* @font-face {
  font-family: Soho Gothic Pro;
  src: url(https://static.xnznxj.com/sites/default/themes/trina_solar/font/Monotype\ -\ SohoGothicPro-Regular.otf);
} */

.tab-page .section{
  width: 100%;
  box-sizing: border-box;
}

.tab-page .section-desc:not(:last-child){
  margin-bottom: 15px;
}

.tab-page .section-item{
  box-sizing: border-box;
}

.tab-page .section-title,
.tab-page .section-desc{
  font-style: normal;
  font-weight: normal;
  /* font-family: Soho Gothic Pro; */
  letter-spacing: 0px;
  color: #0A365D;
}

.tab-page .section-title{
  font-size: 36px;
  line-height: 48px;
  color: #0A365D;
  font-weight: bold;
}

.tab-page .section-desc{
  font-size: 20px;
  line-height: 32px;
}

.tab-page .section-title{
  margin-bottom: 30px;
}

.tab-page .section-link{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #0A365D;
  text-transform: uppercase;
}

.tab-page .section-link{
  display: block;
  text-decoration: none;
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
  transition: 300ms;
}

.tab-page .section-link::before,
.tab-page .section-link::after{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  transition: 300ms;
}

.tab-page .section-item:hover .section-link::before{
  left: -4px;
}

.tab-page .section-item:hover .section-link::after{
  left: 4px;
}

.tab-page .section-1{
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://static.xnznxj.com/sites/default/themes/trina_solar/images/tane/section-1-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-page .section-1 #extendButton{
  font-style: normal;
  font-weight: normal;
  /* font-family: Soho Gothic Pro; */
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #0A365D;
  text-transform: uppercase;
}

.tab-page .section-1 #extendButton::before,
.tab-page .section-1 #extendButton::after
{
  transform: translateY(-3px) rotate(45deg);
}

.tab-page .section-1 .section-desc{
  font-size: 16px;
  line-height: 24px;
  color: #0A365D;
}

.tab-page .section-2{
  background: #011943;
  color: white;
}

.tab-page .section-2 .section-title{
  color: #FFFFFF;
}

.tab-page .section-2 .section-desc{
  color: #FFFFFF;
}

.tab-page .section-2 .section-item:last-child img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tab-page .section-3 .section-title{
  color: #000000;
}

.swiper .swiper-wrapper{
  padding-bottom: 40px;
}

.swiper .swiper-slide{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 490px;
  position: relative;
}

.swiper-slide-info{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1C8CD6;
  width: 650px;
  min-height: 355px;
  padding: 30px 50px;
  opacity: 0.9;
  box-sizing: border-box;
}

.section-3 .swiper-slide-info .section-title{
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  white-space: nowrap;
}

.swiper-slide-info .section-desc{
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.swiper-slide .swiper-slide-info .swiper-button-next,
.swiper-slide .swiper-slide-info .swiper-button-prev{
  top: 61px;
  color: white;
  display: none;
  transform: scale(0.6);
}

.tab-page-anchor{
  position: fixed;
  left: 50%;
  bottom: 0;
  cursor: pointer;
  padding: 20px 24px;
  transform: translate(-50%, -10px);
  white-space: nowrap;
  z-index: 999;
  box-shadow: 0 3px 6px #0000007B;
  font-style: normal;
  font-weight: medium;
  /* font-family: Soho Gothic Pro; */
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #d85343;
  transition: opacity 300ms;
  text-decoration: none;
}

.tab-page-anchor:hover{
  opacity: 0.9;
}

.tab-page .section-4{
  background-image: url(https://static.xnznxj.com/sites/default/themes/trina_solar/images/tane/BACKGROUND-The-Next-Gen-Battery-Storage-Solution-x2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-item-block{
  padding: 15px;
  padding-left: 160px;
  background-repeat: no-repeat;
  background-size: 90px auto, cover;
}

.section-item-block-1{
  background-image: url(https://static.xnznxj.com/sites/default/themes/trina_solar/icons/ICON-Elementa-Virtual-Tour.svg), url(https://static.xnznxj.com/sites/default/themes/trina_solar/images/tane/BACKGROUND-Elementa-Virtual-Tour-x2.png);
  background-position: 30px center, center center;
}

.section-item-block-2{
  background-image: url(https://static.xnznxj.com/sites/default/themes/trina_solar/icons/ICON-Download-Brochure.svg), url(https://static.xnznxj.com/sites/default/themes/trina_solar/images/tane/BACKGROUND-Download-Brochure-x2.png);
  background-position: 30px center, center center;
}

.tab-page .section-item-block .section-title,
.tab-page .section-item-block .section-link,
.tab-page .section-item-block .section-desc{
  color: white;
}

.tab-page .section-item-block .section-title{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.section-item-block .section-desc{
  font-size: 16px;
  line-height: 1.5;
  min-height: 4.5em;
}

.section-item-block .section-link{
  font-size: 14px;
  line-height: 18px;
}

.tab-page .section-5 .section-title{
  color: #000000;
}

.tab-page .section-5 .section-desc{
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}

.tab-page .section-5 .section-link{
  font-size: 14px;
  line-height: 18px;
}

/* 视频播放器 */
#custom-popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

#popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  padding: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

#popup-close::before,
#popup-close::after{
  content: '';
  position: absolute;
  left: 10%;
  top: 50%;
  width: 80%;
  height: 2px;
  transform: translate(0, -50%);
  background: white;
}

#popup-close::after{
  transform: translate(0, -50%) rotate(90deg);
}

#popup-video{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px){
  .tab-page{
    margin-bottom: 50px;
  }

  .tab-page .section-title span{
    display: block;
  }

  .tab-page .section-flex{
    display: flex;
    padding: 50px 0;
  }

  .tab-page .section-padding{
    padding: 80px 14%;
  }

  .tab-page .section-padding .section-item:last-child{
    padding-left: 50px;
  }

  .tab-page .section-flex .section-item{
    flex: 1;
    width: 50%;
  }

  .tab-page .section-1{
    /* margin: 0 14%; */
  }

  .tab-page .section-1 .section-item:first-child{
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
  }

  .tab-page .section-item-wrap{
    width: 480px;
  }

  .tab-page .section-1 .section-item:last-child .section-desc{
    width: 470px;
  }

  .tab-page .section-1 .section-title{
    margin-bottom: 45px;
  }

  .tab-page .section-2 .section-item:first-child{
    flex: none;
    display: flex;
    justify-content: flex-end;
    padding-right: 68px;
  }

  .tab-page .section-2 .section-desc{
    font-size: 20px;
    line-height: 32px;
  }

  .tab-page .section-1 #extendButton{
    display: none;
  }

  .tab-page .section-3 > .section-title{
    width: 60%;
    margin: 50px auto;
  }
  
  .tab-page .section-3 .section-title p{
    line-height: 1.5;
  }

  .swiper-slide-active.swiper-slide .swiper-slide-info .swiper-button-next,
  .swiper-slide-active.swiper-slide .swiper-slide-info .swiper-button-prev{
    display: block;
  }

  .swiper-pagination{
    display: none;
  }

  .section-4 > .section:first-child .section-item:first-child{
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
  }

  .section-4 > .section:first-child .section-item:first-child .section-item-wrap{
    width: 440px;
  }

  .section-4 > .section:last-child{
    padding-top: 0;
  }

  .section-4 img{
    height: 366px;
    object-fit: cover;
  }

  .section-4 .section-item-block{
    width: 480px;
    box-sizing: border-box;
  }

  .section-4 > .section:last-child{
    justify-content: center;
  }

  .section-4 > .section:last-child .section-item{
    flex: none;
    width: auto;
  }

  .section-5 .section-item:first-child{
    display: flex;
    justify-content: flex-end;
  }

  .section-5 img{
    width: 350px;
  }
}

@media screen and (max-width: 992px){
  .tab-page .section-title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .tab-page .section-desc{
    font-size: 16px;
    line-height: 24px;
  }

  .tab-page .section-1{
    padding: 30px;
  }

  .tab-page .section-1 img{
    display: none;
  }

  .tab-page .section-1 .section-desc:nth-child(2),
  .tab-page .section-1 .section-desc:nth-child(3){
    display: none;
  }

  .tab-page .section-1.extend .section-desc:nth-child(2),
  .tab-page .section-1.extend .section-desc:nth-child(3)
  {
    display: block;
  }

  .tab-page .section-2 .section-item,
  .tab-page .section-4 .section-item:first-child,
  .tab-page .section-5 .section-item:first-child
  {
    padding: 30px;
  }
  
  .tab-page .section-2 .section-item:last-child{
    padding-top: 0;
  }

  .tab-page .section-3 .section-title{
    padding: 30px;
    margin-bottom: 0;
  }

  .swiper .swiper-slide{
    height: 400px;
  }

  .swiper-slide-info{
    top: 0;
    width: 100%;
    padding: 15px;
  }

  .tab-page .swiper-slide-info .section-title{
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .tab-page .section-4 > .section:first-child{
    display: flex;
    flex-direction: column-reverse;
  }

  .tab-page .section-4 > .section:first-child .section-item:last-child,
  .tab-page .section-4 > .section:last-child .section-item
  {
    padding: 0;
  }

  .tab-page .section-4 > .section:last-child .section-item:not(:last-child){
    margin-bottom: 10px;
  }

  .tab-page .section-4 .section-item:last-child{
    padding: 0 30px 30px 30px;
  }

  .tab-page-anchor{
    font-size: 14px;
  }

  .section-5 img{
    display: block;
    width: 100%;
  }
}
#tane_content_elementa2 h2 {
  margin: 20px 0;
  height: auto;
  color: #000;
  font-family: lato-regular, sans-serif;
  font-size: 28px;
  font-weight: 700;
}
#tane_content_elementa2 p {
  margin: 0 auto;
  max-width: 600px;
  font-family: helvetica-neue-ltstd, sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #808080;
}
#tane_content_elementa2 .bgonly {
  background: url("https://static.xnznxj.com/sites/default/themes/trina_solar/images/tane/bgonly_bg.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 40px 0;
}
#tane_content_elementa2 .features {
  background: url("https://static.xnznxj.com/sites/default/themes/trina_solar/images/tane/features_bg.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 40px 0;
}
#tane_content_elementa2 .features .item {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 300px;
}
#tane_content_elementa2 .features .item div {
  margin-top: 20px;
}

@media (max-width: 768px) {
  #tane_content_elementa2 .features .item {
    display: none;
  }
  #tane_content_elementa2 .features .download img {
    width: 15px;
  }
}

#tane_content_elementa2 .features .download {
  position: absolute;
  bottom: 8%;
  width: 100%;
  text-align: center;
}
#tane_content_elementa2 .features .download .btn {
  background: #e83828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
}/*# sourceMappingURL=index.css.map */

#tane_content_elementa2 .design .detail-desc div{
  color: #FFFFFF;
  text-align: center;
}

#tane_content_elementa2 .design .detail-desc div:not(:last-child) {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .block-sm-desc{
    display: block;
    position: static !important;
    background: linear-gradient(to right, #018bd3 0%, #1e98d7 15%, #1e98d7 90%, #018bd3 100%);
  }
  .pos-md-h-center{
    position: absolute !important;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .flex-v-center{
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .flex-v-center{
    display: block !important;
  }
}
.pos-h-center{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.flex{
  display: -webkit-box; /* Safari 6-9 */
  display: -moz-box; /* Firefox 19-28 */
  display: -ms-flexbox; /* IE 10 */
  display: -webkit-flex; /* Chrome */
  display: flex;
}
.flex-left, .flex-right {
  flex: 1;
}
.flex-v-center{
  display: -webkit-box; /* Safari 6-9 */
  display: -moz-box; /* Firefox 19-28 */
  display: -ms-flexbox; /* IE 10 */
  display: -webkit-flex; /* Chrome */
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .button-group .button{
    margin-right: 20px;
  }
}
.button-group{
  font-size: 0;
}
.button{
  background: #e83828;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 15px 10px;
  margin-bottom: 10px;
}
<!--0.00014281272888184-->