html {
  scroll-padding-top: 60px;
}
.wrap-h3 {
  box-sizing: border-box;
  font-size: 26px;
  font-weight: bold;
  color: #152E56;
  line-height: 1.5;
  background: linear-gradient(270deg, rgba(245, 162, 83, 0) 0%, rgba(245, 162, 83, 0.1) 50%, rgba(245, 162, 83, 0) 100%);
  padding: 15px 30px;
  width: 830px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .wrap-h3 {
    font-size: 24rem;
    padding: 18rem 40rem;
    width: 100%;
  }
}
.treatment-services {
  position: relative;
}
.ts_banner {
  padding: 100px 0;
  background: url('../../img/product/banner-pic.png') no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 1.2;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ts_banner {
    padding: 60rem 0;
  }
}
.ts_hospital {
  background: #152E56;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
}
.ts_hospital .container {
  text-align: center;
  padding: 30px 0;
}
.ts_hospital .icon-local {
  font-size: 22px;
  margin-right: 5px;
}
.ts_hospital::after {
  border-bottom: 94px solid #F5A253;
  border-left: 50px solid transparent;
  content: '';
  right: 0;
  top: 0;
  width: 25%;
  height: 0;
  position: absolute;
}
.ts_hospital .hospital_p {
  z-index: 1;
  position: relative;
}
.ts_introduce {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ts_introduce {
    margin-top: 60rem;
  }
}
.ts_introduce .container {
  display: flex;
  justify-content: space-between;
}
.ts_introduce .introduce_item {
  font-size: 16px;
  font-weight: 600;
  color: #171717;
  line-height: 1.5;
  padding: 14px 10px 14px 22px;
  border-radius: 9px;
  margin-left: 25px;
  flex: 1;
  display: grid;
  place-items: center;
  transition: all 0.5s;
  position: relative;
}
.ts_introduce .introduce_item:first-child {
  margin-left: 0;
}
.ts_introduce .introduce_item:nth-child(odd) {
  background: rgba(245, 162, 83, 0.1);
}
.ts_introduce .introduce_item:nth-child(even) {
  background: rgba(28, 94, 199, 0.07);
}
.ts_introduce .introduce_item::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 43px;
  background-image: url('../../img/sprite.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: -434px -236px;
  background-size: auto;
  left: 16px;
  top: 14px;
  z-index: -1;
}
.ts_introduce .introduce_item:hover {
  transform: translateY(-10px);
}
.ts_introduce .icon2::before {
  background-position: -513px -236px;
  width: 32px;
  height: 43px;
}
.ts_introduce .icon3::before {
  background-position: -581px -238px;
  width: 42px;
  height: 42px;
}
.ts_introduce .icon4::before {
  background-position: -657px -235px;
  width: 40px;
  height: 44px;
}
.ts_introduce .icon5::before {
  background-position: -732px -236px;
  width: 48px;
  height: 41px;
}
.ts_wrap2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ts_wrap2 {
    margin-top: 60rem;
  }
}
.ts_wrap2 .hover-popup {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .ts_wrap2 .hover-popup {
    margin-top: 40rem;
  }
}
.ts_wrap2 .hover-popup_item {
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
}
.ts_wrap2 .hover-popup_item:hover .hover-popup_content {
  transform: translateY(0);
}
.ts_wrap2 .hover-popup_content {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateY(340px);
}
.ts_wrap2 .hover-popup_title {
  font-size: 24px;
  font-weight: normal;
  color: #171717;
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}
.ts_wrap2 .hover-popup_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47px;
  height: 3px;
  background-color: #171717;
}
.ts_wrap2 .hover-popup_li {
  margin-top: 15px;
  list-style: outside;
  font-size: 16px;
  font-weight: normal;
  color: #171717;
  line-height: 1.5;
  text-align: left;
  list-style-type: decimal;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .ts_wrap2 .hover-popup .hover-popup_title {
    font-size: 24rem;
    padding-bottom: 15rem;
    margin-bottom: 5rem;
  }
  .ts_wrap2 .hover-popup .hover-popup_title::before {
    content: '';
    width: 47rem;
    height: 3rem;
  }
  .ts_wrap2 .hover-popup .hover-popup_li {
    margin-top: 15rem;
    font-size: 16rem;
    margin-left: 15rem;
  }
}
.ts_wrap2 .hover-popup_item {
  height: 443px;
  background-size: 100% 100%;
}
.ts_wrap2 .hover-popup_item:hover .content-1 {
  background: #ffdf5a;
}
.ts_wrap2 .hover-popup_item:hover .content-2 {
  background: #3db9b2;
}
.ts_wrap2 .hover-popup_item:hover .content-3 {
  background: #a7d986;
}
.ts_wrap2 .hover-popup_item:hover .content-4 {
  background: #ff8346;
}
.ts_wrap2 .hover-popup_item:hover .content-5 {
  background: #9eddf2;
}
.ts_wrap2 .hover-popup_item:hover .content-6 {
  background: #fe878d;
}
.ts_wrap2 .hover-popup .item-1 {
  background-image: url(../../img/product/gradual-pic1.png);
}
.ts_wrap2 .hover-popup .item-2 {
  background-image: url(../../img/product/gradual-pic2.png);
}
.ts_wrap2 .hover-popup .item-3 {
  background-image: url(../../img/product/gradual-pic3.png);
}
.ts_wrap2 .hover-popup .item-4 {
  background-image: url(../../img/product/gradual-pic4.png);
}
.ts_wrap2 .hover-popup .item-5 {
  background-image: url(../../img/product/gradual-pic5.png);
}
.ts_wrap2 .hover-popup .item-6 {
  background-image: url(../../img/product/gradual-pic6.png);
}
.ts_wrap2 .hover-popup_content {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  padding: 50px 30px 0;
  text-align: center;
  background: transparent;
}
.ts_wrap2 .hover-popup_content_title {
  font-size: 24px;
  font-weight: normal;
  color: #171717;
  line-height: 1.5;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}
.ts_wrap2 .hover-popup_content_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47px;
  height: 3px;
  background-color: #171717;
}
.ts_wrap2 .hover-popup_content_li {
  margin-top: 15px;
  list-style: outside;
  font-size: 16px;
  font-weight: normal;
  color: #171717;
  line-height: 1.5;
  text-align: left;
  list-style-type: decimal;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .ts_wrap2 .hover-popup_content .hover-popup_title {
    font-size: 24rem;
    padding-bottom: 15rem;
    margin-bottom: 5rem;
  }
  .ts_wrap2 .hover-popup_content .hover-popup_title::before {
    content: '';
    width: 47rem;
    height: 3rem;
  }
  .ts_wrap2 .hover-popup_content .hover-popup_li {
    margin-top: 15rem;
    font-size: 16rem;
    margin-left: 15rem;
  }
}
.ts_wrap2 .hover-popup .white:hover .hover-popup_title {
  color: #fff;
}
.ts_wrap2 .hover-popup .white:hover .hover-popup_title::before {
  background-color: #fff;
}
.ts_wrap2 .hover-popup .white:hover .hover-popup_li {
  color: #fff;
}
.ts_wrap3 {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ts_wrap3 {
    margin-top: 60rem;
  }
}
.ts_wrap3 .wrap_flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ts_wrap3 .wrap_flex {
    margin-top: 40rem;
  }
}
.ts_wrap3 .flex_approved {
  flex: 0 0 660px;
  background: linear-gradient(180deg, #F1A052 0%, #E45200 100%);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 0 10px;
  padding: 10px;
}
.ts_wrap3 .flex_approved .top_title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding-bottom: 19px;
  border-bottom: 1px rgba(255, 255, 255, 0.53) dashed;
}
.ts_wrap3 .flex_approved .top_desc {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 15px;
}
.ts_wrap3 .flex_approved .list_item {
  margin: 13px 0 0 15px;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
}
.ts_wrap3 .flex_approved .approved-inherit {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.ts_wrap3 .flex_approved .item_inherit {
  display: inline-block;
}
.ts_wrap3 .approved_top {
  padding: 14px 24px;
}
.ts_wrap3 .approved_fucasu {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px 0;
  position: relative;
}
.ts_wrap3 .approved_fucasu .fucasu_title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  width: fit-content;
  padding: 9px 180px 9px 27px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.ts_wrap3 .approved_fucasu .fucasu_list {
  padding: 21px 6px 20px 16px;
}
.ts_wrap3 .approved_fucasu .fucasu_list .approved-inherit {
  border-left: 1px rgba(255, 255, 255, 0.4) solid;
  padding-left: 15px;
  margin-left: 15px;
}
.ts_wrap3 .approved_fucasu .fucasu_list .approved-inherit:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.ts_wrap3 .approved_fucasu::after {
  width: 272px;
  height: 157px;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: url('../../img/product/efficacy.png') no-repeat center;
  background-size: cover;
}
.ts_wrap3 .flex_medicine {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
.ts_wrap3 .medicine_iaso {
  width: 389px;
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border: 10px solid rgba(245, 162, 83, 0.51);
  overflow: hidden;
  border-radius: 10px;
}
.ts_wrap3 .medicine_iaso .iaso_top {
  text-align: center;
  margin: 22px 0;
}
.ts_wrap3 .medicine_iaso .iaso_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #152E56;
  line-height: 1.5;
  padding: 16px 37px;
  background: #FDEFE1;
}
.ts_wrap3 .medicine_iaso .top_img:nth-child(2) {
  border-left: 1px #EFEFEF solid;
  padding-left: 19px;
  margin-left: 11px;
}
.ts_wrap3 .medicine_iaso .iaso_img {
  padding: 23px 11px 28px;
  max-width: 100%;
  height: auto;
}
.ts_wrap3 .medicine_data {
  background: #E56313;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 0 10px 10px 0;
  padding: 10px 10.5px 10px 0;
}
.ts_wrap3 .data_content {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 14px 11px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.ts_wrap3 .ol_item {
  margin: 10px 0 0 10px;
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 12px;
}
.ts_wrap3 .container {
  position: relative;
}
.ts_wrap3 .container::before {
  content: '';
  position: absolute;
  width: 614px;
  height: 638px;
  top: 0;
  left: -360px;
  background: url('../../img/product/wrap3-before.png') no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
.ts-info .info_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 10px;
}
.ts-info .info_dashed {
  position: relative;
}
.ts-info .info_dashed {
  width: 75%;
  height: 1px;
  border-bottom: 1px rgba(255, 255, 255, 0.5) dashed;
}
.ts-info .info_txt {
  padding: 0 10px;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  white-space: nowrap;
}
.ts_wrap4 {
  background: #FFFAF5;
  margin-top: 100px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ts_wrap4 {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .ts_wrap4 {
    padding: 60rem 0;
  }
}
.ts_wrap4 .wrap-h2,
.ts_wrap4 .wrap-desc {
  position: relative;
  z-index: 2;
}
.ts_wrap4 .wrap7_img {
  max-width: 1659px;
  width: 100%;
  height: auto;
  margin: -50px auto;
  position: relative;
  z-index: 1;
}
.ts_wrap4 .wrap_link {
  position: relative;
  z-index: 1;
}
.ts_wrap4::after {
  content: '';
  position: absolute;
  width: 449px;
  height: 509px;
  bottom: -190px;
  right: 10%;
  background: url('../../img/product/wrap4-after.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 0;
}
.ts_wrap5 {
  padding: 100px 0;
  border-radius: 95px 95px 0 0;
  background: url('../../img/product/wrap4-bg.png') no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .ts_wrap5 {
    padding: 60rem 0;
  }
}
.ts_wrap5 .wrap-h2,
.ts_wrap5 .wrap-desc {
  color: #ffffff;
}
.ts_wrap5 .service_th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ts_wrap5 .th_item {
  font-size: 24px;
  font-weight: 400;
  color: #F5A253;
  line-height: 1.5;
  padding: 10px 23px;
  background: #ffffff;
  border-radius: 30px;
  margin: 61px 0 41px;
  text-align: center;
}
.ts_wrap6 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ts_wrap6 {
    margin-top: 60rem;
  }
}
.ts_wrap6 .wrap5_grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto auto;
  gap: 25px 25px;
  grid-auto-flow: row;
  grid-template-areas: "grid_one grid_two" "grid_three grid_four" "grid_five grid_four" "grid_six grid_seven" "grid_eight grid_eight";
}
@media screen and (max-width: 768px) {
  .ts_wrap6 .wrap5_grid {
    margin-top: 40rem;
  }
}
.ts_wrap6 .grid_item {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 217px;
}
.ts_wrap6 .item_info {
  padding: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
}
.ts_wrap6 .item_info .info_title {
  font-size: 24px;
  font-weight: 800;
}
.ts_wrap6 .item_info .info_mini-desc {
  font-size: 12px;
}
.ts_wrap6 .item_info .info_desc,
.ts_wrap6 .item_info .info_mini-desc {
  margin-top: 12px;
}
.ts_wrap6 .item_step {
  position: absolute;
  right: 25px;
  top: 5px;
  font-size: 88px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.31);
  line-height: 1;
  font-style: italic;
}
.ts_wrap6 .img-positon {
  position: absolute;
  right: 0;
  top: 0;
}
.ts_wrap6 .grid_one {
  grid-area: grid_one;
  background: linear-gradient(90deg, #64B3F4 0%, #C2E59C 100%);
}
.ts_wrap6 .grid_one .item_info {
  flex: 0 0 250px;
}
.ts_wrap6 .grid_two {
  grid-area: grid_two;
  background: linear-gradient(90deg, #64B3F4 0%, #C2E59C 100%);
}
.ts_wrap6 .grid_two .item_info {
  flex: 0 0 300px;
}
.ts_wrap6 .grid_three {
  grid-area: grid_three;
  width: 145%;
  background: linear-gradient(90deg, #A6C0FE 0%, #F68084 100%);
}
.ts_wrap6 .grid_three .item_step {
  right: 320px;
}
.ts_wrap6 .grid_four {
  justify-self: end;
  grid-area: grid_four;
  width: 55%;
  background: linear-gradient(180deg, #9890E3 0%, #B1F4CF 100%);
  display: flex;
  flex-direction: column;
}
.ts_wrap6 .grid_four.grid_item {
  align-items: flex-start;
  justify-content: space-between;
}
.ts_wrap6 .grid_four .item_info {
  width: 230px;
  margin-top: 20px;
}
.ts_wrap6 .grid_four .item_img {
  width: 100%;
  height: auto;
}
.ts_wrap6 .grid_five {
  grid-area: grid_five;
  width: 145%;
  background: linear-gradient(90deg, #3F51B1 0%, #5A55AE 13%, #7B5FAC 25%, #8F6AAE 38%, #A86AA4 50%, #CC6B8E 62%, #F18271 75%, #F3A469 87%, #F7C978 100%);
}
.ts_wrap6 .grid_six {
  grid-area: grid_six;
  background: linear-gradient(90deg, #A6C0FE 0%, #F68084 100%);
}
.ts_wrap6 .grid_six .item_info {
  flex: 0 0 350px;
}
.ts_wrap6 .grid_seven {
  grid-area: grid_seven;
  background: linear-gradient(90deg, #3F51B1 0%, #5A55AE 13%, #7B5FAC 25%, #8F6AAE 38%, #A86AA4 50%, #CC6B8E 62%, #F18271 75%, #F3A469 87%, #F7C978 100%);
}
.ts_wrap6 .grid_seven .item_info {
  flex: 0 0 200px;
}
.ts_wrap6 .grid_eight {
  grid-area: grid_eight;
  background: #152E56;
  display: block;
}
.ts_wrap6 .grid_eight .item_flex {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 53px 61px;
}
.ts_wrap6 .grid_eight .item_info {
  padding: 0;
}
.ts_wrap6 .grid_eight .item_step {
  right: unset;
  top: 20px;
  left: 59px;
}
.ts_wrap6 .grid_eight .flex_desc {
  flex: 0 0 535px;
  border-radius: 10px;
  border: 1px rgba(255, 255, 255, 0.68) dashed;
  padding: 16px 25px;
  display: flex;
  flex-wrap: wrap;
}
.ts_wrap6 .grid_eight .desc_list {
  flex: 0 0 240px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
}
.ts_wrap6 .grid_eight .desc_list.mt-15 {
  margin-top: 15px;
}
.ts_wrap6 .grid_eight .list_name {
  color: rgba(255, 255, 255, 0.45);
}
.ts_wrap6 .grid_eight .item_th {
  background: #ffffff;
  padding: 15px 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  color: #F5A253;
  line-height: 1.5;
}
.ts_wrap6 .grid_eight .ts-info {
  padding: 30px 61px;
}
.ts_wrap7 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .ts_wrap7 {
    padding: 60rem 0;
  }
}
.ts_wrap7 .wrap6_table {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .ts_wrap7 .wrap6_table {
    margin-top: 40rem;
  }
}
.ts_wrap7 .wrap6_table table {
  border-collapse: collapse;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.ts_wrap7 .wrap6_table th:nth-child(1) {
  width: 235px;
}
.ts_wrap7 .wrap6_table th:nth-child(2) {
  text-align: left;
}
.ts_wrap7 .wrap6_table th:nth-child(3) {
  width: 185px;
}
.ts_wrap7 .wrap6_table thead th {
  background-color: #152E56;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}
.ts_wrap7 .wrap6_table thead th:nth-child(3) {
  background-color: #F5A253;
}
.ts_wrap7 .wrap6_table tbody td,
.ts_wrap7 .wrap6_table tbody th {
  border: 1px solid #E2EFFF;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 300;
  color: #393939;
  line-height: 1.5;
}
.ts_wrap7 .wrap6_table tbody td:nth-child(2),
.ts_wrap7 .wrap6_table tbody th:nth-child(2) {
  border: 1px solid #FCE0C6;
}
.ts_wrap7 .wrap6_table tbody th {
  font-size: 18px;
  font-weight: 400;
}
.ts_wrap7 .wrap6_table tbody td:nth-child(1) {
  text-align: left;
}
.ts_wrap7 .wrap6_table tbody td .icon-gou {
  font-size: 20px;
  font-weight: 300;
  color: #F5A253;
}
.ts_wrap8 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ts_wrap8 {
    margin-top: 60rem;
  }
}
.ts_wrap8 .wrap8_img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .ts_wrap8 .wrap8_img {
    margin-top: 40rem;
  }
}
.wrap_link {
  width: fit-content;
  display: block;
  margin: 37px auto 0;
  font-size: 18px;
  font-weight: 400;
  color: #FF9534;
  line-height: 1.5;
  position: relative;
}
.wrap_link.link-move::before {
  position: absolute;
  content: '>>';
  color: #FF9534;
  font-size: 14px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  line-height: 1;
}
.wrap_link.link-move:hover::before {
  right: -35px;
}
.ts_wrap9 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ts_wrap9 {
    margin-top: 60rem;
  }
}
.ts_wrap9 .wrap9_flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ts_wrap9 .wrap9_flex {
    margin-top: 40rem;
  }
}
.ts_wrap9 .flex_item {
  flex: 0 0 528px;
  border-radius: 14px;
}
.ts_wrap9 .flex_info {
  padding: 21px 24px;
  background: #152E56;
}
.ts_wrap9 .info_title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 5px;
}
.ts_wrap9 .list_item,
.ts_wrap9 .info_txt {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.6;
}
.ts_wrap9 .list_item {
  list-style-type: disc;
  list-style-position: outside;
  margin: 11px 0 0 15px;
}
.ts_wrap9 .info_desc,
.ts_wrap9 .info_tip {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
}
.ts_wrap9 .info_tip {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 26px;
  margin: 10px 0;
  padding: 7px 15px;
  width: fit-content;
}
.ts_wrap9 .wrap9_platform {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 37px;
  background: linear-gradient(90deg, #FC6076 0%, #FF9A44 100%);
  border-radius: 11px;
}
.ts_wrap9 .platform_left {
  flex: 0 0 780px;
}
.ts_wrap9 .left_title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}
.ts_wrap9 .left_desc {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 5px;
}
.ts_wrap9 .icon {
  background: url('../../img/sprite.png') no-repeat -1189px -183px;
  width: 87px;
  height: 97px;
}
.ts_wrap10 {
  margin-top: 100px;
  overflow: hidden;
  background: linear-gradient(#ffffff 0%, #ffffff 85%, rgba(21, 46, 86, 0.83) 85%, rgba(21, 46, 86, 0.83) 100%);
}
@media screen and (max-width: 768px) {
  .ts_wrap10 {
    margin-top: 60rem;
  }
}
.ts_wrap10 .wrap10_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ts_wrap10 .flex_img {
  margin-left: -120px;
}
.ts_wrap10 .flex_info {
  flex: 0 0 540px;
}
.ts_wrap10 .flex_info .common-bg-btn {
  border: 10px solid #fdf4e7;
}
.ts_wrap10 .wrap_link {
  margin-left: 0;
}
.ts_wrap10 .info_title {
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin: 14px 0 50px;
}
.common-form {
  width: 858px;
  border-radius: 16px 0px 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-form {
    flex-direction: column;
  }
}
.common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.common-form.popup::before,
.common-form.popup::after {
  display: none;
}
.common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.common-form_item.half {
  flex: 0 0 353px;
}
.common-form_pact {
  display: flex;
  align-items: flex-start;
}
.common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form_input.error {
  border: 1px solid #d04c3f;
}
.common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form .file-box_collect {
  display: none;
  align-items: center;
}
.common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .common-form::after,
  .common-form::before {
    display: none;
  }
  .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .common-form_item.half {
    flex: unset;
  }
  .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .common-form_input::placeholder {
    font-size: 14rem;
  }
  .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
#common-popup {
  display: none;
  position: fixed;
  z-index: 991;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#common-popup .close-btn {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(230, 230, 230, 0.7);
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  margin: 20px 60px 20px auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #common-popup {
    width: 100%;
    height: 100%;
  }
  #common-popup .close-btn {
    width: 50rem;
    height: 50rem;
    font-size: 40rem;
    margin: 20rem 20rem 20rem auto;
  }
}
@media (max-width: 768px) {
  .ts_banner {
    background: url('../../img/product/banner-pic-mobile.png') no-repeat center;
    background-size: cover;
    font-size: 36rem;
  }
  .ts_hospital {
    font-size: 12rem;
  }
  .ts_hospital .container {
    padding: 13rem 0 13rem 13rem;
    text-align: left;
  }
  .ts_hospital .icon-local {
    font-size: 18rem;
    margin-right: 0;
  }
  .ts_hospital::after {
    border-bottom: 53rem solid #F5A253;
    border-left: 30rem solid transparent;
    width: 10%;
  }
  .ts_introduce .container {
    flex-direction: column;
  }
  .ts_introduce .introduce_item {
    font-size: 16rem;
    padding: 14rem 10rem 14rem 24rem;
    border-radius: 9rem;
    margin: 10rem 0 0;
    display: block;
  }
  .ts_introduce .introduce_item:first-child {
    margin: 0;
  }
  .ts_introduce .introduce_item::before {
    content: '';
    position: absolute;
    width: 22rem;
    height: 22rem;
    background-image: url('../../img/sprite.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: -817rem -253rem;
    background-size: 1400rem 1493rem;
    left: 16px;
    top: 14px;
    z-index: -1;
  }
  .ts_introduce .introduce_item:hover {
    transform: translateY(-10rem);
  }
  .ts_introduce .icon2::before {
    background-position: -868rem -249rem;
    width: 22rem;
    height: 29rem;
  }
  .ts_introduce .icon3::before {
    background-position: -918rem -250rem;
    width: 27rem;
    height: 27rem;
  }
  .ts_introduce .icon4::before {
    background-position: -972rem -251rem;
    width: 23rem;
    height: 26rem;
  }
  .ts_introduce .icon5::before {
    background-position: -1017rem -251rem;
    width: 29rem;
    height: 25rem;
  }
  .ts_wrap2 .wrap2-swiper {
    position: relative;
    padding-bottom: 60rem;
    overflow: hidden;
    margin-top: 40rem;
  }
  .ts_wrap2 .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30rem;
  }
  .ts_wrap2 .swiper-slide_title {
    font-size: 24px;
    font-weight: normal;
    color: #171717;
    line-height: 1.5;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
    margin-bottom: 5px;
  }
  .ts_wrap2 .swiper-slide_title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47px;
    height: 3px;
    background-color: #171717;
  }
  .ts_wrap2 .swiper-slide_li {
    margin-top: 15px;
    list-style: outside;
    font-size: 16px;
    font-weight: normal;
    color: #171717;
    line-height: 1.5;
    text-align: left;
    list-style-type: decimal;
    margin-left: 15px;
  }
  .ts_wrap2 .swiper-slide_content {
    height: 443rem;
    width: 100%;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 56rem 30rem 0;
  }
  .ts_wrap2 .swiper-slide_content.white .swiper-slide_title {
    color: #fff;
  }
  .ts_wrap2 .swiper-slide_content.white .swiper-slide_title::before {
    background-color: #fff;
  }
  .ts_wrap2 .swiper-slide_content.white .swiper-slide_li {
    color: #fff;
  }
  .ts_wrap2 .swiper-slide .content-1 {
    background-image: url(../../img/product/gradual-pic1-mobile.png);
  }
  .ts_wrap2 .swiper-slide .content-2 {
    background-image: url(../../img/product/gradual-pic2-mobile.png);
  }
  .ts_wrap2 .swiper-slide .content-3 {
    background-image: url(../../img/product/gradual-pic3-mobile.png);
  }
  .ts_wrap2 .swiper-slide .content-4 {
    background-image: url(../../img/product/gradual-pic4-mobile.png);
  }
  .ts_wrap2 .swiper-slide .content-5 {
    background-image: url(../../img/product/gradual-pic5-mobile.png);
  }
  .ts_wrap2 .swiper-slide .content-6 {
    background-image: url(../../img/product/gradual-pic6-mobile.png);
  }
  .ts_wrap2 .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .ts_wrap2 .swiper-pagination-bullet-active {
    background-color: #F5A253;
  }
  .ts_wrap2 .swiper-pagination {
    text-align: center;
  }
  .ts_wrap3 .wrap_flex {
    flex-direction: column;
  }
  .ts_wrap3 .flex_approved {
    flex: unset;
    width: 100%;
    box-shadow: 0 0 24rem rgba(0, 0, 0, 0.05);
    border-radius: 10rem 10rem 0 0;
    padding: 10rem;
  }
  .ts_wrap3 .flex_approved .top_title {
    font-size: 16rem;
    padding-bottom: 15rem;
    border-bottom: 1rem rgba(255, 255, 255, 0.53) dashed;
  }
  .ts_wrap3 .flex_approved .top_desc {
    font-size: 14rem;
    margin-top: 15rem;
  }
  .ts_wrap3 .flex_approved .list_item {
    margin: 13rem 0 0 15rem;
    font-size: 14rem;
  }
  .ts_wrap3 .flex_approved .approved-inherit {
    font-size: 12rem;
  }
  .ts_wrap3 .approved_top {
    padding: 14rem 24rem;
  }
  .ts_wrap3 .approved_fucasu {
    box-shadow: 0 0 24rem rgba(0, 0, 0, 0.05);
    border-radius: 10rem;
    padding: 25rem 0;
    overflow: hidden;
  }
  .ts_wrap3 .approved_fucasu .fucasu_title {
    font-size: 16rem;
    padding: 10rem 7rem;
  }
  .ts_wrap3 .approved_fucasu .fucasu_list {
    padding: 18rem 6rem 20rem 11rem;
  }
  .ts_wrap3 .approved_fucasu .fucasu_list .approved-inherit {
    border-left: none;
    padding-left: 0;
    margin: 6rem 0 0;
    display: block;
  }
  .ts_wrap3 .approved_fucasu::after {
    width: 186rem;
    height: 107rem;
    top: 65rem;
    right: -20rem;
  }
  .ts_wrap3 .flex_medicine {
    flex-direction: column-reverse;
    align-items: unset;
  }
  .ts_wrap3 .medicine_iaso {
    width: 100%;
    box-shadow: 0 0 24rem rgba(0, 0, 0, 0.05);
    border: 10rem solid rgba(245, 162, 83, 0.51);
    border-radius: 0;
  }
  .ts_wrap3 .medicine_iaso .iaso_top {
    margin: 22rem 0;
  }
  .ts_wrap3 .medicine_iaso .iaso_title {
    font-size: 20rem;
    padding: 16rem 37rem;
  }
  .ts_wrap3 .medicine_iaso .top_img:nth-child(2) {
    border-left: 1rem #EFEFEF solid;
    padding-left: 19rem;
    margin-left: 11rem;
  }
  .ts_wrap3 .medicine_iaso .iaso_img {
    padding: 23rem 0 28rem;
    width: 100%;
  }
  .ts_wrap3 .medicine_data {
    background: #ffffff;
    box-shadow: unset;
    border-radius: 0;
    padding: 0;
  }
  .ts_wrap3 .data_content {
    background: #ffffff;
    box-shadow: unset;
    border-radius: 0;
    padding: 17rem 10rem;
    color: rgba(39, 62, 99, 0.78);
    font-size: 14rem;
  }
  .ts_wrap3 .ol_item {
    margin: 10rem 0 0 10rem;
    font-size: 12rem;
  }
  .ts_wrap3 .container::before {
    content: none;
  }
  .ts-info .info_item {
    margin-top: 18rem;
  }
  .ts-info .info_txt {
    font-size: 14rem;
    white-space: unset;
  }
  .ts-info .info_txt:nth-child(1) {
    max-width: 135rem;
    min-width: 45rem;
  }
  .ts-info .info_txt:nth-child(3) {
    max-width: 150rem;
    text-align: end;
  }
  .ts_wrap4::after {
    content: none;
  }
  .ts_wrap4 .wrap-h2,
  .ts_wrap4 .wrap-desc,
  .ts_wrap4 .wrap7_info {
    text-align: center;
    margin-right: 0;
  }
  .ts_wrap4 .wrap7_info {
    flex-direction: column;
    justify-content: unset;
    margin-top: 0;
  }
  .ts_wrap4 .wrap7_info .info_item {
    border-radius: 50rem;
    padding: 10rem 12rem;
    font-size: 18rem;
    margin-top: 18rem;
  }
  .ts_wrap4 .wrap7_info .info_item:nth-child(2) {
    margin-left: 0;
  }
  .ts_wrap4 .wrap7_info .item_num {
    font-size: 36px;
    font-weight: 700;
    color: #3DB9B2;
    line-height: 1.5;
    margin-right: 12px;
  }
  .ts_wrap4 .wrap7_img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 28rem auto 0;
  }
  .ts_wrap5 {
    border-radius: 0;
  }
  .ts_wrap5 .service_th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .ts_wrap5 .th_item {
    font-size: 14rem;
    padding: 8rem 10rem;
    border-radius: 40rem;
    margin: 19rem 0;
  }
  .ts_wrap6 .wrap5_swiper {
    overflow: hidden;
    padding: 50rem 0;
    position: relative;
  }
  .ts_wrap6 .swiper-slide {
    height: 0;
  }
  .ts_wrap6 .swiper-slide-active {
    height: auto;
  }
  .ts_wrap6 .swiper5-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .ts_wrap6 .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
  }
  .ts_wrap6 .swiper-pagination-bullet-active {
    background: #F5A253;
  }
  .ts_wrap6 .slide-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto auto;
    gap: 15rem;
    grid-auto-flow: row;
    grid-template-areas: "grid_one" "grid_two" "grid_three" "grid_four" "grid_five" "grid_six" "grid_seven";
  }
  .ts_wrap6 .grid_one .item_info {
    flex: 0 0 157rem;
  }
  .ts_wrap6 .grid_two .item_info {
    flex: 0 0 182rem;
  }
  .ts_wrap6 .grid_three .item_step {
    right: unset;
  }
  .ts_wrap6 .grid_three .item_info {
    flex: 0 0 182rem;
  }
  .ts_wrap6 .grid_four {
    flex-direction: row;
  }
  .ts_wrap6 .grid_four.grid_item {
    align-items: center;
  }
  .ts_wrap6 .grid_four .item_info {
    width: unset;
    flex: 0 0 150rem;
    margin-top: 0;
  }
  .ts_wrap6 .grid_five {
    justify-content: flex-end;
  }
  .ts_wrap6 .grid_five .item_info {
    flex: 0 0 135rem;
  }
  .ts_wrap6 .grid_five.grid_item .item_img {
    right: unset;
    left: 0;
    top: 10%;
    height: 80%;
  }
  .ts_wrap6 .grid_six .item_info {
    flex: 0 0 245rem;
  }
  .ts_wrap6 .grid_seven .item_info {
    flex: 0 0 175rem;
  }
  .ts_wrap6 .grid_item {
    width: 100%;
    min-height: 142rem;
  }
  .ts_wrap6 .grid_item .item_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
  .ts_wrap6 .item_info {
    position: relative;
    z-index: 1;
    padding: 14rem;
    font-size: 12rem;
  }
  .ts_wrap6 .item_info .info_title {
    font-size: 14rem;
  }
  .ts_wrap6 .item_info .info_mini-desc {
    font-size: 12rem;
  }
  .ts_wrap6 .item_info .info_desc,
  .ts_wrap6 .item_info .info_mini-desc {
    margin-top: 12rem;
  }
  .ts_wrap6 .item_step {
    position: absolute;
    right: unset;
    left: 14rem;
    top: 5rem;
    font-size: 44rem;
  }
  .ts_wrap6 .grid_eight {
    background: #152E56;
  }
  .ts_wrap6 .grid_eight .item_flex {
    flex-direction: column;
    padding: 21rem 26rem;
  }
  .ts_wrap6 .grid_eight .item_info {
    padding: 0;
  }
  .ts_wrap6 .grid_eight .info_title {
    font-size: 24rem;
  }
  .ts_wrap6 .grid_eight .info_desc {
    font-size: 16rem;
    margin: 12rem 0;
  }
  .ts_wrap6 .grid_eight .flex_desc {
    flex: unset;
    border-radius: 10rem;
    border: 1rem rgba(255, 255, 255, 0.68) dashed;
    padding: 19rem;
  }
  .ts_wrap6 .grid_eight .desc_list {
    flex: unset;
    font-size: 16rem;
    margin-top: 15rem;
  }
  .ts_wrap6 .grid_eight .item_th {
    padding: 8rem 17rem;
    font-size: 14rem;
  }
  .ts_wrap6 .grid_eight .item_th .th_item {
    max-width: 143rem;
  }
  .ts_wrap6 .grid_eight .ts-info {
    padding: 19rem 17rem;
  }
  .ts_wrap7 {
    background: unset;
    border-radius: 0;
    padding-bottom: 0;
  }
  .ts_wrap7 .wrap6_table {
    overflow-x: scroll;
  }
  .ts_wrap7 .wrap6_table table {
    width: 770rem;
  }
  .ts_wrap7 .wrap6_table::-webkit-scrollbar {
    height: 7rem;
  }
  .ts_wrap7 .wrap6_table::-webkit-scrollbar-thumb {
    background-color: #F5A253;
    border-radius: 31rem;
  }
  .ts_wrap7 .wrap6_table::-webkit-scrollbar-track {
    background-color: #e0f2eb;
    border-radius: 31rem;
  }
  .ts_wrap7 .wrap6_table th:nth-child(1) {
    width: 148rem;
  }
  .ts_wrap7 .wrap6_table th:nth-child(3) {
    width: 140rem;
  }
  .ts_wrap7 .wrap6_table thead th {
    padding: 11rem;
    font-size: 14rem;
  }
  .ts_wrap7 .wrap6_table tbody td,
  .ts_wrap7 .wrap6_table tbody th {
    padding: 7rem 11rem;
    font-size: 12rem;
  }
  .ts_wrap7 .wrap6_table tbody th {
    font-size: 14rem;
  }
  .ts_wrap7 .wrap6_table tbody td .icon-gou {
    font-size: 20rem;
  }
  .wrap_link {
    margin: 20rem auto 0;
    font-size: 14rem;
  }
  .ts_wrap9 .flex_item {
    flex: 0 0 100%;
    border-radius: 14rem;
  }
  .ts_wrap9 .flex_info {
    padding: 14rem 19rem;
    background: url('../../img/product/wrap9-img-mobile.png') no-repeat center;
    background-size: cover;
  }
  .ts_wrap9 .info_title {
    font-size: 20rem;
    margin-bottom: 8rem;
  }
  .ts_wrap9 .list_item,
  .ts_wrap9 .info_txt {
    font-size: 14rem;
  }
  .ts_wrap9 .list_item {
    margin: 15rem 0;
  }
  .ts_wrap9 .info_desc,
  .ts_wrap9 .info_tip {
    font-size: 12rem;
  }
  .ts_wrap9 .info_tip {
    border-radius: 26rem;
    margin: 10rem 0;
    padding: 7rem 15rem;
  }
  .ts_wrap9 .wrap9_platform {
    margin-top: 22rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 28rem;
    border-radius: 11rem;
  }
  .ts_wrap9 .platform_left {
    flex: unset;
  }
  .ts_wrap9 .left_title {
    font-size: 18rem;
    margin-top: 20rem;
  }
  .ts_wrap9 .left_desc {
    font-size: 16rem;
    margin-top: 7rem;
  }
  .ts_wrap9 .icon {
    background: url('../../img/sprite.png') no-repeat -1189rem -183rem;
    background-size: 1400rem 1493rem;
    width: 87rem;
    height: 97rem;
  }
  .ts_wrap10 .wrap10_flex {
    flex-direction: column-reverse;
  }
  .ts_wrap10 .flex_img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .ts_wrap10 .flex_info {
    flex: unset;
    width: 100%;
    text-align: center;
  }
  .ts_wrap10 .flex_info .common-bg-btn {
    border: 10rem solid #fdf4e7;
    padding: 15rem 40rem;
  }
  .ts_wrap10 .wrap_link {
    margin: 0 auto;
  }
  .ts_wrap10 .info_title {
    font-size: 26rem;
    margin: 13rem 0 30rem;
  }
  .common-form {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px){
  .ts_wrap2 .swiper-slide .hover-popup_title {
    font-size: 24rem;
    padding-bottom: 15rem;
    margin-bottom: 5rem;
  }
  .ts_wrap2 .swiper-slide .hover-popup_title::before {
    content: '';
    width: 47rem;
    height: 3rem;
  }
  .ts_wrap2 .swiper-slide .hover-popup_li {
    margin-top: 15rem;
    font-size: 16rem;
    margin-left: 15rem;
  }
}
