.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.cont .page1 {
  position: relative;
  background: linear-gradient(to bottom, #bbc1ca, #e9ebee, #fff);
}
.cont .page1 .txt-roll {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.cont .page1 .txt-roll .marquee {
  width: 100%;
  display: flex;
  white-space: nowrap;
}
.cont .page1 .txt-roll p {
  font-size: 300px;
  white-space: nowrap;
  padding: 0 100px;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cont .page1 .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
.cont .page1 .product .txt {
  width: 56%;
}
.cont .page1 .product .txt h1 {
  width: 100%;
  display: block;
  color: #222;
  font-weight: bold;
  font-size: 110px;
}
.cont .page1 .product .txt .subtit {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.cont .page1 .product .txt .des {
  color: #333;
  width: 90%;
  line-height: 1.8;
}
.cont .page1 .product .img {
  flex-shrink: 0;
  width: 44%;
}
.cont .page1 .parameter .tab {
  width: 100%;
  display: flex;
  gap: 20px;
}
.cont .page1 .parameter .tab a {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.cont .page1 .parameter .tab a::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.cont .page1 .parameter .tab a i {
  color: #999999;
  position: relative;
  z-index: 5;
}
.cont .page1 .parameter .tab a:hover {
  border: 1px solid transparent;
}
.cont .page1 .parameter .tab a:hover::after {
  opacity: 1;
}
.cont .page1 .parameter .tab a:hover i {
  color: #fff;
}
.cont .page1 .parameter .tab a.on {
  border: 1px solid transparent;
}
.cont .page1 .parameter .tab a.on::after {
  opacity: 1;
}
.cont .page1 .parameter .tab a.on i {
  color: #fff;
}
.cont .page1 .parameter .tab-cont {
  position: relative;
  width: 100%;
}
.cont .page1 .parameter .tab-cont .item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50px);
  opacity: 0;
  width: 100%;
  transition: all 0.5s;
  pointer-events: none;
}
.cont .page1 .parameter .tab-cont .item.on {
  transform: translateY(0);
  opacity: 1;
  position: static;
  pointer-events: auto;
}
.cont .page1 .parameter .tab-cont .item .tit {
  background: #d4d6da;
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.cont .page1 .parameter .tab-cont .item .tit::after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  height: 1px;
  background: #d4d6da;
  right: 0;
}
.cont .page1 .parameter .tab-cont .item .tit::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 1px;
  background: #d4d6da;
  right: 0;
}
.cont .page1 .parameter .tab-cont .item .tit p {
  color: #000103;
}
.cont .page1 .parameter .tab-cont .item .tit p:nth-child(1) {
  width: 33%;
  padding-left: 60px;
}
.cont .page1 .parameter .tab-cont .item .tit p:nth-child(2) {
  width: 67%;
  padding-left: 30px;
}
.cont .page1 .parameter .tab-cont .item ul {
  width: 100%;
  margin-top: 30px;
}
.cont .page1 .parameter .tab-cont .item ul li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  background: #fff;
}
.cont .page1 .parameter .tab-cont .item ul li:nth-child(even) {
  background: #ecedf0;
}
.cont .page1 .parameter .tab-cont .item ul li p {
  color: #000103;
}
.cont .page1 .parameter .tab-cont .item ul li p:nth-child(1) {
  width: 33%;
  padding-left: 60px;
}
.cont .page1 .parameter .tab-cont .item ul li p:nth-child(2) {
  width: 67%;
  color: #777777;
  padding-left: 30px;
}
.cont .page1 .parameter .tab-cont .item.on {
  transform: translateY(0);
  opacity: 1;
}
.cont .page2 {
  position: relative;
}
.cont .page2 .mask_l {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
.cont .page2 .mask_r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
.cont .page2 .w1440 {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}
.cont .page2 .w1440 .txt {
  width: 39%;
}
.cont .page2 .w1440 .txt p,
.cont .page2 .w1440 .txt span {
  display: block;
}
.cont .page2 .w1440 .txt p {
  color: #fff;
  font-weight: bold;
}
.cont .page2 .w1440 .txt span {
  margin-top: 30px;
  color: #fff;
}
.cont .page3 {
  background: #f0f2f5;
}
.cont .page3 .title p,
.cont .page3 .title span {
  display: block;
}
.cont .page3 .title p {
  color: #333333;
  font-weight: bold;
}
.cont .page3 .title span {
  color: #777777;
  margin-top: 15px;
}
.cont .page3 #form p {
  display: block;
  color: #000;
  margin-bottom: 12px;
}
.cont .page3 #form span {
  color: #999999;
  display: block;
}
.cont .page3 #form .layui-form-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin-top: 15px;
}
.cont .page3 #form .layui-form-item input {
  width: 25px!important;
  height: 25px!important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cont .page3 #form .layui-form-item div {
  color: #777777;
  margin-left: 10px;
}
.cont .page3 #form .input-group {
  width: 100%;
  margin-bottom: 30px;
}
.cont .page3 #form .input-group .choice {
  display: none;
}
.cont .page3 #form .input-group .tab {
  width: 100%;
  display: flex;
  gap: 20px;
}
.cont .page3 #form .input-group .tab a {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.cont .page3 #form .input-group .tab a::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.cont .page3 #form .input-group .tab a i {
  color: #999999;
  position: relative;
  z-index: 5;
}
.cont .page3 #form .input-group .tab a:hover {
  border: 1px solid transparent;
}
.cont .page3 #form .input-group .tab a:hover::after {
  opacity: 1;
}
.cont .page3 #form .input-group .tab a:hover i {
  color: #fff;
}
.cont .page3 #form .input-group .tab a.on {
  border: 1px solid transparent;
}
.cont .page3 #form .input-group .tab a.on::after {
  opacity: 1;
}
.cont .page3 #form .input-group .tab a.on i {
  color: #fff;
}
.cont .page3 #form .input-group input {
  width: 100%;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}
.cont .page3 #form .textarea-group {
  width: 100%;
  margin-bottom: 30px;
}
.cont .page3 #form .textarea-group textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #dddddd;
  height: 127px;
  padding: 15px;
}
.cont .page3 .submits_btn .submits {
  width: 200px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  overflow: hidden;
  border: 0;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 .product .txt h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .cont .page1 .txt-roll p {
    font-size: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .w1200 {
    width: 90%;
  }
  .cont .page1 .product .txt h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .cont .page1 .product .txt h1 {
    font-size: 60px;
  }
  .cont .page1 .txt-roll p {
    font-size: 200px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .txt-roll p {
    font-size: 150px;
  }
  .cont .page3 #form .input-group .tab {
    flex-wrap: wrap;
    gap: 5px;
  }
  .cont .page3 #form .input-group .tab a {
    width: 180px;
  }
  .cont .page3 #form .input-group .tab a i {
    font-size: 14px;
  }
  .cont .page1 .parameter .tab {
    flex-wrap: wrap;
    gap: 5px;
  }
  .cont .page1 .parameter .tab a {
    width: 180px;
  }
  .cont .page1 .parameter .tab a i {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cont .page1 .txt-roll p {
    font-size: 100px;
  }
  .cont .page1 .product {
    flex-wrap: wrap;
    padding-top: 25vw;
  }
  .cont .page1 .product .txt {
    width: 100%;
  }
  .cont .page1 .product .img {
    width: 100%;
  }
  .cont .page1 .parameter .tab {
    justify-content: space-between;
    gap: 10px 0px;
  }
  .cont .page1 .parameter .tab a {
    width: 49%;
  }
  .cont .page1 .parameter .tab a i {
    font-size: 12px;
  }
  .cont .page3 #form .input-group .tab {
    justify-content: space-between;
    gap: 10px 0px;
  }
  .cont .page3 #form .input-group .tab a {
    width: 49%;
  }
  .cont .page3 #form .input-group .tab a i {
    font-size: 12px;
  }
  .cont .page1 .parameter .tab-cont .item .tit p:nth-child(1),
  .cont .page1 .parameter .tab-cont .item ul li p:nth-child(1) {
    padding-left: 20px;
  }
  .cont .page1 .parameter .tab-cont .item .tit p:nth-child(2),
  .cont .page1 .parameter .tab-cont .item ul li p:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont .page2 .w1440 .txt {
    width: 70%;
  }
  .cont .page2 .w1440 {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cont .page2 .w1440 .txt p {
    font-size: 20px;
  }
  .cont .page2 .w1440 .txt span {
    margin-top: 10px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=./product.css.map */