.ts_banner {
  padding: 60px 0;
  background: url('../../img/product/banner-pic.png') no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 1.5;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
}
.swiper-pagination {
  visibility: hidden;
}
.flex {
  display: flex;
  align-items: center;
}
.wrap-1 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    padding: 60rem 0;
  }
}
.wrap-1 .common-catalog {
  overflow: hidden;
  border-radius: 10px 10px;
  box-shadow: 0 4px 4px 0 rgba(154, 122, 39, 0.08);
}
.wrap-1 .common-catalog_top {
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  background: #F5A253;
}
.wrap-1 .common-catalog_top.active::after {
  transform: rotate(180deg);
}
.wrap-1 .common-catalog_top::after {
  content: '';
  width: 14px;
  height: 10px;
  transition: transform 0.3s;
  background: url(../../img/icon-catalog.svg) no-repeat center;
  background-size: 100% 100%;
  filter: brightness(10);
}
.wrap-1 .common-catalog_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.wrap-1 .common-catalog_list {
  background: #fff;
}
.wrap-1 .common-catalog_item {
  list-style: none;
  padding: 20px 35px;
  line-height: 1.5;
}
.wrap-1 .common-catalog_item:hover {
  background: #FFFAF6;
}
.wrap-1 .common-catalog_item:hover .common-catalog_link {
  color: #F5A253;
}
.wrap-1 .common-catalog_link {
  font-size: 18px;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .wrap-1 .common-catalog {
    border-radius: 10rem;
  }
  .wrap-1 .common-catalog_top {
    border-radius: 10rem 10rem 0 0;
  }
  .wrap-1 .common-catalog_top::after {
    width: 18rem;
    height: 10rem;
  }
  .wrap-1 .common-catalog_title {
    font-size: 16rem;
  }
  .wrap-1 .common-catalog_item {
    padding: 20rem 30rem;
  }
  .wrap-1 .common-catalog_link {
    font-size: 16rem;
  }
}
.wrap-1 .hover-popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup {
    flex-direction: column;
  }
}
.wrap-1 .hover-popup_item {
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
}
.wrap-1 .hover-popup_item:hover .hover-popup_content {
  transform: translateY(0);
}
.wrap-1 .hover-popup_content {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateY(363px);
}
.wrap-1 .hover-popup_item {
  width: 520px;
  height: 363px;
  background-size: 100% 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup_item {
    margin-top: 40rem;
  }
}
.wrap-1 .hover-popup .item-1 {
  background-image: url(../img/index/wrap1-pic1.png);
}
.wrap-1 .hover-popup .item-2 {
  background-image: url(../img/index/wrap1-pic2.png);
}
.wrap-1 .hover-popup_content {
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup_item {
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
  }
  .wrap-1 .hover-popup_item:hover .hover-popup_content {
    transform: translateY(0);
  }
  .wrap-1 .hover-popup_content {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: translateY(0);
  }
  .wrap-1 .hover-popup_item {
    width: 100%;
    height: 363rem;
  }
  .wrap-1 .hover-popup .item-1 {
    background-image: url(../img/index/mb/wrap1-pic1.png);
  }
  .wrap-1 .hover-popup .item-2 {
    background-image: url(../img/index/mb/wrap1-pic2.png);
  }
  .wrap-1 .hover-popup_content {
    border-radius: 13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40rem;
    font-size: 16rem;
  }
}
.wrap-h2 {
  width: 100%;
  text-align: left;
}
.wrap-h3 {
  font-size: 26px;
  font-weight: 500;
  color: #F5A253;
  line-height: 1.5;
  margin: 50px 0 30px;
}
.wrap-title {
  font-size: 16px;
  font-weight: 500;
  color: #F5A253;
  line-height: 1.5;
  background: #FDF3EA;
  width: fit-content;
  border-radius: 26px;
  padding: 10px 22px;
  margin: 30px auto;
}
.wrap-text {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 1.8;
  margin: 20px 0;
}
.wrap-text span.orange {
  color: #F5A253;
}
.wrap-min-text {
  font-size: 12px;
  font-weight: 300;
  color: #797979;
  line-height: 1.8;
  margin: 22px 0;
}
.wrap-list .wrap-text {
  list-style-position: outside;
  margin: 10px 0 0 20px;
  list-style-type: disc;
}
.wrap-img {
  display: block;
  margin: 25px auto;
}
.wrap-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-2 {
  margin-bottom: 80px;
}
.wrap-2 .flex-content {
  flex: 0 0 568px;
  margin-top: 10px;
  list-style: disc;
}
.wrap-2 .flex-content li {
  margin: 10px 0 20px 30px;
  line-height: 1.8;
  color: #393939;
  font-weight: 300;
}
.wrap-2 .flex_img {
  width: 318px;
  height: 337px;
}
.wrap-2 .swiper1 {
  padding-bottom: 20px;
}
.wrap-2 .content-flex {
  display: flex;
  column-gap: 26px;
}
.wrap-2 .content-flex .content-flex_item {
  padding: 27px 24px 15px 24px;
  box-sizing: border-box;
  border: 1px solid #F0F0F0;
  flex-shrink: unset;
  text-align: center;
  border-radius: 10px;
  color: #393939;
  font-size: 14px;
  line-height: 1.8;
  flex-basis: 218px;
  height: unset;
}
.wrap-2 .content-flex .content-flex_item img {
  margin-bottom: 22px;
  width: 73px;
  height: 73px;
}
.wrap-2 .content-flex_item:nth-child(3) {
  flex-basis: 279px;
}
.wrap-2 .content-flex_item:nth-child(4) {
  flex-basis: 161px;
}
.wrap-2 .wrap-h2-title {
  margin-top: 60px;
  line-height: 1.5;
}
.wrap-2 .flex-content-img {
  flex: 0 0 559px;
}
.wrap-2 .flex-content-img .flex-content_item {
  column-gap: 20px;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
  color: #393939;
  font-weight: 300;
}
.wrap-2 .flex-content-img .flex-content_item .before-img {
  width: 67px;
  height: 67px;
}
.wrap-2 .flex-content-img .flex2 {
  display: flex;
  align-items: center;
}
.wrap-2 .flex-content-img .flex2 .before-img {
  width: 48px;
  height: 48px;
}
.wrap-2 .flex_img_second {
  width: 405px;
  height: 420px;
  margin-right: -90px;
}
.wrap-2 .flex_img_three {
  width: 452px;
  height: 333px;
  margin-right: -90px;
}
.wrap-2 .flex_img_four {
  width: 467px;
  height: 313px;
  margin-top: 14px;
}
.wrap-2 .flex-content-second {
  flex: 0 0 520px;
}
.wrap-2 .flex_img2 {
  width: 358px;
  height: 272px;
}
.wrap-2 .flex_img3 {
  width: 400px;
  height: 393px;
}
.wrap-2 .wrap-text2 {
  margin-top: 0;
}
.wrap-2 .content-img-flex {
  flex-wrap: wrap;
}
.wrap-2 .tips {
  color: #797979;
  font-size: 12px;
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  width: 100%;
  margin-top: 58px;
  font-weight: 300;
}
.wrap-2 .postscrip {
  position: relative;
  background: linear-gradient(93.02deg, #FC6076 -1%, #FF9A44 103.31%);
  padding: 25px 125px 25px 125px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin-top: 68px;
}
.wrap-2 .postscrip svg {
  position: absolute;
  width: 34px;
  height: 32px;
}
.wrap-2 .postscrip .postscrip-title {
  font-weight: 700;
  font-size: 24px;
}
.wrap-2 .postscrip p {
  line-height: 1.8;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
.wrap-2 .postscrip .left {
  top: 51px;
  left: 29px;
}
.wrap-2 .postscrip .right {
  bottom: 41px;
  right: 29px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    visibility: visible;
  }
  .container {
    padding: 0 30rem;
  }
  .flex {
    flex-wrap: wrap;
  }
  .ts_banner {
    padding: 60rem 0;
    font-size: 36rem;
  }
  .wrap-1 .common-catalog_item:hover {
    border-bottom: 1px solid #F5A253;
  }
  .wrap-h2 {
    margin-top: 0;
    font-weight: 700;
    line-height: 1.5;
  }
  .wrap-h2-title {
    margin-top: 40rem;
  }
  .wrap-h3 {
    font-size: 20rem;
    margin: 20rem 0 25rem;
  }
  .wrap-title {
    font-size: 14rem;
    border-radius: 26rem;
    padding: 7rem 20rem;
    margin: 15rem auto;
  }
  .wrap-text {
    font-size: 16rem;
    margin: 12rem 0;
    font-weight: 300;
  }
  .wrap-min-text {
    font-size: 12rem;
    margin: 20rem 0;
  }
  .wrap-list .wrap-text {
    list-style-position: outside;
    margin: 10rem 0 0 20rem;
    list-style-type: disc;
  }
  .wrap-img {
    max-width: 100%;
    height: auto;
    margin: 25rem auto;
  }
  .wrap-flex {
    flex-direction: column;
  }
  .common-catalog {
    margin-bottom: 30rem;
  }
  .wrap-2 {
    margin-bottom: 80rem;
  }
  .wrap-2 .flex-content {
    flex: 1;
  }
  .wrap-2 .flex-content li {
    margin: 0px 0 0px 25rem;
    font-size: 16rem;
    font-weight: 300;
  }
  .wrap-2 .flex_img {
    margin: 26rem 0 18rem 0;
  }
  .wrap-2 .swiper1 {
    padding-bottom: 50rem;
  }
  .wrap-2 .swiper-pagination-bullet-active {
    background: #152E56;
  }
  .wrap-2 .content-flex {
    display: flex;
    column-gap: 0;
  }
  .wrap-2 .content-flex .content-flex_item {
    padding: 24rem 19rem;
    flex-shrink: 0;
    font-size: 14rem;
    flex-basis: 100%;
    width: 100%;
  }
  .wrap-2 .content-flex .content-flex_item img {
    margin-bottom: 25rem;
    width: 73rem;
    height: 73rem;
  }
  .wrap-2 .flex-content-img {
    flex: 1;
  }
  .wrap-2 .flex-content-img .flex-content_item {
    font-size: 16rem;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .wrap-2 .flex-content-img .flex-content_item .before-img {
    width: 53rem;
    height: 53rem;
    margin-bottom: 15rem;
  }
  .wrap-2 .flex-content-nowrap .flex-content_item {
    display: flex;
    font-size: 14rem;
  }
  .wrap-2 .flex-content-nowrap .flex-content_item .before-img {
    width: 43rem;
    height: 43rem;
  }
  .wrap-2 .flex_img_second {
    width: 295rem;
    height: 306rem;
    margin: 0 auto;
  }
  .wrap-2 .flex-content-second {
    flex: 1;
  }
  .wrap-2 .flex_img_three {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .wrap-2 .flex_img_four {
    width: 100%;
    height: auto;
  }
  .wrap-2 .flex_img2 {
    width: 285rem;
    height: 216rem;
    margin: 0 auto;
  }
  .wrap-2 .flex_img3 {
    width: 301rem;
    height: 296rem;
    margin-top: 15rem;
    order: 2;
  }
  .wrap-2 .tips {
    order: 1;
    margin-top: 0;
    border-top: unset;
    line-height: 1.8;
  }
  .wrap-2 .content-flex_item:nth-child(3) {
    flex-basis: 100%;
  }
  .wrap-2 .content-flex_item:nth-child(4) {
    flex-basis: 100%;
  }
  .wrap-2 .postscrip {
    height: auto;
    padding: 30rem 45rem 30rem 45rem;
  }
  .wrap-2 .postscrip .postscrip-title {
    margin-top: 0;
  }
  .wrap-2 .postscrip p {
    font-size: 14rem;
    margin-top: 20rem;
  }
  .wrap-2 .postscrip .left {
    top: 68rem;
    left: 13rem;
  }
  .wrap-2 .postscrip .right {
    right: 13rem;
    bottom: 30rem;
  }
  .wrap-2 .postscrip svg {
    width: 32rem;
    height: 31rem;
  }
}
