@charset "UTF-8";
#collection {
  margin-bottom: 20px;
}
#collection .top_bg {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}
#collection .top_bg .bg_box {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 100px; /* 自行调整 */
}
#collection .top_bg .bg_box .img_list {
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  height: 100px;
}
#collection .top_bg .bg_box img {
  height: 100%; /* 让所有图片等高 */
  width: auto; /* 保持原始比例 */
  margin: 0; /* 图片之间的间距 */
}
#collection .top_bg .bg_box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#collection .top_bg .top_title_box {
  position: absolute;
}
#collection .top_bg .top_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
#collection .top_bg .top_title p {
  height: 68px;
  font-size: 50px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  z-index: 6;
  margin: 0 14px;
}
#collection .top_bg .top_title .line {
  display: inline-block;
  width: 100%;
  min-width: 60px;
  height: 30px;
  background-color: #ee5e22;
  position: absolute;
  left: 50%;
  top: 29px;
  transform: translate(-50%, 0);
}
#collection .popular_search_terms_box {
  margin-top: 30px;
}
#collection .popular_search_terms_box .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
}
#collection .popular_search_terms_box .title .tips-icon-box {
  position: relative;
  display: flex;
  align-items: center;
}
#collection .popular_search_terms_box .title .tips-icon-box:hover .tips-tool {
  display: inline-block;
}
#collection .popular_search_terms_box .title .tips-icon-box .tips-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url("https://www.lightinedge.com/s/images/popular-search/tip@2x.png");
}
#collection .popular_search_terms_box .title .tips-icon-box .tips-tool {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 17px;
  left: 50%;
  margin-left: -173px;
  width: 337px;
  height: 49px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url("https://www.lightinedge.com/s/images/popular-search/dialog.png");
}
#collection .popular_search_terms_box .title .tips-icon-box .tips-tool p {
  margin: 9px 18px 15px;
  height: 17px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
#collection .popular_search_terms_box .terms-list .item {
  width: auto;
  height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: solid 1px #dee0e3;
  background-color: #ffffff;
  margin-right: 16px;
  margin-bottom: 15px;
}
#collection .popular_search_terms_box .terms-list .item:hover {
  box-shadow: 0 2px 4px 0 rgba(70, 19, 6, 0.15);
  border: solid 1px #ee5e22;
  background-color: #FFF6F3;
}
#collection .popular_search_terms_box .terms-list .item .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url("https://www.lightinedge.com/s/images/popular-search/1@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i1 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/1@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i2 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/2@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i3 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/3@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i4 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/4@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i5 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/5@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i6 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/6@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i7 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/7@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i8 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/8@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i9 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/9@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i10 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/10@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i11 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/11@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i12 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/12@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i13 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/13@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i14 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/14@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i15 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/15@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i16 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/16@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i17 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/17@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i18 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/18@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i19 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/19@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item .i20 {
  background-image: url("https://www.lightinedge.com/s/images/popular-search/20@2x.jpg");
}
#collection .popular_search_terms_box .terms-list .item span {
  white-space: nowrap; /*强制span不换行*/
  height: 20px;
  margin: 2px 20px 2px 10px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
}
#collection .popular_search_terms_box .terms-list .item .search {
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url("https://www.lightinedge.com/s/images/popular-search/search-1@2x.png");
}
#collection .popular_search_terms_box .terms-list ._last {
  position: relative;
}
#collection .popular_search_terms_box .terms-list ._last {
  position: relative;
}
#collection .popular_search_terms_box .terms-list ._last .item {
  margin-right: 10px;
}
#collection .popular_search_terms_box .terms-list ._last .tips-icon-box {
  margin-bottom: 15px;
  position: absolute;
  right: -16px;
}
#collection ._blog {
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 21px;
  width: 1400px;
}
#collection ._blog #blog-list {
  display: flex;
  flex-wrap: wrap;
}

.terms-list {
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 1;
}
.terms-list .container {
  max-width: 100%;
}
.terms-list .container .swiper {
  overflow: visible;
}
.terms-list .container .swiper-wrapper {
  transition-timing-function: linear !important;
}
.terms-list .container .try-search_slider {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.terms-list .container .swiper-slide {
  width: auto;
}
.terms-list .container .try-search_slider:not(:last-child) {
  margin-bottom: 16px;
}
.terms-list .container .try-search_slider:nth-child(2n) {
  direction: rtl;
}
.terms-list .container .try-search_slider:nth-child(2n) .swiper-slide {
  direction: ltr;
}

@media screen and (max-width: 768px) {
  #collection {
    margin-bottom: 10px;
  }
  #collection .top_bg {
    margin: 0;
    width: 100%;
    height: 70px;
    object-fit: cover;
    background: no-repeat center/cover;
    vertical-align: middle;
  }
  #collection .top_bg .bg_box {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 70px; /* 自行调整 */
  }
  #collection .top_bg .bg_box img {
    height: 100%; /* 让所有图片等高 */
    width: auto; /* 保持原始比例 */
    margin: 0; /* 图片之间的间距 */
  }
  #collection .top_bg .top_title_box {
    position: absolute;
  }
  #collection .top_bg .top_title p {
    height: 30px;
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.88px;
    text-align: center;
    color: #ffffff;
    z-index: 6;
    margin: 0 3px;
  }
  #collection .top_bg .top_title .line {
    display: inline-block;
    width: 100%;
    min-width: 40px;
    height: 17px;
    background-color: #ee5e22;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%, 0);
  }
  #collection .popular_search_terms_box {
    margin-top: 0;
  }
  #collection .popular_search_terms_box .title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
  }
  #collection .popular_search_terms_box .title .tips-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #collection .popular_search_terms_box .title .tips-icon-box .tips-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background: no-repeat center/contain;
    vertical-align: middle;
    background-image: url("https://www.lightinedge.com/s/images/popular-search/tip@2x.png");
  }
  #collection .popular_search_terms_box .title .tips-icon-box .tips-tool {
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -112px;
    width: 337px;
    height: 49px;
    background: no-repeat center/contain;
    vertical-align: middle;
    background-image: url("https://www.lightinedge.com/s/images/popular-search/dialog_mob.png");
  }
  #collection .popular_search_terms_box .title .tips-icon-box .tips-tool p {
    margin: 9px 18px 15px;
    height: 17px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
  }
  #collection .popular_search_terms_box .terms-list .item {
    width: auto;
    height: 44px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: solid 1px #dee0e3;
    background-color: #ffffff;
  }
  #collection .popular_search_terms_box .terms-list .item:hover {
    box-shadow: 0 2px 4px 0 rgba(70, 19, 6, 0.15);
    border: solid 1px #ee5e22;
    background-color: #FFF6F3;
  }
  #collection .popular_search_terms_box .terms-list .item span {
    white-space: nowrap; /*强制span不换行*/
    height: 20px;
    margin: 2px 20px 2px 10px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
  }
  #collection .popular_search_terms_box .terms-list .item .search {
    width: 20px;
    height: 20px;
    background: no-repeat center/contain;
    vertical-align: middle;
    background-image: url("https://www.lightinedge.com/s/images/popular-search/search-1@2x.png");
  }
  #collection ._blog {
    margin-bottom: 20px;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
  }
  #collection ._blog #blog-list {
    display: flex;
    flex-wrap: wrap;
  }
  .terms-list {
    position: relative;
    width: 100%;
    background: transparent;
    z-index: 1;
    overflow: hidden;
  }
  .terms-list .container {
    max-width: 100%;
  }
  .terms-list .container .swiper {
    overflow: visible;
  }
  .terms-list .container .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .terms-list .container .try-search_slider {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .terms-list .container .swiper-slide {
    width: auto;
  }
  .terms-list .container .try-search_slider:not(:last-child) {
    margin-bottom: 12px;
  }
  .terms-list .container .try-search_slider:nth-child(2n) {
    direction: rtl;
  }
  .terms-list .container .try-search_slider:nth-child(2n) .swiper-slide {
    direction: ltr;
  }
}
#blog-list {
  display: flex;
  flex-wrap: wrap;
  width: 1400px;
}
#blog-list .blog_item {
  width: 335px;
  margin-right: 20px;
  margin-bottom: 40px;
}
#blog-list .blog_item:nth-child(4n) {
  margin-right: 0;
}
#blog-list .blog_item .top:hover .cover img {
  transform: scale(1.2);
  transition: transform 0.3s;
}
#blog-list .blog_item .bottom .title:hover {
  color: #ee5e22;
  cursor: pointer;
}
#blog-list .blog_item .top {
  position: relative;
}
#blog-list .blog_item .top .des_line {
  display: flex;
  align-items: baseline;
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 2px 5px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
#blog-list .blog_item .top .des_line .eye {
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog-list .blog_item .top .des_line .eye img {
  width: 16px;
  height: 11px;
}
#blog-list .blog_item .top .des_line .eye span {
  height: 19px;
  margin: 0 0 0 4px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
#blog-list .blog_item .top .cover {
  width: 335px;
  height: 170px;
  margin: 0 0 15px 0;
  border-radius: 8px;
  background-color: #d8d8d8;
  overflow: hidden;
}
#blog-list .blog_item .top .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog-list .blog_item .bottom .title {
  width: 335px;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#blog-list .blog_item .bottom .des {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}
#blog-list .blog_item .bottom span {
  height: 20px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  text-decoration: underline;
  letter-spacing: normal;
  color: #333;
}

.blog_load {
  width: 185px;
  height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: solid 1px #999;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #blog-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 15px;
  }
  #blog-list .blog_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #blog-list .blog_item .top .cover {
    width: 100%;
    height: 170px;
    margin: 0 0 15px 0;
    border-radius: 8px;
    background-color: #d8d8d8;
    overflow: hidden;
  }
  #blog-list .blog_item .top .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #blog-list .blog_item .bottom .title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #blog-list .blog_item .bottom .des {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }
  #blog-list .blog_item .bottom span {
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    text-decoration: underline;
    letter-spacing: normal;
    color: #333;
  }
  .blog_load {
    width: 185px;
    height: 46px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: solid 1px #999;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 40px;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

#top_search {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  height: 360px;
  background: url("/s/images/homepage/pic@2x.jpg") no-repeat center/cover;
}
#top_search .bg {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
#top_search ._box {
  position: absolute;
  top: 90px;
}
#top_search ._box .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#top_search ._box .top p {
  line-height: 49px;
  font-family: "PT Serif";
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
#top_search ._box .top ._form {
  position: relative;
  width: 960px;
}
#top_search ._box .top ._form .search-go {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 14px;
  border-radius: 13px;
  background-color: #ee5e22;
}
#top_search ._box .top ._form .search-go .i-search {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: url("/s/images/homepage/search@2x.png") no-repeat center/cover;
  object-fit: contain;
}
#top_search ._box .top ._form .search-input #main-search {
  width: 960px;
  height: 70px;
  padding: 0 0 0 25px;
  border-radius: 16px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #dbe3ed;
  background-color: #ffffff;
  line-height: 27px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #999;
}
#top_search .terms-list {
  top: 250px;
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
#top_search .terms-list .item {
  width: auto;
  height: 34px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: solid 1px #e5ebf3;
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-right: 10px;
}
#top_search .terms-list .item:hover {
  box-shadow: 0 2px 4px 0 rgba(6, 70, 39, 0.15);
  border: solid 1px #ee5e22;
  background-color: #f3fff9;
}
#top_search .terms-list .item .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url(/s/images/popular-search/1@2x.jpg);
}
#top_search .terms-list .item .i1 {
  background-image: url(/s/images/popular-search/1@2x.jpg);
}
#top_search .terms-list .item .i2 {
  background-image: url(/s/images/popular-search/2@2x.jpg);
}
#top_search .terms-list .item .i3 {
  background-image: url(/s/images/popular-search/3@2x.jpg);
}
#top_search .terms-list .item .i4 {
  background-image: url(/s/images/popular-search/4@2x.jpg);
}
#top_search .terms-list .item .i5 {
  background-image: url(/s/images/popular-search/5@2x.jpg);
}
#top_search .terms-list .item .i6 {
  background-image: url(/s/images/popular-search/6@2x.jpg);
}
#top_search .terms-list .item .i7 {
  background-image: url(/s/images/popular-search/7@2x.jpg);
}
#top_search .terms-list .item .i8 {
  background-image: url(/s/images/popular-search/8@2x.jpg);
}
#top_search .terms-list .item .i9 {
  background-image: url(/s/images/popular-search/9@2x.jpg);
}
#top_search .terms-list .item .i10 {
  background-image: url(/s/images/popular-search/10@2x.jpg);
}
#top_search .terms-list .item .i11 {
  background-image: url(/s/images/popular-search/11@2x.jpg);
}
#top_search .terms-list .item .i12 {
  background-image: url(/s/images/popular-search/12@2x.jpg);
}
#top_search .terms-list .item .i13 {
  background-image: url(/s/images/popular-search/13@2x.jpg);
}
#top_search .terms-list .item .i14 {
  background-image: url(/s/images/popular-search/14@2x.jpg);
}
#top_search .terms-list .item .i15 {
  background-image: url(/s/images/popular-search/15@2x.jpg);
}
#top_search .terms-list .item .i16 {
  background-image: url(/s/images/popular-search/16@2x.jpg);
}
#top_search .terms-list .item .i17 {
  background-image: url(/s/images/popular-search/17@2x.jpg);
}
#top_search .terms-list .item .i18 {
  background-image: url(/s/images/popular-search/18@2x.jpg);
}
#top_search .terms-list .item .i19 {
  background-image: url(/s/images/popular-search/19@2x.jpg);
}
#top_search .terms-list .item .i20 {
  background-image: url(/s/images/popular-search/20@2x.jpg);
}
#top_search .terms-list .item span {
  white-space: nowrap; /*强制span不换行*/
  margin: 0 14px 0 6px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  color: #333;
}
#top_search .terms-list .item .search {
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url(/s/images/popular-search/search-1@2x.png);
}
#top_search .terms-list._pc {
  display: flex;
}
#top_search .terms-list._mob {
  display: none;
}
#top_search ._last {
  display: flex;
  align-items: center;
}
#top_search ._last .tips-icon-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#top_search ._last .tips-icon-box .tips-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url(/s/images/homepage/icon-tip@2x.png);
}
#top_search ._last .tips-icon-box .tips-tool {
  display: none;
  position: absolute;
  z-index: 200;
  top: 22px;
  left: 50%;
  margin-left: -141px;
  background: no-repeat center/contain;
  vertical-align: middle;
  background-image: url(/s/images/homepage/tip@2x.png);
  transform: rotate(180deg);
  width: 282px;
  height: 60px;
  padding: 8px 10px 16px;
}
#top_search ._last .tips-icon-box .tips-tool p {
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: normal;
  color: #000;
}
#top_search ._last .tips-icon-box:hover .tips-tool {
  display: block;
}

#bottom_search {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 55px;
  background: url("/s/images/homepage/pic2@2x.jpg") no-repeat center/cover;
  height: 300px;
}
#bottom_search .bg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#bottom_search ._box {
  position: absolute;
  top: 80px;
}
#bottom_search ._box p {
  line-height: 44px;
  font-family: "PT Serif";
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
#bottom_search ._box ._form {
  position: relative;
  width: 960px;
}
#bottom_search ._box ._form .search-go {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 14px;
  border-radius: 13px;
  background-color: #ee5e22;
}
#bottom_search ._box ._form .search-go .i-search {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
#bottom_search ._box ._form .search-input #main-search {
  width: 960px;
  height: 70px;
  padding: 0 0 0 25px;
  border-radius: 16px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  line-height: 27px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #999;
}

@media screen and (max-width: 768px) {
  #top_search {
    height: 190px;
    display: flex;
    justify-content: center;
  }
  #top_search ._box {
    position: static;
    top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #top_search ._box .top {
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 0 15px;
  }
  #top_search ._box .top p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #top_search ._box .top ._form {
    width: 100%;
  }
  #top_search ._box .top ._form .search-go {
    padding: 8px;
    width: 42px;
    height: 42px;
    border-radius: 6px;
  }
  #top_search ._box .top ._form .search-go .i-search {
    width: 26px;
    height: 26px;
    background: url("/s/images/homepage/search-mob@2x.png") no-repeat center/cover;
  }
  #top_search ._box .top ._form .search-input #main-search {
    width: 100%;
    height: 50px;
    padding: 0 0 0 10px;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  }
  #top_search .terms-list-wrap {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  #top_search .terms-list-wrap .terms-list {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding-left: 15px;
  }
  #top_search .terms-list-wrap .terms-list .item {
    margin-bottom: 8px;
  }
  #top_search .terms-list-wrap .terms-list .item:nth-child(3n) {
    margin-right: 0;
  }
  #top_search .terms-list-wrap .terms-list._pc {
    display: none;
  }
  #top_search .terms-list-wrap .terms-list._mob {
    display: flex;
  }
  #top_search .__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #top_search .__box .line {
    display: flex;
    flex-wrap: nowrap;
  }
  #top_search .__box .line:nth-child(3) .item {
    margin-bottom: 0;
  }
  #top_search .glide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #top_search .glide .glide__slides .glide__slide {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  #top_search .glide__arrows .glide__arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.3);
    border: solid 0.5px #e5ebf3;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
  #top_search .glide__arrows .glide__arrow i {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/s/images/homepage/you.svg") no-repeat center/cover;
  }
  #top_search .glide__arrows .glide__arrow--right {
    right: 17px;
  }
  #top_search .glide:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 70px;
    height: 100%;
    background-image: linear-gradient(to left, #f0f8ff, rgba(255, 255, 255, 0));
  }
  #top_search .glide__slide {
    transition: transform 0.3s ease;
  }
  #bottom_search {
    margin-top: 0;
    height: 200px;
    flex-direction: column;
    align-items: center;
  }
  #bottom_search ._box {
    position: static;
    padding: 0 15px;
  }
  #bottom_search ._box p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #bottom_search ._box ._form {
    width: 100%;
  }
  #bottom_search ._box ._form .search-go {
    padding: 8px;
    width: 42px;
    height: 42px;
    border-radius: 6px;
  }
  #bottom_search ._box ._form .search-go .i-search {
    width: 26px;
    height: 26px;
    background: url("/s/images/homepage/search-mob@2x.png") no-repeat center/cover;
  }
  #bottom_search ._box ._form .search-input #main-search {
    width: 100%;
    height: 50px;
    padding: 0 0 0 10px;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  #top_search .terms-list-wrap .terms-list._mob {
    padding: 0 45px;
  }
}
#top_search {
  height: auto;
  background: none;
}
#top_search ._box {
  position: static;
}
#top_search ._box .top {
  margin-bottom: 35px;
}
#top_search ._box .top ._form {
  width: 900px;
  height: 60px;
}
#top_search ._box .top ._form .search-go {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 10px;
  border-radius: 13px;
}
#top_search ._box .top ._form .search-go .i-search {
  width: 30px;
  height: 30px;
  background: url("/s/images/homepage/search_col.png") no-repeat center/cover;
}
#top_search ._box .top ._form .search-input #main-search {
  width: 100%;
  height: 60px;
}
#top_search .terms-list {
  width: 1400px;
  height: auto;
  position: static;
}

@media screen and (max-width: 768px) {
  #top_search {
    height: auto;
  }
  #top_search ._box {
    position: static;
  }
  #top_search ._box .top {
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 0 15px;
    width: 100%;
  }
  #top_search ._box .top ._form {
    width: 100%;
    height: auto;
  }
  #top_search ._box .top ._form .search-go {
    padding: 8px;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    right: 4px;
    top: 4px;
  }
  #top_search ._box .top ._form .search-input #main-search {
    width: 100%;
    height: 50px;
  }
  #top_search .terms-list-wrap .terms-list {
    height: auto;
  }
  #top_search .glide::after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}

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