button {
  padding: 0 !important;
}

.banner {
  margin-top: 146px;
  width: 100%;
  height: 210px;
}

.banner .banner_box {
  width: 100%;
  height: 210px;
  position: relative;
}

.banner .banner_box img {
  width: 100%;
  height: 100%;
}

.banner .banner_box .banner_mask {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner .banner_box .banner_content {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .banner_box .banner_content .banner_title {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.banner .banner_box .banner_content .banner_desc {
  margin-top: 4px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 212.5% */
}

.breadcrumbs {
  margin-top: 0px;
}

.box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 100px;
}

.box .guide_search {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.box .guide_search .search_box {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.box .guide_search .search_box input {
  padding: 0 10px 0 30px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.box .guide_search .search_box input::placeholder {
  color: #999;
}

.box .guide_search .search_box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: auto;
  cursor: pointer;
}

.box .guide {
  width: 100%;
  height: auto;
}

.box .guide .guide_content {
  width: 100%;
  height: auto;
}

.box .guide .guide_content .guide_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.box .guide .guide_content .guide_list .nodata {
  width: 100%;
  height: auto;
  text-align: center;
  color: #000;
  font-size: 18px;
}

.box .guide .guide_content .guide_list .item {
  margin-top: 20px;
  width: 388px;
  height: 368px;
  border: 1px solid transparent;
  margin-right: 15px;
}

.box .guide .guide_content .guide_list .item:hover {
  border: 1px solid #E62129;
}

.box .guide .guide_content .guide_list .item:hover a .tags {
  background: #E62129;
}

.box .guide .guide_content .guide_list .item:nth-of-type(3n) {
  margin-right: 0;
}

.box .guide .guide_content .guide_list .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.box .guide .guide_content .guide_list .item a .img_box {
  width: 100%;
  height: 100%;
}

.box .guide .guide_content .guide_list .item a .img_box img {
  width: 100%;
  height: 100%;
}

.box .guide .guide_content .guide_list .item a .tags {
  position: absolute;
  right: 16px;
  bottom: 15px;
  padding: 12px 7px;
  border-radius: 6px;
  background: #1D1819;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media screen and (max-width: 960px) {
  .banner {
    margin-top: 11.73333vw;
    width: 100%;
    height: 28vw;
  }
  .banner .banner_box {
    width: 100%;
    height: 28vw;
    position: relative;
  }
  .banner .banner_box img {
    width: 100%;
    height: 100%;
  }
  .banner .banner_box .banner_mask {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .banner_box .banner_content {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7.2vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .banner_box .banner_content .banner_title {
    color: #FFF;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .banner .banner_box .banner_content .banner_desc {
    margin-top: 2.4vw;
    color: #FFF;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.26667vw;
    /* 212.5% */
  }
  .box {
    width: 100%;
    height: auto;
    margin-top: 0vw;
    padding-bottom: 6.93333vw;
  }
  .box .guide_search {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
    margin-bottom: 0;
  }
  .box .guide_search .search_box {
    width: 100%;
    height: 10.13333vw;
    border-radius: 4vw;
    border: 1px solid #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .box .guide_search .search_box input {
    padding: 0 1.33333vw 0 4vw;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #000;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
  }
  .box .guide_search .search_box input::placeholder {
    color: #999;
  }
  .box .guide_search .search_box img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.66667vw;
    width: 2.66667vw;
    height: auto;
    cursor: pointer;
  }
  .box .guide {
    width: 100%;
    height: auto;
  }
  .box .guide .guide_content {
    width: 100%;
    height: auto;
  }
  .box .guide .guide_content .guide_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box .guide .guide_content .guide_list .nodata {
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 3.73333vw;
  }
  .box .guide .guide_content .guide_list .item {
    margin-top: 5.06667vw;
    width: 100%;
    height: 49.33333vw;
    border: 0.13333vw solid transparent;
    margin-right: 0vw;
  }
  .box .guide .guide_content .guide_list .item:hover {
    border: 0.13333vw solid #E62129;
  }
  .box .guide .guide_content .guide_list .item:hover a .tags {
    background: #E62129;
  }
  .box .guide .guide_content .guide_list .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .box .guide .guide_content .guide_list .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .box .guide .guide_content .guide_list .item a .img_box {
    width: 100%;
    height: 100%;
  }
  .box .guide .guide_content .guide_list .item a .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .guide .guide_content .guide_list .item a .tags {
    position: absolute;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
    padding: 2.8vw 2.26667vw;
    border-radius: 0.8vw;
    background: #1D1819;
    color: #FFF;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
}
