.brand {
  padding: 92px 0 0 0;
}
.brand .wrap {
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.brand .wrap a, .brand .wrap span {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.brand .wrap span {
  margin: 0 10px;
}
.brand .wrap a {
  transition: .6s ease;
}
.brand .wrap a:hover {
  color: var(--color);
}

.proInfo1 {
  padding: 20px 0 68px;
}
.proInfo1 .wrap {
  width: 1800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.proInfo1 .wrap .left {
  width: 759px;
  margin: 30px 0 0 0;
}
.proInfo1 .wrap .left .icon {
  display: flex;
  gap: 16px;
}
.proInfo1 .wrap .left .icon .img {
  width: 52px;
  height: 52px;
}
.proInfo1 .wrap .left .icon .img img {
  width: 100%;
  height: 100%;
}
.proInfo1 .wrap .left .picture {
  width: 700px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.proInfo1 .wrap .left .picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.proInfo1 .wrap .right {
  width: 871px;
}
.proInfo1 .wrap .right .title .p1 {
  color: #1A1A1A;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.proInfo1 .wrap .right .title .p2 {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.proInfo1 .wrap .right .table {
  width: 100%;
  margin: 30px 0 0 0;
}
.proInfo1 .wrap .right .table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.proInfo1 .wrap .right .table table tr td {
  padding: 12px 26px;
  background: #F8F8F8;
  color: #888;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.proInfo1 .wrap .right .table table tr td:first-child {
  background: var(--color);
  color: #333;
}
.proInfo1 .wrap .right .more {
  margin: 30px 0 0 0;
  width: fit-content;
  height: 54px;
  border-radius: 8px;
  background: #333;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: .6s ease;
}
.proInfo1 .wrap .right .more:hover {
  background: var(--color);
}
.proInfo1 .wrap .right .more:hover p {
  color: #fff;
}
.proInfo1 .wrap .right .more:hover img {
  filter: brightness(0) invert(1);
}
.proInfo1 .wrap .right .more p {
  color: #FDD000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.proInfo1 .wrap .right .more img {
  width: 20px;
  transition: .6s ease;
}

.proInfo2 {
  background: #F8F8F8;
  padding: 120px 0 188px;
}
.proInfo2 .wrap {
  width: 1800px;
  margin: auto;
}
.proInfo2 .wrap .up {
  display: flex;
  justify-content: space-between;
}
.proInfo2 .wrap .up .item {
  width: 880px;
}
.proInfo2 .wrap .up .item .headline {
  width: 371px;
  height: 82px;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.proInfo2 .wrap .up .item .headline p {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.proInfo2 .wrap .up .item .color {
  width: 100%;
  height: 270px;
  border-radius: 0 16px 16px 16px;
  border: 1px solid #FDD000;
  background: #FFF;
  padding: 0 50px;
  display: flex;
  align-items: center;
}
.proInfo2 .wrap .up .item .color .text p{
  color: #111;
  position: relative;
  padding: 0 0 0 22px;
  line-height: 30px;
}
.proInfo2 .wrap .up .item .color .text p:after{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
.proInfo2 .wrap .up .item .color .img1 {
  width: 569px;
  height: 70%;
}
.proInfo2 .wrap .up .item .color .img1 img {
  width: 100%;
  object-fit: contain;
}
.proInfo2 .wrap .up .item .color .display {
  display: flex;
  gap: 30px;
}
.proInfo2 .wrap .up .item .color .display .list {
  width: 121px;
  height: 121px;
}
.proInfo2 .wrap .up .item .color .display .list:hover img {
  transform: translateY(-20px);
}
.proInfo2 .wrap .up .item .color .display .list img {
  width: 100%;
  transition: 1s;
}
.proInfo2 .wrap .table {
  margin: 90px 0 0 0;
  width: 100%;
}
.proInfo2 .wrap .table table {
  width: 100%;
}
.proInfo2 .wrap .table table tr {
  transition: .2s ease;
}
.proInfo2 .wrap .table table tr:hover {
  background: #e1e1e1;
}
.proInfo2 .wrap .table table tr:first-child td {
  background: #FDD000;
  color: #333;
}
.proInfo2 .wrap .table table tr td {
  padding: 19px 0;
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #727272;
}
.proInfo2 .wrap .table table tr td:first-child {
  padding-left: 30px;
}

@media screen and (max-width: 1919px) {
  .brand{
    padding: 4.7916666667vw 0px 0px;
  }
  .brand .wrap{
    padding: 0px 3.125vw;
  }
  .brand .wrap a, .brand .wrap span{
    font-size: 0.8333333333vw;
  }
  .brand .wrap span{
    margin: 0px 0.5208333333vw;
  }
  .proInfo1{
    padding: 1.0416666667vw 0px 3.5416666667vw;
  }
  .proInfo1 .wrap{
    width: 93.75vw;
  }
  .proInfo1 .wrap .left{
    width: 39.53125vw;
    margin: 1.5625vw 0px 0px;
  }
  .proInfo1 .wrap .left .icon{
    gap: 0.8333333333vw;
  }
  .proInfo1 .wrap .left .icon .img{
    width: 2.7083333333vw;
    height: 2.7083333333vw;
  }
  .proInfo1 .wrap .left .picture{
    width: 36.4583333333vw;
    height: 20.8333333333vw;
    margin: 2.0833333333vw 0px 0px;
  }
  .proInfo1 .wrap .right{
    width: 45.3645833333vw;
  }
  .proInfo1 .wrap .right .title .p1{
    font-size: 2.5vw;
    margin: 0px 0px 0.2604166667vw;
  }
  .proInfo1 .wrap .right .title .p2{
    font-size: 0.9375vw;
  }
  .proInfo1 .wrap .right .table{
    margin: 1.5625vw 0px 0px;
  }
  .proInfo1 .wrap .right .table table{
    border-spacing: 0.15625vw;
  }
  .proInfo1 .wrap .right .table table tr td{
    padding: 0.625vw 1.3541666667vw;
    font-size: 0.78125vw;
  }
  .proInfo1 .wrap .right .more{
    margin: 1.5625vw 0px 0px;
    height: 2.8125vw;
    border-radius: 0.4166666667vw;
    padding: 0px 1.0416666667vw;
    gap: 0.7291666667vw;
  }
  .proInfo1 .wrap .right .more p{
    font-size: 0.8333333333vw;
  }
  .proInfo1 .wrap .right .more img{
    width: 1.0416666667vw;
  }
  .proInfo2{
    padding: 6.25vw 0px 9.7916666667vw;
  }
  .proInfo2 .wrap{
    width: 93.75vw;
  }
  .proInfo2 .wrap .up .item{
    width: 45.8333333333vw;
  }
  .proInfo2 .wrap .up .item .headline{
    width: 19.3229166667vw;
    height: 4.2708333333vw;
    padding: 0px 1.5625vw;
  }
  .proInfo2 .wrap .up .item .headline p{
    font-size: 1.25vw;
  }
  .proInfo2 .wrap .up .item .color{
    height: 14.0625vw;
    border-radius: 0px 0.8333333333vw 0.8333333333vw;
    padding: 0px 2.6041666667vw;
  }
  .proInfo2 .wrap .up .item .color .text p{
    padding: 0px 0px 0px 1.1458333333vw;
    line-height: 1.5625vw;
  }
  .proInfo2 .wrap .up .item .color .text p::after{
    top: 0.5208333333vw;
    width: 0.2604166667vw;
    height: 0.2604166667vw;
  }
  .proInfo2 .wrap .up .item .color .img1{
    width: 29.6354166667vw;
  }
  .proInfo2 .wrap .up .item .color .display{
    gap: 1.5625vw;
  }
  .proInfo2 .wrap .up .item .color .display .list{
    width: 6.3020833333vw;
    height: 6.3020833333vw;
  }
  .proInfo2 .wrap .up .item .color .display .list:hover img{
    transform: translateY(-1.0416666667vw);
  }
  .proInfo2 .wrap .table{
    margin: 4.6875vw 0px 0px;
  }
  .proInfo2 .wrap .table table tr td{
    padding: 0.9895833333vw 0px;
    font-size: 0.8333333333vw;
  }
  .proInfo2 .wrap .table table tr td:first-child{
    padding-left: 1.5625vw;
  }
}

@media screen and (max-width: 1024px) {
  /* ===== brand ===== */
  .brand{
    padding: 80px 0 0 0;
  }
  .brand .wrap{
    padding: 0 16px;
    flex-wrap: wrap;
    gap: 4px;
  }
  .brand .wrap a,
  .brand .wrap span{
    font-size: 13px;
  }
  .brand .wrap span{
    margin: 0 6px;
  }

  /* ===== proInfo1 ===== */
  .proInfo1{
    padding: 30px 0 40px;
  }
  .proInfo1 .wrap{
    width: 90%;
    flex-direction: column;
    gap: 30px;
  }
  .proInfo1 .wrap .left{
    width: 100%;
    margin: 0;
  }
  .proInfo1 .wrap .left .icon{
    gap: 10px;
  }
  .proInfo1 .wrap .left .icon .img{
    width: 36px;
    height: 36px;
  }
  .proInfo1 .wrap .left .picture{
    width: 100%;
    height: auto;
    margin: 35px 0 0 0;
  }
  .proInfo1 .wrap .right{
    width: 100%;
  }
  .proInfo1 .wrap .right .title .p1{
    font-size: 24px;
    margin: 0 0 4px;
  }
  .proInfo1 .wrap .right .title .p2{
    font-size: 13px;
  }
  .proInfo1 .wrap .right .table{
    margin: 20px 0 0 0;
  }
  .proInfo1 .wrap .right .table table{
    border-spacing: 2px;
  }
  .proInfo1 .wrap .right .table table tr td{
    padding: 8px 12px;
    font-size: 11px;
  }
  .proInfo1 .wrap .right .more{
    margin: 20px 0 0 0;
    height: 44px;
    border-radius: 8px;
    padding: 0 16px;
    gap: 10px;
  }
  .proInfo1 .wrap .right .more p{
    font-size: 13px;
  }
  .proInfo1 .wrap .right .more img{
    width: 16px;
  }

  /* ===== proInfo2 ===== */
  .proInfo2{
    padding: 50px 0 60px;
  }
  .proInfo2 .wrap{
    width: 90%;
  }
  .proInfo2 .wrap .up{
    flex-direction: column;
    gap: 30px;
  }
  .proInfo2 .wrap .up .item{
    width: 100%;
  }
  .proInfo2 .wrap .up .item .headline{
    width: 68%;
    height: auto;
    padding: 10px 16px;
  }
  .proInfo2 .wrap .up .item .headline p{
    font-size: 16px;
  }
  .proInfo2 .wrap .up .item .color{
    height: auto;
    min-height: 110px;
    border-radius: 0 12px 12px 12px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .proInfo2 .wrap .up .item .color .text p{
    padding: 0 0 0 14px;
    line-height: 22px;
    font-size: 13px;
  }
  .proInfo2 .wrap .up .item .color .text p:after{
    top: 8px;
    width: 4px;
    height: 4px;
  }
  .proInfo2 .wrap .up .item .color .img1{
    width: 100%;
  }
  .proInfo2 .wrap .up .item .color .display{
    gap: 12px;
    flex-wrap: wrap;
  }
  .proInfo2 .wrap .up .item .color .display .list{
    width: 50px;
    height: 50px;
  }
  .proInfo2 .wrap .table{
    margin: 30px 0 0 0;
    display: block;
    overflow: hidden;
    overflow-x: auto;
  }
  .proInfo2 .wrap .table table tr td{
    padding: 12px;
    font-size: 13px;
    white-space: nowrap;
  }
  .proInfo2 .wrap .table table tr td:first-child{
    padding-left: 16px;
  }
  .proInfo2 .wrap .up .item .color .img1 img{
    object-fit: contain;
    max-height: 120px;
  }
}
