.main {
  padding-bottom: 80px;
}
.swiper-wrapper{
  height: auto;
}
.section-box {
  padding: 120px 0;
}
.goods-info-box {
  background-color: #FAFAFA;
}
.goods-info-box .goods-info .section-title {
  font-size: 48px;
  color: #909095;
}
.goods-info-box .goods-info .goods-box {
  margin-top: 90px;
}
.goods-info-box .goods-info .goods-box .goods-left {
  flex-shrink: 0;
  min-width: 375px;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-img {
  width: 400px;
  height: 400px;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-name {
  margin-top: 45px;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-name .s {
  background: linear-gradient(to right, #ea7466, #f0cb08, #5aaace);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-name .c {
  margin-left: 10px;
  color: #C1C1C1;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-type {
  margin-top: 14px;
  height: 57px;
  border-radius: 57px;
  border: 1px solid rgba(119, 119, 119, 0.27);
  background-color: #EFEFF2;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-type .item-type {
  border-radius: 57px;
  width: 78px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-type .item-type.active {
  background-color: #313131;
  color: #EFEFF2;
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.45);
}
.goods-info-box .goods-info .goods-box .goods-left .goods-color-box {
  margin-top: 14px;
  border-radius: 57px;
  padding: 12px 24px 12px;
  border: 1px solid rgba(119, 119, 119, 0.7);
}
.goods-info-box .goods-info .goods-box .goods-left .goods-color-box .item-color {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  padding: 1px;
  overflow: hidden;
  border: 2px solid transparent;
  width: 32px;
  height: 32px;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-color-box .item-color:first-child {
  margin-left: 0;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-color-box .item-color img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-color-box .item-color.active {
  border: 2px solid #333333;
  border-radius: 50%;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-brand {
  margin-top: 14px;
  height: 57px;
  border-radius: 57px;
  border: 1px solid rgba(119, 119, 119, 0.27);
  background-color: #EFEFF2;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-brand .item-brand {
  border-radius: 57px;
  width: 120px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-brand .item-brand img {
  width: auto;
  height: 20px;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-brand .item-brand.active {
  background-color: #313131;
  color: #EFEFF2;
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.45);
}
.goods-info-box .goods-info .goods-box .goods-left .goods-brands {
  margin-top: 14px;
  height: 57px;
  border-radius: 57px;
  border: 1px solid rgba(119, 119, 119, 0.27);
  background-color: #EFEFF2;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-brands .item-brands {
  border-radius: 57px;
  width: 78px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.goods-info-box .goods-info .goods-box .goods-left .goods-brands .item-brands.active {
  background-color: #313131;
  color: #EFEFF2;
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.45);
}

.price{
  font-size: 14px;
  color: #8F8F8F;
}
.goods-info-box .goods-info .goods-box .goods-right {
  margin-left: 100px;
  flex-shrink: 0;
  width: 386px;
  overflow: hidden;
}
.goods-info-box .goods-info .goods-box .goods-right .expand-none {
  font-size: 12px;
  color: #515155 ;
}
.goods-info-box .goods-info .goods-box .goods-right .goods-parameter {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.goods-info-box .goods-info .goods-box .goods-right .parameter-item {
  margin-bottom: 10px;
}
.goods-info-box .goods-info .goods-box .goods-right .parameter-item .img {
  margin-right: 10px;
  width: 40px;
  height: auto;
}
.goods-info-box .goods-info .goods-box .goods-right .parameter-item .img img {
  width: auto;
  height: auto;
}
.goods-info-box .goods-info .goods-box .goods-right .parameter-item .text {
  font-size: 12px;
}
.goods-info-box .goods-info .goods-box .goods-right .goods-info-i {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 30px;
  color: #515155;
}
.goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-item {
  height: 90px;
  margin-right: 20px;
  font-size: 12px;
  color: #515155;
  margin-bottom: 20px;
}
.goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-item:last-child {
  margin-right: 0;
}
.goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-name {
  margin-bottom: 0px;
}
.goods-info-box .goods-info .goods-box .goods-right .constitute-box .constitute-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.goods-info-box .goods-info .goods-box .goods-right .constitute-box .constitute-item:last-child {
  margin-right: 0;
}
.goods-info-box .goods-info .goods-tips {
  margin-top: 60px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.goods-info-box .goods-info .goods-tips.pangxie-goods-tips {
  color: #333;
}
.swiper-box {
  margin-left: calc((100% - 1200px)/2);
}
.swiper-box .mySwiper {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  --swiper-navigation-size: 0;
}
.swiper-box .mySwiper .swiper-slide {
  position: relative;
  height: 497px;
  transition: transform 0.3s ease-in-out;
}
.swiper-box .mySwiper .swiper-slide:hover {
  transform: scale(1.02);
}
.swiper-box .mySwiper .swiper-slide .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.swiper-box .mySwiper .swiper-slide .swiper-item .item-img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.swiper-box .mySwiper .swiper-slide .swipwe-txt-box {
  height: 100px;
  padding: 10px 20px;
  background-color: #F5F5F7;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.swiper-box .mySwiper .swiper-slide .swipwe-txt-box .txt-item {
  margin-bottom: 5px;
}
.swiper-box .mySwiper .swiper-slide .swipwe-txt-box .txt-item:last-child {
  margin-bottom: 0;
}
.swiper-box .mySwiper .swiper-slide .swipwe-txt-box .title {
  font-size: 16px;
}
.swiper-box .mySwiper .swiper-slide .swipwe-txt-box .sub-title {
  padding: 2px 8px;
  margin-left: 20px;
  font-size: 12px;
  border-radius: 30px;
  background-color: #fff;
  color: #1A93D9;
}
.swiper-box .mySwiper .swiper-button-next,
.swiper-box .mySwiper .swiper-button-prev {
  top: unset;
  bottom: 0px;
  left: 50%;
  width: 35px;
  height: 35px;
}
.swiper-box .mySwiper .swiper-button-next {
  transform: translateX(80%);
  background: url('../img/icon/next.png') no-repeat 100% 100%;
  background-size: 100%;
}
.swiper-box .mySwiper .swiper-button-prev {
  transform: translateX(-80%);
  background: url('../img/icon/prev.png') no-repeat 100% 100%;
  background-size: 100%;
}
.section {
  position: relative;
  width: 100%;
}
.section .section-text {
  width: 800px;
  position: absolute;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 28%;
  color: #fff;
  text-align: right;
}
.section .section-text .h {
  font-size: 65px;
  font-weight: bold;
}
.section .section-text .p {
  font-size: 27px;
}
.info-box {
  font-size: 20px;
}
.info-box .title {
  margin-bottom: 10px;
}
.info-box .video-box {
  margin-top: 160px;
  border-radius: 30px;
  overflow: hidden;
}
.info-box .video-box #video {
  width: 100%;
  height: 100%;
}
.section-btn-box {
  margin-top: 54px;
}
.section-btn-box .btn {
  background-color: #EFEFF2;
  border-radius: 56px;
  overflow: hidden;
  height: 56px;
  width: 276px;
  cursor: pointer;
}
.section-btn-box .btn .icon {
  margin-left: 10px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00A0E9;
  padding: 10px;
}
.section4 .title {
  font-size: 83px;
  font-weight: bold;
  margin-bottom: 90px;
}
.section4 .section-video {
  border-radius: 30px;
  overflow: hidden;
  width: 1024px;
  /*height: 664px;*/
  max-width: 100%;
}
.section4 .section-video video {
  max-width: 100%;
  width: 1024px;
  height: 664px;
  border-radius: 30px;
  overflow: hidden;
  object-fit: cover;
}
.section5 {
  max-width: 1024px;
}
.section5 .text-box {
  width: 450px;
}
.section5 .text-box .h {
  font-size: 73px;
  line-height: 1.2;
  font-weight: bold;
}
.section5 .text-box .txt {
  margin-top: 50px;
  color: #909095;
}
.section5 .text-box .txt b {
  color: #313131;
}
.section5 .content-box {
  margin-top: 80px;
}
.section5 .content-box .img {
  margin-bottom: 20px;
}
.section5 .content-box .txt-box {
  margin-top: 50px;
}
.section5 .content-box .txt-box .icon {
  width: 63px;
  height: 40px;
  margin-right: 34px;
  flex-shrink: 0;
}
.section5 .content-box .txt-box .text {
  max-width: 720px;
  color: #909095;
}
.section5 .content-box .txt-box .text b {
  color: #252525;
}
.section5 .content-box .video-box {
  margin-bottom: 20px;
}
.section5 .content-box .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.section5 .wireless-box {
  margin-top: 100px;
}
.section5 .wireless-box .wireless-item {
  margin-right: 100px;
  width: auto;
}
.section5 .wireless-box .wireless-item:nth-child(3n) {
  margin-right: 0;
}
.section5 .wireless-box .wireless-item .name {
  font-size: 27px;
}
.section5 .wireless-box .wireless-item .h {
  font-size: 80px;
  color: #129ED2;
  font-weight: bold;
}
.section5.panhai-section5 .text-box {
  margin-left: 0;
}
.section6.zhangyu .section-title {
  text-align: center;
}
.section6 .section-title {
  font-size: 66px;
  margin-bottom: 100px;
}
.section6 .section-video {
  margin-top: 20px;
  width: 800px;
  height: 400px;
  max-width: 100%;
}
.section6 .section-video video {
  width: 800px;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
.section6 .section-auto-video {
  margin-top: 20px;
}
.section6 .section-auto-video video {
  border-radius: 30px;
}
.section6 .section-txt {
  margin-top: 85px;
  width: 700px;
  text-align: center;
  color: #909095;
  font-size: 18px;
}
.section6 .section-txt b {
  color: #252525;
}
.section6 .environment-box {
  margin-top: 25px;
  width: 340px;
  padding-top: 30px;
  border-top: 1px dashed #909095;
}
.section6 .environment-box .icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.section6 .environment-box .txt {
  font-size: 18px;
  color: #909095;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.popup .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  filter: blur(2px);
}
.popup .popup-content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 990px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #000000;
  overflow-y: auto;
  max-height: 100%;
}
.popup .popup-content .closePopup {
  position: sticky;
  top: 38px;
  padding-right: 27px;
}
.popup .popup-content .closePopup img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.popup .popup-content .popup-box {
  padding: 30px 90px;
  color: #fff;
}
.popup .popup-content .tube-box {
  margin-bottom: 30px;
}
.popup .popup-content .tube-box .en-title {
  font-size: 38px;
}
.popup .popup-content .tube-box .title {
  font-size: 43px;
}
.popup .popup-content .tube-box .tube-list {
  margin-top: 40px;
}
.popup .popup-content .tube-box .tube-list .tube-item {
  width: calc(33.33% - 24px);
  margin-right: 35px;
  margin-bottom: 40px;
}
.popup .popup-content .tube-box .tube-list .tube-item:nth-child(3n) {
  margin-right: 0;
}
.popup .popup-content .tube-box .tube-list .tube-item .img {
  border-radius: 30px;
  overflow: hidden;
}
.popup .popup-content .tube-box .tube-list .tube-item .text-box {
  margin-top: 40px;
}
.popup .popup-content .tube-box .tube-list .tube-item .text-box .t {
  font-size: 18px;
}
.popup .popup-content .tube-box .tube-list .tube-item .text-box .e {
  font-size: 20px;
  color: #909095;
}
.popup .popup-content .tube-box .tube-list .tube-img {
  max-width: 100%;
}
.popup .popup-content .tube-box .tube-list .tube-txt .title {
  margin: 30px 0 5px;
  font-size: 18px;
}
.popup .popup-content .tube-box .tube-list .tube-txt .txt {
  color: #909095;
  font-size: 14px;
}
.pangxie_head_box {
  padding-top: 78px;
  padding-bottom: 100px;
}
.head-px-box {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.head-px-box .img1 {
  position: relative;
}
.head-px-box .img2 {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 530px;
}
.head-px-box .img3 {
  margin-top: -28px;
}
.head-px-box .img4 {
  position: absolute;
  top: 300px;
  left: 20px;
}
.head-px-box .img5 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.head-px-box .img6 {
  position: absolute;
  top: 270px;
  left: 50%;
  margin-left: -285px;
  animation: floatUp 2s infinite, floatDown 2s infinite 4s;
}
@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 定义向下浮动的动画 */
@keyframes floatDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.pangxie-info-box .title {
  text-align: center;
  font-size: 83px;
  font-weight: bold;
}
.pangxie-info-box .video-box {
  margin: 0 auto;
  margin-top: 100px;
  width: 1024px;
  max-width: 100%;
}
.panxie .goods-left {
  min-width: 450px;
}
.panxie .goods-right {
  min-width: 400px;
}
.pangxie-section5 {
  margin: 0 auto;
  width: 1044px;
}
.pangxie-section5 .text-box {
  width: 70%;
}
.pangxie-section5 .text-box .h {
  font-size: 65px;
}
.pangxie-section5 .img-box .img-item {
  margin-left: 20px;
}
.pangxie-section5 .img-box .img-item:first-child {
  margin-left: 0;
}
.pangxie-section5 .content-box .video-box {
  border-radius: 30px;
  overflow: hidden;
}
.pangxie-section5 .content-box .video-box .video {
  width: 100%;
  object-fit: cover;
}
.jiake_head_box .head-img {
  height: auto;
}
.jiake_head_box .head-txt-box {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.jiake_head_box .head-txt-box .en-title {
  font-size: 44px;
}
.jiake_head_box .head-txt-box .title {
  font-size: 25px;
}
.content-txt-box > div {
  margin-left: 20px;
}
.content-txt-box > div:first-child {
  margin-left: 0;
}
.content-txt-box .item {
  margin: 40px auto 0;
  width: 320px;
  font-size: 20px;
  color: #909095;
}
.content-txt-box .item:first-child {
  margin-right: 220px;
}
.content-txt-box .item span {
  color: #333;
}
.panhai {
  background-color: #000000;
  color: #fff;
}
.panhai .goods-info-box {
  background-color: #000000;
}
.panhai .goods-info-box .goods-info .goods-box .goods-left .goods-type {
  background-color: #2E2E30;
  color: #EFEFF2;
}
.panhai .goods-info-box .goods-info .goods-box .goods-left .goods-type .active {
  background-color: #EFEFF2;
  color: #2E2E30;
}
.panhai .goods-info-box .goods-info .goods-box .goods-left .goods-color-box {
  background-color: #2E2E30;
}
.panhai .goods-info-box .goods-info .goods-box .goods-left .goods-color-box .item-color.active {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.panhai .goods-info-box .goods-info .goods-box .goods-left .goods-color-box .item-color.active::after {
  border-color: #fff;
}
.panhai .goods-info-box .goods-info .goods-box .goods-right .goods-info-i {
  color: white;
}
.panhai .goods-info-box .goods-info .goods-box .goods-right .expand-none {
  color: white;
}
.panhai .panhai_head_box {
  padding-top: 78px;
}
.panhai .panhai_head_box .title {
  font-size: 32px;
  margin: 50px;
  text-align: center;
}
.panhai .panhai_head_box .head-video {
  border-radius: 40px;
  width: 888px;
  height: 397px;
  overflow: hidden;
}
.panhai .panhai_head_box .head-video img {
  width: 100%;
}
.panhai .panhai_head_box .head-video video {
  border-radius: 40px;
  width: 888px;
  height: 397px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}
.panhai .content-txt-box .item span {
  color: #fff;
}
.panhai .content-box .txt-box .text b {
  color: #fff;
}
.panhai .section-btn-box .btn {
  background-color: #2E2E30;
  color: #fff;
}
.panhai .pangxie-section5 .video-box video {
  width: 1044px;
  height: 514px;
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
}
.panhai .panhai-video3 #video {
  width: 1024px;
  height: 771px;
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
}
.panhai .section6 .section-title {
  font-size: 74px;
  text-align: center;
  margin-bottom: 0;
}
.panhai .section6 .section-sub-title {
  margin-top: 55px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 30px;
  color: #909095;
}
.panhai .section6 .section-txt b {
  color: white;
}
.duoka {
  background-color: #000;
  color: #fff;
}
.duoka .duoka_head_box {
  padding-top: 78px;
  padding-bottom: 140px;
}
.duoka .duoka_head_box .head-txt-box {
  width: 986px;
  margin: 50px auto;
}
.duoka .duoka_head_box .head-txt-box .title {
  font-size: 48px;
  font-weight: bold;
}
.duoka .duoka_head_box .head-txt-box .en-title .txt {
  margin-left: 10px;
  font-size: 24px;
}
.duoka .head-video {
  width: 986px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
.duoka .head-video .video {
  object-fit: cover;
}
.duoka .goods-info-box {
  color: #333;
}
.duoka .content-box .txt-box .text b {
  color: #fff;
}
.duoka .section-btn-box .btn {
  background-color: #2E2E30;
  color: #fff;
}
.duoka .section5 .text-box {
  margin-left: 0;
}
.duoka-section {
  background-color: #fff;
}
.duoka-section .section7 {
  background-color: #101010;
  border-radius: 40px;
  overflow: hidden;
  width: 990px;
  margin: 0 auto;
}
.duoka-section .section7 .popup-box {
  padding: 30px 90px;
}
.duoka-section .section7 .tube-box {
  padding: 90px 0;
  color: #fff;
}
.duoka-section .section7 .tube-box .en-title {
  font-size: 38px;
}
.duoka-section .section7 .tube-box .title {
  font-size: 43px;
}
.duoka-section .section7 .tube-box .tube-list {
  margin-top: 80px;
}
.duoka-section .section7 .tube-box .tube-list .tube-item {
  width: calc(33.33% - 24px);
  margin-right: 35px;
  margin-bottom: 40px;
}
.duoka-section .section7 .tube-box .tube-list .tube-item:nth-child(3n) {
  margin-right: 0;
}
.duoka-section .section7 .tube-box .tube-list .tube-item .img {
  border-radius: 30px;
  overflow: hidden;
}
.duoka-section .section7 .tube-box .tube-list .tube-item .text-box {
  margin-top: 40px;
}
.duoka-section .section7 .tube-box .tube-list .tube-item .text-box .t {
  font-size: 18px;
}
.duoka-section .section7 .tube-box .tube-list .tube-item .text-box .e {
  font-size: 20px;
  color: #909095;
}
.duoka-section .section7 .tube-box .tube-list .tube-img {
  max-width: 100%;
}
.duoka-section .section7 .tube-box .tube-list .tube-txt .title {
  margin: 30px 0;
  font-size: 18px;
}
.duoka-section .section7 .tube-box .tube-list .tube-txt .txt {
  color: #909095;
  font-size: 14px;
}
.materlal-box .title {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}
.materlal-box .metal-list-box {
  margin-top: 65px;
}
.materlal-box .metal-list-box .type {
  border-radius: 80px;
  height: 80px;
  padding: 2px;
  background-color: #2E2E30;
}
.materlal-box .metal-list-box .type .type-item {
  line-height: 80px;
  padding: 0px 18px;
  border-radius: 80px;
  overflow: hidden;
  color: #EFEFF2;
  font-size: 18px;
  cursor: pointer;
}
.materlal-box .metal-list-box .type .type-item.active {
  background-color: #EFEFF2;
  color: #000000;
}
.materlal-box .metal-list-box .list {
  margin-top: 120px;
}
.materlal-box .metal-list-box .list .itemImg {
  display: none;
}
.materlal-box .metal-list-box .list .itemImg.active {
  display: block;
}
.leka .leka-head {
  position: relative;
  height: auto;
  background-color: #E0AF3C;
  padding-top: 120px;
}
.leka .leka-head .title-box .img {
  width: 150px;
}
.leka .leka-head .title-box .t {
  margin-left: 30px;
  font-size: 30px;
  font-weight: bold;
}
.leka .leka-head .en-title {
  font-size: 45px;
  font-weight: bold;
}
.leka .leka-head .head-video {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 40px;
  width: 880px;
}
.leka .leka-head .head-video .video {
  width: 880px;
  height: 380px;
  object-fit: cover;
}
.leka .leka-section .lake-video {
  width: 381px;
  margin-right: 70px;
  overflow: hidden;
}
.leka .leka-section .lake-video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.leka .leka-section .environment-box {
  width: 300px;
}
.leka .leka-section .environment-box .icon {
  width: 68px;
  height: 68px;
}
.leka .leka-section .environment-box .section-txt {
  margin-top: 90px;
  font-size: 18px;
  color: #909095;
}
.leka .leka-section .environment-box .section-txt b {
  color: #000;
}
.leka .shop-info-box {
  padding-top: 0;
}
.zhangyu-swiper .swiper-box .mySwiper .swiper-slide {
  height: auto;
}
.zhangyu-swiper .swiper-box .mySwiper .swiper-slide .item-img {
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
.zhangyu-swiper .swiper-box .mySwiper .swipwe-txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
.zhangyu-swiper .swiper-box .mySwiper .swipwe-txt-box .txt-item {
  color: #FAFAFA;
}
.dashou-swiper .swiper-box .mySwiper .swiper-slide {
  height: auto;
}
.dashou-swiper .swiper-box .mySwiper .swiper-slide .item-img {
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}
.duogongneng .goods-info-box {
  padding-top: 180px;
}
.xiangji .leka-head {
  background-color: #fff;
  height: auto;
  padding-bottom: 137px;
}
.xiangji .xiangji-metal.tube-box {
  padding: 40px 0;
}
.xiangji .xiangji-metal .xiangji-metal-item {
  flex: 1;
  margin-right: 50px;
}
.xiangji .xiangji-metal .xiangji-metal-item:nth-child(even) {
  margin-right: 0;
}
.xiangji .xiangji-metal .xiangji-metal-item .tube-list .tube-item {
  width: 100%;
  margin-right: 0;
}
.xiangji .section5 .content-box .txt-box {
  width: 1000px;
}
.yuanchanggan .leka-head {
  background-color: #fff;
  height: auto;
  padding-bottom: 137px;
}
.yuanchanggan .leka-head .title-box .t {
  font-weight: 400;
}
.yuanchanggan .leka-head .head-txt-box .en-title {
  font-size: 54px;
  font-weight: bold;
}
.yuanchanggan .leka-head .head-video {
  width: 1024px;
}
.yuanchanggan .yanchanggan-section {
  position: relative;
}
.yuanchanggan .yanchanggan-section .type {
  height: 80px;
  background-color: #000;
  border-radius: 80px;
  overflow: hidden;
}
.yuanchanggan .yanchanggan-section .type .type-item {
  color: #fff;
  padding: 0 25px;
  line-height: 80px;
  font-size: 22px;
}
.yuanchanggan .yanchanggan-section .gan-box {
  margin-top: 80px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-tips {
  font-size: 20px;
  font-weight: bold;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img {
  position: relative;
  margin-top: 35px;
  font-size: 18px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .title {
  font-weight: bold;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item1 {
  position: absolute;
  top: 60px;
  left: 74px;
  min-width: 220px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item1::after {
  position: absolute;
  content: '';
  width: 42px;
  border-top: 2px solid #0F94FE;
  top: 7px;
  left: -47px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item1::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 3.5px;
  left: -50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #0F94FE;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item1 .en-title {
  color: #BDBDBD;
  margin-top: 5px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item1 .img {
  margin-top: 24px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item2 {
  position: absolute;
  top: 400px;
  right: 135px;
  min-width: 200px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item2::after {
  position: absolute;
  content: '';
  width: 42px;
  border-top: 2px solid #0F94FE;
  top: 7px;
  right: -45px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item2::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 3.5px;
  right: -50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #0F94FE;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item3 {
  position: absolute;
  top: 940px;
  left: 74px;
  min-width: 200px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item3::after {
  position: absolute;
  content: '';
  width: 42px;
  border-top: 2px solid #0F94FE;
  top: 7px;
  left: -47px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item3::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 3.5px;
  left: -50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #0F94FE;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item4 {
  position: absolute;
  left: 7px;
  bottom: -63px;
  width: 38px;
  height: 53px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item4 .title {
  position: absolute;
  top: 0;
  right: 60px;
  min-width: 200px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item4 .title::after {
  position: absolute;
  content: '';
  width: 42px;
  border-top: 2px solid #0F94FE;
  top: 38px;
  right: -38px;
}
.yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item4 .title::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 35.5px;
  right: -45px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #0F94FE;
}
.yuanchanggan .section8 {
  background-color: #F5F5F8;
}
.yuanchanggan .taocan-box .title {
  font-size: 50px;
  color: #252525;
  font-weight: bold;
}
.yuanchanggan .taocan-box .taocan-list {
  margin-top: 60px;
}
.yuanchanggan .taocan-box .taocan-list .list-item {
  font-size: 24px;
}
.yuanchanggan .taocan-box .taocan-list .list-item .tips {
  margin-top: 60px;
  color: #0DB3E9;
}
.yuanchanggan .taocan-box .taocan-list .list-item .img-box {
  height: 310px;
}
.yuanchanggan .taocan-box .taocan-list .list-item .info {
  margin-top: 40px;
  min-height: 90px;
}
.yuanchanggan .taocan-box .taocan-list .list-item .info .i {
  font-size: 18px;
  text-align: center;
}
.yuanchanggan .taocan-box .taocan-list .list-item .btn {
  margin-top: 45px;
  height: 40px;
  border-radius: 40px;
  width: 120px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  border: 1px solid #252525;
}
.yuanchanggan .sh-box .item-sh {
  margin-top: 70px;
}
.yuanchanggan .sh-box .item-sh .item-sh-txt {
  height: 180px;
  border-radius: 32px 32px 0 0;
  background-color: #F5F5F8;
  overflow: hidden;
}
.yuanchanggan .sh-box .item-sh .item-sh-txt .title {
  font-size: 50px;
  color: #252525;
}
.yuanchanggan .sh-box .item-sh .item-sh-txt .sub-title {
  margin-top: 5px;
  font-size: 25px;
}
.yuanchanggan .sh-box .item-sh .item-sh-video {
  width: 100%;
}
.yuanchanggan .sh-box .item-sh .item-sh-video .video {
  width: 100%;
  object-fit: cover;
}
.bashou .bahsou-head {
  padding-top: 78px;
  background-color: #000000;
}
.bashou .bahsou-head .head-txt-box {
  padding: 50px 0;
  color: #fff;
  font-weight: bold;
}
.bashou .bahsou-head .head-txt-box .title-box {
  font-size: 30px;
}
.bashou .bahsou-head .head-txt-box .en-title {
  font-size: 54px;
}
.bashou .bahsou-head .head-img {
  height: unset;
}
.bashou .goods-info-box .goods-info .goods-box .goods-right .parameter-item {
  margin-bottom: 5px;
}
.bashou .goods-info-box .goods-info .goods-box .goods-right .parameter-item .icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.bashou .goods-info-box .goods-info .goods-box .goods-right .parameter-item .text {
  line-height: 23px;
  color: #515155;
}
.bashou .goods-info-box .goods-info .goods-box .goods-right .parameter-zhishideng .parameter-item:nth-child(1) .icon {
  background-color: #F60F04;
}
.bashou .goods-info-box .goods-info .goods-box .goods-right .parameter-zhishideng .parameter-item:nth-child(2) .icon {
  background-color: #E48F44;
}
.bashou .goods-info-box .goods-info .goods-box .goods-right .parameter-zhishideng .parameter-item:nth-child(3) .icon {
  background-color: #1283E3;
}
.bashou .goods-info-box .goods-info .goods-box .goods-right .parameter-zhishideng .parameter-item:nth-child(4) .icon {
  background-color: #00FF00;
}
.bashou .parameter-item-img {
  margin-bottom: 20px;
  text-align: center;
}
.bashou .parameter-item-img .item-img {
  margin-right: 20px;
}
.bashou .parameter-item-img .item-img .img {
  margin: auto;
  width: 40px;
  height: 40px;
}
.bashou .parameter-item-img .item-img .txt {
  margin-top: 10px;
  font-size: 12px;
  color: #515155;
}
.toutao .head .head-box .head-box-before {
  background-color: #181818 ;
}
.toutao .toutao-head {
  padding-top: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.toutao .toutao-head .toutao-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.toutao .toutao-head .bg {
  width: 100%;
  height: auto;
}
.toutao .toutao-head .head-txt-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 172px 0 50px;
  height: 100%;
  color: #fff;
}
.toutao .toutao-head .head-txt-box .en-title {
  font-size: 74px;
  font-weight: bold;
}
.toutao .toutao-head .head-txt-box .title-box .t {
  margin-left: 20px;
  font-size: 30px;
}
.toutao .toutao-swiper {
  padding-top: 68px;
}
.toutao .toutao-swiper .swiper-box .mySwiper {
  padding: 0 0 80px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide {
  height: 745px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item-box {
  padding: 10px;
  height: 100%;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item {
  background-color: #F5F5F7;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 10px;
  cursor: pointer;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-img {
  height: 280px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-icon {
  margin-top: 30px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-name {
  margin-top: 15px;
  font-size: 14px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .xn-list {
  margin-top: 30px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .xn-list .xn-item {
  margin-right: 20px;
  font-size: 14px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .xn-list .xn-item:last-child {
  margin-right: 0;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .xn-list .xn-item .img {
  width: 37px;
  height: 37px;
  margin-bottom: 10px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .xn-list .xn-item .h {
  color: #000000;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .xn-list .xn-item .p {
  color: #909095;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-info {
  margin-top: 30px;
  flex: 1;
  font-size: 14px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-info .material {
  text-align: center;
  min-height: 63px;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-info .material .t {
  color: #000;
}
.toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-info .material .p {
  color: #909095;
}
.shuibei .leka-head {
  background-color: #fff;
  height: auto;
  padding-bottom: 137px;
}
.shuibei .leka-head .title-box .t {
  margin-left: 0;
}
.shuibei .section-box {
  padding: 120px 0 60px;
}
.shuibei .zhangyu-swiper {
  padding-top: 88px;
  background: white;
}
.shuibei .shuibei-box .title {
  font-size: 50px;
}
.shuibei .shuibei-box .mySwiper2 {
  position: relative;
  width: 100%;
  padding: 60px 0 88px;
  overflow: hidden;
}
.shuibei .shuibei-box .mySwiper2 .swiper-slide {
  height: 700px;
}
.shuibei .shuibei-box .mySwiper2 .list-item {
  font-size: 24px;
}
.shuibei .shuibei-box .mySwiper2 .list-item .tips {
  margin-top: 60px;
  color: #0DB3E9;
  height: 80px;
}
.shuibei .shuibei-box .mySwiper2 .list-item .img-box {
  height: 310px;
}
.shuibei .shuibei-box .mySwiper2 .list-item .info {
  margin-top: 40px;
  min-height: 90px;
}
.shuibei .shuibei-box .mySwiper2 .list-item .info .i {
  font-size: 18px;
  text-align: center;
}
.shuibei .shuibei-box .mySwiper2 .list-item .series {
  margin-top: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
}
.shuibei .shuibei-box .mySwiper2 .list-item .btn {
  margin-top: 30px;
  height: 40px;
  border-radius: 40px;
  width: 120px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  border: 1px solid #252525;
}
.charger {
  overflow-x: hidden;
}
.charger .charger-head {
  position: relative;
  height: auto;
  background-color: #FFF;
  padding-top: 120px;
  padding-bottom: 100px;
}
.charger .charger-head.charger2-head {
  height: 350px;
}
.charger .charger-head.charger2-head .title-box {
  margin-bottom: 0;
}
.charger .charger-head.charger2-head .title-box .t {
  margin-left: 0;
}
.charger .charger-head.charger2-head .title-box .en-title {
  margin-top: 10px;
  font-size: 22px;
}
.charger .charger-head .title-box {
  margin-bottom: 10px	;
}
.charger .charger-head .title-box .icon {
  width: 98px;
}
.charger .charger-head .title-box .t {
  margin-left: 17px;
  font-size: 30px;
  font-weight: bold;
}
.charger .charger-head .en-title {
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.charger .charger-head .head-video {
  margin-top: 40px;
}
.charger .charger-head .head-video .video {
  border-radius: 40px;
  overflow: hidden;
  width: 880px;
  height: 380px;
  object-fit: cover;
}
.charger .box1 .title {
  font-size: 48px;
  color: #909095;
}
.charger .box1 .goods-info-box {
  margin-top: 160px;
}
.charger .box1 .goods-info-box .info-text {
  position: relative;
  z-index: 2;
}
.charger .box1 .goods-info-box .info-text .item {
  margin-bottom: 25px;
}
.charger .box1 .goods-info-box .info-text .item:last-child {
  margin-bottom: 0;
}
.charger .box1 .goods-info-box .info-text .item .icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  background-color: #EA0319;
}
.charger .box1 .goods-info-box .info-text .item .text .h {
  font-size: 14px;
  color: #909095;
}
.charger .box1 .goods-info-box .info-text .item .text .h b {
  color: #252525;
}
.charger .box1 .goods-info-box .info-text .item .text .p {
  font-size: 12px;
  color: #909095;
}
.charger .box1 .goods-info-box .info-text .item:nth-child(1) .icon {
  background-color: #EA0319;
}
.charger .box1 .goods-info-box .info-text .item:nth-child(2) .icon {
  background-color: #F4DD1A;
}
.charger .box1 .goods-info-box .info-text .item:nth-child(3) .icon {
  background-color: #00FF00;
}
.charger .box1 .goods-info-box .info-text .item:nth-child(4) .icon {
  background-color: #0F94FE;
}
.charger .box1 .goods-info-box .info-img {
  position: relative;
  margin-left: -100px;
}
.charger .box1 .goods-info-box .info-img .tips1 {
  position: absolute;
  left: -380px;
  top: 52px;
}
.charger .box1 .goods-info-box .info-img .tips1 .text {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 220px;
}
.charger .box1 .goods-info-box .info-img .tips1 .text .h {
  font-size: 18px;
  color: #909095;
}
.charger .box1 .goods-info-box .info-img .tips1 .text .h b {
  color: #252525;
}
.charger .box1 .goods-info-box .info-img .tips1 .text .p {
  font-size: 18px;
  color: #909095;
}
.charger .box1 .goods-info-box .info-img .tips2 {
  position: absolute;
  top: 143px;
  right: 217px;
  height: 56px;
  width: 242px;
}
.charger .box1 .goods-info-box .info-img .tips2 .text {
  position: absolute;
  bottom: 26px;
  left: 0;
}
.charger .box1 .goods-info-box .info-img .tips2 .text .h {
  font-size: 18px;
  color: #909095;
}
.charger .box1 .goods-info-box .info-img .tips2 .text .h b {
  color: #252525;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img {
  position: relative;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img .tips {
  position: absolute;
  top: 127px;
  right: 129px;
  height: 90px;
  width: 430px;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img .tips::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: -14px;
  width: 27px;
  height: 24px;
  border-radius: 50%;
  border: 1px dashed #FFFF00;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img .tips .text {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 200px;
  font-size: 19px;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img .tips .text p {
  color: #909095;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 {
  position: relative;
  margin-right: 200px;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 .tips {
  position: absolute;
  left: 97px;
  top: 200px;
  width: 280px;
  border-top: 1px solid #BFBFC0;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 .tips::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px dashed #FFFF00;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 .tips .title {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 19px;
  color: #252525;
}
.charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 .tips .text {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 14px;
  color: #909095;
  width: 260px;
  text-align: right;
}
.charger .box1 .goods-info-box.charger4-goods-info {
  margin-top: 260px;
}
.charger .box1 .goods-info-box.charger4-goods-info .item:first-child {
  margin-right: 78px;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img {
  position: relative;
  flex-shrink: 1;
  width: 283px;
  height: 465px;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img .tips {
  position: absolute;

    left: 0px;
    top: 150px;
  width: 8px;
  height: 170px;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img .tips .text {
  position: absolute;
  left: 10px;
  top: 0;
  width: 150px;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img .tips .text div {
  font-size: 19px;
  color: #252525;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img .tips .text p {
  font-size: 14px;
  color: #909095;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img2 {
  position: relative;
  width: 300px;
  height: 465px;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img2 .tips {
  position: absolute;
      left: -25px;
    bottom: 200px;
  width: 95px;
  height: 180px;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img2 .tips .text {
  position: absolute;
  left: 10px;
  top: 0;
  width: 150px;
  visibility: visible!important;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img2 .tips .text div {
  font-size: 19px;
  color: #252525;
}
.charger .box1 .goods-info-box.charger4-goods-info .item-img2 .tips .text p {
  font-size: 14px;
  color: #909095;
}
.charger .box1 .goods-info-box.charger4-goods-info .index {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #909095;
  color: #909095;
  font-size: 24px;
}
.charger .product-box {
  background-color: #fff;
  padding: 80px 0;
}
.charger .product-box .product-info {
  width: 1024px;
  margin: 0 auto;
}
.charger .product-box .product-info .product-title .title {
  font-size: 29px;
}
.charger .product-box .product-info .product-title .icon {
  position: relative;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #828287;
  margin-top: -20px;
  cursor: pointer;
  transition: all 0.3 ease;
}
.charger .product-box .product-info .product-title .icon::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -16px;
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-bottom-color: #fff;
  z-index: 2;
}
.charger .product-box .product-info .product-item {
  margin-top: 50px;
}
.charger .product-box .product-info .product-item:last-child .content {
  border-bottom: 0;
}
.charger .product-box .product-info .product-item .name {
  flex: 3;
  font-size: 22px;
  color: #252525;
  font-weight: 500;
}
.charger .product-box .product-info .product-item .content {
  flex: 9;
  color: #666666;
  padding-bottom: 45px;
  border-bottom: 1px solid #C9C9C9;
  line-height: 30px;
}
.charger .box3-box {
  background-color: #000;
}
.charger .box3-box .title-box {
  font-size: 65px;
  font-weight: bold;
  color: #909095;
}
.charger .box3-box .info-box {
  width: 1044px;
  margin: 50px auto 0;
}
.charger .box3-box .info-box img {
  margin-bottom: 20px;
}
.charger .box3-box .info-box .text-box {
  margin-top: 100px;
}
.charger .box3-box .info-box .text-box .icon {
  flex-shrink: 1;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #d2a535;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
}
.charger .box3-box .info-box .text-box .text {
  margin-left: 15px;
  font-size: 20px;
  color: #909095;
  flex: 1;
}
.charger .box4 .txt-box,
.charger .box4 .img-box {
  height: 50px;
}
.charger .box4 .txt-box {
  font-size: 44px;
  font-weight: 500;
  color: #D2BA8F;
}
.charger .box4 .box4-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.charger .box4 .box4-list {
  background-color: #fff;
  padding: 90px;
}
.charger .box4 .box4-list .item {
  width: 180px;
  font-size: 18px;
  margin-right: 208px;
}
.charger .box4 .box4-list .item:nth-child(3n) {
  margin-right: 0;
}
.charger .box4 .box4-list .item .text {
  margin: 40px 0;
}
.charger .box4 .box4-list .item .p {
  color: #909095;
}
.charger .box4.box43 {
  width: 888px;
}
.charger .box4.box43 .box4-list .item {
  margin-right: 180px;
}
.charger .box5 .title {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.charger .box5 .box5-list {
  margin-top: 100px;
  padding: 50px 80px;
  position: relative;
}
.charger .box5 .box5-list .list {
  width: 100%;
}
.charger .box5 .box5-list .list .item {
  flex: 1;
}
.charger .box5 .box5-list .list .item .img-box {
  height: 280px;
  width: 160px;
}
.charger .box5 .box5-list .list .item .img-box img {
  transition: all 0.2s ease;
}
.charger .box5 .box5-list .list .item .img-box .pimg {
  width: 70px;
  height: 70px;
  padding: 2px;
}
.charger .box5 .box5-list .list .item .img-box .pimg img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.charger .box5 .box5-list .list .item .name {
  height: 60px;
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}
.charger .box5 .box5-list .list .item .btn-box {
  margin-top: 40px;
  padding-bottom: 25px;
  width: 160px;
  border-bottom: 1px solid #AAAAAA;
}
.charger .box5 .box5-list .list .item .btn-box .go-btn {
  padding: 5px 20px;
  border-radius: 40px;
  overflow: hidden;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 23px;
  background-color: #0071E3;
}
.charger .box5 .box5-list .list .item .btn-box .more-btn {
  font-size: 14px;
  color: #0071E3;
}
.charger .box5 .box5-list .list .item .item-box1 {
  margin-top: 40px;
  height: 165px;
  text-align: center;
}
.charger .box5 .box5-list .list .item .item-box1 .name {
  margin-top: 0;
  position: relative;
}
.charger .box5 .box5-list .list .item .item-box1 .name span {
  position: absolute;
  top: -8px;
  right: 3px;
  font-size: 12px;
  color: #969696;
}
.charger .box5 .box5-list .list .item .item-box1 .sub-name {
  font-size: 12px;
  color: #969696;
}
.charger .box5 .box5-list .list .item .item-box1 .icon {
  width: 100%;
  margin-top: 15px;
}
.charger .box5 .box5-list .list .item .item-box1 .icon img {
  width: 45px;
  margin: 0 4px;
}
.charger .box5 .box5-list .list .item .item-box1 .icon-box .icon-item {
  margin-top: 15px;
  margin-left: 10px;
}
.charger .box5 .box5-list .list .item .item-box1 .icon-box .icon-item .icon {
  margin-top: 0;
}
.charger .box5 .box5-list .list .item .item-box1 .icon-box .icon-item:first-child {
  margin-left: 0;
}
.charger .box5 .box5-list .list .item .item-box1 .zw {
  width: 48px;
  height: 48px;
  border-left: 1px solid #898989;
  transform: rotate(-45deg) translate(24px);
}
.charger .box5 .box5-list .list .item .item-box2 {
  min-height: 400px;
  height: auto;
}
.charger .box5 .box5-list .list .item .item-box2 .name {
  font-size: 18px;
  text-align: center;
}
.charger .box5 .box5-list .list .item .item-box2 .img-box {
  margin-top: 15px;
  height: 450px;
  padding: 0 30px;
}
.charger .box5 .box5-list .list .item .item-box2 .img-box .img-item {
  width: 50%;
}
.charger .box5 .box5-list .list .item .item-box2 .img-box .img-item .img {
  min-width: 48%;
  margin: 0 1%;
  text-align: center;
  font-size: 14px;
}
.charger .box5 .box5-list .list .item .item-box2 .img-box .img-item .img .pimg {
  height: 80px;
  margin: 10px 0;
}
.charger .box5 .box5-list .list .item .item-box2 .img-box .img-item .t {
  font-size: 14px;
}
.charger .box5 .box5-list .list .item .item-box2 .img-box .img-item.img-one {
  width: 100%;
}
.charger .box5 .box5-list .list .item .livke {
  margin: 40px 0;
  width: 160px;
  height: 1px;
  background-color: #AAAAAA;
}
.charger .box5 .box5-list .list .item .item-box3 {
  height: 140px;
}
.charger .box5 .box5-list .list .item .item-box3 .name {
  margin-top: 0;
  font-size: 18px;
  text-align: center;
}
.charger .box5 .box5-list .list .item .item-box3 .sub-name {
  font-size: 12px;
  color: #969696;
}
.charger .box5 .box5-list .list .item .item-box3 .sub-name h4 {
  font-size: 18px;
  color: #252525;
}
.charger .box5 .box5-list .box5-foot {
  margin-top: 40px;
  width: 100%;
  padding-top: 35px;
  border-top: 1px solid #AAAAAA;
  color: #969696;
  font-size: 18px;
}
.charger .box5 .box5-list .box5-foot a {
  color: #252525;
}
.charger .box6 .box6-list .item {
  margin-right: 110px;
}
.charger .box6 .box6-list .item:last-child {
  margin-right: 0;
}
.charger .box6 .box6-list .item .img-box {
  height: 300px;
  margin-bottom: 15px;
}
.charger .box6 .box6-list .item .name {
  margin-bottom: 40px;
}
.charger .box6 .box6-list .item .name div {
  font-size: 18px;
  text-align: center;
}
.charger .box6 .box6-list .item .name .h {
  margin-bottom: 10px;
}
.charger .box6 .box6-list .item .name .t {
  margin-bottom: 15px;
}
.charger .box6 .box6-list .item .jkzs-btn {
  width: 79px;
  height: 29px;
  background-color: #0071E3;
  border-radius: 29px;
  overflow: hidden;
  line-height: 29px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
}
.charger .box6 .box6-list .item .jkzs-img {
  height: 99px;
  margin-bottom: 40px;
}
.charger .box6 .box6-list .item .tips {
  text-align: center;
  font-size: 14px;
}
.charger .box6 .box5-foot {
  margin: 40px auto 0;
  width: 755px;
  padding-top: 35px;
  border-top: 1px solid #AAAAAA;
  color: #969696;
  font-size: 18px;
}
.charger .box6 .box5-foot a {
  color: #252525;
}
.peijian .peijian-head {
  height: 470px;
  background-color: #8C1319;
  color: #fff;
}
.peijian .peijian-head .head-txt-box {
  width: 965px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  height: 100%;
}
.peijian .peijian-head .head-txt-box .title-box {
  position: relative;
  z-index: 9;
  color: #fff;
}
.peijian .peijian-head .head-txt-box .title-box .t {
  margin-left: 12px;
  font-size: 32px;
}
.peijian .peijian-head .head-txt-box .en-title {
  position: relative;
  z-index: 9;
  font-size: 54px;
  font-weight: 700;
}
.peijian .peijian-head .head-txt-box .head-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  overflow: hidden;
}
.peijian .peijian-head .head-txt-box .head-img-box .top .left img {
  width: 200px;
  height: 156px;
}
.peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img6 {
  width: 157px;
  height: 71px;
}
.peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img7 {
  width: 77px;
  height: 58px;
}
.peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img8 {
  width: 88px;
  height: 46px;
}
.peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img9 {
  width: 97px;
  height: 100px;
}
.peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img10 {
  width: 211px;
  height: 116px;
}
.peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img11 {
  width: 153px;
  height: 88px;
}
.peijian .box1 {
  width: 965px;
  margin: 0 auto;
}
.peijian .box1 .type-box {
  padding-bottom: 75px;
}
.peijian .box1 .type-box .type-item {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.peijian .box1 .type-box .type-item .img-box {
  height: 100px;
  margin-bottom: 50px;
}
.peijian .box1 .type-box .type-item .name {
  font-size: 18px;
  padding-bottom: 5px;
}
.peijian .box1 .type-box .type-item .name.active {
  color: #0C94D4;
  border-bottom: 1px solid #0C94D4;
}
.peijian .box1 .content {
  border-top: 1px solid #E5E5E5;
  padding-top: 60px;
}
.peijian .box1 .content .title {
  margin-top: 80px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.peijian .box1 .mySwiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  --swiper-navigation-size: 0;
}
.peijian .box1 .mySwiper .swiper-button-next,
.peijian .box1 .mySwiper .swiper-button-prev {
  width: 35px;
  height: 35px;
}
.peijian .box1 .mySwiper .swiper-button-next {
  background: url('../img/icon/next.png') no-repeat 100% 100%;
  background-size: 100%;
}
.peijian .box1 .mySwiper .swiper-button-prev {
  background: url('../img/icon/prev.png') no-repeat 100% 100%;
  background-size: 100%;
}
.peijian .box1 .mySwiper .swiper-item {
  height: 746px;
  background-color: #F5F5F7;
  padding: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box {
  width: 100%;
  display: none;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box.active {
  display: block;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .check-item {
  margin: 70px auto 36px;
  height: 200px;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .img-box {
  height: 200px;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .img-box .img {
  height: 200px;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .tips {
  height: 30px;
  margin-top: 10px;
  font-size: 12px;
  color: #0CBCEE;
  text-align: center;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .text {
  margin-top: 10px;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .text .img {
  width: 65px;
  height: 14px;
  display: flex;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .text .name {
  margin-top: 10px;
  font-size: 14px;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .index {
  margin-top: 10px;
  height: 40px;
  width: 116px;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .index .i-item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-right: 4px;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .index .i-item img {
  width: 100%;
  height: 100%;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .index .i-item:nth-child(5n) {
  margin-right: 0;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .index .i-item.active {
  border: 1px solid #333;
}
.peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .index .i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.peijian .box1 .mySwiper .swiper-item .swiper-info {
  margin-top: 20px;
  font-size: 14px;
}
.peijian .box1 .mySwiper .swiper-item .swiper-info .t {
  color: #000;
}
.peijian .box1 .mySwiper .swiper-item .swiper-info .t.not {
  color: #909095;
  position: relative;
}
.peijian .box1 .mySwiper .swiper-item .swiper-info .t.not:after {
  position: absolute;
  top: 50%;
  left: -5%;
  content: '';
  width: 110%;
  height: 1px;
  margin-top: -0.5px;
  background-color: #909095;
}
.peijian .box1 .mySwiper .swiper-item .swiper-info .p {
  color: #909095;
}
.peijian .box1 .jiabi-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 64px;
}
.peijian .box1 .jiabi-box.box1 .img .img-text {
  right: 13%;
  bottom: 29%;
}
.peijian .box1 .jiabi-box.box2 .img .img-text {
  left: 13%;
  bottom: 20%;
}
.peijian .box1 .jiabi-box .img {
  position: relative;
}
.peijian .box1 .jiabi-box .img .img-text {
  position: absolute;
  text-align: center;
  color: #fff;
}
.peijian .box1 .jiabi-box .img .img-text .t {
  font-size: 66px;
}
.peijian .box1 .jiabi-box .img .img-text .p {
  margin-top: 10px;
  font-size: 19px;
}
.peijian .box1 .jiabi-box .text-box {
  padding: 50px;
  background-color: #fff;
}
.peijian .box1 .jiabi-box .text-box .goods-box {
  flex: 1;
}
.peijian .box1 .jiabi-box .text-box .goods-box .goods-list .item {
  margin-right: 20px;
}
.peijian .box1 .jiabi-box .text-box .goods-box .goods-list .item:last-child {
  margin-right: 0;
}
.peijian .box1 .jiabi-box .text-box .goods-box .goods-list .item .img-box {
  height: 187px;
}
.peijian .box1 .jiabi-box .text-box .goods-box .goods-list .item .index {
  margin-right: 10px;
  margin-top: 15px;
}
.peijian .box1 .jiabi-box .text-box .goods-box .goods-list .item .model {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #000000;
}
.peijian .box1 .jiabi-box .text-box .goods-box .goods-name {
  margin-top: 45px;
  font-size: 14px;
}
.peijian .box1 .base .plate-box1 {
  margin-top: 20px;
}
.peijian .box1 .base .plate-box1 .left .img {
  position: relative;
  color: #fff;
}
.peijian .box1 .base .plate-box1 .left .img .img-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding: 0px 15px;
}
.peijian .box1 .base .plate-box1 .left .img .img-title div {
  font-size: 18px;
}
.peijian .box1 .base .plate-box1 .left .img .img-title p {
  margin-left: 8px;
  font-size: 14px;
}
.peijian .box1 .base .plate-box1 .left .img .text {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding: 20px 15px;
}
.peijian .box1 .base .plate-box1 .left .img .text div {
  font-size: 16px;
}
.peijian .box1 .base .plate-box1 .left .img .text p {
  font-size: 14px;
}
.peijian .box1 .base .plate-box1 .right {
  margin-left: 24px;
}
.peijian .box1 .base .plate-box1 .right .img {
  height: 170px;
  width: 150px;
  margin-right: 10px;
}
.peijian .box1 .base .plate-box1 .right .img:last-child {
  margin-right: 0;
}
.peijian .box1 .base .goods-list .goods-item {
  width: calc(100% / 6);
}
.peijian .box1 .base .goods-list .goods-item .giids-img {
  height: 150px;
  overflow: hidden;
}
.peijian .box1 .base .goods-list .goods-item .goods-info {
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
}
.peijian .box1 .base .goods-list .goods-item .goods-info p {
  color: #909095;
}
.peijian .box1 .base .goods-box {
  margin-top: 30px;
  background-color: #F5F5F7;
  padding: 20px 30px;
}
.peijian .box1 .base .goods-box .goods-title {
  font-size: 23px;
}
.peijian .box1 .base .base-box .base-goods {
  width: 450px;
  margin-top: 15px;
  padding: 20px 20px;
  background-color: #F5F5F7;
}
.peijian .box1 .base .base-box .base-goods .base-title {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}
.peijian .box1 .base .base-box .base-goods .goods-list .goods-item {
  width: calc(100% / 3);
}
.peijian .box1 .base .base-box .base-goods .goods-list .goods-item .giids-img {
  /*height: 100px;*/
}
.peijian .box1 .base .base-box .base-goods .goods-list .goods-item.goods-item-one {
  width: 100%;
  margin-top: 20px;
}
.peijian .box1 .base .base-box .base-goods .goods-list .goods-item.goods-item-one .giids-img {
  height: auto;
}
.peijian .box1 .base .base-box .base-goods .goods-list .goods-item.goods-item-one .goods-info {
  margin-left: 25px;
  margin-top: 0;
}
.peijian .box1 .base .base-box .base-box-left {
  width: 450px;
  margin-right: 65px;
}
.peijian .box1 .base .base-box .base-box-left .plate-box1 {
  width: 450px;
}
.peijian .box1 .base .base-box .base-box-left .plate-box1 .img-title {
  line-height: 1;
}
.peijian .box1 .base .base-box .base-box-left .plate-box1 .img-title p {
  margin-left: 0 !important;
}
.peijian .box1 .base .base-box .base-box-left .plate-box1 .right {
  margin-left: 5px;
}
.peijian .box1 .base .base-box .base-box-right {
  width: 450px;
}
.peijian .box1 .base .base-box .base-box-right .plate-box1 {
  width: 450px;
}
.peijian .box1 .base .base-box .base-box-right .plate-box1 .img-title {
  line-height: 1;
}
.peijian .box1 .base .base-box .base-box-right .plate-box1 .img-title p {
  margin-left: 0 !important;
}
.peijian .box1 .base .base-box .base-box-right .plate-box1 .right {
  margin-left: 5px;
}
.peijian .box1 .base .base-box .base-box-right .base-goods .base-goods-item {
  flex: 1;
}
.peijian .box1 .base .base-box .base-box-right .base-goods .base-goods-item .base-title {
  font-size: 23px;
  text-align: center;
}
.peijian .box1 .base .base-box .base-box-right .base-goods .base-goods-item .goods-list .goods-item {
  width: 100%;
}
.peijian .box1 .base .base-box .base-box-right .base-goods .base-goods-item .goods-list .goods-item .giids-img {
  /*height: 100px;*/
}
.peijian .box1 .DIY .title {
  margin-top: 0;
  font-size: 43px;
  font-weight: 400;
}
.peijian .box1 .DIY .sub-title {
  margin-top: 40px;
}
.peijian .box1 .DIY .sub-title a {
  font-size: 20px;
  color: #0C94D4;
  padding-bottom: 4px;
  border-bottom: 1px solid #0C94D4;
}
.peijian .box1 .DIY .banner-box {
  position: relative;
  margin-top: 40px;
  height: 536px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #F29020;
}
.peijian .box1 .DIY .banner-box .img1 {
  position: absolute;
  left: 120px;
  top: 75px;
  height: 63px;
  width: 243px;
}
.peijian .box1 .DIY .banner-box .img2 {
  position: absolute;
  top: 165px;
  left: 140px;
  width: 226px;
  height: 124px;
}
.peijian .box1 .DIY .banner-box .img3 {
  position: absolute;
  top: 280px;
  left: 115px;
  width: 73px;
  height: 73px;
  z-index: 2;
}
.peijian .box1 .DIY .banner-box .img4 {
  position: absolute;
  top: 352px;
  left: 140px;
  width: 109px;
  height: 107px;
}
.peijian .box1 .DIY .banner-box .img5 {
  position: absolute;
  top: 129px;
  left: 50%;
  margin-left: -237.5px;
  width: 475px;
  height: 318px;
  z-index: 9;
}
.peijian .box1 .DIY .banner-box .img6 {
  position: absolute;
  top: 74px;
  right: 140px;
  width: 246px;
  height: 115px;
}
.peijian .box1 .DIY .banner-box .img7 {
  position: absolute;
  top: 224px;
  right: 140px;
  width: 209px;
  height: 63px;
}
.peijian .box1 .DIY .banner-box .img8 {
  position: absolute;
  top: 343px;
  right: 140px;
  width: 129px;
  height: 129px;
}
.peijian .box1 .DIY .banner-box .img9 {
  position: absolute;
  left: 278px;
  bottom: 70px;
  width: 130px;
  height: 96px;
  z-index: 10;
}
.peijian .box1 .DIY .mySwiper {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box {
  position: relative;
  background-color: #F5F5F7;
  height: 476px;
  padding: 20px;
  border-radius: 15px;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  background-color: transparent;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item.active {
  display: block;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .goods-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .img-box {
  height: 220px;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .index {
  margin: 40px 0;
  height: 60px;
  width: 116px;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .index .i-item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-right: 4px;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .index .i-item img {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .index .i-item:nth-child(5n) {
  margin-right: 0;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .index .i-item.active {
  border: 1px solid #333;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .index .i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.peijian .box1 .DIY .mySwiper .swiper-item-box .swiper-item .name {
  font-size: 14px;
}
.peijian .box1 .DIY .banner-box2 {
  position: relative;
  margin-top: 40px;
  height: 536px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #0F462A;
}
.peijian .box1 .DIY .banner-box2 .img1 {
  position: absolute;
  left: 160px;
  bottom: 24px;
  height: 300px;
  width: 300px;
}
.peijian .box1 .DIY .banner-box2 .img2 {
  position: absolute;
  bottom: 28px;
  right: 191px;
  width: 221px;
  height: 208px;
}
.peijian .box1 .DIY .banner-box2 .img3 {
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: -72px;
  width: 144px;
  height: 100px;
}
.peijian .box1 .DIY .banner-box2 .text {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  color: #E4DBC6;
  font-weight: bold;
  text-align: center;
}
.peijian .box1 .DIY .banner-box2 .text div {
  font-size: 73px;
}
.peijian .box1 .DIY .banner-box2 .text p {
  font-size: 43px;
}
.peijian .box1 .DIY .mySwiper2 .swiper-item-box {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.peijian .box1 .other .swiper-item-box {
  position: relative;
  background-color: #F5F5F7;
  height: 426px;
  width: 311px;
  padding: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.peijian .box1 .other .swiper-item-box:nth-child(3n) {
  margin-right: 0;
}
.peijian .box1 .other .swiper-item-box .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  background-color: transparent;
}
.peijian .box1 .other .swiper-item-box .swiper-item.active {
  display: block;
}
.peijian .box1 .other .swiper-item-box .swiper-item .goods-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.peijian .box1 .other .swiper-item-box .swiper-item .img-box {
  height: 220px;
}
.peijian .box1 .other .swiper-item-box .swiper-item .index {
  margin: 0px 0 40px;
  height: 60px;
  width: 116px;
}
.peijian .box1 .other .swiper-item-box .swiper-item .index .i-item {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-right: 4px;
}
.peijian .box1 .other .swiper-item-box .swiper-item .index .i-item:nth-child(5n) {
  margin-right: 0;
}
.peijian .box1 .other .swiper-item-box .swiper-item .index .i-item.active {
  border: 1px solid #333;
}
.peijian .box1 .other .swiper-item-box .swiper-item .index .i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.peijian .box1 .other .swiper-item-box .swiper-item .name {
  font-size: 14px;
}
.peijian .diy-box .mySwiper2-box {
  margin-left: calc((100% - 965px)/2);
}
.peijian .diy-box .mySwiper2-box .mySwiper2 {
  margin-top: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  --swiper-navigation-size: 0;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-button-next,
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-button-prev {
  width: 35px;
  height: 35px;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-button-next {
  background: url('../img/icon/next.png') no-repeat 100% 100%;
      background-size: 100%;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-button-prev {
  background: url('../img/icon/prev.png') no-repeat 100% 100%;
      background-size: 100%;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box {
  position: relative;
  background-color: #F5F5F7;
  height: 476px;
  padding: 20px;
  background-size: 100% 100%;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  background-color: transparent;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item.active {
  display: block;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item .goods-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item .img-box {
  height: 180px;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item .index {
  margin: 0 0 30px;
  height: 50px;
  width: 116px;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item .index .i-item {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-right: 4px;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item .index .i-item:nth-child(5n) {
  margin-right: 0;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item .index .i-item.active {
  border: 1px solid #333;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item .index .i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.peijian .diy-box .mySwiper2-box .mySwiper2 .swiper-item-box .swiper-item .name {
  font-size: 14px;
}
.duijiangji-box {
  max-width: 1493px;
  margin: 0 auto;
  background-color: #F5F5F7;
  border-radius: 22px;
  padding: 50px;
}
.duijiangji-box .title {
  font-size: 28px;
  font-weight: bold;
}
.duijiangji-box .goods-box {
  margin-top: 50px;
}
.duijiangji-box .goods-box .item {
  margin-left: 50px;
  margin-bottom: 30px;
}
.duijiangji-box .goods-box .item .img {
  margin-bottom: 10px;
}
.duijiangji-box .goods-box .item .name {
  font-size: 16px;
}
.duijiangji-box .goods-box .item:first-child {
  margin-left: 0;
}
.duijiangji-box .goods-info .info-titlt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.duijiangji-box .goods-info p {
  font-size: 12px;
}
.duijiangji-box .right-box {
  margin-left: 50px;
}
@media only screen and (max-width: 1920px) {
  .toutao .toutao-head .bg {
    width: auto;
    height: 550px;
  }
}
@media only screen and (max-width: 750px) {
  html,
  body {
    overflow-x: hidden;
  }
  video {
    width: 100%;
  }
  .section-box {
    padding: 20px 0;
  }
  .mw {
    padding: 0 10% !important;
  }
  .no-section-box {
    padding: 0;
  }
  .swiper-box .mySwiper {
    padding: 0px 0 60px;
  }
  .swiper-box .mySwiper .swiper-slide {
    height: auto;
  }
  .goods-info-box .goods-info .section-title {
    font-size: 26px;
  }
  .goods-info-box .goods-info .goods-box {
    margin-top: 30px;
    flex-direction: column;
  }
  .goods-info-box .goods-info .goods-box .goods-left {
    width: 100%;
    flex-shrink: 0;
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-img {
    width: 60%;
    height: auto;
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-img img {
    max-width: 100%;
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-name {
    margin-top: 25px;
    font-size: 15px;
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-type {
    margin-top: 14px;
    height: auto;
    flex-wrap: wrap;
    margin: 0px 20px;
    background: none;
    border:none;
    justify-content: center;
  }
  
  .goods-info-box .goods-info .goods-box .goods-left .goods-type .item-type {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border: 1px solid rgba(119, 119, 119, 0.27);
    /*background-color: #EFEFF2;*/
    margin-bottom: 5px;
    
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-color-box {
    margin-top: 14px;
    padding: 6px 12px;
    flex-wrap: wrap;
    margin: 0px 20px;
    margin-top: 20px;
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-color-box .item-color {
    margin-left: 10px;
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-brand {
    height: 40px;
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-brand .item-brand {
    width: 80px;
  }
  .goods-info-box .goods-info .goods-box .goods-left .goods-brand .item-brand img {
    width: 60%;
    height: auto;
  }
  .goods-info-box .goods-info .goods-box .goods-right {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
  }
  .goods-info-box .goods-info .goods-box .goods-right .goods-parameter {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .goods-info-box .goods-info .goods-box .goods-right .parameter-item {
    margin-bottom: 15px;
  }
  .goods-info-box .goods-info .goods-box .goods-right .parameter-item .img {
    margin-right: 10px;
  }
  .goods-info-box .goods-info .goods-box .goods-right .parameter-item .text {
    font-size: 12px;
  }
  .goods-info-box .goods-info .goods-box .goods-right .goods-info-i {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .goods-info-box .goods-info .goods-box .goods-right .expand-box {
    flex-wrap: wrap;
  }
  .goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-item {
    margin-right: 20px;
    font-size: 12px;
    color: #515155;
    margin-bottom: 20px;
  }
  .goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-item:last-child {
    margin-right: 0;
  }
  .goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-img {
    margin-bottom: 5px;
    flex: 1;
  }
  .goods-info-box .goods-info .goods-box .goods-right .expand-box .expand-name {
    margin-bottom: 4px;
  }
  .goods-info-box .goods-info .goods-box .goods-right .constitute-box .constitute-item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .goods-info-box .goods-info .goods-box .goods-right .constitute-box .constitute-item:last-child {
    margin-right: 0;
  }
  .goods-info-box .goods-info .goods-tips {
    text-align: left;
    margin-top: 20px;
  }
  .swiper-box {
    margin-left: 0;
  }
  .section .section-text {
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    transform: none;
    justify-content: normal;
    width: 60%!important;
  }
  
  .section > img{
    height: 240px;
    display: block;
    object-fit: cover;
  }
  
  .section .section-text .h {
    font-size: 26px;
  }
  .section .section-text .p {
    font-size: 14px;
  }
  .info-box .video-box {
    margin-top: 20px;
    border-radius: 10px;
  }
  .section4 .title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .section4 .section-video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .section4 .section-video video {
    width: 100%;
    height: auto;
  }
  .section5 .text-box {
    margin-left: 0;
    width: 100%!important;
  }
  .section5 .text-box .h {
    font-size: 26px!important;
  }
  .section5 .text-box .txt {
    margin-top: 20px;
  }
  .section5 .content-box {
    margin-top: 40px;
  }
  .section5 .content-box .txt-box {
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
  }
  .section5 .content-box .txt-box .text {
    margin-top: 10px;
  }
  .section5 .wireless-box {
    margin-top: 0;
    flex-direction: column;
  }
  .section5 .wireless-box .wireless-item {
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section5 .wireless-box .wireless-item .name {
    font-size: 16px;
  }
  .section5 .wireless-box .wireless-item .h {
    font-size: 32px;
  }
  .section6 .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .section6 .section-txt {
    margin-top: 40px;
    width: 100%;
  }
  .section6 .section-video {
    height: auto;
  }
  .section6 .section-video video {
    width: 100%;
    height: auto;
  }
  .pangxie_head_box {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .pangxie_head_box .bg {
    width: 100%;
    height: 300px;
  }
  .pangxie_head_box .head-px-box {
    top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pangxie_head_box .head-px-box .img1 {
    width: 60%;
  }
  .pangxie_head_box .head-px-box .img2 {
    top: 55px;
    width: 60%;
    transform: translateX(-50%) rotate(-3deg);
  }
  .pangxie_head_box .head-px-box .img3,
  .pangxie_head_box .head-px-box .img4,
  .pangxie_head_box .head-px-box .img5 {
    display: none;
  }
  .pangxie_head_box .head-px-box .img6 {
    width: 258px;
    margin-left: -130px;
    top: 70px;
  }
  .pangxie-section5 {
    width: 100%;
  }
  .content-txt-box {
    flex-direction: column;
    margin-top: 0;
  }
  .content-txt-box > div {
    margin-left: 0;
  }
  .content-txt-box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 20px;
    font-size: 16px;
  }
  .pangxie-info-box .title {
    font-size: 32px;
  }
  .jiake_head_box .head-txt-box {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .panhai .panhai_head_box {
    padding-top: 44px;
  }
  .panhai .panhai_head_box .title {
    margin: 20px 10px;
  }
  .panhai .panhai_head_box .head-video {
    width: 100%;
    padding: 0 10px;
    border-radius: 10px;
    height: 240px;
  }
  .panhai .panhai_head_box .head-video video {
    border-radius: 10px;
    height: 240px;
  }
  .panhai .pangxie-section5 .content-box .video-box {
    border-radius: 10px;
    width: 100%;
    height: 240px;
  }
  .panhai .pangxie-section5 .content-box .video-box video {
    width: 100%;
    height: 240px;
  }
  .panhai .panhai-video3 #video {
    width: 100%;
    height: 240px;
  }
  .panhai .section6 .section-title {
    font-size: 32px;
  }
  .panhai .section6 .section-sub-title {
    margin-bottom: 60px;
  }
  .duoka .duoka_head_box {
    padding-top: 44px;
    padding-bottom: 20px;
  }
  .duoka .duoka_head_box .head-txt-box {
    width: 100%;
    margin: 20px 0;
    padding: 0 10px;
    flex-direction: column;
  }
  .duoka .duoka_head_box .head-txt-box .title {
    font-size: 32px;
  }
  .duoka .head-video {
    width: 100%;
    padding: 10px;
  }
  .duoka .head-video .video {
    border-radius: 10px;
    overflow: hidden;
  }
  .duoka .duoka-section {
    padding: 50px 0;
    background-color: #000;
  }
  .duoka .duoka-section .section7 {
    width: 100%;
    border-radius: 0;
    background-color: #000;
  }
  .duoka .duoka-section .section7 .popup-box {
    padding: 10px;
  }
  .duoka .duoka-section .section7 .tube-box .en-title {
    font-size: 20px;
  }
  .duoka .duoka-section .section7 .tube-box .title {
    font-size: 24px;
  }
  .duoka .duoka-section .section7 .tube-box .tube-list {
    margin-top: 30px;
  }
  .duoka .duoka-section .section7 .tube-box .tube-list .tube-item {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .duoka .duoka-section .section7 .tube-box .tube-list .tube-item .img {
    flex: 1;
    border-radius: 10px;
  }
  .duoka .duoka-section .section7 .tube-box .tube-list .tube-item .text-box {
    width: 60%;
    margin-top: 0;
    margin-left: 10px;
  }
  .duoka .duoka-section .section7 .tube-box .tube-list .tube-item .text-box .t,
  .duoka .duoka-section .section7 .tube-box .tube-list .tube-item .text-box .e {
    font-size: 14px;
  }
  .materlal-box .title {
    font-size: 32px;
    line-height: 40px;
  }
  .materlal-box .metal-list-box {
    margin-top: 30px;
  }
  .materlal-box .metal-list-box .type {
    height: 40px;
    border-radius: 40px;
  }
  .materlal-box .metal-list-box .type .type-item {
    line-height: 36px;
    font-size: 12px;
  }
  .materlal-box .metal-list-box .list {
    margin-top: 40px;
  }
  .materlal-box .metal-list-box .list .itemImg {
    margin: auto;
    width: 200px;
  }
  .leka .leka-head {
    padding-top: 60px;
    height: 480px;
  }
  .leka .leka-head .head-txt-box {
    padding: 20px 10px;
  }
  .leka .leka-head .head-txt-box .title-box {
    margin-bottom: 5px;
  }
  .leka .leka-head .head-txt-box .title-box .img {
    height: 40px;
  }
  .leka .leka-head .head-txt-box .title-box .img img {
    height: auto;
    height: 100%;
  }
  .leka .leka-head .head-txt-box .title-box .t {
    font-size: 18px;
  }
  .leka .leka-head .head-txt-box .en-title {
    margin-top: 10px;
    font-size: 32px;
    text-align: center;
  }
  .leka .leka-head .head-video {
    margin: 0;
    border-radius: 10px;
    padding: 10px;
  }
  .leka .leka-head .head-video .video {
    width: 100%;
    height: 240px;
    border-radius: 10px;
  }
  .leka .duoka-section .section7 {
    width: 100%;
    border-radius: 0;
  }
  .leka .duoka-section .section7 .popup-box {
    padding: 10px;
  }
  .leka .duoka-section .section7 .tube-box .en-title {
    font-size: 20px;
  }
  .leka .duoka-section .section7 .tube-box .title {
    font-size: 24px;
  }
  .leka .duoka-section .section7 .tube-box .tube-list {
    margin-top: 30px;
  }
  .leka .duoka-section .section7 .tube-box .tube-list .tube-item {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .leka .duoka-section .section7 .tube-box .tube-list .tube-item .img {
    flex: 1;
    border-radius: 10px;
  }
  .leka .duoka-section .section7 .tube-box .tube-list .tube-item .text-box {
    width: 60%;
    margin-top: 0;
    margin-left: 10px;
  }
  .leka .duoka-section .section7 .tube-box .tube-list .tube-item .text-box .t,
  .leka .duoka-section .section7 .tube-box .tube-list .tube-item .text-box .e {
    font-size: 14px;
  }
  .leka .leka-section {
    flex-direction: column;
  }
  .leka .leka-section .lake-video {
    margin-right: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .leka .leka-section .lake-video .video {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
  }
  .leka .leka-section .environment-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }
  .leka .leka-section .environment-box .section-txt {
    margin-top: 20px;
    font-size: 14px;
  }
  .duogongneng .goods-info-box {
    padding-top: 80px;
  }
  .xiangji .goods-info-box .goods-info .goods-box .goods-left .goods-type {
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    min-height: 40px;
    height: auto;
    padding: 0 10px;
    background-color: transparent;
    border: 0;
    justify-content: center;
  }
  .xiangji .goods-info-box .goods-info .goods-box .goods-left .goods-type .item-type {
    width: 24%;
    padding: 0 10px;
    margin-bottom: 5px;
    background-color: #EFEFF2;
  }
  .xiangji .goods-info-box .goods-info .goods-box .goods-left .goods-type .item-type.active {
    background-color: #313131;
    color: #EFEFF2;
  }
  .xiangji .goods-info-box .goods-info .goods-box .goods-left .goods-brand {
    margin-left: 0;
  }
  .xiangji .duoka-section .section7 .tube-box {
    padding: 10px 0;
  }
  .xiangji .duoka-section .section7 .xiangji-metal .xiangji-metal-item {
    width: 100%;
    flex: auto;
    margin-right: 0;
  }
  .xiangji .duoka-section .section7 .xiangji-metal .xiangji-metal-item .tube-list {
    width: 100%;
  }
  .xiangji .duoka-section .section7 .xiangji-metal .xiangji-metal-item .tube-list .tube-item {
    display: flex;
    flex-direction: unset;
  }
  .xiangji .section5 .content-box .txt-box {
    width: 100%;
  }
  .bashou .bahsou-head {
    padding-top: 44px;
  }
  .bashou .bahsou-head .head-txt-box {
    padding: 20px 10px;
  }
  .bashou .bahsou-head .head-txt-box .t {
    font-size: 18px;
  }
  .bashou .bahsou-head .head-txt-box .en-title {
    font-size: 32px;
    text-align: center;
  }
  .toutao .toutao-head {
    padding-top: 58px;
    height: 240px;
  }
  .toutao .toutao-head .bg {
    width: auto;
    height: 240px;
  }
  .toutao .toutao-head .toutao-head {
    display: none;
  }
  .toutao .toutao-head .head-txt-box {
    padding-top: 96px;
    height: 100%;
  }
  .toutao .toutao-head .head-txt-box .en-title {
    font-size: 32px;
  }
  .toutao .toutao-swiper {
    padding-top: 20px;
  }
  .toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide {
    height: 650px;
  }
  .toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-img {
    height: 200px;
  }
  .toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-img .img {
    height: 100%;
  }
  .toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-img .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .toutao .toutao-swiper .swiper-box .mySwiper .swiper-slide .swiper-item .swiper-icon {
    width: 100px;
  }
  .charger .charger-head {
    padding: 80px 0 20px;
    height: auto;
  }
  .charger .charger-head.charger2-head {
    height: auto;
  }
  .charger .charger-head.charger2-head .title-box {
    width: 100%;
    display: flex;
    line-height: 40px;
  }
  .charger .charger-head.charger2-head .title-box .en-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 40px;
  }
  .charger .charger-head .title-box .icon {
    height: 26px;
  }
  .charger .charger-head .title-box .t {
    font-size: 18px;
  }
  .charger .charger-head .en-title {
    font-size: 28px;
  }
  .charger .charger-head .head-video {
    margin-top: 10px;
    padding: 10px;
  }
  .charger .charger-head .head-video .video {
    width: 100%;
    height: 240px;
    border-radius: 10px;
  }
  .charger .box1 .title {
    font-size: 32px;
  }
  .charger .box1 .goods-info-box {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-end;
  }
  .charger .box1 .goods-info-box .info-text {
    width: 100%;
  }
  .charger .box1 .goods-info-box .info-img {
    margin-top: 60px;
    margin-left: 0;
    width: 150px;
    flex-direction: column;
  }
  .charger .box1 .goods-info-box .info-img .tips1 {
    width: 100%;
    top: 23px;
    left: -144px;
    visibility: visible!important;
  }
  .charger .box1 .goods-info-box .info-img .tips1 .text {
    bottom: 5px;
  }
  .charger .box1 .goods-info-box .info-img .tips1 .text .h {
    font-size: 16px;
  }
  .charger .box1 .goods-info-box .info-img .tips1 .text .p {
    font-size: 14px;
  }
  .charger .box1 .goods-info-box .info-img .tips2 {
    width: 100%;
    top: 56px;
    left: -88px;
    height: 36px;
    visibility: visible!important;
  }
  .charger .box1 .goods-info-box .info-img .tips2 .text {
    bottom: 0;
    top: 24px;
  }
  .charger .box1 .goods-info-box .info-img .tips2 .text .h {
    font-size: 16px;
  }
  .charger .box1 .goods-info-box .info-img .tips2 .text .p {
    font-size: 14px;
  }
  .charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img {
    width: 150px;
  }
  .charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img .tips {
    width: 220px;
    height: 30px;
    top: 117px;
    right: 84px;
  }
  .charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img .tips .text {
    bottom: 30px;
    font-size: 14px;
    visibility: visible!important;
  }
  .charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 {
    margin-right: 0;
    
  }
  .charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 .tips {
    width: 220px;
    height: 30px;
    top: 117px;
    right: 120px;
    left: unset;
  }
  .charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 .tips .title {
    width: 100%;
    bottom: 0px;
    text-align: left;
    font-size: 16px;
    visibility: visible!important;
  }
  .charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 .tips .text {
    bottom: unset;
    top: 35px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    visibility: visible!important;
  }
  
  .charger .box4 .box4-list .item .p{
      visibility: visible!important;
  }
  
  .charger .box1 .goods-info-box.charger3-goods-info .info-img .item-img2 .tips::after {
    bottom: 0;
    left: unset;
    right: -50px;
  }
  .charger .box1 .goods-info-box.charger4-goods-info {
    margin-top: 0;
  }
  .charger .box1 .goods-info-box.charger4-goods-info .item {
    margin-top: 80px;
    align-items: flex-start;
    width: 100%;
    margin-right: 0 !important;
  }
  .charger .product-box {
    padding: 30px 10px;
  }
  .charger .product-box .product-info {
    width: 100%;
  }
  .charger .product-box .product-info .product-title .title {
    font-size: 20px;
  }
  .charger .product-box .product-info .product-title .icon {
    border-width: 12px;
  }
  .charger .product-box .product-info .product-item {
    margin-top: 20px;
    flex-direction: column;
  }
  .charger .product-box .product-info .product-item .content {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .charger .box3-box .title-box {
    font-size: 32px;
  }
  .charger .box3-box .info-box {
    width: 100%;
  }
  .charger .box3-box .info-box .text-box {
    margin-top: 20px;
    visibility: visible!important;
  }
  .charger .box3-box .info-box .text-box .text {
    font-size: 16px;
  }
  .charger .box4.box43 {
    width: 100%;
  }
  .charger .box4.box43 .box4-list {
    padding: 10px 10px;
  }
  .charger .box4.box43 .box4-list .item {
    margin-right: 10px;
  }
  .charger .box4 .box4-img {
    border-radius: 0;
  }
  .charger .box4 .box4-list {
    padding: 10px 10px;
  }
  .charger .box4 .box4-list .item {
    width: 50%;
    font-size: 14px;
    margin-right: 10px;
  }
  .charger .box4 .box4-list .item:last-child {
    margin-right: 0;
  }
  .charger .box4 .box4-list .item .text {
    margin: 10px 0;
    visibility: visible!important;
  }
  .charger .box5 .title {
    font-size: 30px;
  }
  .charger .box5 .box5-list {
    margin-top: 20px;
    padding: 30px 10px;
  }
  .charger .box5 .box5-list .list {
    flex-wrap: wrap;
  }
  .charger .box5 .box5-list .list .item {
    width: 50%;
  }
  
  .charger .box5 .box5-list .list .item .img-box {
        height: auto;
        width: 100%;
    }
  
  .charger .box5 .box5-list .list .item .name {
    margin-top: 20px;
    font-size: 12px;
  }
  .charger .box5 .box5-list .list .item .btn-box .more-btn{
      font-size: 12px;
  }
  .charger .box5 .box5-list .list .item .btn-box {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .charger .box5 .box5-list .list .item .btn-box .go-btn {
    margin-bottom: 10px;
  }
  .charger .box5 .box5-list .list .item .item-box1 {
    margin-top: 10px;
  }
  .charger .box5 .box5-list .list .item .item-box2 .img-box {
    margin-top: 5px;
    padding: 0 10px;
  }
  .charger .box6 .box6-list .item {
    margin-right: 20px;
  }
  .charger .box6 .box6-list .item .name {
    margin-bottom: 10px;
  }
  .charger .box6 .box6-list .item .name div {
    font-size: 14px;
  }
  .charger .box6 .box6-list .item .name .t {
    font-size: 14px;
  }
  .charger .box6 .box6-list .item .jkzs-img {
    margin-bottom: 10px;
    height: 50px;
  }
  .charger .box6 .box6-list .item .jkzs-img img {
    width: auto;
    height: 100%;
  }
  .charger .box6 .box5-foot {
    width: 100%;
    font-size: 14px;
  }
  .peijian .peijian-head {
    height: 240px;
  }
  .peijian .peijian-head .head-txt-box {
    padding-top: 54px;
    width: 100%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box {
    padding-top: 60px;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .top img {
    width: 100% !important;
    height: auto !important;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .top .left {
    width: 20%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .top .in {
    width: 40%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .top .in img {
    width: 33.333% !important;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .top .right {
    width: 20%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .bottom img {
    height: auto !important;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img6 {
    width: 20%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img7 {
    width: 12%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img8 {
    width: 12%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img9 {
    width: 12%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img10 {
    width: 20%;
  }
  .peijian .peijian-head .head-txt-box .head-img-box .bottom .head-img11 {
    width: 20%;
  }
  .peijian .peijian-head .head-txt-box .title-box .icon {
    height: 26px;
  }
  .peijian .peijian-head .head-txt-box .title-box .t {
    font-size: 18px;
  }
  .peijian .peijian-head .head-txt-box .en-title {
    font-size: 32px;
    text-align: center;
  }
  .peijian .box1 {
    width: 100%;
  }
  .peijian .box1 .type-box {
    width: 90%;
    margin: auto;
    padding-bottom: 35px;
  }
  .peijian .box1 .type-box .type-item {
    flex: 1;
    margin-left: 10px;
  }
  .peijian .box1 .type-box .type-item .img-box {
    width: 40px;
    height: 50px;
    margin-bottom: 20px;
  }
  .peijian .box1 .type-box .type-item .name {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
  }
  .peijian .box1 .jiabi-box .img .img-text {
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    right: unset;
    bottom: unset;
  }
  .peijian .box1 .jiabi-box .img .img-text .t {
    font-size: 32px;
  }
  .peijian .box1 .jiabi-box .img .img-text .p {
    font-size: 16px;
  }
  .peijian .box1 .mySwiper {
    padding-top: 20px;
  }
  .peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .check-item {
    margin: 10px auto;
  }
  .peijian .box1 .mySwiper .swiper-item .swiper-img-box .goods-item .text {
    margin-top: 25px;
  }
  .peijian .box1 .content {
    padding-top: 20px;
  }
  .peijian .box1 .content .title {
    margin-top: 20px;
    font-size: 32px;
  }
  .peijian .box1 .content .jiabi-box {
    margin-top: 20px;
  }
  .peijian .box1 .content .jiabi-box .text-box {
    padding: 10px;
    flex-wrap: wrap;
  }
  .peijian .box1 .content .jiabi-box .text-box .goods-box {
    width: 50%;
    margin-bottom: 20px;
  }
  .peijian .box1 .content .jiabi-box .text-box .goods-box .goods-list .item {
    margin-right: 10px;
  }
  .peijian .box1 .content .jiabi-box .text-box .goods-box .goods-list .item .img-box {
    height: auto;
  }
  .peijian .box1 .content .jiabi-box .text-box .goods-box .goods-list .item .img-box .img {
    height: 100%;
  }
  .peijian .box1 .content .jiabi-box .text-box .goods-box .goods-list .item .img-box .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .peijian .box1 .content .jiabi-box .text-box .goods-box .goods-name {
    margin-top: 5px;
  }
  .peijian .box1 .base .plate-box1 {
    flex-wrap: wrap;
  }
  .peijian .box1 .base .plate-box1 .left {
    width: 100%;
  }
  .peijian .box1 .base .plate-box1 .left .img .img-title {
    height: 32%;
  }
  .peijian .box1 .base .plate-box1 .left .img .img-title > div {
    font-size: 16px;
  }
  .peijian .box1 .base .plate-box1 .left .img .text {
    top: 32%;
    height: calc(100% - 32%);
    padding: 10px;
  }
  .peijian .box1 .base .plate-box1 .left .img .text div {
    font-size: 12px;
  }
  .peijian .box1 .base .plate-box1 .left .img .text p {
    font-size: 12px;
  }
  .peijian .box1 .base .plate-box1 .right {
    margin-top: 10px;
    margin-left: 0;
  }
  .peijian .box1 .base .plate-box1 .right .img {
    height: 124px;
    width: calc(33.33% - 6px);
  }
  .peijian .box1 .base .goods-box {
    padding: 30px 0px;
  }
  .peijian .box1 .base .goods-list .goods-item {
    width: calc(100% / 3);
    margin-top: 20px;
  }
  .peijian .box1 .base .goods-list .goods-item .giids-img {
    height: 80px;
  }
  .peijian .box1 .base .goods-list .goods-item .giids-img .img {
    height: 100%;
  }
  .peijian .box1 .base .goods-list .goods-item .giids-img .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .peijian .box1 .base .goods-list .goods-item .goods-info {
    margin-top: 10px;
    font-size: 12px;
  }
  .peijian .box1 .base .base-box {
    flex-wrap: wrap;
    margin-top: 20px !important;
  }
  .peijian .box1 .base .base-box .base-box-left {
    width: 100%;
    margin-right: 0;
  }
  .peijian .box1 .base .base-box .base-box-left .plate-box1 {
    width: 100%;
  }
  .peijian .box1 .base .base-box .base-box-left .plate-box1 .right {
    width: 100%;
    margin-left: 0;
  }
  .peijian .box1 .base .base-box .base-box-right {
    width: 100%;
  }
  .peijian .box1 .base .base-box .base-box-right .plate-box1 {
    width: 100%;
  }
  .peijian .box1 .base .base-box .base-box-right .plate-box1 .right {
    width: 100%;
    margin-left: 0;
  }
  .peijian .box1 .base .base-box .base-goods {
    width: 100%;
  }
  .peijian .box1 .DIY .banner-box {
    height: 300px;
  }
  .peijian .box1 .DIY .banner-box img {
    height: auto !important;
  }
  .peijian .box1 .DIY .banner-box .img1 {
    top: 10%;
    left: 5%;
    width: 35%;
  }
  .peijian .box1 .DIY .banner-box .img2 {
    top: 30.78%;
    left: 6%;
    width: 30%;
  }
  .peijian .box1 .DIY .banner-box .img3 {
    top: 52.23%;
    left: 4%;
    width: 10%;
    z-index: 2;
  }
  .peijian .box1 .DIY .banner-box .img4 {
    top: 65.67%;
    left: 6%;
    width: 15%;
  }
  .peijian .box1 .DIY .banner-box .img5 {
    top: 30%;
    left: 50%;
    margin-left: -35%;
    width: 70%;
    z-index: 9;
  }
  .peijian .box1 .DIY .banner-box .img6 {
    top: 10%;
    right: 5%;
    width: 35%;
  }
  .peijian .box1 .DIY .banner-box .img7 {
    top: 41.79%;
    right: 5%;
    width: 21.86%;
  }
  .peijian .box1 .DIY .banner-box .img8 {
    top: 70%;
    right: 5%;
    width: 13.49%;
  }
  .peijian .box1 .DIY .banner-box .img9 {
    left: 22.07%;
    bottom: 6%;
    width: 19%;
    z-index: 10;
  }
  .peijian .box1 .DIY .banner-box2 {
    height: 365px;
  }
  .peijian .box1 .DIY .banner-box2 .img1 {
    width: 40%;
    left: 10%;
    height: auto;
  }
  .peijian .box1 .DIY .banner-box2 .img2 {
    right: 10%;
    width: 35%;
    height: auto;
  }
  .peijian .box1 .DIY .banner-box2 .text div {
    font-size: 32px;
  }
  .peijian .box1 .DIY .banner-box2 .text p {
    font-size: 18px;
  }
  .peijian .box1 .other .goods-box {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 10px;
  }
  .peijian .box1 .other .swiper-item-box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
  }
  .peijian .box1 .other .swiper-item-box .swiper-item .name {
    font-size: 12px;
  }
  .peijian .box1 .other .swiper-item-box .swiper-item .img-box {
    align-items: center;
    height: 150px;
  }
  .peijian .box1 .other .swiper-item-box .swiper-item .img img {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
  }
  .peijian .box1 .other .swiper-item-box .swiper-item .index {
    margin-bottom: 0;
  }
  .peijian .diy-box .mySwiper2-box {
    margin-left: 0;
  }
  .duijiangji-box {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .duijiangji-box .left-box {
    width: 100%;
  }
  .duijiangji-box .left-box .goods-box {
    justify-content: center;
  }
  .duijiangji-box .left-box .goods-box .item {
    margin-left: 0;
  }
  .duijiangji-box .right-box {
    margin-left: 0;
    margin-top: 50px;
  }
  .yuanchanggan .yanchanggan-section .gan-box {
    padding-bottom: 50px;
  }
  .yuanchanggan .yanchanggan-section .gan-box .gan-img {
    margin: auto;
    width: 80px;
    font-size: 14px;
  }
  .yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item1 {
    top: 49px;
    min-width: 120px;
    width: 120px;
  }
  .yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item2 {
    top: 332px;
    left: -145px;
    min-width: 120px;
    width: 120px;
  }
  .yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item3 {
    top: 800px;
  }
  .yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item4 {
    width: 30px;
    bottom: -45px;
    height: auto;
  }
  .yuanchanggan .yanchanggan-section .gan-box .gan-img .tips-item4 .title {
    min-width: 120px;
    width: 120px;
  }
  .yuanchanggan .taocan-box .taocan-list {
    margin-top: 20px;
  }
  .yuanchanggan .taocan-box .taocan-list .list-item {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .yuanchanggan .taocan-box .taocan-list .list-item .img-box {
    height: auto;
  }
  .yuanchanggan .taocan-box .taocan-list .list-item .tips {
    margin-top: 20px;
  }
  .yuanchanggan .taocan-box .taocan-list .list-item .info {
    margin-top: 10px;
    min-height: auto;
  }
  .yuanchanggan .taocan-box .taocan-list .list-item .info .i {
    font-size: 14px;
  }
  .yuanchanggan .taocan-box .taocan-list .list-item .btn {
    margin-top: 20px;
  }
  .yuanchanggan .sh-box .item-sh {
    margin-top: 0px;
  }
  .yuanchanggan .sh-box .item-sh .item-sh-txt {
    padding: 20px 0;
    height: auto;
  }
  .yuanchanggan .sh-box .item-sh .item-sh-txt .title {
    font-size: 24px;
  }
  .yuanchanggan .sh-box .item-sh .item-sh-txt .sub-title {
    font-size: 14px;
  }
  .popup {
    top: 60px;
  }
  .popup .popup-content {
    top: 0;
    left: 0;
    height: calc((100ch - 60px));
    transform: none;
    width: 100%;
    border-radius: 0;
    padding-bottom: 50px;
  }
  .popup .popup-content .closePopup {
    top: 10px;
    padding-right: 15px;
  }
  .popup .popup-content .popup-box {
    padding: 10px 20px;
  }
  .popup .popup-content .popup-box .tube-box .en-title {
    font-size: 24px;
  }
  .popup .popup-content .popup-box .tube-box .title {
    font-size: 28px;
  }
  .popup .popup-content .popup-box .tube-box .tube-list {
    margin-top: 10px;
  }
  .popup .popup-content .popup-box .tube-box .tube-list .tube-item {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup .popup-content .popup-box .tube-box .tube-list .tube-item:last-child {
    margin-bottom: 0;
  }
  .popup .popup-content .popup-box .tube-box .tube-list .tube-item .img {
    flex: 1;
    border-radius: 10px;
  }
  .popup .popup-content .popup-box .tube-box .tube-list .tube-item .text-box {
    width: 60%;
    margin-top: 0;
    margin-left: 10px;
  }
  .popup .popup-content .popup-box .tube-box .tube-list .tube-item .text-box .t,
  .popup .popup-content .popup-box .tube-box .tube-list .tube-item .text-box .e {
    font-size: 14px;
  }
}

.text-drt{
  text-decoration: underline;
}

.line-5{
  width: 634px;
  height: 10px;
  background: #E5E5E5;
  border-radius: 15px;
}
