body .home {
  padding-top: 4.16667vw
}

body .home .banner {
  position: relative
}

body .home .banner .bg {
  width: 100%
}

body .home .banner .bg img {
  width: 100%;
  height: 36.45833vw;
  object-fit: cover
}

body .home .banner .text {
  position: absolute;
  left: 8.33333vw;
  top: 13.02083vw
}

body .home .banner .text .t {
  color: white;
  line-height: 1.5;
  margin-bottom: 1.25vw
}

body .home .banner .text .sr {
  position: relative;
  display: flex
}

body .home .banner .text .sr input {
  display: flex;
  width: 14.42708vw;
  height: 2.5vw;
  align-items: center;
  gap: .46875vw;
  padding: .67708vw;
  font-size: .83333vw;
  padding-left: 2.08333vw
}

body .home .banner .text .sr input::placeholder {
  color: rgba(0, 0, 0, 0.25)
}

body .home .banner .text .sr .icon {
  position: absolute;
  left: .83333vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: .25
}

body .home .banner .text .sr .icon img {
  width: .83333vw
}

body .home .banner .text .sr .submit {
  display: flex;
  height: 2.5vw;
  justify-content: center;
  align-items: center;
  background: #1E6EEC;
  cursor: pointer;
  width: 3.33333vw;
  color: white
}

body .home .container .t {
  margin-bottom: 2.08333vw
}

body .home .container .sec1 {
  padding: 6.25vw 8.33333vw
}

body .home .container .sec1 .tags {
  display: flex;
  gap: 1.25vw
}

body .home .container .sec1 .tags span {
  padding: .625vw 1.04167vw;
  background: rgba(87, 87, 87, 0.06);
  color: #000;
  cursor: pointer;
  transition: all 600ms
}

body .home .container .sec1 .tags span.on {
  background: rgba(30, 110, 236, 0.1);
  color: #1E6EEC
}

body .home .container .sec1 .boxs {
  margin: 2.08333vw 0 0 0
}

body .home .container .sec1 .boxs .box {
  display: none
}

body .home .container .sec1 .boxs .box.on {
  display: block
}

body .home .container .sec1 .boxs .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* border-bottom: 1px solid rgba(30, 110, 236, 0.15) */
}

body .home .container .sec1 .boxs .box .list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.72917vw;
  /* border-top: 1px solid rgba(30, 110, 236, 0.15);
  border-right: 1px solid rgba(30, 110, 236, 0.15); */
  border: 1px solid rgba(30, 110, 236, 0.15);
  padding: 0 3.80208vw 0 3.125vw
}

body .home .container .sec1 .boxs .box .list a p {
  color: #2B3643;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 600ms
}

body .home .container .sec1 .boxs .box .list a .icon svg {
  width: 1.5625vw;
  display: block;
  transition: all 600ms
}

body .home .container .sec1 .boxs .box .list a .icon svg path {
  transition: all 600ms
}

body .home .container .sec1 .boxs .box .list a:hover p {
  color: #1E6EEC
}

body .home .container .sec1 .boxs .box .list a:hover .icon svg path {
  fill: #1E6EEC
}

body .home .container .sec2 {
  background: #F8F8F8;
  padding: 6.25vw 8.33333vw
}

body .home .container .sec2 .t {
  margin-bottom: 3.125vw
}

body .home .container .sec2 .list .item {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1.5625vw 0
}

body .home .container .sec2 .list .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12)
}

body .home .container .sec2 .list .item .d1 {
  display: flex;
  align-items: center;
  justify-content: space-between
}

body .home .container .sec2 .list .item .d1 p {
  color: #000;
  line-height: 1.17;
  font-weight: 600
}

body .home .container .sec2 .list .item .d1 .icon img {
  width: 2.08333vw;
  transition: all 600ms
}

body .home .container .sec2 .list .item .d2 {
  color: #666;
  display: none
}

body .home .container .sec2 .list .item .d2 .nr {
  width: 63.80208vw;
  line-height: 1.67;
  margin-top: .83333vw
}

body .home .container .sec2 .list .item.on .d1 .icon img {
  transform: rotate(-180deg)
}

body .home .container .sec3 {
  padding: 6.25vw 8.33333vw
}

body .home .container .sec3 .t {
  margin-bottom: 1.25vw
}

body .home .container .sec3 .t2 {
  color: #000;
  line-height: 1.5;
  margin-bottom: 3.4375vw
}

body .home .container .sec3 .form {
  display: flex;
  gap: 6.25vw
}

body .home .container .sec3 .form .box {
  width: 25vw
}

body .home .container .sec3 .form .box .pt {
  line-height: 1.5;
  margin-bottom: 1.25vw;
  font-weight: 600
}

body .home .container .sec3 .form .box .item:not(:last-child) {
  margin-bottom: 1.25vw
}

body .home .container .sec3 .form .box .item input {
  border: 1px solid rgba(28, 80, 156, 0.24);
  padding: .72917vw;
  font-size: .72917vw;
  line-height: 1.57;
  width: 100%
}

body .home .container .sec3 .form .box .item input::placeholder {
  color: #666
}

body .home .container .sec3 .form .box .upload {
  border: 1px solid rgba(28, 80, 156, 0.24);
  padding: .72917vw;
  font-size: .72917vw;
  line-height: 1.57;
  width: 100%;
  position: relative;
  color: #666;
  cursor: pointer
}

body .home .container .sec3 .form .box .upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

body .home .container .sec3 .submit {
  margin-top: 2.08333vw;
  width: 5.625vw
}

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

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

  body .home .banner .text {
    left: 5%;
    top: 50%;
    transform: translateY(-50%)
  }

  body .home .banner .text .t {
    font-size: 24px;
    margin-bottom: 16px
  }

  body .home .banner .text .sr input {
    width: 200px;
    padding: 10px;
    font-size: 14px;
    height: 35px;
    padding-left: 25px
  }

  body .home .banner .text .sr .icon {
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
  }

  body .home .banner .text .sr .icon img {
    width: 16px
  }

  body .home .banner .text .sr .submit {
    height: 35px;
    width: 40px;
    font-size: 14px
  }

  body .home .container .t {
    font-size: 24px;
    margin-bottom: 20px
  }

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

  body .home .container .sec1 .tags {
    flex-wrap: wrap;
    gap: 10px
  }

  body .home .container .sec1 .tags span {
    padding: 5px 10px
  }

  body .home .container .sec1 .boxs {
    margin: 20px 0 0 0
  }

  body .home .container .sec1 .boxs .box .list {
    grid-template-columns: repeat(1, 1fr);
    border-bottom: 1px solid rgba(30, 110, 236, 0.15);
    border-left: 1px solid rgba(30, 110, 236, 0.15)
  }

  body .home .container .sec1 .boxs .box .list a {
    height: 50px;
    padding: 0 15px
  }

  body .home .container .sec1 .boxs .box .list a .icon svg {
    width: 20px
  }

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

  body .home .container .sec2 .t {
    margin-bottom: 20px
  }

  body .home .container .sec2 .list .item {
    padding: 15px 0
  }

  body .home .container .sec2 .list .item .d1 p {
    font-size: 16px
  }

  body .home .container .sec2 .list .item .d1 .icon img {
    width: 20px
  }

  body .home .container .sec2 .list .item .d2 .nr {
    width: 100%;
    margin-top: 10px
  }

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

  body .home .container .sec3 .t {
    margin-bottom: 10px
  }

  body .home .container .sec3 .t2 {
    margin-bottom: 20px
  }

  body .home .container .sec3 .form {
    flex-direction: column;
    gap: 20px
  }

  body .home .container .sec3 .form .box {
    width: 100%
  }

  body .home .container .sec3 .form .box .pt {
    margin-bottom: 10px
  }

  body .home .container .sec3 .form .box .item:not(:last-child) {
    margin-bottom: 10px
  }

  body .home .container .sec3 .form .box .item input {
    padding: 10px;
    font-size: 14px
  }

  body .home .container .sec3 .form .box .upload {
    padding: 10px;
    font-size: 14px
  }

  body .home .container .sec3 .submit {
    margin-top: 20px;
    width: fit-content
  }
}