* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "lb";
  src: url("LTSuperiorSerif-Bold.otf") format("truetype-variations");
}

@font-face {
  font-family: "leb";
  src: url("LTSuperiorSerif-ExtraBold.otf") format("truetype-variations");
}

@font-face {
  font-family: "lm";
  src: url("LTSuperiorSerif-Medium.otf") format("truetype-variations");
}

@font-face {
  font-family: "lr";
  src: url("LTSuperiorSerif-Regular.otf") format("truetype-variations");
}

@font-face {
  font-family: "ls";
  src: url("LTSuperiorSerif-Semibold.otf") format("truetype-variations");
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  transition: all 0.5s ease;
}

.pf {
  position: fixed !important;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  z-index: 0;
}

.pf ul {
  display: flex;
  flex-direction: column;
}

.pf ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background: rgba(51, 51, 51, 0.6);
  cursor: pointer;
}

.pf ul li:hover {
  background: #fa981b;
}

.pf ul li .num {
  width: 18px;
  height: 18px;
  background: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}

.pf ul li:first-child .icon img {
  width: 39px;
}

.detaliPlate1 {
  padding: 60px 0 75px 0;
  width: 100%;
}

.detaliPlate1 .uslayout {
  align-items: flex-start;
}

.detaliPlate1 .picList {
  width: 55.625%;
}

.detaliPlate1 .picList .bigImg {
  width: 100%;
  margin-bottom: 18px;
}

.detaliPlate1 .picList .bigImg ul {
  width: 100%;
}

.detaliPlate1 .picList .smallImg ul {
  width: calc(100% + 18px);
  margin: 0 -9px;
}

.detaliPlate1 .picList .smallImg ul li {
  width: 33.333%;
  padding: 0 9px;
}

.detaliPlate1 .picList .smallImg ul li.slick-current .pic {
  border: 2px solid #fa981b;
}

.detaliPlate1 .picList .smallImg ul li .pic {
  width: 100%;
}

.detaliPlate1 .textContent {
  width: calc(44.375% - 52px);
}

.detaliPlate1 .textContent .Performance {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #b1b1b1;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  font-family: "ls";
  margin-bottom: 30px;
}

.detaliPlate1 .textContent .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.detaliPlate1 .textContent .item>div {
  font-size: 20px;
  color: #333;
  line-height: 1;
  text-transform: capitalize;
}

.detaliSwitch2 .GlassOptionsBox {
  margin: 60px 0;
}

.detaliSwitch2 .GlassOptionsBox .subtitle {
  font-size: var(--font30);
  color: #333;
  margin-bottom: 60px;
  font-family: "ls";
}

.detaliSwitch2 .GlassOptionsBox .uslayout {
  align-items: flex-start;
}

.detaliSwitch2 .GlassOptionsBox .uslayout .textWidth {
  width: calc(64.375% - 42px);
}

.detaliSwitch2 .GlassOptionsBox .uslayout .textWidth .lab {
  font-size: var(--font24);
  color: #333;
  font-family: "ls";
  margin-bottom: 20px;
  line-height: 1;
}

.detaliSwitch2 .GlassOptionsBox .uslayout .textWidth .usInfo {
  margin-bottom: 25px;
}

.detaliSwitch2 .GlassOptionsBox .uslayout .picWidth {
  width: 35.625%;
}

.detaliSwitch2 .GlassOptionsBox .uslayout .picWidth .picList {
  width: calc(100% + 24px);
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
}

.detaliSwitch2 .GlassOptionsBox .uslayout .picWidth .picList .picItem {
  width: 33.3%;
  padding: 12px;
}

.detaliSwitch2 .GlassOptionsBox .uslayout .picWidth .picList .picItem .pic {
  width: 100%;
}

.detaliSwitch2 .GlassOptionsBox .uslayout .picWidth .picList .picItem .title {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.detaliSwitch2 .video {
  margin: 50px 0 0px 0;
  position: relative;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, 0);
  width: fit-content;
}

.detaliSwitch2 .video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.detaliSwitch2 .video .play {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.detaliSwitch2 .Colorselection {
  margin: 60px 0;
}

.detaliSwitch2 .Colorselection.ColorselectionNoneAfter .pic:after {
  display: none;
}

.detaliSwitch2 .Colorselection span {
  font-size: 26px;
  color: #333;
  font-family: "ls";
  margin-bottom: 30px;
  display: block;
}

.detaliSwitch2 .Colorselection span:nth-child(3) {
  margin-top: 45px;
}

.detaliSwitch2 .Colorselection ul {
  width: calc(100% + 26px);
  display: flex;
  flex-wrap: wrap;
  margin: -13px;
}

.detaliSwitch2 .Colorselection ul li {
  width: 16.6666%;
  padding: 13px;
}

.detaliSwitch2 .Colorselection ul li .box {
  width: 100%;
}

.detaliSwitch2 .Colorselection ul li .box:hover .pic .show {
  display: block;
}

.detaliSwitch2 .Colorselection ul li .box:hover .pic:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2);
}

.detaliSwitch2 .Colorselection ul li .box .pic {
  width: 100%;
  position: relative;
}

.detaliSwitch2 .Colorselection ul li .box .pic .show {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detaliSwitch2 .Colorselection ul li .box .text {
  text-align: center;
  color: #333;
  font-size: 20px;
  margin-top: 25px;
}

.detaliSwitch2 .imgBox {
  text-align: center;
  line-height: 0;
  margin: 60px 0;
}

.detaliSwitch2 .imgBox img {
  max-width: 100%;
}

.detaliSwitch2 .support {
  margin: 60px 0;
}

.detaliSwitch2 .support .w1 {
  width: 34%;
  text-align: left;
  text-transform: capitalize;
}

.detaliSwitch2 .support .w2 {
  width: 8%;
  text-align: center;
  text-transform: capitalize;
}

.detaliSwitch2 .support .form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.detaliSwitch2 .support .form .lab {
  width: calc(50% - 30px);
  position: relative;
}

.detaliSwitch2 .support .form .lab select {
  height: 80px;
  width: 100%;
  background: #ffffff;
  border-radius: 43px 43px 43px 43px;
  border: 1px solid #d1d1d1;
  appearance: none;
  padding: 0 45px;
  background: url(../img/arrows.png) right 56px center no-repeat;
  background-size: 20px;
}

.detaliSwitch2 .support .form .lab .text {
  height: 80px;
  width: 100%;
  background: #ffffff;
  border-radius: 43px 43px 43px 43px;
  border: 1px solid #d1d1d1;
  padding: 0 45px;
}

.detaliSwitch2 .support .form .lab .submit {
  position: absolute;
  right: 56px;
  width: 27px;
  height: 28px;
  background: url(../img/sss.png) center no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.detaliSwitch2 .support .list .item {
  padding: 0 46px;
  width: 100%;
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  font-size: var(--font20);
  color: #333333;
}

.detaliSwitch2 .support .list .item .download {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detaliSwitch2 .support .list .item .download .icon2 {
  display: none;
}

.detaliSwitch2 .support .list .item:hover>div {
  color: #f99f18;
}

.detaliSwitch2 .support .list .item:hover .download .icon2 {
  display: block;
}

.detaliSwitch2 .support .list .item:hover .download .icon1 {
  display: none;
}

.detaliSwitch2 .support .top {
  padding: 0 46px;
  width: 100%;
  height: 80px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font20);
  color: #333333;
}

.detailzs .uslayout {
  margin: 60px 0;
}

.detailzs .uslayout .picList {
  position: relative;
  width: calc(71.55% - 40px);
}

.detailzs .uslayout .picList .next {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #d5d5d5;
  top: 50%;
  position: absolute;
  right: -30px;
  cursor: pointer;
  transform: translate(0, -50%);
}

.detailzs .uslayout .picList .next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 14px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -3px;
}

.detailzs .uslayout .picList .next:hover {
  background: #fa981b;
}

.detailzs .uslayout .picList .next:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.detailzs .uslayout .picList ul {
  width: calc(100% + 32px);
  margin: 0 -16px;
  display: flex;
}

.detailzs .uslayout .picList ul li {
  width: 25%;
  padding: 0 16px;
}

.detailzs .uslayout .picList ul li .pic {
  width: 100%;
}

.detailzs .uslayout .text {
  width: 28.45%;
}

.detailzs .uslayout .title {
  margin-bottom: 20px;
  font-size: var(--font30);
  color: #333;
  font-family: "ls";
}

.usDetaliSwitch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #b1b1b1;
}

.usDetaliSwitch .switch {
  line-height: 0;
}

.usDetaliSwitch .title {
  padding-left: 22px;
  font-size: var(--font30);
  color: #333;
  position: relative;
  font-family: "ls";
}

.usDetaliSwitch .title:after {
  content: "";
  height: 30px;
  width: 7px;
  background: #fa981b;
  position: absolute;
  left: 0;
  top: 0;
}

.detaliSwitch2 .support .w2 {
  white-space: nowrap;
}

.messagePop {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.messagePop .close {
  position: absolute;
  cursor: pointer;
  top: 26px;
  right: 26px;
}

.messagePop .form {
  width: 516px;
  background: #f1f1f1;
  padding: 60px 45px 50px 45px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.messagePop .form .form-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}

.messagePop .form form .text {
  height: 45px;
  background: #ffffff;
  padding-left: 25px;
  color: #333;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
}

.messagePop .form form .text::placeholder {
  color: #999;
}

.messagePop .form form .textarea {
  background: #ffffff;
  padding: 12px 25px;
  height: 92px;
  width: 100%;
  border: 0;
  margin-bottom: 35px;
}

.messagePop .form form .submitbox {
  width: max-content;
}

.messagePop .form form .submit {
  width: 253px;
  height: 52px;
  border-radius: 0px 60px 0px 60px;
  background: linear-gradient(92deg, #e67f11 0%, #fdd9a3 100%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #fff;
  position: relative;
  transition: all 0.5s ease;
  text-indent: -60px;
}

@media screen and (max-width: 1024px) {
  .support .w2 {
    display: none !important;
  }
}

/* 弹窗遮罩层 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* 弹窗内容区域 */
.modal-content {
  background: #fff;
  width: 593px;
  height: 763px;
  position: relative;
  padding: 57px 78px;
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.modal-overlay.active .modal-content {
  transform: scale(1);
}

/* 关闭按钮 */
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #999;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modal-close:hover {
  color: #333;
  background: #f0f0f0;
}

/* 左右切换按钮 */
.modal-nav {
  position: absolute;
  font-size: 40px;
  color: #fff;
  border: 1px solid #333;
  width: 35px;
  height: 35px;
  bottom: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.modal-nav:after {
  content: "";
  height: 13px;
  width: 13px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-nav.modal-next {
  right: 252px;
}

.modal-nav.modal-next:after {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}

.modal-nav.modal-prev {
  left: 252px;
}

.modal-nav.modal-prev:after {
  margin-left: 4px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-nav:hover {
  background: #fa981b;
  border: 1px solid #fa981b;
}

.modal-nav:hover:after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.modal-prev {
  left: 20px;
}

.modal-next {
  right: 20px;
}

/* 弹窗内容样式 */
.modal-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-height: 440px;
  object-fit: contain;
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  font-family: "ls";
  text-align: center;
}

.modal-description {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  color: #333;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .modal-content {
    padding: 20px;
  }

  .modal-nav {
    font-size: 30px;
    width: 40px;
    height: 40px;
  }

  .modal-prev {
    left: 10px;
  }

  .modal-next {
    right: 10px;
  }
}

.topNavBox {
  width: 100%;
  position: relative;
  z-index: 3;
  position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
}

.topNavBox .topLayout {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topNavBox .topLayout .logo {
  display: block;
  line-height: 0;
}

.topNavBox .topLayout .nav {
  margin-left: auto;
}

.topNavBox .topLayout .nav ul {
  display: flex;
  margin-left: auto;
}

.topNavBox .topLayout .nav ul .li {
  position: relative;
}

.topNavBox .topLayout .nav ul .li:hover .erji {
  display: block;
}

.topNavBox .topLayout .nav ul .li:hover .windowProductPop {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.topNavBox .topLayout .nav ul .li:hover>a {
  background: #424242;
  color: #fff;
}

.topNavBox .topLayout .nav ul .li:hover>a .arrow {
  margin-left: 8px;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  margin-top: 5px;
}

.topNavBox .topLayout .nav ul .erji {
  position: absolute;
  display: none;
  top: 60px;
  background: #424242;
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.16);
  padding: 15px 8px;
  width: 100%;
}

.topNavBox .topLayout .nav ul .erji a {
  line-height: 47px;
  padding: 0 20px;
  color: #fff;
  width: 100%;
  font-family: "lr";
  display: block;
}

.topNavBox .topLayout .nav ul .erji a:hover {
  background: #fff;
  color: #fa981b;
}

.topNavBox .topLayout .nav ul .windowProductPop {
  position: absolute;
  top: 60px;
  display: flex;
  left: -182px;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -99;
  visibility: hidden;
}

.topNavBox .topLayout .nav ul .windowProductPop .leftTab {
  width: 282px;
  background: #424242;
  padding-left: 11px;
  padding-top: 36px;
}

.topNavBox .topLayout .nav ul .windowProductPop .leftTab .title {
  margin-left: 43px;
  color: #fff;
  font-family: "ls";
  padding-left: 12px;
  font-size: 24px;
  margin-bottom: 18px;
  border-left: 7px solid #fff;
}

.topNavBox .topLayout .nav ul .windowProductPop .leftTab .item {
  line-height: 52px;
  color: #fff;
  font-size: 18px;
  padding-left: 43px;
  cursor: pointer;
}

.topNavBox .topLayout .nav ul .windowProductPop .leftTab .item .icon2 {
  display: none;
}

.topNavBox .topLayout .nav ul .windowProductPop .leftTab .item.on {
  background: #fff;
  color: #fa981b;
}

.topNavBox .topLayout .nav ul .windowProductPop .leftTab .item.on .icon1 {
  display: none;
}

.topNavBox .topLayout .nav ul .windowProductPop .leftTab .item.on .icon2 {
  display: inline;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent {
  width: 1045px;
  background: #fff;
  padding: 36px 40px 40px 30px;
  position: relative;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent .item {
  display: none;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent .item.on {
  display: block;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
  margin: -7.5px;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul li {
  width: 16.66%;
  padding: 7.5px;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul li .box {
  width: 100%;
  background: #f1f1f1;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul li .box:hover {
  background: #333;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul li .box:hover .pic .icon2 {
  display: block;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul li .box:hover .pic .icon1 {
  display: none;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul li .box:hover .tit {
  color: #fff;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul li .box .pic .icon2 {
  display: none;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent ul li .box .tit {
  font-family: "lr";
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

.topNavBox .topLayout .nav ul .windowProductPop .rightContent .title {
  color: #333;
  font-family: "ls";
  padding-left: 12px;
  font-size: 24px;
  margin-bottom: 18px;
  border-left: 7px solid #fa981b;
  text-transform: capitalize;
}

.topNavBox .topLayout .nav ul .maina {
  line-height: 60px;
  color: #333;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  text-transform: capitalize;
  font-family: "lm";
}

.topNavBox .topLayout .nav ul .maina .arrow {
  margin-left: 8px;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.topNavBox .topLayout .searchBox {
  cursor: pointer;
  line-height: 0;
  padding: 0 20px 0 10px;
  border-right: 1px solid #333;
}

.nlang {
  font-size: 14px;
  color: #333;
  font-family: "lm";
  padding-right: 0px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.nlang.on {
  color: #fa981b;
}

.nlang.on .icon2 {
  display: block;
}

.nlang.on .icon1 {
  display: none;
}

.nlang .icon2 {
  display: none;
}

.nlang img {
  margin-left: 7px;
}

.nlang .list {
  position: absolute;
  top: 28px;
  right: 0;
  background: #333;
  padding: 10px 0;
  z-index: 9999;
  display: none;
}

.nlang .list a {
  font-size: 16px !important;
  padding: 0 16px;
  font-family: "ls";
  color: #fff;
  line-height: 40px;
  display: block;
}

.nlang .list a:hover {
  color: #fa981b;
  background: #fff;
}

.iami {
  font-size: 14px;
  color: #333;
  font-family: "lm";
  padding-right: 12px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.iami.on {
  color: #fa981b;
}

.iami.on .icon2 {
  display: block;
}

.iami.on .icon1 {
  display: none;
}

.iami .icon2 {
  display: none;
}

.iami img {
  margin-left: 7px;
}

.iami .list {
  position: absolute;
  top: 28px;
  right: 0;
  background: #333;
  padding: 10px 0;
  z-index: 9999;
  display: none;
}

.iami .list a {
  font-size: 16px !important;
  padding: 0 16px;
  font-family: "ls";
  color: #fff;
  line-height: 40px;
  display: block;

}

.iami .list a.on {
  color: #fa981b;
  background: #fff;
}

.iami .list a:hover {
  color: #fa981b;
  background: #fff;
}

.footer {
  width: 100%;
  background: #383636;
  display: flex;
  justify-content: space-between;
}

.footer .content {
  width: 73.4%;
  position: relative;
  padding: 50px 43px 0px 0;
}

.footer .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.footer .content .line {
  position: absolute;
  background: #fff;
  left: 0;
  width: 100%;
  bottom: -22px;
  height: 1px;
}

.footer .content .box1 {
  width: 22%;
}

.footer .content .box1 li .icon {
  margin-bottom: 10px;
  font-size: var(--font16);
  color: #ffffff;
  line-height: 1.875;
}

.footer .content .box1 li .icon img {
  margin-right: 10px;
  transform: translate(0px, 3px);
}

.footer .content .nav {
  width: 38%;
}

.footer .content .nav ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .content .nav ul li:nth-child(1) {
  width: 40%;
}

.footer .content .nav ul li:nth-child(2) {
  width: 60%;
}

.footer .content .nav ul li:nth-child(3) {
  width: 40%;
}

.footer .content .nav ul li:nth-child(4) {
  width: 60%;
}

.footer .content .nav ul li span {
  font-weight: bold;
  font-size: var(--font20);
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  font-family: "lr";
}

.footer .content .nav ul li a {
  display: block;
  font-size: var(--font16);
  color: #ffffff;
  line-height: 1.875;
  margin-bottom: 10px;
}

.footer .content .form {
  width: 30%;
}

.footer .content .form .tit {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  font-family: "ls";
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.footer .content .form form .text {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.footer .content .form form .text::placeholder {
  font-size: 14px;
  color: #999999;
}

.footer .content .form form textarea {
  width: 100%;
  height: 92px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  margin-bottom: 25px;
}
.proDetali .DesignInspiration .imgLayout .smallList .item{
     width: calc(50% - 21px);
}
.footer .content .form form textarea::placeholder {
  font-size: 14px;
  color: #999999;
}

.footer .content .form form .submit {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.footer .content .form form .submit .icon {
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 50%;
  right: 4px;
  top: 3px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 6px 6px 1px rgba(0, 0, 0, 0.3);
}

.footer .content .logo {
  margin-bottom: 25px;
  display: block;
}

.footer .pic {
  width: 27.6%;
}

.footer .pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer .list {
  display: flex;
  align-items: center;
  height: 90px;
  justify-content: flex-end;
  margin-top: 22px;
}

.footer .list a {
  display: block;
  margin-left: 20px;
  line-height: 0;
}

.footer .submit {
  width: 253px;
  height: 52px;
  border-radius: 0px 60px 0px 60px;
  background: linear-gradient(92deg, #e67f11 0%, #fdd9a3 100%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #fff;
  position: relative;
  transition: all 0.5s ease;
  text-indent: -60px;
}

.search_box {
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out 0s;
  height: 0;
  overflow: hidden;
}

.search_box.on {
  height: 100vh;
  opacity: 1;
}

.search_box.on .search_box_layout {
  opacity: 1;
  transform: translateY(0);
}

.search_box .search_box_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  align-items: flex-end;
  margin-left: 25%;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.25s;
}

.search_box .search_box_layout .close {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.search_box .search_box_layout .close:after {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}

.search_box .search_box_layout .close::before {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}

.search_box .search_box_layout form {
  width: 100%;
  margin-top: 30px;
}

.search_box .search_box_layout form .layout {
  position: relative;
}

.search_box .search_box_layout form .text {
  width: 100%;
  background: transparent;
  line-height: 60px;
  padding: 0 20px;
  font-size: var(--font24);
  border-bottom: 1px solid #fa981b;
  color: #fff;
}

.search_box .search_box_layout form .text::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font24);
}

.search_box .search_box_layout form .submit {
  height: 60px;
  width: 60px;
  position: absolute;
  background: url(../img/search.png) center no-repeat;
  background-size: 25px;
  right: 0px;
  top: 5px;
}

.wap_down_nav {
  display: none;
}

@media screen and (max-width: 1700px) {
  .topNavBox .topLayout .nav ul .maina {
    font-size: 14px;
  }
}

@media screen and (max-width: 1500px) {
  .footer .content .box1 li .icon {
    font-size: 14px;
  }

  .footer .content .nav ul li a {
    font-size: 14px;
  }

  .footer .content .form .tit {
    font-size: 18px;
  }

  .topNavBox .topLayout .nav ul .windowProductPop {
    left: -343px;
  }

  .footer .content .nav ul li:nth-child(1) {
    width: 50%;
  }

  .footer .content .nav ul li:nth-child(2) {
    width: 50%;
  }

  .topNavBox .topLayout .nav ul .maina {
    padding: 0 10px;
  }

  .index_plate3 .usMore {
    width: 200px;
  }

  .footer .content .box1 {
    width: 26%;
  }

  .detaliPlate1 .textContent .item {
    margin-bottom: 10px;
  }

  .detaliPlate1 .textContent .Performance {
    padding-top: 50px;
    margin-top: 50px;
  }

  .mbx .mbx_box a:nth-child(4) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .detaliPlate1 .textContent .item>div {
    font-size: 14px;
  }
}

.detaliSwitch2 .video video {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .mainProduct .productItem .Box.left {
    left: 50%;
    right: auto;
  }

  .mainProduct .preson .pic {
    left: 0;
  }

  .index_plate4 .index_plate4_box ul li.slick-current .text .info {
    margin-bottom: 20px;
  }

  .mainProduct .productItem {
    height: 400px;
  }

  .mainProduct .productItem .Box {
    width: 80%;
    padding: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner .textContent h1 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .banner .textContent {
    width: 80%;
    text-align: center;
  }

  .banner .textContent {
    bottom: 10px;
  }

  ._nav2 .ctext .top .right {
    display: flex;
    align-items: center;
  }

  .banner .textContent .linkList {
    display: none;
  }

  .topNavBox {
    display: none;
  }

  .detaliPlate1 {
    padding: 40px 0;
  }

  .detaliSwitch2 .support .top .w2:last-child {
    display: block !important;
  }

  .detaliSwitch2 .support .list .item .download {
    display: block !important;
  }

  .detaliSwitch2 .Colorselection ul li {
    width: 33.333%;
  }

  .mainProduct {
    padding: 40px 0;
  }

  .detaliSwitch2 .support .w2 {
    width: 30%;
  }

  .detaliSwitch2 .support .w1 {
    width: 54%;
  }

  .mainProduct .preson {
    padding-right: 0;
  }

  .mainProduct .preson {
    flex-direction: column;
  }

  .mainProduct .preson .item {
    width: 100%;
    margin-left: auto;
  }

  .detaliPlate1 .textContent .Performance {
    padding-top: 30px;
    margin-top: 30px;
  }

  .detaliPlate1 .textContent .Performance {
    font-size: 20px;
  }

  .detaliPlate1 .uslayout {
    flex-direction: column;
  }

  .detaliPlate1 .textContent {
    margin-top: 20px;
  }

  .usDetaliSwitch .switch img {
    width: 30px;
    height: 30px;
  }

  .detaliSwitch2 .video .play img {
    max-width: 40px;
  }

  .usDetaliSwitch .title:after {
    height: 20px;
  }

  .detailzs .uslayout {
    margin: 30px 0;
  }

  .detailzs .uslayout .picList {
    margin-bottom: 30px;
  }

  .footer .content .line {
    width: 100% !important;
    left: 0 !important;
  }

  .footer .pic {
    display: none;
  }

  .footer .content .flex {
    flex-direction: column;
  }

  .footer .content .box1 {
    width: 100%;
  }

  .footer .content .form {
    width: 100%;
  }

  .footer {
    flex-direction: column;
    padding-left: 15px !important;
  }

  .footer .content {
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
  }

  .footer .content .nav {
    display: none;
  }

  .submitbox {
    width: max-content;
  }

  ._nav2 .ctext .top .tsearch {
    line-height: 0;
  }

  ._nav2 .ctext .top .tsearch img {
    width: 18px;
  }

  .productItem .bgImg {
    height: 400px;
  }

  .mainProduct .productItem {
    margin-bottom: 20px;
  }

  .wap_down_nav {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #fff;
    z-index: 80;
  }

  .copyright {
    margin-bottom: 50px;
  }

  .wap_down_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    background: #fa981b;
    padding: 0 15px;
  }

  .wap_down_nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .wap_down_nav ul li img {
    height: 30px;
  }

  .wap_down_nav ul li img {
    margin-bottom: 0px;
  }

  .wap_down_nav ul li h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }

  .pf ul li {
    height: 50px;
    width: 50px;
  }

  .pf ul li .icon img {
    width: 22px !important;
  }

  .banner .textContent h1 {
    white-space: normal;
  }

  .modal-image {
    max-height: 300px;
  }

  .iami .list a {
    font-size: 12px !important;
    padding: 0 14px;
    font-family: "ls";
    color: #fff;
    line-height: 36px;
    display: block;

  }

  .nlang .list a {
    font-size: 12px !important;
    padding: 0 14px;
    font-family: "ls";
    color: #fff;
    line-height: 36px;
    display: block;
  }
  .proDetali .DesignInspiration .imgLayout .smallList .item{
     width: 100%
  }
}