.home .banner {
  position: relative
}

.home .banner .bg {
  width: 100%;
  display: block;
  object-fit: cover;
  /* height: 41.04167vw */
  height: 100vh;
}

.home .banner .text {
  position: absolute;
  left: 11.97917vw;
  top: 12.03125vw
}

.home .banner .text .p1 {
  color: #000;
  font-weight: 700;
  line-height: 1.12
}

.home .banner .text .p1 span {
  color: #0A3296
}

.home .banner .text .des {
  margin: .26042vw 0 2.1875vw 0;
  color: #666;
  line-height: 2.4
}

.home .banner .text .tags {
  display: flex;
  gap: 1.04167vw
}

.home .banner .text .tags a {
  border-radius: 8px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .57292vw;
  position: relative;
  width: 8.59375vw;
  height: 2.86458vw;
  transition: all 600ms;
  border: 1px solid transparent
}

.home .banner .text .tags a .c {
  position: absolute;
  right: -1px;
  top: 0;
  width: 1.14583vw;
  opacity: 0;
  transition: all 600ms;
  display: block
}

.home .banner .text .tags a .icon {
  width: 1.5625vw;
  display: block
}

.home .banner .text .tags a:hover,
.home .banner .text .tags a.on {
  border: 1px solid #184CC3
}

.home .banner .text .tags a:hover .c,
.home .banner .text .tags a.on .c {
  opacity: 1
}

.home .banner .text .btn {
  border-radius: 8px;
  background: #184CC3;
  display: flex;
  width: 11.04167vw;
  height: 3.85417vw;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  color: #FFF;
  line-height: 1.5;
  margin-top: 6.92708vw
}

.home .banner .text .btn img {
  width: 1.25vw;
  display: block;
  transition: all 600ms
}

.home .banner .text .btn:hover img {
  transform: rotate(45deg)
}

.home .container {
  padding: 3.64583vw 7.8125vw 8.75vw 7.8125vw
}

.home .container .sec1 .t {
  color: #184CC3;
  font-weight: 700
}

.home .container .sec1 .list {
  margin-top: 3.64583vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125vw
}

.home .container .sec1 .list .item {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #F0F2F4;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(15, 36, 32, 0.05)
}

.home .container .sec1 .list .item .t_top {
  padding: 2.8125vw 0 2.8125vw 3.125vw;
  position: relative;
  z-index: 5
}

.home .container .sec1 .list .item .t_top img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  object-fit: cover
}

.home .container .sec1 .list .item .t_top .p1 {
  font-weight: 700
}

.home .container .sec1 .list .item .t_top .p2 {
  color: #666;
  margin-top: .46875vw
}

.home .container .sec1 .list .item .t_bottom {
  background: #fff;
  padding: 1.77083vw 0 3.28125vw 2.96875vw
}

.home .container .sec1 .list .item .t_bottom .price {
  display: flex;
  align-items: center
}

.home .container .sec1 .list .item .t_bottom .price span:first-child {
  transform: translateY(.52083vw)
}

.home .container .sec1 .list .item .t_bottom .price span.f_18 {
  transform: translateY(1.04167vw)
}

.home .container .sec1 .list .item .t_bottom .price img {
  transform: translateY(1.04167vw)
}

.home .container .sec1 .list .item .t_bottom .price p {
  font-weight: 500;
  font-family: "DIN";
  margin: 0 .52083vw
}

.home .container .sec1 .list .item .t_bottom .price img {
  margin-left: .78125vw
}

.home .container .sec1 .list .item .t_bottom .num {
  font-weight: 350;
  height: 1.354vw;
  margin: .52083vw 0 3.125vw 0
}

.home .container .sec1 .list .item .t_bottom .des {
  color: #666;
  font-weight: 500;
  line-height: 1.6
}

.home .container .sec1 .list .item .t_bottom .text {
  margin: 2.08333vw 0 3.95833vw 0
}

.home .container .sec1 .list .item .t_bottom .text p {
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: .52083vw
}

.home .container .sec1 .list .item .t_bottom .text p::before {
  content: '';
  display: block;
  width: .52083vw;
  height: .52083vw;
  background: #666;
  border-radius: 50%
}

.home .container .sec1 .list .item .t_bottom .text p:not(:last-child) {
  margin-bottom: 1.5625vw
}

.home .container .sec1 .list .item .t_bottom a {
  padding: .52083vw 1.82292vw;
  border-radius: 8px;
  background: #184CC3;
  display: inline-block;
  color: #FFF;
  line-height: 1.6
}

.home .container .sec2 {
  margin-top: 6.14583vw
}

.home .container .sec2 .t_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(24, 76, 195, 0.3);
  padding: 0 .26042vw 1.61458vw 1.71875vw
}

.home .container .sec2 .t_top p {
  font-weight: 500
}

.home .container .sec2 .t_top .search {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #F0F2F4;
  width: 22.91667vw;
  height: 2.39583vw
}

.home .container .sec2 .t_top .search input {
  width: 100%;
  flex: 1;
  height: 100%;
  outline: none;
  border: none;
  padding: .57292vw 1.04167vw;
  background: transparent;
  font-size: 1.04167vw
}

.home .container .sec2 .t_top .search input::placeholder {
  color: #666
}

.home .container .sec2 .t_top .search .submit {
  border-radius: 0 8px 8px 0;
  background: #184CC3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 5.20833vw
}

.home .container .sec2 .t_top .search .submit img {
  width: 1.30208vw;
  display: block
}

.home .container .sec2 .wrap {
  padding: 2.08333vw 4.01042vw 0 3.48958vw
}

.home .container .sec2 .wrap .title {
  display: flex;
  justify-content: space-between;
  padding: 0 6.09375vw 4.16667vw 4.16667vw;
  font-weight: 700
}

.home .container .sec2 .wrap .title .p1 {
  width: 8.95833vw
}

.home .container .sec2 .wrap .title .p2 {
  color: #666;
  width: 5.20833vw;
  text-align: center
}

.home .container .sec2 .wrap .title .p3 {
  width: 6.25vw;
  text-align: center
}

.home .container .sec2 .wrap .title .p4 {
  color: #184CC3;
  width: 5.20833vw;
  text-align: center
}

.home .container .sec2 .wrap .box:not(:last-child) {
  margin-bottom: 2.08333vw
}

.home .container .sec2 .wrap .box .pt {
  display: flex;
  align-items: center;
  color: #184CC3;
  font-weight: 700;
  gap: 1.04167vw;
  padding: 0 0 1.04167vw 4.16667vw;
  cursor: pointer
}

.home .container .sec2 .wrap .box .pt img {
  width: .52083vw;
  display: block;
  transform: rotate(90deg);
  transition: all 600ms
}

.home .container .sec2 .wrap .box .pt.hidden img {
  transform: rotate(0)
}

.home .container .sec2 .wrap .box .list .item {
  background: rgba(240, 242, 244, 0.5);
  padding: 1.04167vw 6.09375vw 1.04167vw 4.16667vw;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.home .container .sec2 .wrap .box .list .item img {
  width: 1.25vw
}

.home .container .sec2 .wrap .box .list .item:nth-child(2n) {
  background: #fff
}

.home .container .sec2 .wrap .box .list .item .p1 {
  width: 8.95833vw
}

.home .container .sec2 .wrap .box .list .item .p2 {
  width: 5.20833vw;
  text-align: center;
  white-space: nowrap;
}

.home .container .sec2 .wrap .box .list .item .p3 {
  width: 6.25vw;
  text-align: center;
  white-space: nowrap;
}

.home .container .sec2 .wrap .box .list .item .p4 {
  width: 5.20833vw;
  text-align: center;
  white-space: nowrap;
}

.home .container .sec2 .wrap .box.other_b {
  margin-top: 1.04167vw
}

.home .container .sec2 .wrap .box.other_b .list .item {
  background: #fff
}

.home .container .sec2 .wrap .box.other_b .list .item:first-child {
  background: rgba(240, 242, 244, 0.5)
}

@media screen and (max-width: 768px) {
  .home .banner {
    margin-top: 60px
  }

  .home .banner .bg {
    height: 300px
  }

  .home .banner .text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 5%;
    width: 100%
  }

  .home .banner .text .p1 {
    font-size: 20px;
    text-align: center
  }

  .home .banner .text .des {
    margin: 5px 0 15px 0;
    text-align: center;
    line-height: 1.6
  }

  .home .banner .text .tags {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
  }

  .home .banner .text .tags a {
    width: 100%;
    height: 40px;
    gap: 6px;
    font-size: 14px
  }

  .home .banner .text .tags a .c {
    width: 15px
  }

  .home .banner .text .tags a .icon {
    width: 15px
  }

  .home .banner .text .btn {
    width: 60%;
    margin: 30px auto 0;
    height: auto;
    padding: 10px 0;
    gap: 12px
  }

  .home .banner .text .btn img {
    width: 20px
  }

  .home .container {
    padding: 30px 5%
  }

  .home .container .sec1 .t {
    text-align: center
  }

  .home .container .sec1 .list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 30px
  }

  .home .container .sec1 .list .item .t_top {
    padding: 20px
  }

  .home .container .sec1 .list .item .t_bottom {
    padding: 20px
  }

  .home .container .sec1 .list .item .t_bottom .price span:first-child {
    transform: translateY(5px)
  }

  .home .container .sec1 .list .item .t_bottom .price span.f_18 {
    transform: translateY(8px)
  }

  .home .container .sec1 .list .item .t_bottom .price img {
    transform: translateY(8px)
  }

  .home .container .sec1 .list .item .t_bottom .price p {
    margin: 0 5px
  }

  .home .container .sec1 .list .item .t_bottom .price img {
    margin-left: 10px
  }

  .home .container .sec1 .list .item .t_bottom .num {
    margin: 5px 0 20px 0;
    height: auto;
  }

  .home .container .sec1 .list .item .t_bottom .des {
    font-size: 16px
  }

  .home .container .sec1 .list .item .t_bottom .text {
    margin: 15px 0
  }

  .home .container .sec1 .list .item .t_bottom .text p {
    gap: 10px;
    font-size: 16px
  }

  .home .container .sec1 .list .item .t_bottom .text p::before {
    width: 8px;
    height: 8px
  }

  .home .container .sec1 .list .item .t_bottom .text p:not(:last-child) {
    margin-bottom: 10px
  }

  .home .container .sec1 .list .item .t_bottom a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px
  }

  .home .container .sec2 {
    margin-top: 30px
  }

  .home .container .sec2 .t_top {
    flex-direction: column;
    gap: 20px;
    padding: 0 0 20px 0
  }

  .home .container .sec2 .t_top .search {
    width: 100%;
    height: 40px
  }

  .home .container .sec2 .t_top .search input {
    padding: 5px 10px;
    font-size: 16px
  }

  .home .container .sec2 .t_top .search .submit {
    width: 80px
  }

  .home .container .sec2 .t_top .search .submit img {
    width: 15px
  }

  .home .container .sec2 .wrap {
    padding: 20px 10px 0 10px;
    overflow-x: scroll
  }

  .home .container .sec2 .wrap .title {
    width: 500px;
    padding: 0 0 20px 10px
  }

  .home .container .sec2 .wrap .title .p1 {
    width: 100px
  }

  .home .container .sec2 .wrap .title .p2,
  .home .container .sec2 .wrap .title .p3,
  .home .container .sec2 .wrap .title .p4 {
    width: 80px
  }

  .home .container .sec2 .wrap .box {
    width: 500px
  }

  .home .container .sec2 .wrap .box:not(:last-child) {
    margin-bottom: 20px
  }

  .home .container .sec2 .wrap .box .pt {
    gap: 10px;
    padding: 0 0 10px 10px;
    font-size: 16px
  }

  .home .container .sec2 .wrap .box .pt img {
    width: 6px
  }

  .home .container .sec2 .wrap .box .list .item {
    padding: 10px;
    font-size: 14px
  }

  .home .container .sec2 .wrap .box .list .item img {
    width: 18px
  }

  .home .container .sec2 .wrap .box .list .item .p1 {
    width: 100px
  }

  .home .container .sec2 .wrap .box .list .item .p2,
  .home .container .sec2 .wrap .box .list .item .p3,
  .home .container .sec2 .wrap .box .list .item .p4 {
    width: 80px
  }
}