body {
  background: #111113;
}

.common_banner {
  height: 100vh;
}

.common_banner .img {
  height: 100%;
}

.common_banner .img img {
  height: 100%;
}

.section {
  padding: 100px 0 147px;
}

.section .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section .wrap .l_box {
  position: sticky;
  top: 100px;
  width: 300px;
}

.section .wrap .l_box .h5 {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 13px;
}

.section .wrap .l_box .pro_links a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  padding: 0 0 0 21px;
  position: relative;
  transition: 0.6s;
  width: fit-content;
}

.section .wrap .l_box .pro_links a:after {
  content: "";
  width: 12px;
  height: 4px;
  background: #F8AB21;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transition: 0.6s;
}

.section .wrap .l_box .pro_links a:hover,
.section .wrap .l_box .pro_links a.on {
  color: #F8AB21;
}

.section .wrap .l_box .pro_links a:hover:after,
.section .wrap .l_box .pro_links a.on:after {
  transform: translateY(-50%) scaleX(1);
}

.section .wrap .l_box .pro_links a.on {
  font-family: 'Manrope3 M';
}

.section .wrap .r_box {
  width: 1040px;
}

.section .wrap .r_box .item {
  display: flex;
  width: 100%;
  height: 440px;
  background: #F0EEEF;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

.section .wrap .r_box .item:not(:last-child) {
  margin-bottom: 50px;
}

.section .wrap .r_box .item .item_l {
  width: 480px;
  padding: 109px 10px 0 67px;
}

.section .wrap .r_box .item .item_l .item_h5 {
  font-family: 'Manrope3 M';
  font-size: 30px;
  color: #000000;
}

.section .wrap .r_box .item .item_l .item_des {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin: 30px 0 50px;
}

.section .wrap .r_box .item .item_l .item_des span {
  color: #000000;
  font-family: 'Manrope3 M';
}

.section .wrap .r_box .item .item_l .more_btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.section .wrap .r_box .item .item_l .more_btn p {
  color: #000000;
}

.section .wrap .r_box .item .item_l .more_btn img {
  filter: invert(1);
}

.section .wrap .r_box .item .img {
  width: 560px;
  height: 100%;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

.section .wrap .r_box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.section .wrap .r_box .item:hover .img img {
  transform: scale(1.1);
}


@media screen and (max-width: 1919px) {
  .section {
    padding: 5.2083333333vw 0px 7.65625vw;
  }

  .section .wrap .l_box {
    top: 5.2083333333vw;
    width: 15.625vw;
  }

  .section .wrap .l_box .h5 {
    font-size: 1.25vw;
    margin-bottom: 0.6770833333vw;
  }

  .section .wrap .l_box .pro_links a {
    font-size: 0.8333333333vw;
    line-height: 2.6041666667vw;
    padding: 0px 0px 0px 1.09375vw;
  }

  .section .wrap .l_box .pro_links a::after {
    width: 0.625vw;
    height: 0.2083333333vw;
    border-radius: 0.1041666667vw;
  }

  .section .wrap .r_box {
    width: 54.1666666667vw;
  }

  .section .wrap .r_box .item {
    height: 22.9166666667vw;
    border-radius: 0.5208333333vw;
  }

  .section .wrap .r_box .item:not(:last-child) {
    margin-bottom: 2.6041666667vw;
  }

  .section .wrap .r_box .item .item_l {
    width: 25vw;
    padding: 5.6770833333vw 0.5208333333vw 0px 3.4895833333vw;
  }

  .section .wrap .r_box .item .item_l .item_h5 {
    font-size: 1.5625vw;
  }

  .section .wrap .r_box .item .item_l .item_des {
    font-size: 0.9375vw;
    margin: 1.5625vw 0px 2.6041666667vw;
  }

  .section .wrap .r_box .item .img {
    width: 29.1666666667vw;
    border-radius: 0.5208333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section{
    padding: 50px 0;
  }
  .section .wrap{
    flex-direction: column;
  }
  .section .wrap .l_box{
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }
  .section .wrap .l_box .h5{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section .wrap .l_box .pro_links{
    display: flex;
    gap: 20px;
  }
  .section .wrap .l_box .pro_links a{
    font-size: 14px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 18px;
    border: 1px solid rgba(255, 255,255, 0.2);
    line-height: 1;
    padding: 0 20px;
  }
  .section .wrap .l_box .pro_links a::after{
    display: none;
  }
  .section .wrap .r_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .section .wrap .r_box .item{
    height: auto;
    border-radius: 10px;
    width: calc(50% - 10px);
    justify-content: start;
    flex-direction: column-reverse;
  }
  .section .wrap .r_box .item .img{
    width: 100%;
    height: 28vw;
    border-radius: 10px;
  }
  .section .wrap .r_box .item .item_l{
    width: 100%;
    padding: 30px 20px;
  }
  .section .wrap .r_box .item .item_l .item_h5{
    font-size: 18px;
  }
  .section .wrap .r_box .item .item_l .item_des{
    font-size: 14px;
    margin: 20px 0px 30px;
  }
  .section .wrap .r_box .item:not(:last-child){
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .section .wrap .r_box .item{
    width: 100%;
  }
  .section .wrap .r_box .item .img{
    height: auto;
  }
  .section .wrap .l_box .pro_links{
    flex-wrap: wrap;
    gap: 10px;
  }
  .section .wrap .l_box .pro_links a{
    width: 100%;
    justify-content: center;
  }
}