a {
  color: inherit;
  text-decoration: none;
}

.section {
  max-width: 1024px;
  margin-top: 80px;
}

.section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  text-align: center;
}

.section-title span {
  font-weight: 600;
  font-size: 46px;
  color: #ea5419;
  letter-spacing: 0.12em;
}

.first-view {
  max-width: none;
  height: calc(100vh - 80px);
  margin-top: 0;
}

.first-view-left {
  width: 38%;
}

.first-view-left img {
  width: 389px;
  height: 463px;
}

.first-view-right {
  background-image: url(/_static/images/topmain.png);
  background-position: top;
  background-size: cover;
  width: 62%;
  height: 100%;
  border-radius: 0px 0px 0px 40px;
}

.search {
  margin-top: 100px;
}

.search .section-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search .section-content .button {
  width: 303px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #fabd00;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 0 #f39800;
  box-shadow: 0 20px 0 #f39800;
  margin-bottom: 20px;
  padding-top: 28px;
  padding-bottom: 20px;
}

.search .section-content .button:hover {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  -webkit-box-shadow: 0 15px 0 #f39800;
  box-shadow: 0 15px 0 #f39800;
}

.search .section-content .button-icon {
  display: block;
  height: 52px;
  margin-bottom: 14px;
}

.search .section-content .button-name {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.search .section-content .button-name span {
  font-size: 24px;
  line-height: 36px;
}

.recommend .section-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recommend .section-content-item {
  width: 490px;
}

.recommend .section-content-item .img {
  width: 490px;
  height: 490px;
}

.recommend .section-content-item .desc h3 {
  margin-top: 20px;
}

.recommend .section-content-item .desc p {
  margin-top: 10px;
  line-height: 24px;
  color: #6a6a6a;
}

.about {
  margin-bottom: 100px;
}

.about .section-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .section-content div {
  width: 490px;
}

.about .section-content-left {
  height: 355px;
  position: relative;
}

.about .section-content-left img {
  position: absolute;
}

.about .section-content-left .img1 {
  width: 236px;
  height: 132px;
  top: 0;
  right: 0;
}

.about .section-content-left .img2 {
  width: 364px;
  height: 254px;
  left: 0;
  bottom: 0;
}

.about .section-content-right p {
  line-height: 30px;
}

.about .section-content-right a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ea5419;
  display: block;
  margin-left: auto;
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .section-title {
    margin-bottom: 20px;
  }
  .section-title .lerge {
    font-size: 32px;
  }
  .section-title p {
    font-size: 14px;
  }
  .first-view {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .first-view-left {
    width: 100%;
    margin-top: 30px;
  }
  .first-view-left img {
    width: 330px;
    height: 100px;
  }
  .first-view-right {
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
  .search .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search .section-content .button {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 0 #f39800;
    box-shadow: 0 10px 0 #f39800;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search .section-content .button:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    -webkit-box-shadow: 0 7px 0 #f39800;
    box-shadow: 0 7px 0 #f39800;
  }
  .search .section-content .button-icon {
    height: 41px;
  }
  .search .section-content .button-icon:nth-child(1) {
    margin-left: 36px;
  }
  .search .section-content .button-icon:nth-child(2) {
    margin-left: 32px;
  }
  .search .section-content .button-icon:nth-child(3) {
    margin-left: 30px;
  }
  .search .section-content .button:nth-child(1) .button-icon {
    margin-left: 36px;
    margin-right: 21px;
  }
  .search .section-content .button:nth-child(2) .button-icon {
    margin-left: 32px;
    margin-right: 30px;
  }
  .search .section-content .button:nth-child(3) .button-icon {
    margin-left: 30px;
    margin-right: 86px;
  }
  .recommend .section-content {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .recommend .section-content-item {
    width: 165px;
  }
  .recommend .section-content-item .img {
    width: 165px;
    height: 165px;
  }
  .recommend .section-content-item .desc {
    font-size: 12px;
  }
  .recommend .section-content-item .desc h3 {
    margin-top: 10px;
  }
  .recommend .section-content-item .desc p {
    margin-top: 5px;
    line-height: 18px;
  }
  .about {
    margin-bottom: 80px;
  }
  .about .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .section-content div {
    width: 350px;
  }
  .about .section-content-left {
    height: 254px;
  }
  .about .section-content-left .img1 {
    width: 169px;
    height: 94px;
  }
  .about .section-content-left .img2 {
    width: 261px;
    height: 182px;
  }
  .about .section-content-right {
    font-size: 14px;
    margin-top: 20px;
  }
  .about .section-content-right p {
    line-height: 21px;
  }
  .about .section-content-right a {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=index.css.map */
