body {
  background: #F8F8F8;
}

img {
  object-fit: cover;
}

.banner {
  width: 100%;
  height: 51.8229166667vw;
  position: relative;
  margin: 4.7395833333vw 0 0;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 15vw;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  padding: 6.25vw 0 7.9166666667vw;
  color: #FFF;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}
.banner .text b {
  font-weight: 500;
}

.sec1 {
  padding: 11.0416666667vw 0 0;
}
.sec1 .wrap {
  width: 72.9166666667vw;
  margin: 0 auto;
}
.sec1 .wrap .title {
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10.4166666667vw;
}
.sec1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 13.0208333333vw 2.7604166667vw;
}
.sec1 .wrap .list .item {
  width: 22.3958333333vw;
  text-align: center;
}
.sec1 .wrap .list .item .icon {
  width: 11.71875vw;
  height: 10.4166666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3.4375vw;
  transition: 0.6s;
}
.sec1 .wrap .list .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.sec1 .wrap .list .item .h5 {
  color: #000;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.3125vw;
}
.sec1 .wrap .list .item .p {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.sec1 .wrap .list .item:hover .icon {
  transform: rotateY(360deg);
}

.sec2 {
  padding: 16.40625vw 0 0;
}
.sec2 .wrap {
  width: 81.7708333333vw;
  margin: 0 auto;
}
.sec2 .wrap .title {
  color: #121212;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8.59375vw;
}
.sec2 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8541666667vw;
}
.sec2 .wrap .list .item {
  width: 17.5vw;
}
.sec2 .wrap .list .item .img {
  width: 100%;
  height: 23.4375vw;
  overflow: hidden;
}
.sec2 .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.sec2 .wrap .list .item p {
  color: #252726;
  text-align: center;
  font-weight: 400;
  margin: 2.6041666667vw 0 0;
}
.sec2 .wrap .list .item:hover .img img {
  transform: scale(1.1);
}

.sec3 {
  padding: 16.40625vw 0 0;
}
.sec3 .wrap {
  width: 74.0625vw;
  margin: 0 auto;
}
.sec3 .wrap .title {
  color: #121212;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3.8020833333vw;
}
.sec3 .wrap .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec3 .wrap .list .item:not(:last-child) {
  padding: 0 0 4.1666666667vw;
  border-bottom: 0.0520833333vw solid #000;
  margin-bottom: 4.1666666667vw;
}
.sec3 .wrap .list .item .l {
  width: 33.8541666667vw;
}
.sec3 .wrap .list .item .l .l_title {
  color: #000;
  font-weight: 400;
}
.sec3 .wrap .list .item .l .l_text {
  color: #666;
  font-weight: 300;
  margin: 1.40625vw 0 0;
}
.sec3 .wrap .list .item .r {
  width: 31.5104166667vw;
  height: 17.03125vw;
  overflow: hidden;
}
.sec3 .wrap .list .item .r img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.sec3 .wrap .list .item .r:hover img {
  transform: scale(1.1);
}
.sec3 .wrap .btns {
  display: flex;
  justify-content: center;
  /* margin: 8.6458333333vw 0 0; */
  margin: 5.6458333333vw 0 3vw; 
  gap: 7.65625vw;
}
.sec3 .wrap .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.15625vw;
  height: 1.6666666667vw;
  border-top: 0.0520833333vw solid #000;
  border-bottom: 0.0520833333vw solid #000;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.6s;
}
.sec3 .wrap .btns a:hover {
  background: #000;
  color: #FFFFFF;
}

.sec4 {
  padding: 12.5520833333vw 0 19.6354166667vw;
}
.sec4 .wrap {
  width: 79.1666666667vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec4 .wrap .title {
  color: #000;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  width: 20.8333333333vw;
}
.sec4 .wrap .list {
  width: 54.1666666667vw;
}
.sec4 .wrap .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 1.6666666667vw;
  border: 0.0520833333vw solid #1F1F1F;
  padding: 1.6666666667vw 0 1.6666666667vw 1.6666666667vw;
  position: relative;
  cursor: pointer;
}
.sec4 .wrap .list .item:not(:last-child) {
  margin-bottom: 1.09375vw;
}
.sec4 .wrap .list .item .jt {
  width: 1.3541666667vw;
  position: absolute;
  right: 0.5208333333vw;
  transition: 0.6s;
}
.sec4 .wrap .list .item .jt img {
  display: block;
  width: 100%;
}
.sec4 .wrap .list .item .item_box {
  width: 48.9583333333vw;
}
.sec4 .wrap .list .item .item_box .block {
  color: #5E5E5E;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  transition: 0.6s;
}
.sec4 .wrap .list .item .item_box .none {
  color: #757575;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  padding: 1.09375vw 0 0;
  display: none;
}
.sec4 .wrap .list .item:hover .item_box .block {
  color: #000;
}
.sec4 .wrap .list .item.item_active .jt {
  transform: rotate(180deg);
}

.common_box img {
  object-fit: unset;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
    height: 240px;
  }
  .banner .text {
    padding: 20px 0;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%) !important;
    line-height: 1.2;
  }
  .sec1 {
    padding: 50px 0 0;
  }
  .sec1 .wrap {
    width: 90%;
  }
  .sec1 .wrap .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec1 .wrap .list {
    justify-content: space-between;
    gap: 30px 0;
  }
  .sec1 .wrap .list .item {
    width: 100%;
  }
  .sec1 .wrap .list .item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
  .sec1 .wrap .list .item .h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec1 .wrap .list .item .p {
    font-size: 16px;
  }
  .sec2 {
    padding: 80px 0 0;
  }
  .sec2 .wrap {
    width: 90%;
  }
  .sec2 .wrap .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec2 .wrap .list {
    gap: 30px 0;
    justify-content: space-between;
  }
  .sec2 .wrap .list .item {
    width: 48%;
  }
  .sec2 .wrap .list .item .img {
    height: 58vw;
  }
  .sec2 .wrap .list .item p {
    font-size: 16px;
    margin: 20px 0 0;
  }
  .sec3 {
    padding: 80px 0 0;
  }
  .sec3 .wrap {
    width: 90%;
  }
  .sec3 .wrap .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec3 .wrap .list .item {
    flex-direction: column-reverse;
    padding: 0 0 20px !important;
    margin-bottom: 40px !important;
    border-bottom: 1px solid #000000;
  }
  .sec3 .wrap .list .item .r {
    width: 100%;
    height: 50.03125vw;
    margin-bottom: 20px;
  }
  .sec3 .wrap .list .item .l {
    width: 100%;
  }
  .sec3 .wrap .list .item .l .l_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sec3 .wrap .list .item .l .l_text {
    font-size: 16px;
  }
  .sec3 .wrap .btns {
    display: block;
  }
  .sec3 .wrap .btns a {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 30px 0 0;
  }
  .sec4 {
    padding: 70px 0;
  }
  .sec4 .wrap {
    width: 90%;
    display: block;
  }
  .sec4 .wrap .title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec4 .wrap .list {
    display: block;
    width: 100%;
  }
  .sec4 .wrap .list .item {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px !important;
  }
  .sec4 .wrap .list .item .item_box {
    width: 90%;
  }
  .sec4 .wrap .list .item .item_box .none {
    font-size: 16px;
    padding: 10px 0 0;
  }
  .sec4 .wrap .list .item .jt {
    width: 18px;
    right: 8px;
  }
}

/*# sourceMappingURL=trade.css.map */
