.home .section1 {
  border: 1px solid #D7D7D7;
  background: #FFF;
  margin: 6.25vw 10.4166666667vw;
  padding: 1.5625vw;
}

.home .section1 .tabs {
  /* display: grid;
  grid-template-columns: repeat(7, 1fr); */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home .section1 .tabs .item {
  border: 0.5px solid #CDCDCD;
  line-height: 1.5;
  padding: 0.78125vw 1.5625vw;
  transition: all 600ms;
  width: 100%;
  cursor: pointer;
  text-align: center;
  width: calc(100% / 7);
}

.home .section1 .tabs .item.on {
  background: #4D3C35;
  color: white;
  border-color: #4D3C35;
}

.home .section1 .box {
  display: flex;
  position: relative;
  margin-top: 2.6041666667vw;
}

.home .section1 .box .lbox {
  width: 37.0833333333vw;
  height: 100%;
}

.home .section1 .box .lbox .pic {
  display: none;
}

.home .section1 .box .lbox .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .section1 .box .lbox .pic.on {
  display: block;
}

.home .section1 .box .rbox {
  margin-left: 3.125vw;
}

.home .section1 .box .rbox .boxes {
  margin-top: 3.4895833333vw;
}

.home .section1 .box .rbox .boxes .box {
  display: none;
}

.home .section1 .box .rbox .boxes .box .t {
  display: flex;
  align-items: center;
}

.home .section1 .box .rbox .boxes .box .t img {
  width: 2.96875vw;
}

.home .section1 .box .rbox .boxes .box .t p {
  font-family: 'SourceHanSansSC-Medium';
  margin-left: 0.8333333333vw;
}

.home .section1 .box .rbox .boxes .box .text {
  margin-top: 2.5vw;
}

.home .section1 .box .rbox .boxes .box .text .info {
  margin-left: 0.46875vw;
}

.home .section1 .box .rbox .boxes .box .text .info .item:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}

.home .section1 .box .rbox .boxes .box .text .info .item .pt {
  line-height: 1.5;
}

.home .section1 .box .rbox .boxes .box .text .info .item .des {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  font-family: 'SourceHanSansSC-Light';
  margin-top: 0.2604166667vw;
}

.home .section1 .box .rbox .boxes .box.on {
  display: block;
}

.home .section1 .box .code {
  position: absolute;
  right: 2.6041666667vw;
  bottom: 2.8125vw;
  text-align: center;
  border-left: 1px solid #D7D7D7;
  padding-left: 3.125vw;
}

.home .section1 .box .code .pic img {
  width: 8.2291666667vw;
  height: 8.2291666667vw;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

.home .section1 .box .code p {
  margin-top: 0.8333333333vw;
  color: #000;
  line-height: 1.875;
}

.home .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.home .section2 .item {
  width: 50%;
  height: 22.2395833333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home .section2 .item .p1 {
  color: #4D3C35;
  font-family: 'SourceHanSansSC-Medium';
  line-height: 1.2;
  letter-spacing: 2.4px;
  margin-bottom: 2.0833333333vw;
}

.home .section2 .item a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .section2 .item a svg {
  width: 1.3541666667vw;
  display: block;
}

.home .section2 .item a p {
  color: #4D3C35;
  margin-left: 1.25vw;
  font-family: 'SourceHanSansSC-Medium';
}

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

  .home .section1 {
    margin: 30px 5% 60px 5%;
    padding: 15px;
  }

  .home .section1 .tabs {
  }

  .home .section1 .tabs .item {
    width: 50%;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    border-right: 0.5px solid #CDCDCD;
  }

  .home .section1 .box {
    flex-direction: column;
    margin-top: 15px;
  }

  .home .section1 .box .lbox {
    width: 100%;
  }

  .home .section1 .box .rbox {
    margin-left: 0;
    margin-top: 15px;
  }

  .home .section1 .box .rbox .boxes {
    margin-top: 15px;
  }

  .home .section1 .box .rbox .boxes .box .t img {
    width: 27px;
  }

  .home .section1 .box .rbox .boxes .box .t p {
    margin-left: 8px;
  }

  .home .section1 .box .rbox .boxes .box .text {
    margin-top: 15px;
  }

  .home .section1 .box .rbox .boxes .box .text .info {
    margin-left: 5px;
  }

  .home .section1 .box .rbox .boxes .box .text .info .item:not(:last-child) {
    margin-bottom: 8px;
  }

  .home .section1 .box .rbox .boxes .box .text .info .item .des {
    margin-top: 5px;
  }

  .home .section1 .box .code {
    right: 15px;
    bottom: 0;
    padding-left: 15px;
  }

  .home .section1 .box .code .pic img {
    width: 80px;
    height: 80px;
  }

  .home .section1 .box .code p {
    margin-top: 8px;
  }

  .home .section2 {
    flex-direction: column;
  }

  .home .section2 .item {
    height: 200px;
    width: 100%;
  }

  .home .section2 .item .p1 {
    margin-bottom: 20px;
  }

  .home .section2 .item a svg {
    width: 20px;
  }

  .home .section2 .item a p {
    margin-left: 12px;
  }
}

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