img {
  display: block;
}

.container .top {
  border-radius: 0 0 3.125vw 3.125vw;
  background: #FFF;
  box-shadow: 0 0.4166666667vw 0.5208333333vw 0 rgba(0, 0, 0, 0.3);
  padding: 1.1979166667vw 8.3333333333vw 1.7708333333vw;
  display: flex;
  gap: 0 3.4895833333vw;
}

.container .top .title {
  color: #000;
  font-size: 8.8541666667vw;
  font-weight: 400;
}

.container .top .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 2.5520833333vw;
  color: #000;
  font-weight: 400;
  padding: 0 1.4583333333vw;
  border-radius: 2.5520833333vw;
  border: 1px solid #000;
  margin: 2.9166666667vw 0 0;
}

.container .sec1 {
  padding: 10.625vw 9.5833333333vw 0 8.2291666667vw;
  display: flex;
  justify-content: space-between;
}

.container .sec1 .l {
  margin: 1.3020833333vw 0 0;
}

.container .sec1 .l .label {
  display: flex;
  align-items: center;
  gap: 0 0.8333333333vw;
  margin-bottom: 0.5208333333vw;
}

.container .sec1 .l .label .icon img {
  width: 1.25vw;
}

.container .sec1 .l .label p {
  color: #000;
  font-weight: 100;
}

.container .sec1 .r {
  width: 54.6875vw;
}

.container .sec1 .r .r_title {
  color: #000;
  font-weight: 400;
  padding: 0 0 0.9375vw;
  border-bottom: 1px solid #848484;
  margin-bottom: 0.78125vw;
}

.container .sec1 .r .r_content {
  color: #4C4C4C;
  font-weight: 400;
  line-height: 2.375;
}

.container .sec1 .r .r_swiper {
  margin: 1.0416666667vw 0 0;
  width: 56.9791666667vw;
  left: 0;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  position: relative;
}

.container .sec1 .r .r_swiper .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 1.5104166667vw;
  bottom: 2.0833333333vw;
  z-index: 3;
  width: 6.9791666667vw;
  height: 2.7083333333vw;
  background: rgba(217, 217, 217, 0.8);
  border-radius: 1.3541666667vw;
  padding: 0 0.7291666667vw;
}

.container .sec1 .r .r_swiper .btns .jt {
  width: 0.8333333333vw;
  cursor: pointer;
}

.container .sec1 .r .r_swiper .btns .jt img {
  display: block;
  width: 100%;
}

.container .sec1 .r .r_swiper .btns .jt:nth-child(1) {
  transform: rotate(180deg);
}

.container .sec1 .r .r_swiper .swiper-slide img {
  width: 100%;
  height: 41.6vw;
  object-fit: cover;
  transform: scale(1.1);
  transition: 1s;
}

.container .sec1 .r .r_swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}

.container .sec2 {
  padding: 10.2604166667vw 0 3.2291666667vw;
}

.container .sec2 .wrap {
  width: 77.5vw;
  margin: 0 auto;
}

.container .sec2 .wrap .links {
  display: flex;
  gap: 0 3.5416666667vw;
  width: 77.5vw;
  margin: 0 auto 3.125vw;
  padding: 0 0 0.9375vw;
  border-bottom: 3px solid #1D2088;
}

.container .sec2 .wrap .links .item {
  color: #000;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

.container .sec2 .wrap .links .item:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #F4E74B;
  position: absolute;
  bottom: -1.09375vw;
  left: 0;
  transition: 1s;
  transform: scaleX(0);
}

.container .sec2 .wrap .links .item:hover:after,
.container .sec2 .wrap .links .item.on:after {
  transform: scaleX(1);
}

.container .sec2 .wrap .box .list {
  width: 100%;
  padding: 2.03125vw 3.0729166667vw;
  border-radius: 2.0833333333vw;
  background: #EFEFEF;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
}

.container .sec2 .wrap .box .list.list1 {
  gap: 4.84375vw 3.28125vw;
  padding: 4.21875vw 4.9479166667vw 4.4791666667vw;
}

.container .sec2 .wrap .box .list.list1 .item1 {
  display: block;
  height: 21.875vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  position: relative;
}

.container .sec2 .wrap .box .list.list1 .item1 .label {
  display: flex;
  align-items: center;
  padding: 0 1.1458333333vw;
  height: 2.3958333333vw;
  border-radius: 2.3958333333vw;
  width: fit-content;
  color: #323232;
  font-weight: 400;
  background: #FFFFFF;
  position: absolute;
  top: 1.1458333333vw;
  right: 1.9270833333vw;
}

.container .sec2 .wrap .box .list.list1 .item1 .label.hot {
  padding: 0;
  background: unset;
  height: unset;
  top: 0.6770833333vw;
}

.container .sec2 .wrap .box .list.list1 .item1 .label.hot img {
  width: 4.0625vw;
}

.container .sec2 .wrap .box .list.list1 .item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.container .sec2 .wrap .box .list.list1 .item1 .txt {
  position: absolute;
  padding: 0 1.9270833333vw;
  bottom: 1.0416666667vw;
}

.container .sec2 .wrap .box .list.list1 .item1 .txt h5 {
  color: #FFF;
  font-weight: 400;
}

.container .sec2 .wrap .box .list.list1 .item1 .txt p {
  color: #FFF;
  font-weight: 400;
}

.container .sec2 .wrap .box .list.list1 .item1:hover img {
  transform: scale(1.1);
}

.container .sec2 .wrap .box .list .item {
  display: block;
  height: 20.8333333333vw;
  overflow: hidden;
  border-radius: 1.0416666667vw;
  position: relative;
}

.container .sec2 .wrap .box .list .item p {
  width: 100%;
  padding: 0 1.25vw;
  color: #FFF;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 1.0416666667vw;
  opacity: 0;
  transform: translateY(0.5208333333vw);
  transition: 0.6s;
}

.container .sec2 .wrap .box .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.container .sec2 .wrap .box .list .item:hover img {
  transform: scale(1.1);
}

.container .sec2 .wrap .box .list .item:hover p {
  opacity: 1;
  transform: translateY(0);
}

.container .sec2 .wrap .box .list.on {
  display: grid;
}

@media screen and (max-width: 768px) {
  .container .sec1 .r .r_swiper .swiper-slide img{
    height: 300px;
  }
  .container .top {
    padding: 30px 5vw;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3);
    display: block;
  }

  .container .top .label {
    height: unset;
    padding: 5px 15px;
    border-radius: 50px;
    margin: 15px 0 0;
  }

  .container .sec1 {
    display: block;
    padding: 50px 5vw 0;
  }

  .container .sec1 .l .label {
    gap: 0 8px;
    margin-bottom: 10px;
  }

  .container .sec1 .l .label .icon {
    width: 20px;
  }

  .container .sec1 .l .label .icon img {
    width: 100%;
  }

  .container .sec1 .r {
    width: 100%;
    margin: 20px 0 0;
  }

  .container .sec1 .r .r_title {
    padding: 0 0 10px;
    margin-bottom: 25px;
  }

  .container .sec1 .r .r_swiper {
    width: 100%;
    border-radius: 15px;
    left: 0;
    margin: 30px 0 0;
  }

  .container .sec1 .r .r_swiper .btns {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    right: 15px;
    bottom: 15px;
  }

  .container .sec1 .r .r_swiper .btns .jt {
    width: 14px;
  }

  .container .sec2 {
    padding: 50px 0 60px;
  }

  .container .sec2 .wrap {
    width: 90%;
  }

  .container .sec2 .wrap .links {
    width: 100%;
    gap: 0 20px;
    padding: 0 0 10px;
    border-bottom: 2px solid #1D2088;
    margin-bottom: 25px;
  }

  .container .sec2 .wrap .links .item:after {
    height: 2px;
    bottom: -12px;
  }

  .container .sec2 .wrap .box .list {
    padding: 30px;
    border-radius: 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .container .sec2 .wrap .box .list .item {
    height: 69vw;
    border-radius: 15px;
  }

  .container .sec2 .wrap .box .list .item p {
    opacity: 1;
    padding: 0 15px;
    bottom: 10px;
    transform: translateY(0);
  }

  .container .sec2 .wrap .box .list.list1 {
    gap: 30px;
    padding: 30px;
  }

  .container .sec2 .wrap .box .list.list1 .item1 {
    border-radius: 15px;
    height: 90vw;
  }

  .container .sec2 .wrap .box .list.list1 .item1 .label {
    top: 20px;
    right: 20px;
    padding: 0 15px;
    height: 30px;
    border-radius: 30px;
  }

  .container .sec2 .wrap .box .list.list1 .item1 .label.hot {
    width: 60px;
    top: 10px;
    padding: 0;
    height: unset;
    border-radius: unset;
  }

  .container .sec2 .wrap .box .list.list1 .item1 .label.hot img {
    width: 100%;
  }

  .container .sec2 .wrap .box .list.list1 .item1 .txt {
    left: 20px;
    bottom: 20px;
  }
}

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