.myContent .banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  height: 53rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myContent .banner .bannerContent {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 786px;
  padding: 0 30px;
}

.myContent .banner .bannerContent .text_1 {
  font-size: 18px;
  line-height: 72px;
  letter-spacing: 0px;
  color: #dfdfdf;
  font-family: 'Moderat-Medium';
  text-transform:uppercase;
}

.myContent .banner .bannerContent .text_2 {
  font-size: 60px;
  text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.6);
  color: #7cc220;
  line-height: 1.2;
  font-family: 'Moderat-Black';
  margin: auto;
}

.myContent .banner .bannerContent .text_3 {
  font-family: 'Moderat-Light';
  font-size: 24px;
  color: #dfdfdf;
  letter-spacing: 0px;
  max-width: 627px;
  margin: auto;
  padding-top: 40px;
}

.myContent .banner .bannerContent .button {
  border-radius: 5px;
  margin: auto;
  background: var(--theme_color);
  width: fit-content;
  margin-top: 50px;
  transition: color 0.1s ease;
  color: #FFF;
  cursor: pointer;
  background-color: #7ac221;
  transition: all 0.3s ease;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.myContent .banner .bannerContent .button:active {
  opacity: 0.5;
}

.myContent .banner .bannerContent .button:hover {
  background: #FFF;
  color: #000;
}

.myContent .solar {
  padding-top: 128px;
  padding-bottom: 152px;
  background: #0e0e0e;
}

.myContent .solar .myContainer {
  overflow: visible;
}

.myContent .solar .videoBox {
  width: 100%;
  height: 760px;
  position: relative;
  z-index: 3;
}

.myContent .solar .videoBox .video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: #000;
  z-index: 1 !important;
}
.myContent .solar .videoBox .prePlayBox .text_1,
.myContent .solar .videoBox .prePlayBox .text_2 p,
.myContent .solar .videoBox .prePlayBox .text_2 p span {
  color: #dfdfdf;
}
.myContent .solar .videoBox .video::-webkit-media-controls-play-button{
  display: none !important;
  -webkit-appearance: none !important ;
}
.myContent .solar .videoBox .prePlayBox {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  color: #FFF;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  z-index: 2;
}

.myContent .solar .videoBox .prePlayBox .text_1 {
  font-size: 48px;
  padding-top: 102px;
  font-family: 'Moderat-Black';
}

.myContent .solar .videoBox .prePlayBox .text_2 {
  padding-top: 40px;
  font-size: 20px;
  font-family: 'Moderat-Light';
}
.myContent .solar .videoBox .prePlayBox .text_2 p span{
  font-size: 20px !important;
  font-family: 'Moderat-Light' !important;
}

.myContent .solar .videoBox .prePlayBox .text_3 {
  padding-top: 36px;
  font-family: 'Moderat-Light';
}

.myContent .solar .videoBox .prePlayBox .plyButton {
  width: 90px;
  height: auto;
  margin: auto;
  margin-top: 128px;
  cursor: pointer;
}

.myContent .solar .videoBox .prePlayBox .plyButton:hover {
  opacity: 0.8;
}

.myContent .solar .videoBox .border {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 35px;
  padding-bottom: 35px;
  border-style: solid;
  border-width: 1px;
  border-image-source: var(--theme_color);
  border-image-slice: 1;
  box-sizing: content-box;
  z-index: -1;
}
.myContent .solar .videoBox .videoMask{
  position: absolute;
  width: 100%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.myContent .solar .videoBox .border .borderSmallBox {
  background-image: var(--theme_color), linear-gradient(#fcde4c, #fcde4c);
  width: 30%;
  height: 38%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.myContent .Menufacturing {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  text-align: center;
  /* aspect-ratio: 16 / 9; */
  padding-bottom: 10%;
}

.myContent .Menufacturing .title {
  font-family: Moderat-Black;
  font-size: 48px;
  background-image: var(--theme_color);
  width: fit-content;
  margin: auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-top: 134px;
}

.myContent .Menufacturing .text {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: Moderat-Light;
  padding-top: 54px;
  width: 64%;
  margin: auto;
  color: #dfdfdf;
}

.myContent .Menufacturing .button {
  border-radius: 5px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #7ac221;
  background-image: linear-gradient(-90deg, #9becac 0%, #7ac221 47%, #ccd200 100%), linear-gradient(#fcde4c, #fcde4c);
  font-size: 16px;
  margin: auto;
  margin-top: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.myContent .Menufacturing .button:hover {
  color: #000;
  background: #FFF;
}

.myContent .product {
  height: 600px;
  background-image: linear-gradient(-90deg, #9becac 0%, #7ac221 47%, #ccd200 100%), linear-gradient(#fcde4c, #fcde4c);
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.myContent .product .title_1 {
  font-family: Moderat-Black;
  font-size: 48px;
  letter-spacing: 0px;
  line-height: 1;
  padding-top: 94px;
}

.myContent .product .title_2 {
  padding-top: 45px;
  font-family: Moderat-Light;
}

.myContent .product .text {
  /* padding-top: 30px; */
  font-family: Moderat-Light;
  max-width: 966px;
  margin: auto;
}

.myContent .product .text p{
  font-family: Moderat-Light;
  padding-top: 30px;
}
.myContent .product .text p:nth-child(1){
  padding-top: 48px;
}

.myContent .product .nums {
  display: flex;
  margin-top: 60px;
  padding: 16px 0 12px;
  position: relative;
}

.myContent .product .nums .left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myContent .product .nums .left .contentBox {
  max-width: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myContent .product .nums .left .contentBox .icon {
  width: 65px;
  height: auto;
  display: block;
  margin-right: 42px;
}

.myContent .product .nums .left .contentBox .describe {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

.myContent .product .nums .left .contentBox .describe .num {
  margin-bottom: 30px;
}

.myContent .product .nums .left .contentBox .describe .num .big {
  font-size: 72px;
  margin-right: 15px;
}

.myContent .product .nums .left .contentBox .describe .text {
  font-family: Moderat-Light;
  padding-top: 0;
}

.myContent .product .nums .line {
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.myContent .product .nums .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myContent .product .nums .right .contentBox {
  max-width: 510px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 90%;
}

.myContent .product .nums .right .contentBox .icon {
  width: 65px;
  height: auto;
  display: block;
  margin-right: 42px;
}

.myContent .product .nums .right .contentBox .describe {
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

.myContent .product .nums .right .contentBox .describe .num {
  margin-bottom: 30px;
}

.myContent .product .nums .right .contentBox .describe .num .big {
  font-size: 72px;
  margin-right: 15px;
}

.myContent .product .nums .right .contentBox .describe .text {
  font-family: Moderat-Light;
  padding-top: 0;
}

.myContent .myswiper_1 {
  width: 100%;
  padding-top: 116px;
  padding-bottom: 200px;
  background: #000;
  position: relative;
  overflow: hidden;
}

.myContent .myswiper_1 .swiper-slide .myContainer {
  display: flex;
}

.myContent .myswiper_1 .swiper-slide .myContainer .left {
  width: 50%;
  display: flex;
  justify-content: center;
}

.myContent .myswiper_1 .swiper-slide .myContainer .left .img {
  height: 100%;
  width: auto;
  display: block;
  max-width: 80%;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right {
  padding-top: 48px;
  width: 50%;
  padding-bottom: 52px;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .title {
  font-family: Moderat-Black;
  font-size: 48px;
  max-width: 567px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #dfdfdf;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .text {
  padding-top: 54px;
  font-size: 18px;
  line-height: 2;
  padding-bottom: 70px;
}
.myContent .myswiper_1 .swiper-slide .myContainer .right .text p{
  color: #dfdfdf;
}
.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons {
  display: flex;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: transparent;
  transition: all 0.8s ease;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button::after {
  content: attr(data-text);
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  color: #FFF;
  transition: all 0.8s ease;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button::before {
  content: attr(data-text);
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  transform: translate(-50%, 0);
  color: #FFF;
  transition: all 0.8s ease;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button:hover {
  background: #FFF;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button:hover::after {
  transform: translate(-50%, -100%);
  opacity: 0;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button:hover::before {
  transform: translate(-50%, -50%);
  opacity: 1;
  color: #000;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button_1 {
  background-image: linear-gradient(-90deg, #9becac 0%, #7ac221 47%, #ccd200 100%), linear-gradient(#fcde4c, #fcde4c);
  margin-right: 10px;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button_2 {
  background: #FFF;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button_2::after {
  color: #0e0e0e;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button_2::before {
  color: #0e0e0e;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button_2:hover {
  background: #333;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button_2:hover::after {
  transform: translate(-50%, -100%);
  opacity: 0;
}

.myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button_2:hover::before {
  transform: translate(-50%, -50%);
  opacity: 1;
  color: #FFF;
}

.myContent .myswiper_1 .swiper-pagination_1 {
  position: absolute;
  left: 50%;
  bottom: 90px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2;
}

.myContent .myswiper_1 .swiper-pagination_1 .swiper-pagination-bullet {
  background: #d2d2d2;
  margin-right: 20px;
  margin-left: 0;
}

.myContent .myswiper_1 .swiper-pagination_1 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.myContent .myswiper_1 .swiper-pagination_1 .swiper-pagination-bullet-active {
  background: #7ac632;
}

.myContent .myswiper_1 .swiper-button-prev_1 {
  width: 20px;
  height: 35px;
  position: absolute;
  top: 50%;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/prev.png);
  left: 50%;
  transform: translate(-726px, -50%);
  z-index: 2;
}

.myContent .myswiper_1 .swiper-button-next_1 {
  width: 20px;
  height: 35px;
  position: absolute;
  top: 50%;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/next.png);
  right: 50%;
  transform: translate(726px, -50%);
  z-index: 2;
}

.myContent .durability {
  background: #000;
  display: flex;
  flex-direction: column;
}

.myContent .durability .myRow {
  display: flex;
}

.myContent .durability .myRow .myCol {
  width: 50%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.myContent .durability .myRow .myCol .img {
  width: 100%;
  display: block;
  height: auto;
  cursor: pointer;
  transition: all 0.5s ease;
}

.myContent .durability .myRow .myCol .img:hover {
  transform: scale(1.1);
}

.myContent .durability .myRow .myCol .contentBox {
  position: relative;
  margin: 8rem;
}

.myContent .durability .myRow .myCol .contentBox .title {
  font-family: Moderat-Black;
  font-size: 48px;
  max-width: 418px;
  line-height: 1.2;
  color: #dfdfdf;
}

.myContent .durability .myRow .myCol .contentBox .text {
  font-family: Moderat-Light;
  font-size: 18px;
  line-height: 1.6;
  max-width: 502px;
  padding-top: 3.125rem;
  width: 100%;
  color: #dfdfdf;
}

.myContent .durability .myRow .myCol .contentBox .pie {
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  background: var(--theme_color);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 1rem;
  align-items: center;
  text-align: center;
}

.myContent .durability .myRow .myCol .contentBox .pie .big {
  font-size: 3rem;
  display: block;
  line-height: 1;
}

.myContent .durability .myRow .myCol .contentBox .pie .small {
  display: block;
}

.myContent .durability .myRow .myCol:nth-child(1) {
  background: #161616;
}

.myContent .durability .myRow:nth-child(2) {
  flex-direction: row-reverse;
}
.myContent .durability .myRow:nth-child(2) .myCol .contentBox .title{
  color: #FFF;
}
.myContent .durability .myRow:nth-child(2) .myCol .contentBox .text{
  color: #FFF;
}
.myContent .durability .myRow:nth-child(2) .myCol:nth-child(1) {
  background-image: linear-gradient(-90deg, #9becac 0%, #7ac221 47%, #ccd200 100%), linear-gradient(#fcde4c, #fcde4c);
}

.myContent .connect {
  background: #0e0e0e;
  padding-bottom: 100px;
  text-align: center;
}

.myContent .connect .title {
  font-size: 48px;
  line-height: 1;
  padding-top: 110px;
  font-family: Moderat-Black;
  color: #dfdfdf;
}

.myContent .connect .describe {
  font-size: 18px;
  line-height: 1.6;
  padding-top: 48px;
}

.myContent .connect .describe pre {
  font-family: Moderat-Light;
}

.myContent .connect .bottom {
  padding-top: 62px;
}

.myContent .connect .bottom .myContainer {
  display: flex;
}

.myContent .connect .bottom .myContainer .contactDetails {
  width: 50%;
}

.myContent .connect .bottom .myContainer .contactDetails .title_2 {
  font-family: Moderat-Black;
  font-size: 30px;
  padding-bottom: 58px;
  line-height: 1;
  color: #dfdfdf;
}

.myContent .connect .bottom .myContainer .contactDetails .ways {
  display: flex;
  flex-direction: column;
}

.myContent .connect .bottom .myContainer .contactDetails .ways .item {
  margin-bottom: 40px;
  display: flex;
}

.myContent .connect .bottom .myContainer .contactDetails .ways .item .icon {
  background-image: linear-gradient(-90deg, #9becac 0%, #7ac221 47%, #ccd200 100%), linear-gradient(#fcde4c, #fcde4c);
  width: 90px;
  height: 90px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.myContent .connect .bottom .myContainer .contactDetails .ways .item .icon .img {
  width: 35px;
  height: auto;
}

.myContent .connect .bottom .myContainer .contactDetails .ways .item .text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1;
  justify-content: center;
}

.myContent .connect .bottom .myContainer .contactDetails .ways .item .text .text_1 {
  font-family: Moderat-Medium;
  font-size: 16px;
  margin-bottom: 22px;
  color: #dfdfdf;
}

.myContent .connect .bottom .myContainer .contactDetails .ways .item .text .text_2 {
  font-family: Moderat-Light;
  font-size: 16px;
  color: #dfdfdf;
}

.myContent .connect .bottom .myContainer .sendMessage {
  width: 50%;
}

.myContent .connect .bottom .myContainer .sendMessage .title_2 {
  font-family: Moderat-Black;
  font-size: 30px;
  padding-bottom: 55px;
  line-height: 1;
  color: #dfdfdf;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent {
  display: flex;
  flex-direction: column;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp {
  position: relative;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp .input {
  height: 70px;
  box-sizing: content-box;
  background: #0e0e0e;
  display: block;
  outline: none;
  border: none;
  color: #FFF;
  border-bottom: 1px solid #3e3e3e;
  padding-left: 58px;
  width: 100%;
  transition: all 0.3s ease;
  resize: none;
  box-sizing: border-box;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp .input::placeholder {
  color: #878787;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp .input:focus {
  border-color: #FFF;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp:nth-of-type(4) .input {
  height: 140px;
  padding-top: 22px;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp:nth-of-type(4) .input::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp:nth-of-type(4) .input::-webkit-scrollbar-thumb {
  background-color: #7ac221;
  border-radius: 5px;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 70px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #0e0e0e;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp:nth-of-type(1)::after {
  background-image: url(../images/Name.png);
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp:nth-of-type(2)::after {
  background-image: url(../images/Email.png);
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp:nth-of-type(3)::after {
  background-image: url(../images/company.png);
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp:nth-of-type(4)::after {
  background-image: url(../images/chat.png);
} 

.myContent .connect .bottom .myContainer .sendMessage .messageContent .button {
  width: fit-content;
  background-image: linear-gradient(-90deg, #9becac 0%, #7ac221 47%, #ccd200 100%), linear-gradient(#fcde4c, #fcde4c);
  border-radius: 5px;
  margin-top: 48px;
  line-height: 50px;
  height: 50px;
  width: 160px;
  cursor: pointer;
  position: relative;
  color: transparent;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .button:active {
  opacity: 0.6;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .button::after {
  content: attr(data-text);
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  color: #FFF;
  transition: all 0.8s ease;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .button::before {
  content: attr(data-text);
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  transform: translate(-50%, 0);
  color: #FFF;
  transition: all 0.8s ease;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .button:hover {
  background: #FFF;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .button:hover::after {
  transform: translate(-50%, -100%);
  opacity: 0;
}

.myContent .connect .bottom .myContainer .sendMessage .messageContent .button:hover::before {
  transform: translate(-50%, -50%);
  opacity: 1;
  color: #000;
}

@media (max-width: 1500px) {
  .myContent .myswiper_1 {
    position: relative;
  }
  .myContent .myswiper_1 .swiper-button-prev_1 {
    left: 30px;
    transform: translate(0);
  }
  .myContent .myswiper_1 .swiper-button-next_1 {
    right: 30px;
    transform: translate(0);
  }
}

@media (max-width: 768px) {
  .myContent .myswiper_1 .swiper-button-prev_1 {
    display: none;
  }
  .myContent .myswiper_1 .swiper-button-next_1 {
    display: none;
  }
}

@media (max-width: 1440px) {
  .myContent .solar .videoBox {
    height: fit-content;
  }
  .myContent .solar .videoBox .prePlayBox .text_1 {
    padding-top: 80px;
    font-size: 45px;
  }
  .myContent .solar .videoBox .prePlayBox .text_2 {
    padding-top: 3%;
  }
  .myContent .solar .videoBox .prePlayBox .text_3 {
    padding-top: 3%;
  }
  .myContent .solar .videoBox .prePlayBox .plyButton {
    margin-top: 3%;
  }
}

@media (max-width: 1024px) {
  .myContent .banner .bannerContent .text_1 {
    font-size: 18px;
    line-height: 2.4;
  }
  .myContent .banner .bannerContent .text_2 {
    font-size: 44px;
    max-width: 100%;
  }
  .myContent .banner .bannerContent .text_3 {
    font-size: 20px;
    padding-top: 20px;
    max-width: 100%;
  }
  .myContent .banner .bannerContent .button {
    margin-top: 3%;
  }
  .myContent .product {
    height: initial;
    padding-bottom: 94px;
  }
  .myContent .product .nums .left .contentBox {
    padding-right: 10%;
  }
  .myContent .product .nums .right .contentBox {
    padding-left: 10%;
  }
  .myContent .solar .videoBox .border {
    padding: 0 3% 3%;
    padding-right: 0;
    transform: translateX(1px);
  }
  .myContent .Menufacturing .title {
    font-size: 44px;
    padding-top: 42px;
  }
  .myContent .Menufacturing .text {
    width: 80%;
    padding-top: 3%;
  }
  .myContent .Menufacturing .button {
    margin-top: 3%;
  }
  .myContent .durability .myRow .myCol .contentBox {
    margin: 6rem;
  }
  .myContent .durability .myRow .myCol .contentBox .title {
    font-size: 3.8rem;
  }
  .myContent .durability .myRow .myCol .contentBox .text {
    font-size: 14px;
    line-height: 1.2;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right .title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .myContent .solar {
    padding: 5% 0;
  }
  .myContent .solar .videoBox {
    height: fit-content;
  }
  .myContent .solar .videoBox .prePlayBox {
    font-size: 16px;
    line-height: 1.5;
  }
  .myContent .solar .videoBox .prePlayBox .text_1 {
    padding-top: 60px;
    font-size: 42px;
  }
  .myContent .solar .videoBox .prePlayBox .text_2 {
    padding-top: 40px;
    opacity: 0.8;
  }
  .myContent .solar .videoBox .prePlayBox .text_2 p span {
    font-size: 12px !important;
    
  }
  
  .myContent .solar .videoBox .prePlayBox .text_3 {
    padding-top: 25px;
  }
  .myContent .solar .videoBox .prePlayBox .plyButton {
    margin-top: 45px;
  }
  .myContent .myswiper_1 {
    padding-bottom: 50px;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer {
    flex-direction: column;
    align-items: center;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right {
    text-align: center;
    width: 100%;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right .title {
    margin: auto;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right .text {
    padding-bottom: 30px;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right .buttons {
    justify-content: center;
  }
  .myContent .myswiper_1 .swiper-pagination_1 {
    bottom: 30px;
  }
  .myContent .connect .describe pre {
    white-space: wrap;
    padding: 0 30px;
  }
  .myContent .connect .bottom .myContainer {
    flex-direction: column;
  }
  .myContent .connect .bottom .myContainer .contactDetails {
    width: 100%;
  }
  .myContent .connect .bottom .myContainer .contactDetails .title {
    padding-top: 30px;
  }
  .myContent .connect .bottom .myContainer .sendMessage {
    width: 100%;
  }
  .myContent .product .nums {
    flex-direction: column;
    align-items: flex-start;
  }
  .myContent .product .nums .left {
    padding-bottom: 3%;
    width: 100%;
  }
  .myContent .product .nums .left .contentBox {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
  .myContent .product .nums .line {
    display: none;
  }
  .myContent .product .nums .right .contentBox {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
  .myContent .Menufacturing {
    height: fit-content;
    padding-bottom: 10%;
    background-attachment: inherit;
  }
  .myContent .Menufacturing .title {
    font-size: 22px;
    line-height: 1.2;
    padding-top: 10%;
  }
  .myContent .Menufacturing .text{
    padding-top: 6%;
  }
  .myContent .Menufacturing .text {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .myContent .Menufacturing .button {
    font-size: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 7%;
  }
  .myContent .banner .bannerContent .text_1 {
    font-size: 12px;
  }
  .myContent .banner .bannerContent .text_2 {
    font-size: 20px;
  }
  .myContent .banner .bannerContent .text_3 {
    font-size: 12px;
    padding-top: 3%;
    line-height: 16px;
  }
  .myContent .banner .bannerContent .button {
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .myContent .product {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 5%;
  }
  .myContent .product .title_1 {
    font-size: 22px;
    padding-top: 5%;
  }
  .myContent .product .title_2 {
    padding-top: 3%;
  }
  .myContent .product .text {
    padding-top: 3%;
  }
  .myContent .product .nums {
    margin-top: 0;
    padding-top: 3%;
  }
  .myContent .product .nums .left .contentBox .icon {
    width: 40px;
    margin-right: 5%;
  }
  .myContent .product .nums .left .contentBox .describe .num {
    font-size: 12px;
    margin-bottom: 3%;
  }
  .myContent .product .nums .left .contentBox .describe .num .big {
    font-size: 30px;
    margin-right: 3%;
  }
  .myContent .product .nums .left .contentBox .describe .text {
    font-size: 12px;
  }
  .myContent .product .nums .right .contentBox .icon {
    width: 40px;
    margin-right: 5%;
  }
  .myContent .product .nums .right .contentBox .describe .num {
    font-size: 12px;
    margin-bottom: 3%;
  }
  .myContent .product .nums .right .contentBox .describe .num .big {
    font-size: 30px;
    margin-right: 3%;
  }
  .myContent .product .nums .right .contentBox .describe .text {
    font-size: 12px;
  }
  .myContent .solar .videoBox .prePlayBox {

  }
  .myContent .solar .videoBox .prePlayBox .text_1 {
    padding-top: 5%;
    font-size: 22px;
  }
  .myContent .solar .videoBox .prePlayBox .text_2 {
    font-size: 12px;
    padding-top: 3%;
    line-height: 1.2;
  }
 
  .myContent .solar .videoBox .prePlayBox .plyButton {
    margin: 0;
  }
  .myContent .myswiper_1 {
    padding: 5% 0;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .left {
    max-width: 35%;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .left .img {
    width: 100%;
    height: auto;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right {
    padding-top: 3%;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right .title {
    font-size: 20px;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right .text {
    padding: 3%;
    font-size: 12px;
  }
  .myContent .myswiper_1 .swiper-slide .myContainer .right .buttons .button {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  .myContent .durability .myRow {
    flex-direction: column-reverse;
  }
  .myContent .durability .myRow .myCol {
    width: 100%;
  }
  .myContent .durability .myRow .myCol .contentBox .title {
    font-size: 20px;
  }
  .myContent .durability .myRow:nth-child(2) {
    flex-direction: column-reverse;
  }

  .myContent .connect {
    padding-bottom: 5%;
  }
  .myContent .connect .title {
    font-size: 20px;
    padding-top: 5%;
  }
  .myContent .connect .describe {
    padding-top: 3%;
  }
  .myContent .connect .describe pre {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 3%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .myContent .connect .bottom {
    padding-top: 5%;
  }
  .myContent .connect .bottom .myContainer .contactDetails .title_2 {
    font-size: 20px;
    padding-bottom: 8%;
  }
  .myContent .connect .bottom .myContainer .contactDetails .ways .item {
    margin-bottom: 5%;
  }
  .myContent .connect .bottom .myContainer .contactDetails .ways .item .icon {
    width: 50px;
    height: 50px;
    margin-right: 3%;
  }
  .myContent .connect .bottom .myContainer .contactDetails .ways .item .icon .img {
    height: auto;
    width: auto;
    max-width: 20px;
    max-width: 20px;
  }
  .myContent .connect .bottom .myContainer .contactDetails .ways .item .text .text_1 {
    font-size: 14px;
    margin-bottom: 3%;
  }
  .myContent .connect .bottom .myContainer .contactDetails .ways .item .text .text_2 {
    font-size: 12px;
  }
  .myContent .connect .bottom .myContainer .sendMessage .title_2 {
    font-size: 20px;
    padding-bottom: 3%;
  }
  .myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp .input {
    height: 50px;
    padding-left: 38px;
  }
  .myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp::after {
    width: 38px;
    height: 50px;
  }
  .myContent .connect .bottom .myContainer .sendMessage .messageContent .myInp:nth-child(4) .input {
    height: 80px;
    padding-top: 12px;
  }
  .myContent .connect .bottom .myContainer .sendMessage .messageContent .button {
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}
