html {
  position: relative;
  overflow-y: auto;
}
body {
  width: 100%;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
/*.excimer_product_swiper .swiper-wrapper {*/
/*  justify-content: center;*/
/*}*/
:root body {
  position: absolute;
}
.mo_title {color:#fff;}
@font-face { font-family: "OpenSans"; font-style: normal; src: url(//cdnus.globalso.com/gsdaesthetic/OpenSans-Light_0.ttf)}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100px;
  line-height: 100px;
  z-index: 1;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
  color: #138de8;
}
.swiper-btn span {
  font-size: 30px;
  color: #fff;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.space-list-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.space-desc-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.space-p-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.container {
  width: 62%;
  margin: 0 auto;
}
.inner-header-icon {
  display: none;
  color: #fff;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 39;
  transform: scale(1.3);
}
.inner-header-icon:hover {
  cursor: pointer;
}
.mobilePd_produt_slide .item_text img{max-width:160px;}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #138de8;
}
.item_bd em {color:white;line-height: 1.75rem;}
.item_bd em:hover {color: #1462d6;}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #011d49;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.inner-header-icon-out span {
  background: #ffffff;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.showvideo {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 29;
}
.showvideo_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 66vh;
}
.showvideo_content .closebtn {
  position: absolute;
  top: 0;
  right: -2.5rem;
  z-index: 89;
}
.showvideo_content .closebtn:hover {
  cursor: pointer;
}
.showvideo_content .closebtn i {
  font-size: 1.4rem;
  color: #fff;
}
.showvideo_content iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.downform {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 3, 19, 0.2);
  z-index: 19;
}
.downform_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34.375rem;
  padding: 4.125rem 4.5rem 4rem;
  background-color: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0.75rem;
}
.downform_content .gb {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(201, 201, 201, 0.5);
  backdrop-filter: blur(6px);
  border-radius: 50%;
}
.downform_content .gb:hover {
  cursor: pointer;
  background-color: #004dbf;
}
.downform_content .gb:hover i {
  color: #fff;
}
.downform_content .gb i {
  font-size: 0.875rem;
  font-family: "Microsoft YaHei";
  color: #6a6a6a;
}
.downform_content .downer_form {
  width: 100%;
  height: 100%;
}
.downform_content .downer_form_item {
  position: relative;
  width: 100%;
  height: 3rem;
  margin-bottom: 1.75rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
.downform_content .downer_form_item .error-text,
.downform_content .downer_form_item .error-phone,
.downform_content .downer_form_item .error-email {
  position: absolute;
  top: -1.25rem;
  left: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #D61437;
  opacity: 0;
}
.downform_content .downer_form_item.error-phonestate .error-phone {
  opacity: 1;
}
.downform_content .downer_form_item.error-phonestate input {
  border-color: #D61437;
  background-color: rgba(214, 20, 55, 0.1);
}
.downform_content .downer_form_item.error-emailstate .error-email {
  opacity: 1;
}
.downform_content .downer_form_item.error-emailstate input {
  border-color: #D61437;
  background-color: rgba(214, 20, 55, 0.1);
}
.downform_content .downer_form_item.error-state .error-text {
  opacity: 1;
}
.downform_content .downer_form_item.error-state input {
  border-color: #D61437;
  background-color: rgba(214, 20, 55, 0.1);
}
.downform_content .downer_form_item label {
  position: absolute;
  top: 50%;
  left: 1.75rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #454547;
  font-family: "OpenSans-SemiBold";
}
.downform_content .downer_form_item label i {
  font-weight: bold;
  font-style: normal;
  color: #D61437;
}
.downform_content .downer_form_item label.checked {
  opacity: 0;
}
.downform_content .downer_form_item input {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "OpenSans-SemiBold";
  color: #454547;
  padding: 0 1.75rem;
  background-color: transparent;
  border: 1px solid #454547;
  outline: 0;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
.downform_content .downer_form_item input:focus {
  border: 2px solid #1462D6;
}
.downform_content .downer_form_item input:-internal-autofill-selected {
  background-color: transparent !important;
}
.downform_content .downer_form_selectbx {
  position: relative;
  width: 100%;
  height: 3rem;
  margin-bottom: 1.75rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
.downform_content .downer_form_selectbx:hover {
  cursor: pointer;
}
.downform_content .downer_form_selectbx .error-text {
  position: absolute;
  top: -1.25rem;
  left: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #D61437;
  opacity: 0;
}
.downform_content .downer_form_selectbx.error-state .error-text {
  opacity: 1;
}
.downform_content .downer_form_selectbx.error-state input {
  border-color: #D61437;
  background: rgba(214, 20, 55, 0.1);
}
.downform_content .downer_form_selectbx label {
  position: absolute;
  top: 50%;
  left: 1.75rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #454547;
  font-family: "OpenSans-SemiBold";
}
.downform_content .downer_form_selectbx label > i {
  font-weight: bold;
  font-style: normal;
  color: #D61437;
}
.downform_content .downer_form_selectbx label.checked {
  opacity: 0;
}
.downform_content .downer_form_selectbx > i {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  display: block;
  font-size: 1.4rem;
  color: #454547;
}
.downform_content .downer_form_selectbx input {
  display: block;
  width: 100%;
  height: 100%;
  color: #454547;
  font-family: "OpenSans-SemiBold";
  border: 1px solid #454547;
  outline: 0;
  padding: 0 1.75rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
.downform_content .downer_form_selectbx input:hover {
  cursor: pointer;
}
.downform_content .downer_form_selectbx input:focus {
  border: 2px solid #1462D6;
}
.downform_content .downer_form_selectbx .optionbx {
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  padding-top: 0.5rem;
  z-index: 29;
}
.downform_content .downer_form_selectbx .optionbx_content {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1.875rem;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  overflow: hidden;
}
.downform_content .downer_form_selectbx .optionbx .option {
  width: 100%;
  max-height: 14.3rem;
  background-color: #fff;
  overflow-y: auto;
}
.downform_content .downer_form_selectbx .optionbx .option li {
  width: 100%;
  height: 2.25rem;
  font-size: 1.0625rem;
  color: #454547;
  font-weight: 600;
  line-height: 2.25rem;
  padding: 0 0.75rem;
  border-radius: 1.125rem;
}
.downform_content .downer_form_selectbx .optionbx .option li:hover {
  color: #1462D6;
  background: rgba(201, 201, 201, 0.2);
}
.downform_content .downer_form_text {
  margin-bottom: 4rem;
}
.downform_content .downer_form_text p {
  font-size: 0.75rem;
  color: 1rem;
  color: #454547;
}
.downform_content .downer_form_btnbx {
  display: flex;
  justify-content: flex-end;
}
.downform_content .downer_form_btnbx button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.75rem;
  height: 3rem;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  color: #1462D6;
  font-weight: 600;
  background: rgba(201, 201, 201, 0.2);
  border: 0;
  outline: none;
  border-radius: 1.5rem;
  transition: all 0.4s;
  overflow: hidden;
}
.downform_content .downer_form_btnbx button:hover {
  cursor: pointer;
  background-color: #1462D6;
  color: #fff;
}
.downform_content .downer_form_btnbx button:first-child {
  margin-right: 1.5rem;
}
.solo_img div{width:448px;}
.common_banner {
  position: relative;
  width: 100%;
  height: auto;
}
.common_banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.common_banner_products {
  height: auto !important;
}
.common_banner_products img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_products img.productbanner {
  display: block;
}
.common_banner_products img.productbannerM {
  display: none;
}
.common_banner_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common_banner_text .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.common_banner_text .container .productimg {
  position: absolute;
  display: block;
}
.common_banner_text.text1 {
  display: block;
}
.common_banner_text.text1 .textbx {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
}
.common_banner_text.text1 .textbx_title {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.5rem;
}
.common_banner_text.text1 .textbx_title .productlogo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.125rem;
  padding: 0 0.625rem;
}
.common_banner_text.text1 .textbx_title .productlogo::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #454547;
}
.common_banner_text.text1 .textbx_title .productlogo img {
  display: block;
  max-width: 40rem;
  max-height: 6.25rem;
  object-fit: contain;
}
.common_banner_text.text1 .textbx_title p {
  font-size: 2rem;
  line-height: 2.75rem;
  color: #454547;
  text-align: center;
  font-weight: 600;
}
.common_banner_text.text1 .textbx_desc p {
  font-size: 1.4rem;
  line-height: 1.375rem;
  color: #454547;
  text-align: center;
}
.common_banner_text.text2 {
  /*display: none;*/
}
.common_banner_text.text2 .textbx {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
}
.common_banner_text.text2 .textbx_title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
}
.common_banner_text.text2 .textbx_title::after {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #454547;
}
.common_banner_text.text2 .textbx_title .productlogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0 2.125rem;
  font-size: 60px;
}
.common_banner_text.text2 .textbx_title .productlogo img {
  display: block;
  max-width: 40rem;
  max-height: 6.25rem;
  object-fit: contain;
}
.common_banner_text.text2 .textbx_title h1 {
  width: 100%;
  font-size: 2rem;
  line-height: 2.75rem;
  color: #454547;
  text-align: center;
  padding: 0.625rem;
  font-weight: 600;
}
.common_banner_text.text2 .textbx_desc {
  display: flex;
  justify-content: flex-start;
  /*padding-left: 1rem;*/
}
.common_banner_text.text2 .textbx_desc > p {
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #454547;
  text-align: center;
}
.common_banner_text.text2 .textbx_desc .list1 li p,
.common_banner_text.text2 .textbx_desc .list2 li p {
  font-size: 1.4rem;
  line-height: 3.25rem;
  color: #454547;
}
.common_banner_text.text2 .textbx_desc .list1 {
  margin-right: 2.25rem;
}
.common_contenttitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common_contenttitle h1 {
  position: relative;
  font-size: 2.5rem;
  color: #454547;
  text-align: center;
  font-family: "OpenSans-Bold";
  line-height: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #333;
}
.common_contenttitle h1::after {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("//cdnus.globalso.com/gsdaesthetic/titleicon2.png") no-repeat center center;
  background-size: contain;
}
.common_contenttitle h3 {
  position: relative;
  font-size: 2.5rem;
  color: #454547;
  text-align: center;
  font-family: "OpenSans-Bold";
  line-height: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #333;
}
.common_contenttitle h3::after {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("//cdnus.globalso.com/gsdaesthetic/titleicon2.png") no-repeat center center;
  background-size: contain;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  font-size: 1rem;
  color: #666;
  margin: 0 0.5rem;
  border: 1px solid #333;
  border-radius: 0.25rem;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #1462D6;
  border-color: #1462D6;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #1462D6;
  border-color: #1462D6;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
}
.common_pagination li:last-child a i {
  display: block;
  transform: rotate(180deg);
}
.common_pagebtn .container {
  display: flex;
  justify-content: space-between;
}
.common_pagebtn a {
  display: flex;
  max-width: 40%;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a span {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.875rem;
  padding: 0 0.875rem;
  font-size: 1rem;
  color: #999;
}
.common_pagebtn a span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0.0625rem;
  height: 100%;
  background-color: #ddd;
}
.common_pagebtn a span em {
  display: block;
  font-size: 1.25rem;
  color: #999;
}
.common_pagebtn a p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
}
.common_pagebtn a:hover p {
  color: #1462D6;
}
.common_pagebtn a:first-child span {
  margin-right: 1.125rem;
}
.common_pagebtn a:first-child span::after {
  right: 0;
}
.common_pagebtn a:first-child span em {
  transform: rotate(180deg);
  margin-right: 1.5rem;
}
.common_pagebtn a:last-child span {
  margin-left: 1.125rem;
}
.common_pagebtn a:last-child span::after {
  left: 0;
}
.common_pagebtn a:last-child span em {
  margin-left: 1.5rem;
}
.searchbd_content {
  padding: 15rem 0 5rem;
}
.searchbd_content_item {
  position: relative;
}
.searchbd_content_item:not(:last-child) {
  margin-bottom: 2rem;
}
.searchbd_content_item h3 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.75rem;
}
.searchbd_content_item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
}
.searchbd_content_item:hover h3 {
  color: #1462D6;
}
.index_header .container {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_top {
  height: 3.5rem;
  background-color: #454547;
}
.index_header_top_l {
  display: flex;
  align-items: center;
}
.index_header_top_l em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.index_header_top_l em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_top_l a {
  font-size: 1rem;
  color: #fff;
}
.index_header_top_l a:hover {
  color: #1462D6;
}
.index_header_top_r ul {
  display: flex;
}
.index_header_top_r ul li:not(:last-child) {
  margin-right: 0.625rem;
}
.index_header_top_r ul li a {
  font-size: 1.4rem;
  color: #fff;
}
.index_header_top_r ul li:hover a {
  color: #1462D6;
}
.index_header_navbx {
  position: absolute;
  top: 3.5rem;
  width: 100%;
  height: 7.5rem;
  background-color: #6a6a6a;
  z-index: 99;
}
.index_header_logo {
  position: relative;
  display: block;
  height: 100%;
  width: 8rem;
}
.index_header_logo svg {
  position: absolute;
  left: 0;
  top: 28.3333%;
  display: block;
  width: 8.125rem;
  height: 2.875rem;
  object-fit: contain;
}
.index_header .navlist {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_header_nav {
  display: flex;
  height: 100%;
  margin-left: auto;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav .head_nav>li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.125rem;
  transition: all 0.4s;
  font-family: Arial;
}

.head_nav>.nav-current>a {

  color: #1462D6 !important;
}
.orangnation>a {

  /*color: #000 !important;*/
}
.index_header_nav .head_nav > li > a {
  position: relative;
  display: block;
  height: 100%;
  line-height: 7.5rem;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.index_header_nav_item.down::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 6.625rem;
  height: 0.5625rem;
  background: url("//cdnus.globalso.com/gsdaesthetic/union.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s;
}
.index_header_nav .head_nav>li ul {
  position: absolute;
  left: 50%;
  top: 7.5rem;
  transform: translateX(-50%);
  display: none;
  width: 250px;
  background-color: #c9c9c9;
  z-index: 99;
  transition: all 0.6s;
}

.index_header_nav .head_nav .fenlei_three_box ul ul{
    width: 500px;
    transform: translateX(0);
}
.index_header_nav .head_nav .fenlei_three_box ul>li{
    width: 100%;
}
.index_header_nav .head_nav .fenlei_three_box ul>li ul>li{
    width: auto;
    display: inline-block;
}

.index_header_nav .head_nav>li ul {
  padding: 1.75rem 0;
}
.index_header_nav .head_nav>li ul > li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_header_nav .head_nav>li ul > li{position:relative;padding: 0.25rem 0.75rem;}
.index_header_nav .head_nav>li ul > li > a {
  position: relative;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.25rem;
  /* padding-left: 1rem; */
  transition: all 0.2s;
}
.index_header .container {
  width: 62%;
  margin: 0 auto;
}
.index_header_nav .head_nav>li ul > li.active > a {
  color: #1462D6;
}
.index_header_nav .head_nav>li ul > li:hover {
  cursor: pointer;
}
.index_header_nav .head_nav>li.fenlei ul > li:hover>a img{
    background: #fff;
}
.index_header_nav .head_nav>li ul > li:hover > a {
  color: #1462D6;
}
.index_header_nav .head_nav>li img{
    width: 100%;max-width: 100%;
}
.index_header_nav .head_nav>li ul ul { top: 0; left: 250px; margin-left: 2px; border-radius: 7px; }

.index_header_nav_item .dropdown.dropdown_product {
  left: 0;
  transform: translateX(-25%);
  width: auto !important;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list {
  display: flex;
  padding: 1.75rem 2rem;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl {
  padding-right: 2rem;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl:not(:last-child) {
  border-right: 1px solid rgba(106, 106, 106, 0.3);
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dt {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #454547;
  font-family: "OpenSans-Bold";
  white-space: nowrap;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dd {
  position: relative;
  display: flex;
  align-items: center;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dd:hover .imgbx {
  background-color: #fff;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dd:hover .textbx h5 {
  color: #1462D6;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dd:not(:last-child) {
  margin-bottom: 0.75rem;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dd .imgbx {
  width: 3.625rem;
  height: 3.25rem;
  margin-right: 0.25rem;
  background-color: transparent;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dd .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dd .textbx {
  display: flex;
  align-items: center;
}
.index_header_nav_item .dropdown.dropdown_product .dropdown_list dl dd .textbx h5 {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #454547;
  font-weight: normal;
  white-space: nowrap;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list {
  width: 100%;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li {
  position: relative;
  width: 100%;
  z-index: 3;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li:hover > a {
  color: #fff;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1462D6;
  z-index: -1;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li:hover::after {
  position: absolute;
  right: -1.23rem;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid #1462D6;
  border-right: 0.625rem solid transparent;
  z-index: 2;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li:hover > .dropdown2 {
  max-height: 40rem;
  opacity: 1;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2 {
  position: absolute;
  top: -1.375rem;
  right: 0;
  max-height: 0;
  width: 29.5rem;
  transform: translateX(100%);
  background: #F8F8F8;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.04);
  opacity: 0;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2.type2 {
  width: 20.75rem;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2.type2 .dropdown2_list_item:last-child {
  margin-right: 0;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2_list {
  display: flex;
  flex-wrap: wrap;
  width: auto !important;
  padding: 1.75rem 2.25rem 0.25rem;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2_list_item {
  margin-bottom: 1.5rem;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2_list_item:not(:nth-child(3n)) {
  margin-right: 1.25rem;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2_list_item .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 5.75rem;
  background: #FFFFFF;
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2_list_item .item_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.75rem;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2_list_item .item_text h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  text-align: center;
  color: #454547;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li .dropdown2_list_item:hover .item_text h4 {
  color: #1462D6;
}
.index_header_nav_item .dropdown.dropdown_treatments .dropdown_list > li > a {
  position: relative;
  font-size: 1rem;
  line-height: 1.75rem;
  z-index: 3;
}
.index_header_nav_item.active > a {
  color: #1462D6;
}
.index_header_nav .head_nav>li:hover {
  background-color: #c9c9c9;
}
.index_header_nav .head_nav>li:hover::after {
  opacity: 1;
}
.index_header_nav .head_nav>li:hover > a {
  color: #1462D6;
}
/*.index_header_nav .head_nav>li:hover > a::after {*/
/*  transform: scale(1);*/
/*}*/
.index_header_nav .head_nav li:hover>ul {
  display: block;
}
.index_header_nav .head_nav>li.fenlei:hover>ul{display: flex;}

.index_header_nav .head_nav > li.fenlei {
    position: static;
}
.index_header_nav .head_nav > li.fenlei ul img{
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    width: 3.625rem;
    height: 3.25rem;
    margin-right: 0.25rem;
    padding-right: 0;
    background-color: transparent;
}
.index_header_nav .head_nav > li.fenlei>ul{
    left: 19.325% !important;
}
.index_header_nav .head_nav > li.fenlei ul{
    width: auto !important;
    top: 100%;
    padding: 24.5px 28px;
    left: 0;
    transform: unset;
    transform: translateX(-25%);
    -webkit-transform: unset;
}
.index_header_nav .head_nav > li.pro_nav ul img{
    max-width: 105px;height: auto;display: block;background: #fff;
    margin-bottom: 10px;
    border-radius: 0.75rem;
    vertical-align: middle; -webkit-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease;
}

.index_header_nav .head_nav>li.fenlei>ul > li{
    margin: 0;
    border-right: 1px solid rgba(106, 106, 106, 0.3);
    padding-right: 2rem;
}
.index_header_nav .head_nav>li.fenlei>ul > li:last-child{
    border-right:none;
}
.index_header_nav .head_nav>li.fenlei>ul{/* justify-content:space-between; *//* -webkit-justify-content:space-between; *//* -webkit-flex-wrap:wrap; */-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;/* flex-wrap:wrap; */}
.index_header_nav .head_nav > li.fenlei ul ul{
    padding: 0;
    border-radius: 0;
    margin: 0;display: block !important;
    position: relative;
    top: 0;
}
.index_header_nav .head_nav > li.fenlei>ul>li>a>em{
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.375;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #454547;
    font-family: "OpenSans-Bold";
    white-space: nowrap;
    margin-bottom: 1rem;
    padding-left: 1rem;
}
.index_header_nav .head_nav > li.fenlei>ul>li li>a>em{
  font-size: 1rem;
  line-height: 1.75rem;
  color: #454547;
  font-weight: normal;
  white-space: nowrap;
}
.index_header_nav .head_nav > li.fenlei ul a{margin-bottom: 0;}

.index_header_nav .head_nav>li >ul >li>a em{
    /*font-weight:bold;*/
}
.index_header_nav .head_nav .ttjj>a:after,.index_header_nav .head_nav .pro_nav >a:after{position: absolute;
    bottom: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);
    left: 50%;
    content: '';
    display: block;
    width: 6.625rem;
    height: 0.5625rem;
    background: url(img/union.png) no-repeat center center;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s;}
.fenlei:after{left: 37.2% !important;}
.index_header_nav .head_nav .ttjj:hover>a:after,.index_header_nav .head_nav .pro_nav:hover >a:after{opacity:1;}
.index_header_nav .head_nav>li >ul >li>a{
    line-height: 24px;
}

.index_header_nav .head_nav > li.pro_nav ul ul{
    opacity: 0;top: -1.375rem;
    width: 29.5rem;
    left: auto;
    padding: 20px ;
    transform: translateX(100%);
    right: 0;
    background: #F8F8F8;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 4%);border-radius: 0;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-column-gap:10px;grid-row-gap:15px;grid-template-columns:1fr 1fr 1fr;-ms-grid-columns:1fr 1fr 1fr;
}
.index_header_nav .head_nav > li.pro_nav ul li.pro_two ul {grid-template-columns:1fr 1fr;-ms-grid-columns:1fr 1fr;width:285px;}



.index_header_nav .head_nav > li.pro_nav ul li:hover ul{
    opacity: 1;
    display:-ms-grid;
    display:grid;
    right: 0;
}
.index_header_nav .head_nav > li.pro_nav ul img{
    max-width: 105px;height: auto;display: block;background: #fff;
    margin-bottom: 10px;
    border-radius: 0.75rem;
    vertical-align: middle; -webkit-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease;
}


.index_header_nav .head_nav > li.pro_nav ul ul li {
text-align: center;   
}
.index_header_nav .head_nav > li.pro_nav ul ul li a{
    padding: 0;
    display: block;
}

.index_header_nav .head_nav > li.pro_nav ul ul li em{
    display: block;
    vertical-align: middle;
}

.index_header_nav .head_nav>li.pro_nav>ul > li:hover{
    background-color: #1462D6;
}

.index_header_nav .head_nav>li.pro_nav>ul > li:hover >a{
    color: #fff;
}
.index_header_nav .head_nav>li.pro_nav>ul > li:hover::after {
    position: absolute;
    right: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid #1462D6;
    border-right: 0.625rem solid transparent;
    z-index: 99;
}







.index_header .searchbox {
  display: flex;
  height: 100%;
}
.index_header .searchbox .search {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.875rem;
  transition: all 0.4s;
}
.index_header .searchbox .search span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.4rem;
  color: #fff;
  opacity: 1;
  transition: all 0.2s;
}
.index_header .searchbox .search:hover {
  cursor: pointer;
}
.index_header .searchbox .search:hover > span {
  opacity: 0;
}
.index_header .searchbox .search:hover .downinput {
  width: 12rem;
}
.index_header .searchbox .search .downinput {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 0;
  overflow: hidden;
  height: 100%;
  transition: all 1s;
  background-color: #6a6a6a;
  z-index: 2;
}
.index_header .searchbox .search .downinput form {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  transition: all 0.6s;
  overflow: hidden;
}
.index_header .searchbox .search .downinput form input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #fff;
  background-color: transparent;
  padding: 0 1.625rem 0 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  outline: none;
  transition: all 0.6s;
}
.index_header .searchbox .search .downinput form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.index_header .searchbox .search .downinput form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.index_header .searchbox .search .downinput form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.index_header .searchbox .search .downinput form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.index_header .searchbox .search .downinput form button {
  position: absolute;
  top: 0;
  right: 0.25rem;
  font-size: 1.4rem;
  color: #fff;
  height: 100%;
  outline: none;
  border: 0;
  background: transparent;
}
.index_header .searchbox .search .downinput form button em {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.4rem;
  color: #fff;
}
.index_header .searchbox .search .downinput form button:hover {
  cursor: pointer;
}
.index_common_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_common_title h3 {
  position: relative;
  font-size: 2.5rem;
  color: #333;
  text-align: center;
  line-height: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #333;
}
.index_common_title h3::after {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("//cdnus.globalso.com/gsdaesthetic/titleicon1.jpg") no-repeat center center;
  background-size: contain;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 7.5rem;
  overflow: hidden;
  z-index: 1;
}
.index_banner_M {
  display: none;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide > a {
  z-index: 19;
}
.index_banner_swiper .swiper-slide > a:hover {
  cursor: pointer;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 2.5rem !important;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  color: #999;
  outline: none;
  border-radius: 50%;
  background-color: #333;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 0.625rem !important;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1462D6;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.75rem;
  color: #687379;
  border: 0.0625rem solid #1462D6;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.index_banner .swiper-btn {
  top: 50%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  background: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 11;
}
.index_banner .swiper-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #666;
  transition: all 0.4s;
}
.index_banner .swiper-btn:hover {
  background-color: #1462D6;
  border-color: #1462D6;
}
.index_banner .swiper-btn:hover span {
  color: #fff;
}
.index_banner .swiper-btn-prev {
  left: 15%;
  transform: translateY(-50%);
}
.index_banner .swiper-btn-next {
  right: 15%;
  transform: translateY(-50%) rotate(180deg);
}
.index_about {
  padding: 10rem 0;
}
.index_about_title {
  margin-bottom: 7.125rem;
}
.index_about_title h1 {
  font-size: 3rem;
  color: #454547;
  text-align: center;
  margin-bottom: 2.25rem;
}
.index_about_title p {
  font-size: 1rem;
  color: #454547;
  text-align: center;
  line-height: 2rem;
}
.index_about_list ul {
  display: flex;
  justify-content: space-between;
}
.index_about_list ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_about_list ul li:not(:last-child) {
  border-right: 1px solid rgba(20, 98, 214, 0.3);
}
.index_about_list ul li .icon {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 1.25rem;
}
.index_about_list ul li:first-child .icon {
  background-position: 0 0;
  background-size: 25rem 25rem;
}
.index_about_list ul li:nth-child(2) .icon {
  background-position: -6.25rem 0;
  background-size: 25rem 25rem;
}
.index_about_list ul li:nth-child(3) .icon {
  background-position: -12.5rem 0;
  background-size: 25rem 25rem;
}
.index_about_list ul li:nth-child(4) .icon {
  background-position: -18.75rem 0;
  background-size: 25rem 25rem;
}
.index_about_list ul li .num {
  font-size: 1.75rem;
  color: #1462d6;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: "OpenSans-Medium";
}
.index_about_list ul li .num p {
  display: inline-block;
  font-size: 3.25rem;
  font-family: "OpenSans-Medium";
  font-weight: normal;
}
.index_about_list ul li .num span {
  font-size: 3.25rem;
  font-weight: normal;
}
.index_about_list ul li > p {
  font-size: 1.25rem;
  color: #454547;
  text-align: center;
  line-height: 1.875rem;
  width: 100%;
  padding: 0 0.75rem;
}
.index_products {
  background-size: cover;
  padding: 3.25rem 0 0;
  height: 51.25rem;
  overflow: hidden;
}
.index_products_title {
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_products_title h3 {
  position: relative;
  font-size: 2.5rem;
  color: #333;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 1rem;
}
.index_products_title .iconbx {
  width: 21.125rem;
  height: 3rem;
  background-position: 0 -6.25rem;
  background-size: 25rem 25rem;
  background-image: url(//cdnus.globalso.com/gsdaesthetic/xuebi.png);
}
.index_products_bx {
  position: relative;
}
.index_products_bx_swiper .swiper-slide {
  position: relative;
}
.index_products_bx_swiper .swiper-slide-img {
  display: flex;
  justify-content: center;
  height: 16.6875rem;
  transition: all 0.4s;
  border-bottom: 1px solid #454547;
  overflow: hidden;
  box-sizing: border-box;
}
.index_products_bx_swiper .swiper-slide-img img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
  box-sizing: border-box;
}
.index_products_bx_swiper .swiper-slide-text {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  box-sizing: border-box;
  transition: all 0.4s;
}
.index_products_bx_swiper .swiper-slide-text h4 {
  font-size: 1.4rem;
  color: #333;
  line-height: 2rem;
  font-weight: 600;
  font-family: "OpenSans-Regular";
  transition: all 0.4s;
}
.index_products_bx_swiper .swiper-slide-text p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #454547;
}
.index_products_bx_swiper .swiper-slide:hover .swiper-slide-img {
  border-color: #1462D6;
}
.index_products_bx_swiper .swiper-slide:hover .swiper-slide-img img {
  transform: scale(1.1);
}
.index_products_bx_swiper .swiper-slide:hover .swiper-slide-text h4 {
  color: #1462D6;
}
.index_products_bx_swiper .swiper-slide:hover .swiper-slide-text::before {
  width: 0;
}
.index_products_bx_swiper .swiper-slide:hover .swiper-slide-text::after {
  width: 100%;
}
.index_products_bx .swiper-btn {
  top: 11rem;
  width: 3.125rem;
  height: 3.125rem;
  background: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.index_products_bx .swiper-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #666;
  transition: all 0.4s;
  z-index: 3;
}
.index_products_bx .swiper-btn:hover {
  background-color: #1462D6;
  border-color: #1462D6;
}
.index_products_bx .swiper-btn:hover span {
  color: #fff;
}
.index_products_bx .swiper-btn-prev {
  left: -8.125rem;
  transform: translateY(-50%);
}
.index_products_bx .swiper-btn-next {
  right: -8.125rem;
  transform: translateY(-50%) rotate(180deg);
}
.index_news {
  padding: 7.75rem 0 7.5rem;
}
.index_news .index_common_title {
  margin-bottom: 3.5rem;
}
.index_news_content {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  height: 100%;
  align-content: space-around;
}
.index_news_content_first {
  width: 48.67%;
  /* display: flex; */
  /* justify-content: space-between; */
  padding: 0.35rem;
  background-color: #f8f8f8;
}
.index_news_content_first .imgbx {
  width: 54.11%;
  height: 19.75rem;
}
.index_news_content_first .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news_content_first .textbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding-left: 0.75rem;
}
.index_news_content_first .textbx_center h4 {
  font-size: 1rem;
  color: #454547;
  line-height: 1.375rem;
  margin-bottom: 0.75rem;
}
.index_news_content_first .textbx_center p {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.25rem;
  margin-bottom: 2.25rem;
}
.index_news_content_first .textbx_center a {
  font-size: 0.75rem;
  color: #1462d6;
  font-weight: bold;
}
.index_news_content_first .textbx_center a:hover {
  text-decoration: underline;
}
.index_news_content_first .textbx_share {
  display: flex;
  flex-direction: column;
}
.index_news_content_first .textbx_share > ul {
  display: flex;
  margin-bottom: 0.75rem;
}
.index_news_content_first .textbx_share > ul li:not(:last-child) {
  margin-right: 0.75rem;
}
.index_news_content_first .textbx_share > ul li a {
  display: flex;
  align-items: center;
}
.index_news_content_first .textbx_share > ul li a .iconbx {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.375rem;
}
.index_news_content_first .textbx_share > ul li a p {
  font-size: 0.75rem;
  color: #666;
}
.index_news_content_first .textbx_share > ul li a:hover p {
  color: #1462D6;
}
.index_news_content_first .textbx_share > ul li:first-child a .iconbx {
  background-position: 0 -9.25rem;
  background-size: 25rem 25rem;
  background-image: url(//cdnus.globalso.com/gsdaesthetic/xuebi.png);
}
.index_news_content_first .textbx_share > ul li:nth-child(2) a .iconbx {
  background-position: -0.875rem -9.25rem;
  background-size: 25rem 25rem;
  background-image: url(//cdnus.globalso.com/gsdaesthetic/xuebi.png);
}
.index_news_content_first .textbx_share > ul li:nth-child(3) a .iconbx {
  background-position: -1.75rem -9.25rem;
  background-size: 25rem 25rem;
  background-image: url(//cdnus.globalso.com/gsdaesthetic/xuebi.png);
}
.index_news_content_first .textbx_share_bottom {
  display: flex;
}
.index_news_content_first .textbx_share_bottom .medio {
  margin-right: 1rem;
}
.index_news_content_first .textbx_share_bottom .medio a {
  font-size: 0.75rem;
  color: #898989;
}
.index_news_content_first .textbx_share_bottom .medio a:hover {
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #898989;
}
.index_news_content_first .textbx_share_bottom .share {
  position: relative;
}
.index_news_content_first .textbx_share_bottom .share > a {
  font-size: 0.75rem;
  color: #898989;
}
.index_news_content_first .textbx_share_bottom .share > a:hover {
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #898989;
}
.index_news_content_first .textbx_share_bottom .share:hover .share_list {
  display: flex;
}
.index_news_content_first .textbx_share_bottom .share_list {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 0.375rem 0;
  background-color: #333;
  border-radius: 0.125rem;
}
.index_news_content_first .textbx_share_bottom .share_list::after {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  visibility: inherit;
  display: block;
  width: 0;
  height: 0;
  border-top: 0.25rem solid #333;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  z-index: 99;
}
.index_news_content_first .textbx_share_bottom .share_list li {
  display: flex;
  justify-content: center;
}
.index_news_content_first .textbx_share_bottom .share_list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.index_news_content_first .textbx_share_bottom .share_list li a {
  float: none;
  padding-left: 0;
  line-height: unset;
  height: auto;
  background: none;
  font-size: 0.875rem;
  color: #fff;
  margin: 0 !important;
}
.index_news_content_first .textbx_share_bottom .share_list li a:hover {
  color: #138de8;
  opacity: 1;
}
.index_news_content_list {
  width: 48.67%;
  /* box-shadow: 0px 0px 5px #ccc; */
  display: flex;
  flex-wrap: wrap;
}
.index_news_content_list_item {
  display: flex;
  background-color: #f8f8f8;
  padding: 0.5rem;
  width: 100%;
  align-items: center;
}
.index_news_content_list_item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_news_content_list_item .item_img {
  width: 24.66%;
  height: 9rem;
}
.index_news_content_list_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news_content_list_item .item_text {
  width: 63.55%;
  padding-left: 0.75rem;
}
.index_news_content_list_item .item_text h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1.375rem;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
}
.index_news_content_list_item .item_text p {
  font-size: 15px;
  color: #666;
  line-height: 1.25rem;
  margin-bottom: 2.25rem;
}
.index_news_content_list_item .item_text a {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #1462d6;
  font-weight: bold;
}
.index_news_content_list_item .item_text a:hover {
  text-decoration: underline;
}
.index_footer {
  background: #6A6A6A;
}
.index_footer_content {
  display: flex;
  justify-content: space-between;
  padding-top: 3.75rem;
}
.index_footer_content_item .item_title {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(201, 201, 201, 0.3);
}
.index_footer_content_item .item_title h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "OpenSans-SemiBold";
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.5rem;
}
.index_footer_content_item .item_bd dl:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_footer_content_item .item_bd dl dt {
  font-size: 15PX;
  line-height: 1.375rem;
  font-family: "OpenSans-SemiBold";
  color: #fff;
  margin-bottom: 0.5rem;
}
.index_footer_content_item .item_bd dl dt:a {
  color: #fff;
}
.index_footer_content_item .item_bd dl dd a {
  font-size: 16PX;
  line-height: 1.75rem;
  color: #fff;
}
.index_footer_content_item .item_bd dl dd a:hover {
  color: #1462D6;
}
.index_footer_content_item.productbx {
  width: 30.33%;
}
.index_footer_content_item.productbx .item_bd {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 26rem;
}
.index_footer_content_item.productbx .item_bd dl {
  min-width: 40%;
  max-width: 55%;
}
.index_footer_contact {
  display: flex;
  justify-content: space-between;
  height: 3.5rem;
  align-items: center;
  border-top: 1px solid rgba(201, 201, 201, 0.3);
}
.index_footer_contact .contact_text {
  display: flex;
}
.index_footer_contact .contact_text p {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: rgba(201, 201, 201, 0.9);
  font-weight: normal;
  font-family: "OpenSans-SemiBold";
}
.index_footer_contact .contact_text p:first-child {
  margin-right: 2.5rem;
}
.index_footer_contact .contact_text p a {
  font-size: 0.75rem;
  color: rgba(201, 201, 201, 0.9);
  font-weight: normal;
}
.index_footer_contact .contact_text p a:hover {
  color: #1462D6;
}
.index_footer_contact .contact_text p strong {
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}
.index_footer_contact .contact_links .links {
  display: flex;
}
.index_footer_contact .contact_links .links li:not(:last-child) {
  margin-right: 1.25rem;
}
.index_footer_contact .contact_links .links li a {
  font-size: 1.4rem;
  color: #fff;
}
.index_footer_contact .contact_links .links li a:hover {
  color: #1462D6;
}
.index_footer_copyright {
  background-color: #454547;
}
.index_footer_copyright .container ul {
  display: flex;
  justify-content: center;
}
.index_footer_copyright .container ul li {
  display: flex;
  align-items: center;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.75rem;
  color: #fff;
}
.index_footer_copyright .container ul li p {
  font-size: 0.75rem;
  color: #fdfdfd;
}
.index_footer_copyright .container ul li p > a {
  color: #fdfdfd;
  margin-left: 1rem;
}
.index_footer_copyright .container ul li p > a:hover {
  color: #1462D6;
}
.index_footer_copyright .container ul li a {
  color: #fdfdfd;
  font-size: 0.75rem;
}
.index_footer_copyright .container ul li a:hover {
  color: #1462D6;
}
.index_footer_copyright .container ul li:not(:last-child) {
  margin-right: 0.625rem;
}
.products {
  margin-top: 7.5rem;
}
.products_adva {
  padding-top: 2rem;
  margin-bottom: 3.375rem;
}
.products_adva .common_contenttitle {
  margin-bottom: 4.75rem;
}
.products_adva_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products_adva_list_item {
  display: flex;
  margin-bottom: 3.375rem;
  width: 48%;
}
.products_adva_list_item .item_img {
  width: 6rem;
  height: 6rem;
}
.products_adva_list_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products_adva_list_item .item_text {
  flex: 1;
  padding-left: 1.25rem;
}
.products_adva_list_item .item_text_title {
  margin-bottom: 0.75rem;
}
.products_adva_list_item .item_text_title h4 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #454547;
  font-weight: normal;
}
.products_adva_list_item .item_text_desc p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #454547;
}

.products_md1_left{background-color:#c5c5c5;}
#products_md1_thumbs.onlyone{opacity:0;visibility:hidden;}
.products_md1_swiper .swiper-slide{opacity:0 !important;}
.products_md1_swiper .swiper-slide.swiper-slide-active{opacity:1 !important;}


.products_md1 {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.products_md1_right {
  position: relative;
}
.products_md1_right .textbx {
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
.products_md1_right .textbx h4 {
  font-size: 2.25rem;
  line-height: 3rem;
  color: #1462D6;
  margin-bottom: 2rem;
  text-align: center;
}
.products_md1_right .textbx p {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  color: #0E5DD4;
}
.products_md1_left,
.products_md1_right {
  width: 50%;
  height: 100%;
}
.products_md1_left .imgbx,
.products_md1_right .imgbx {
  width: 100%;
  height: 100%;
}
.products_md1_left .imgbx img,
.products_md1_right .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.products_md1_left .swiperbox,
.products_md1_right .swiperbox {
  position: relative;
  width: 100%;
  height: auto;
}
.products_md1_left .swiperbox .gallery-top,
.products_md1_right .swiperbox .gallery-top {
  width: 100%;
}
.products_md1_left .swiperbox .gallery-top .swiper-slide,
.products_md1_right .swiperbox .gallery-top .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.products_md1_left .swiperbox .gallery-top .swiper-slide img,
.products_md1_right .swiperbox .gallery-top .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.products_md1_left .swiperbox .gallery-thumbs,
.products_md1_right .swiperbox .gallery-thumbs {
  position: absolute;
  display: flex;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  margin: 0 auto;
  height: 5rem;
}
.products_md1_left .swiperbox .gallery-thumbs .swiper-wrapper,
.products_md1_right .swiperbox .gallery-thumbs .swiper-wrapper {
  justify-content: center;
  width: 100%;
}
.products_md1_left .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide,
.products_md1_right .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide {
  height: 100%;
}
.products_md1_left .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img,
.products_md1_right .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.products_md1_left .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img img,
.products_md1_right .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  border: 0.25rem solid #fff;
  box-sizing: border-box;
  background-color: #aaa;
  transition: all 0.4s;
}
.products_md1_left .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img:hover img,
.products_md1_right .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .swiper-slide-img:hover img {
  border-color: #1462D6;
}
.products_md1_left .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-img img,
.products_md1_right .swiperbox .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-img img {
  border-color: #1462D6;
}
.products_md2 {
  position: relative;

}
.products_md2 .container {
  display: flex;
  justify-content: center;
}
.products_md2_left {
  max-width: 50%;
  height: auto;
}
.products_md2_left .imgbx {
  width: 100%;
}
.products_md2_left .imgbx img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.products_md2_right {
  width: 48.67%;
  margin-left: 2rem;
}
.products_md2_right .textbx {
  width: 100%;
}
.products_md2_right .textbx_title {
  margin-bottom: 2rem;
}
.products_md2_right .textbx_title h3 {
  font-size: 2.25rem;
  line-height: 3rem;
  color: #454547;
}
.products_md2_right .textbx_desc p {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #454547;
}
.products_why {
  padding: 10rem 0;
  background-color: #f8f8f8;
}
.products_why .container {
  display: flex;
  justify-content: space-between;
}
.products_why .imgbx {
  display: flex;
  justify-content: space-between;
  width: 53.5%;
}
.products_why .imgbx_img1 {
  width: 44.37%;
}
.products_why .imgbx_img1 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  border-radius: 1.25rem;
  overflow: hidden;
}
.products_why .imgbx_img2 {
  width: 50.93%;
}
.products_why .imgbx_img2 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
}
.products_why .imgbx_img2 > p {
  font-size: 1rem;
  color: #454547;
  line-height: 2.5rem;
  text-align: center;
}
.products_why .textbx {
  width: 43.5%;
}
.products_why .textbx_title {
  margin-bottom: 2rem;
}
.products_why .textbx_title h3 {
  font-size: 2.25rem;
  line-height: 3rem;
  font-family: "OpenSans-Bold";
}
.products_why .textbx_desc p {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #454547;
}
.products_coolite {
  padding: 3.75rem 0 7.375rem;
}
.products_coolite_contenttitle {
  display: flex;
  justify-content: center;
  margin-bottom: 6.25rem;
}
.products_coolite_contenttitle .textbx {
  position: relative;
  border-bottom: 1px solid #333;
}
.bd .layout {width: 1200px;}
.products_coolite_contenttitle .textbx::after {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("//cdnus.globalso.com/gsdaesthetic/titleicon1.jpg") no-repeat center center;
  background-size: contain;
}
.products_coolite_contenttitle .textbx h3 {
  font-size: 2.5rem;
  color: #454547;
  font-family: "OpenSans-Bold";
  text-align: center;
  line-height: 4rem;
}
.products_coolite_contenttitle .textbx p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #454547;
  text-align: center;
  margin-bottom: 2.375rem;
}
.products_coolite_content {
  display: flex;
  justify-content: center;
}
.products_coolite_content_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products_coolite_content_item:not(:last-child) {
  margin-right: 9.375rem;
}
.products_coolite_content_item .item_img {
  margin-bottom: 1.75rem;
  width: 10.625rem;
  height: 10.625rem;
}
.products_coolite_content_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products_coolite_content_item .item_text p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1462D6;
}
.products_compared {
  display: flex;
  justify-content: space-between;
}
.products_compared_left,
.products_compared_right {
  position: relative;
  width: 50%;
}
.products_compared_left {
  padding: 6.25rem 0;
}
.products_compared_left .leftbg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.products_compared_left .leftbg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_compared_left .left_content {
  position: relative;
  width: 70%;
  max-width: 43.75rem;
  margin-left: auto;
  padding: 0 5.875rem;
}
.products_compared_left .left_content .products_comparedleft_swiper {
  width: 100%;
  padding-bottom: 3.375rem;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item {
  width: 100%;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item .item_video {
  width: 100%;
  height: 17.75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item .item_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item .item_textbx_hd {
  margin-bottom: 0.75rem;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item .item_textbx_hd h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #454547;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item .item_textbx_bd p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #454547;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0 !important;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  color: #999;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 0.625rem !important;
  transition: all 0.5s;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.75rem;
  color: #687379;
  border: 0.0625rem solid #fff;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
}
.products_compared_left .left_content .products_comparedleft_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.products_compared_left .left_content .swiper-btn {
  top: 30%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border: 0.1875rem solid #454547;
  border-radius: 50%;
  box-sizing: border-box;
}
.products_compared_left .left_content .swiper-btn:hover {
  background-color: transparent;
  border-color: #1462D6;
}
.products_compared_left .left_content .swiper-btn:hover span {
  color: #1462D6;
}
.products_compared_left .left_content .swiper-btn span {
  color: #454547;
}
.products_compared_left .left_content .swiper-btn-prev {
  left: 1.875rem;
}
.products_compared_left .left_content .swiper-btn-next {
  right: 1.875rem;
}
.products_compared_left .left_content .swiper-btn-next span {
  display: block;
  transform: rotate(180deg);
}
.products_compared_right {
  background-color: #f8f8f8;
  padding: 6rem 0 5.25rem;
}
.products_compared_right .right_content {
  width: 34.25rem;
  margin-left: 7.5rem;
}
.products_compared_right .right_content_swiperbx {
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 3.5rem;
}
.products_compared_right .right_content_swiperbx .products_comparedright_swiper {
  border: 1.25rem solid #000;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.products_compared_right .right_content_swiperbx .products_comparedright_swiper .swiper-slide {
  overflow: hidden;
  width: 100% !important;
}
.products_compared_right .right_content_swiperbx .products_comparedright_swiper .swiper-slide-item {
  position: relative;
  width: 100%;
  height: 18.25rem;
}
.products_compared_right .right_content_swiperbx .products_comparedright_swiper .swiper-slide-item .pic1 {
  width: 100%;
  height: 100%;
}
.products_compared_right .right_content_swiperbx .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0 !important;
}
.products_compared_right .right_content_swiperbx .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  color: #999;
  outline: none;
  border-radius: 50%;
  background-color: #333;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 0.625rem !important;
  transition: all 0.5s;
}
.products_compared_right .right_content_swiperbx .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1462D6;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
}
.products_compared_right .right_content_swiperbx .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.75rem;
  color: #687379;
  border: 0.0625rem solid #1462D6;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
}
.products_compared_right .right_content_swiperbx .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.products_compared_right .right_content .morebtn {
  width: 9.75rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  border: 1px solid #333;
  overflow: hidden;
}
.products_compared_right .right_content .morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3rem;
  color: #333;
  text-align: center;
  transition: all 0.4s;
}
.products_compared_right .right_content .morebtn:hover {
  border-color: #1462D6;
  background-color: #1462D6;
}
.products_compared_right .right_content .morebtn:hover a {
  color: #fff;
}
.products_bottom {
  position: relative;
  width: 100%;
  height: auto;
}
.products_bottom_bg {
  width: 100%;
  height: auto;
}
.products_bottom_bg img {
  display: none;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.products_bottom_bg .bottombg {
  display: block;
}
.products_bottom_bg .bottombgM {
  display: none;
}
.products_bottom .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.products_bottom .container .textbx {
  position: absolute;
  left: 0;
  top: 22.67%;
  max-width: 45%;
}
.products_bottom .container .textbx h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2D2A29;
  font-family: "OpenSans-Bold";
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.products_bottom .container .textbx h3 {
  margin-bottom: 1.125rem;
font-size: 40px;
}
.products_bottom .container .textbx h3 img {
  display: block;
  max-width: 26rem;
  max-height: 6.25rem;
  object-fit: contain;
}
.products_bottom .container .textbx p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #2D2A29;
}
.products_bottom .container .downbtn {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 9.75rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  border: 1px solid #333;
  overflow: hidden;
}

.products_bottom .container .downbtn.inquirybtn{
    left: 12rem;
}

.products_bottom .container .downbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3rem;
  color: #333;
  text-align: center;
  transition: all 0.4s;
}
.products_bottom .container .downbtn:hover {
  border-color: #1462D6;
  background-color: #1462D6;
}
.products_bottom .container .downbtn:hover a {
  color: #fff;
}
.clinical {
  margin-top: 7.5rem;
  background-color: #f8f8f8;
  /* padding-bottom: 20px; */
  z-index: 9;
}
.clinical_video {
  width: 100%;
  overflow: hidden;
  padding: 8rem 0 6.625rem;
  background-color: white;
}
.clinical_video .common_contenttitle {
  margin-bottom: 4.75rem;
}
.clinical_video_list {
  position: relative;
}
.clinical_video_list .clinical_video_swiper {
  padding-bottom: 4rem;
}
.clinical_video_list .clinical_video_swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item {
  position: relative;
  width: auto;
  height: 13.25rem;
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item:hover {
  cursor: pointer;
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item:hover .playbtn i {
  color: rgba(255, 255, 255, 0.9);
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item .playbtn i {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item .textbx {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  display: flex;
  align-items: center;
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item .textbx h5 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.875rem;
  padding-left: 2.125rem;
  font-weight: normal;
  color: #fff;
}
.clinical_video_list .clinical_video_swiper .swiper-slide-item .textbx h5::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url("//cdnus.globalso.com/gsdaesthetic/videoicon.png") no-repeat center center;
  background-size: contain;
}
.clinical_video_list .clinical_video_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0 !important;
}
.clinical_video_list .clinical_video_swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  color: #999;
  outline: none;
  border-radius: 50%;
  background-color: #333;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 0.625rem !important;
  transition: all 0.5s;
}
.clinical_video_list .clinical_video_swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1462D6;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
}
.clinical_video_list .clinical_video_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.75rem;
  color: #687379;
  border: 0.0625rem solid #1462D6;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
}
.clinical_video_list .clinical_video_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.clinical_video_list .swiper-btn {
  top: 42%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3rem;
  border: 1px solid #454547;
  border-radius: 50%;
  box-sizing: border-box;
}
.clinical_video_list .swiper-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #666;
  transition: all 0.4s;
}
.clinical_video_list .swiper-btn:hover {
  background-color: #1462D6;
  border-color: #1462D6;
}
.clinical_video_list .swiper-btn:hover span {
  color: #fff;
}
.clinical_video_list .swiper-btn-prev {
  left: -8.125rem;
  transform: translateY(-50%);
}
.clinical_video_list .swiper-btn-next {
  right: -8.125rem;
  transform: translateY(-50%) rotate(180deg);
}
.clinical_video_morebtn {
  width: 9.75rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  border: 1px solid #333;
  overflow: hidden;
}
.clinical_video_morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 3rem;
  color: #333;
  text-align: center;
  transition: all 0.4s;
}
.clinical_video_morebtn:hover {
  border-color: #1462D6;
}
.clinical_video_morebtn:hover a {
  background-color: #1462D6;
  color: #fff;
}
.clinical_down {
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 8.75rem 0 5.375rem;
}
.clinical_down .container {
  position: relative;
}
.clinical_down .container .common_contenttitle {
  margin-bottom: 4.75rem;
}
.clinical_down .container .common_contenttitle h1::after {
  /*background: url("//cdnus.globalso.com/gsdaesthetic/titleicon1.png") no-repeat center center;*/
  /*background-size: contain;*/
}
.clinical_down .container .clinical_down_swiper .swiper-slide {
  padding: 0.8125rem;
}
.clinical_down .container .clinical_down_swiper .swiper-slide-item {
  width: 100%;
}
.clinical_down .container .clinical_down_swiper .swiper-slide-item:hover .item_img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.clinical_down .container .clinical_down_swiper .swiper-slide-item:hover .item_text h5 {
  color: #1462D6;
}
.clinical_down .container .clinical_down_swiper .swiper-slide-item .item_img {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 1.5rem;
  transition: all 0.4s;
}
.clinical_down .container .clinical_down_swiper .swiper-slide-item .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.clinical_down .container .clinical_down_swiper .swiper-slide-item .item_text h5 {
  font-size: 0.875rem;
  color: #454547;
  line-height: 1.5rem;
  font-weight: normal;
  transition: all 0.4s;
}
.clinical_down .container .clinical_down_swiper .swiper-slide-item .item_text h5 i {
  font-size: 1.4rem;
  margin-left: 1rem;
}
.clinical_down .container .swiper-btn {
  top: 60%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3rem;
  border: 1px solid #454547;
  border-radius: 50%;
  box-sizing: border-box;
}
.clinical_down .container .swiper-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #666;
  transition: all 0.4s;
}
.clinical_down .container .swiper-btn:hover {
  background-color: #1462D6;
  border-color: #1462D6;
}
.clinical_down .container .swiper-btn:hover span {
  color: #fff;
}
.clinical_down .container .swiper-btn-prev {
  left: -8.125rem;
  transform: translateY(-50%);
}
.clinical_down .container .swiper-btn-next {
  right: -8.125rem;
  transform: translateY(-50%) rotate(180deg);
}
.clinical_testimonials {
  width: 100%;
  overflow: hidden;
  padding: 7.75rem 0 7.375rem;
  background-color: white;

}
.clinical_testimonials .common_contenttitle {
  margin-bottom: 4.75rem;
}
.clinical_testimonials_lists {
  position: relative;
}
.clinical_testimonials_lists .clinical_testimonials_swiper {
  padding-bottom: 4rem;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide {
  background-color: #f8f8f8;
  height: 29.75rem;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2.25rem 2rem;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd .item_img {
  width: 7.25rem;
  height: 7.25rem;
  margin-bottom: 1.5rem;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd .item_img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd .item_content_title {
  margin-bottom: 0.5rem;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd .item_content_title h5 {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  color: #454547;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd .item_content_desc {
  margin-bottom: 1.5rem;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd .item_content_desc p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  color: #454547;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd .item_content .place p {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  color: rgba(69, 69, 71, 0.6);
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_bd .item_content .place p strong {
  color: #454547;
  font-weight: 600;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_morebtn {
  width: 9.75rem;
  height: 3rem;
  margin: 0 auto;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 3rem;
  text-align: center;
  color: #333;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 1.5rem;
  box-sizing: border-box;
  transition: all 0.4s;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-slide-item .item_morebtn a:hover {
  color: #fff;
  border-color: #1462D6;
  background-color: #1462D6;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0 !important;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  color: #999;
  outline: none;
  border-radius: 50%;
  background-color: #333;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 0.625rem !important;
  transition: all 0.5s;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1462D6;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.75rem;
  color: #687379;
  border: 0.0625rem solid #1462D6;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
}
.clinical_testimonials_lists .clinical_testimonials_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.clinical_testimonials_lists .swiper-btn {
  top: 45%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3rem;
  border: 1px solid #454547;
  border-radius: 50%;
  box-sizing: border-box;
}
.clinical_testimonials_lists .swiper-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #666;
  transition: all 0.4s;
}
.clinical_testimonials_lists .swiper-btn:hover {
  background-color: #1462D6;
  border-color: #1462D6;
}
.clinical_testimonials_lists .swiper-btn:hover span {
  color: #fff;
}
.clinical_testimonials_lists .swiper-btn-prev {
  left: -8.125rem;
  transform: translateY(-50%);
}
.clinical_testimonials_lists .swiper-btn-next {
  right: -8.125rem;
  transform: translateY(-50%) rotate(180deg);
}
.news {
  margin-top: 7.5rem;
}
.news_content {
  padding: 8rem 0 7.375rem;
}
.news_content .common_contenttitle {
  margin-bottom: 4.75rem;
}
.news_content_lists {
  margin-bottom: 3.75rem;
}
.news_content_lists_item {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #F8F8F8;
  align-items: center;
}
.news_content_lists_item:not(:last-child) {
  margin-bottom: 2.25rem;
}
.news_content_lists_item.newbx .item_text {
  justify-content: flex-start;
}
.news_content_lists_item.newbx .item_text_center {
  margin-bottom: 2rem;
}
.news_content_lists_item.newbx .item_text .descbtn {
  font-size: 0.75rem;
  color: #1462d6;
  font-weight: bold;
}
.news_content_lists_item.newbx .item_text .descbtn:hover {
  text-decoration: underline;
}
.news_content_lists_item .item_img {
  width: 26.33%;
  height: 19.75rem;
}
.news_content_lists_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_content_lists_item .item_text {
  width: 73.67%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1.5rem;
}
.news_content_lists_item .item_text_center h4 {
  font-size: 1.4rem;
  color: #454547;
  line-height: 2.0625rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.news_content_lists_item .item_text_center p {
  font-size: 1rem;
  color: #454547;
  line-height: 1.75rem;
}
.news_content_lists_item .item_text_share {
  display: flex;
  align-items: center;
}
.news_content_lists_item .item_text_share > ul {
  display: flex;
  margin-right: 1.875rem;
}
.news_content_lists_item .item_text_share > ul li {
  height: 1rem;
}
.news_content_lists_item .item_text_share > ul li:not(:last-child) {
  margin-right: 0.75rem;
}
.news_content_lists_item .item_text_share > ul li a {
  display: flex;
  align-items: center;
  height: 1rem;
  line-height: 1rem;
}
.news_content_lists_item .item_text_share > ul li a .iconbx {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.375rem;
}
.news_content_lists_item .item_text_share > ul li a p {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #898989;
}
.news_content_lists_item .item_text_share > ul li a:hover p {
  color: #1462D6;
}
.news_content_lists_item .item_text_share > ul li:first-child a .iconbx {
  background-position: 0 -9.25rem;
  background-size: 25rem 25rem;
  background-image: url(//cdnus.globalso.com/gsdaesthetic/xuebi.png);
}
.news_content_lists_item .item_text_share > ul li:nth-child(2) a .iconbx {
  background-position: -0.875rem -9.25rem;
  background-size: 25rem 25rem;
  background-image: url(//cdnus.globalso.com/gsdaesthetic/xuebi.png);
}
.news_content_lists_item .item_text_share > ul li:nth-child(3) a .iconbx {
  background-position: -1.75rem -9.25rem;
  background-size: 25rem 25rem;
  background-image: url(//cdnus.globalso.com/gsdaesthetic/xuebi.png);
}
.news_content_lists_item .item_text_share_bottom {
  display: flex;
}
.news_content_lists_item .item_text_share_bottom .medio {
  margin-right: 1rem;
}
.news_content_lists_item .item_text_share_bottom .medio a {
  font-size: 0.75rem;
  color: #898989;
  line-height: 1rem;
}
.news_content_lists_item .item_text_share_bottom .medio a:hover {
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #898989;
}
.news_content_lists_item .item_text_share_bottom .share {
  position: relative;
}
.news_content_lists_item .item_text_share_bottom .share > a {
  font-size: 0.75rem;
  color: #898989;
  line-height: 1rem;
}
.news_content_lists_item .item_text_share_bottom .share > a:hover {
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #898989;
}
.news_content_lists_item .item_text_share_bottom .share:hover .share_list {
  display: flex;
}
.news_content_lists_item .item_text_share_bottom .share_list {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: 1.75rem;
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 0.375rem 0;
  background-color: #333;
  border-radius: 0.125rem;
}
.news_content_lists_item .item_text_share_bottom .share_list::after {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  visibility: inherit;
  display: block;
  width: 0;
  height: 0;
  border-top: 0.25rem solid #333;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  z-index: 99;
}
.news_content_lists_item .item_text_share_bottom .share_list li {
  display: flex;
  justify-content: center;
}
.news_content_lists_item .item_text_share_bottom .share_list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.news_content_lists_item .item_text_share_bottom .share_list li a {
  float: none;
  padding-left: 0;
  line-height: unset;
  height: auto;
  background: none;
  font-size: 0.875rem;
  color: #fff;
  margin: 0 !important;
}
.news_content_lists_item .item_text_share_bottom .share_list li a:hover {
  color: #138de8;
  opacity: 1;
}
.newdetail {
  margin-top: 7.5rem;
}
.newdetail_content {
  padding: 4.75rem 0 5.875rem;
}
.newdetail_content_title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.newdetail_content_title h1 {
  font-size: 1.875rem;
  color: #454547;
  font-family: "OpenSans-Bold";
  margin-bottom: 1.25rem;
}
.newdetail_content_title .timebx {
  display: flex;
}
.newdetail_content_title .timebx p {
  font-size: 1rem;
  color: #666;
}
.newdetail_content_title .timebx p:first-child {
  margin-right: 2.875rem;
}
.newdetail_content_desc {
  padding: 1.25rem 0 5rem;
}
.newdetail_content_desc p {
  font-size: 1rem;
  color: #666;
  line-height: 2.25em;
}
.newdetail_content_desc p,.newdetail_content_desc p span,.newdetail_content_desc h2,.newdetail_content_desc h2 span,.newdetail_content_desc h3,.newdetail_content_desc h3 span{
    font-family: "Arial" !important;
}
.newdetail_content_desc p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.exhibitions {
  margin-top: 7.5rem;
}
.exhibitions_content {
  padding: 8rem 0 7.375rem;
}
.exhibitions_content .common_contenttitle {
  margin-bottom: 4.75rem;
}
.exhibitions_content_lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.exhibitions_content_lists_item {
  width: 31.33%;
  margin-bottom: 3rem;
}
.exhibitions_content_lists_item:not(:nth-child(3n)) {
  margin-right: calc(6.01%/2);
}
.exhibitions_content_lists_item .item_img {
  width: 100%;
  height: 14.75rem;
  margin-bottom: 2.25rem;
}
.exhibitions_content_lists_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhibitions_content_lists_item .item_text {
  width: 100%;
  height: 6.75rem;
}
.exhibitions_content_lists_item .item_text h4 {
  font-size: 1.4rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  color: #454547;
}
.exhibitions_content_lists_item .item_text p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #454547;
}
.about {
  margin-top: 7.5rem;
}
.about_profile {
  padding: 8rem 0 0.625rem;
}
.about_profile .container {
  display: flex;
  justify-content: space-between;
}
.about_profile_img {
  width: 48.33%;
  height: auto;
}
.about_profile_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_profile_text {
  width: 48.33%;
}
.about_profile_text h1 {
  font-size: 2.25rem;
  line-height: 1.75rem;
  font-family: "OpenSans-SemiBold";
  color: #454547;
  margin-bottom: 2.25rem;
}
.about_profile_text .textdesc p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #454547;
}
.about_md1 {
  background-color: #f8f8f8;
}
.about_md1 .container {
  position: relative;
  height: 100%;
  padding: 7.5rem 0 15.375rem;
}
.about_md1 .title h3 {
  font-size: 2.25rem;
  line-height: 1.75rem;
  font-family: "OpenSans-SemiBold";
  color: #454547;
  margin-bottom: 4.75rem;
  text-align: center;
}
.about_md1 .content {
  margin-bottom: 0;
}
.about_md1 .content_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about_md1 .content_list_item {
  width: 43%;
  padding: 0 1.5rem 0 2.5rem;
  margin-bottom: 2.25rem;
}
.about_md1 .content_list_item h4 {
  font-size: 1.4rem;
  line-height: 1.75rem;
  color: #454547;
  margin-bottom: 0.5rem;
}
.about_md1 .content_list_item p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #454547;
}
.about_md1 .bottombg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
.about_md1 .bottombg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_history {
  padding: 8.625rem 0 6.5625rem;
}
.about_history_content .title {
  margin-bottom: 7.5rem;
}
.about_history_content .title h4 {
  font-size: 2.25rem;
  line-height: 1.75rem;
  font-family: "OpenSans-SemiBold";
  color: #454547;
  text-align: center;
}
.about_history_content .swiperbox {
  position: relative;
  height: 19.5rem;
  padding: 0 13.125rem;
}
.about_history_content .swiperbox::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.about_history_content .swiperbox_contentbx {
  position: relative;
  width: 100%;
  height: 100%;
}
.about_history_content .swiperbox .history_swiper {
  width: 100%;
  height: 100%;
}
.about_history_content .swiperbox .history_swiper .swiper-slide {
  height: 100%;
}
.about_history_content .swiperbox .history_swiper .swiper-slide::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-active .swiper-slide-item .item_text h5 {
  color: #1462D6;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-active .swiper-slide-item .item_text .iconbx {
  transform: scale(1.1);
  border-color: #1462D6;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-active .swiper-slide-item .item_text .iconbx::after {
  background-color: #1462D6;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item .item_text {
  position: absolute;
  left: 0;
  height: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem 0 6.25rem;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item .item_text::before {
  position: absolute;
  top: 0;
  left: 4.5625rem;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #cecece;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item .item_text .iconbx {
  position: absolute;
  left: 3.75rem;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #cecece;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.4s;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item .item_text .iconbx::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #cecece;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item .item_text h5 {
  font-size: 1.875rem;
  color: #454547;
  margin-bottom: 1.5rem;
  transition: all 0.4s;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item .item_text .descbx {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #454547;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item .item_img {
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.about_history_content .swiperbox .history_swiper .swiper-slide-item .item_img img {
  display: block;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.about_history_content .swiperbox .history_swiper .swiper-slide:nth-child(odd) .swiper-slide-item .item_text {
  top: 0;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
.about_history_content .swiperbox .history_swiper .swiper-slide:nth-child(odd) .swiper-slide-item .item_text .iconbx {
  bottom: -0.8125rem;
}
.about_history_content .swiperbox .history_swiper .swiper-slide:nth-child(odd) .swiper-slide-item .item_img {
  top: 50%;
}
.about_history_content .swiperbox .history_swiper .swiper-slide:nth-child(even) .swiper-slide-item .item_text {
  padding-top: 1rem;
  top: 50%;
  justify-content: flex-start;
}
.about_history_content .swiperbox .history_swiper .swiper-slide:nth-child(even) .swiper-slide-item .item_text .iconbx {
  top: -0.8125rem;
}
.about_history_content .swiperbox .history_swiper .swiper-slide:nth-child(even) .swiper-slide-item .item_img {
  top: 0;
}
.about_history_content .swiperbox .swiper-btn {
  top: 50%;
  transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3rem;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #d8d8d8;
}
.about_history_content .swiperbox .swiper-btn:hover {
  background-color: #1462D6;
}
.about_history_content .swiperbox .swiper-btn:hover span {
  color: #fff;
}
.about_history_content .swiperbox .swiper-btn span {
  font-size: 1.4rem;
  color: #333;
}
.about_history_content .swiperbox .swiper-btn-prev {
  left: -3.125rem;
}
.about_history_content .swiperbox .swiper-btn-next {
  right: -3.125rem;
}
.about_history_content .swiperbox .swiper-btn-next span {
  display: block;
  transform: rotate(180deg);
}
.about_map {
  padding: 7.5rem 0;
  background-color: #f8f8f8;
}
.about_map .title {
  margin-bottom: 7.5rem;
}
.about_map .title h4 {
  font-size: 2.25rem;
  line-height: 1.75rem;
  font-family: "OpenSans-SemiBold";
  color: #454547;
  text-align: center;
}
.about_map_content {
  width: 86.25rem;
  margin: 0 auto;
}
.about_map_content .mapbg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.about_map_content .mapbg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_map_content .mapbg .map_item {
  position: absolute;
}
.about_map_content .mapbg .map_item.itemstyle2 a {
  background-color: #f9c74b;
}
.about_map_content .mapbg .map_item.itemstyle2 .circ::after {
  background: rgba(249, 199, 75, 0.6);
}
.about_map_content .mapbg .map_item.itemstyle3 a {
  background-color: #3bbdb7;
}
.about_map_content .mapbg .map_item.itemstyle3 .circ::after {
  background: rgba(59, 189, 183, 0.4);
}
.about_map_content .mapbg .map_item.itemstyle4 a {
  background-color: #3155a5;
}
.about_map_content .mapbg .map_item.itemstyle4 .circ::after {
  background: rgba(49, 85, 165, 0.4);
}
.about_map_content .mapbg .map_item a {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #661fc7;
  border-radius: 50%;
}
.about_map_content .mapbg .map_item a span {
  position: absolute;
  left: 50%;
  bottom: -1.625rem;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  width: 4.7rem;
  width: max-content;
  font-size: 0.875rem;
  color: #333;
}
.about_map_content .mapbg .map_item a.right span {
  bottom: -0.2rem;
  left: 220%;
  transform: translateX(0);
}
.about_map_content .mapbg .map_item .circ {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about_map_content .mapbg .map_item .circ:after {
  content: "";
  display: block;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(102, 31, 199, 0.4);
}
.about_map_content .mapbg .map_item .circ.circ1:after {
  animation: ripple 4.5s ease-out 0s infinite;
  -webkit-animation: ripple 4.5s ease-out 0s infinite;
}
.about_map_content .mapbg .map_item .circ.circ2:after {
  animation: ripple 4.5s ease-out 0.675s infinite;
  -webkit-animation: ripple 4.5s ease-out 0.675s infinite;
}
.about_map_content .mapbg .map_item .circ.circ3:after {
  animation: ripple 4.5s ease-out 1.575s infinite;
  -webkit-animation: ripple 4.5s ease-out 1.575s infinite;
}
@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.about_map_content .mapbg .map_item.office a {
  width: 1.9375rem;
  height: 1.875rem;
  background: url("//cdnus.globalso.com/gsdaesthetic/wujiao.png") no-repeat top left;
  background-size: contain;
}
.about_map_content .mapbg .map_item.office a span {
  color: #333;
}
.about_map_content .mapbg .map_item.office .circ {
  display: none;
}
.contact {
  margin-top: 7.5rem;
}
.contact_content {
  padding: 7.75rem 0 19.5rem;

  background-size: cover;
}
.contact_content_formbx .formbx_title {
  margin-bottom: 4.5rem;
}
.contact_content_formbx .formbx_title h1 {
  font-size: 3rem;
  color: #454547;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.contact_content_formbx .formbx_title p {
  max-width: 50%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0 auto;
}
.contact_content_formbx .formbx_content {
  padding: 0 7.375rem;
}
.contact_content_formbx .formbx_content form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_content_formbx .formbx_content_item {
  position: relative;
  width: 48.13%;
  height: 3rem;
  margin-bottom: 2rem;
}
.contact_content_formbx .formbx_content_item .error-text,
.contact_content_formbx .formbx_content_item .error-phone,
.contact_content_formbx .formbx_content_item .error-email {
  position: absolute;
  top: -1.25rem;
  left: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #D61437;
  opacity: 0;
}
.contact_content_formbx .formbx_content_item.error-phonestate .error-phone {
  opacity: 1;
}
.contact_content_formbx .formbx_content_item.error-phonestate input {
  border-color: #D61437;
  background-color: rgba(214, 20, 55, 0.1);
}
.contact_content_formbx .formbx_content_item.error-emailstate .error-email {
  opacity: 1;
}
.contact_content_formbx .formbx_content_item.error-emailstate input {
  border-color: #D61437;
  background-color: rgba(214, 20, 55, 0.1);
}
.contact_content_formbx .formbx_content_item.error-state .error-text {
  opacity: 1;
}
.contact_content_formbx .formbx_content_item.error-state input {
  border-color: #D61437;
  background-color: rgba(214, 20, 55, 0.1);
}
.contact_content_formbx .formbx_content_item label {
  position: absolute;
  top: 50%;
  left: 1.75rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #454547;
  font-family: "OpenSans-SemiBold";
  z-index: 3;
}
.contact_content_formbx .formbx_content_item label i {
  font-weight: bold;
  font-style: normal;
  color: #D61437;
}
.contact_content_formbx .formbx_content_item label.checked {
  opacity: 0;
}
.contact_content_formbx .formbx_content_item input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "OpenSans-SemiBold";
  color: #454547;
  padding: 0 1.75rem;
  border: 1px solid #454547;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  outline: 0;
  border-radius: 1.5rem;
  box-sizing: border-box;
  z-index: 1;
}
.contact_content_formbx .formbx_content_item input:focus {
  border: 2px solid #1462D6;
}
.contact_content_formbx .formbx_content_item input:-internal-autofill-selected {
  background-color: transparent !important;
}
.contact_content_formbx .formbx_content_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454547;
}
.contact_content_formbx .formbx_content_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454547;
}
.contact_content_formbx .formbx_content_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454547;
}
.contact_content_formbx .formbx_content_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454547;
}
.contact_content_formbx .formbx_content_selectitem {
  position: relative;
  width: 48.13%;
  height: 3rem;
  margin-bottom: 2rem;
}
.contact_content_formbx .formbx_content_selectitem:hover {
  cursor: pointer;
}
.contact_content_formbx .formbx_content_selectitem .error-text {
  position: absolute;
  top: -1.25rem;
  left: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #D61437;
  opacity: 0;
}
.contact_content_formbx .formbx_content_selectitem.error-state .error-text {
  opacity: 1;
}
.contact_content_formbx .formbx_content_selectitem.error-state input {
  border-color: #D61437;
  background: rgba(214, 20, 55, 0.1);
}
.contact_content_formbx .formbx_content_selectitem label {
  position: absolute;
  top: 50%;
  left: 1.75rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #454547;
  font-family: "OpenSans-SemiBold";
  z-index: 3;
}
.contact_content_formbx .formbx_content_selectitem label > i {
  font-weight: bold;
  font-style: normal;
  color: #D61437;
}
.contact_content_formbx .formbx_content_selectitem label.checked {
  opacity: 0;
}
.contact_content_formbx .formbx_content_selectitem > i {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  display: block;
  font-size: 1.4rem;
  color: #454547;
  z-index: 3;
}
.contact_content_formbx .formbx_content_selectitem input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #454547;
  font-family: "OpenSans-SemiBold";
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border: 1px solid #454547;
  outline: 0;
  padding: 0 1.75rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
  z-index: 1;
}
.contact_content_formbx .formbx_content_selectitem input:hover {
  cursor: pointer;
}
.contact_content_formbx .formbx_content_selectitem input:focus {
  border: 2px solid #1462D6;
}
.contact_content_formbx .formbx_content_selectitem .optionbx {
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  padding-top: 0.5rem;
  z-index: 29;
}
.contact_content_formbx .formbx_content_selectitem .optionbx_content {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1.875rem;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  overflow: hidden;
}
.contact_content_formbx .formbx_content_selectitem .optionbx .option {
  width: 100%;
  max-height: 14.3rem;
  background-color: #fff;
  overflow-y: auto;
}
.contact_content_formbx .formbx_content_selectitem .optionbx .option li {
  width: 100%;
  height: 2.25rem;
  font-size: 0.875rem;
  color: #454547;
  font-weight: 600;
  line-height: 2.25rem;
  padding: 0 0.75rem;
  border-radius: 1.125rem;
}
.contact_content_formbx .formbx_content_selectitem .optionbx .option li:hover {
  color: #1462D6;
  background: rgba(201, 201, 201, 0.2);
}
.contact_content_formbx .formbx_content_checkbox,
.contact_content_formbx .formbx_content_textbx,
.contact_content_formbx .formbx_content_policy {
  width: 100%;
}
.contact_content_formbx .formbx_content_checkbox {
  margin-top: 1.25rem;
}
.contact_content_formbx .formbx_content_checkbox > p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #454547;
  margin-bottom: 1rem;
}
.contact_content_formbx .formbx_content_checkbox .checkbox_options {
  display: flex;
  flex-wrap: wrap;
  max-width: 75%;
}
.contact_content_formbx .formbx_content_checkbox .checkbox_options label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #454547;
  font-family: "OpenSans-SemiBold";
  line-height: 1.25rem;
  margin-right: 2.25rem;
  margin-bottom: 1.75rem;
}
.contact_content_formbx .formbx_content_checkbox .checkbox_options label:hover {
  cursor: pointer;
}
.contact_content_formbx .formbx_content_checkbox .checkbox_options label input {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #454547;
}
.contact_content_formbx .formbx_content_checkbox .checkbox_options label input::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #1462D6;
  border-radius: 50%;
  opacity: 0;
}
.contact_content_formbx .formbx_content_checkbox .checkbox_options label input.productcheck:checked {
  border: 2px solid #1462D6;
}
.contact_content_formbx .formbx_content_checkbox .checkbox_options label input.productcheck:checked::before {
  opacity: 1;
}
.contact_content_formbx .formbx_content_textbx {
  margin-bottom: 3.25rem;
}
.contact_content_formbx .formbx_content_textbx textarea {
  display: block;
  width: 100%;
  height: 6.75rem;
  font-size: 1rem;
  color: #454547;
  font-family: "OpenSans-SemiBold";
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #454547;
  backdrop-filter: blur(6px);
  border-radius: 1rem;
  outline: none;
  resize: none;
  padding: 0.625rem 0.75rem;
  box-sizing: border-box;
}
.contact_content_formbx .formbx_content_textbx textarea:focus {
  border: 2px solid #1462D6;
}
.contact_content_formbx .formbx_content_textbx textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454547;
}
.contact_content_formbx .formbx_content_textbx textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454547;
}
.contact_content_formbx .formbx_content_policy {
  display: flex;
  margin-bottom: 1.875rem;
}
.contact_content_formbx .formbx_content_policy label > p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #454547;
  margin-bottom: 1rem;
}
.contact_content_formbx .formbx_content_policy input {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #454547;
  border-radius: 0.25rem;
  backdrop-filter: blur(6px);
}
.contact_content_formbx .formbx_content_policy input::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("//cdnus.globalso.com/gsdaesthetic/currenticon.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
}
.contact_content_formbx .formbx_content_policy input.statistics:checked {
  border-color: #1462D6;
}
.contact_content_formbx .formbx_content_policy input.statistics:checked::before {
  opacity: 1;
}
.contact_content_formbx .formbx_content_btnbx button {
  width: 10rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 3.25rem;
  color: #fff;
  border: 0;
  outline: none;
  background: #1462D6;
  border-radius: 1.625rem;
  border: 1px solid #1462D6;
  backdrop-filter: blur(6px);
}
.contact_content_formbx .formbx_content_btnbx button:hover {
  cursor: pointer;
  background-color: #004dbf;
  border: 1px solid #004dbf;
}
.contact_content_formbx .formbx_content_placebx {
  width: 100%;
  margin-top: 64px;
}
.contact_content_formbx .formbx_content_placebx ul {
  display: flex;
  justify-content: flex-start;
}
.contact_content_formbx .formbx_content_placebx ul li {
  max-width: 45%;
  display: flex;
  flex-direction: column;
}
.contact_content_formbx .formbx_content_placebx ul li h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #454547;
}
.contact_content_formbx .formbx_content_placebx ul li p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #454547;
}
.contact_content_formbx .formbx_content_placebx ul li:first-child {
  margin-right: 3.25rem;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100% !important;
    padding: 0 1rem;
  }
  .index_header_nav_M .cd-accordion-menu li.has-child a b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    color: #333;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 1px solid #f0f1f2;
    z-index: 9999;
    pointer-events: auto;
    }
     .index_header_nav_M .cd-accordion-menu li.has-child ul li a b{
         color: #999;
     } 
    
  .index_header_nav_M .cd-accordion-menu li.has-child a b:before {
    content: "\e751";
}
    
  .common_banner {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .common_banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .common_banner_products {
    height: auto !important;
  }
  .common_banner_products img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_products img.productbanner {
    display: none;
  }
  .common_banner_products img.productbannerM {
    display: block;
  }
  .common_banner_text .container {
    align-items: center;
  }
  .common_banner_text.text1 .textbx {
    margin-top: 3rem;
  }
  .common_banner_text.text1 .textbx_title {
    margin-bottom: 1.5rem;
  }
  .common_banner_text.text1 .textbx_title .productlogo {
    margin-bottom: 1rem;
  }
  .common_banner_text.text1 .textbx_title .productlogo img {
    max-width: 20rem;
  }
  .common_banner_text.text1 .textbx_title p {
    font-size: 1.4rem;
  }
  .common_banner_text.text1 .textbx_desc p {
    font-size: 1.125rem;
  }
  .common_banner_text.text2 .textbx {
    margin-top: 3rem;
    align-items: center;
  }
  .common_banner_text.text2 .textbx_title {
    margin-bottom: 0;
  }
  .common_banner_text.text2 .textbx_title .productlogo {
    margin-bottom: 0.5rem;
  }
  .common_banner_text.text2 .textbx_title .productlogo img {
    max-width: 16rem;
  }
  .common_banner_text.text2 .textbx_title h1 {
    font-size: 1.4rem;
  }
  .common_banner_text.text2 .textbx_desc .list1 li p,
  .common_banner_text.text2 .textbx_desc .list2 li p {
    font-size: 0.85rem;
    line-height: 2.5rem;
    text-align: center;
  }
  .common_banner_text.text2 .textbx_desc .list1 {
    margin-right: 1.75rem;
  }
  .common_contenttitle h1 {
    font-size: 2rem;
  }
  .downform {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 3, 19, 0.2);
    z-index: 19;
  }
  .downform_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    padding: 3rem 2.5rem 3rem;
    background-color: #fff;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0.75rem;
  }
  .downform_content .downer_form_item {
    margin-bottom: 1.25rem;
  }
  .downform_content .downer_form_selectbx {
    margin-bottom: 1.25rem;
  }
  .downform_content .downer_form_text {
    margin-bottom: 3rem;
  }
  .showvideo_content {
    width: 95%;
    height: 32vh;
  }
  .showvideo_content .closebtn {
    top: -2.5rem;
    right: 0;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_top {
    height: 3rem;
  }
  .index_header_navbx {
    top: 3rem;
    height: 5rem;
  }
  .index_header_logo img {
    top: 50% !important;
    transform: translateY(-50%);
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    background: #fff;
    display: none;
    z-index: 29;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #999;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a em{
      padding: 0.875rem 0;
       font-weight: bolder;
  }
  .cd-accordion-menu a a a em{
       font-weight: normal;
  }
  .index_header_nav_M .cd-accordion-menu  li.active > a >b{
      color: #ed1b24;
     
  }
  .index_header_nav_M .cd-accordion-menu  li.active > a >b:before{
      content: "\e656";
  }
  .index_header_nav_M .cd-accordion-menu a img{
      display: none;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #1462D6;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header .searchbox .search {
    position: static;
    padding-right: 0.625rem;
  }
  .index_header .searchbox .search::after {
    display: none;
  }
  .index_header .searchbox .search .downinput {
    top: 5rem;
    transform: translateY(0);
    width: 100%;
    height: 0;
    transition: all 0.4s;
  }
  .index_header .searchbox .search:hover span {
    opacity: 1;
  }
  .index_header .searchbox .search:hover .downinput {
    width: 100%;
    height: 3.25rem;
  }
  .index_header .searchbox .search:hover .downinput form {
    padding: 0 1rem;
  }
  .index_header .inner-header-icon {
    display: block;
    height: 5rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: auto;
    margin-top: 8rem;
  }
  .index_banner_M_swiper {
    width: 100%;
    height: 100%;
  }
  .index_banner_M_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .index_banner_M_swiper .swiper-pagination {
    bottom: 1rem !important;
  }
  .index_about {
    padding: 2rem 0;
  }
  .index_about .index_about_title {
    margin-bottom: 2rem;
  }
  .index_about .index_about_title h1 {
    font-size: 2rem;
  }
  .index_about .index_about_title p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .index_about .index_about_title p br {
    display: none;
  }
  .index_about_list ul {
    flex-wrap: wrap;
  }
  .index_about_list ul li {
    flex: 100%;
  }
  .index_about_list ul li:not(:last-child) {
    margin-bottom: 2rem;
    border-right: 0;
  }
  .index_about_list ul li:nth-child(2) {
    border-right: 0;
  }
  .index_about_list ul li .num {
    margin-bottom: 1rem;
  }
  .index_about_list ul li .num p,
  .index_about_list ul li .num span {
    font-size: 1.875rem;
  }
  .index_about_list ul li > p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 80%;
  }
  .index_products {
    padding: 3rem 0;
    height: auto;
  }
  .index_products_title {
    margin-bottom: 2.5rem;
  }
  .index_news {
    padding: 3rem 0;
  }
  .index_news_content {
    flex-wrap: wrap;
    padding: 0;
  }
  .index_news_content_first {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .index_news_content_first .imgbx {
    height: 19rem;
  }
  .index_news_content_first .textbx {
    padding-left: 1rem;
  }
  .index_news_content_first .textbx_center {
    padding-top: 0;
  }
  .index_news_content_first .textbx_center h4 {
    margin-bottom: 1rem;
  }
  .index_news_content_first .textbx_center p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .index_news_content_first .textbx_share {
    flex-wrap: wrap;
  }
  .index_news_content_first .textbx_share_bottom {
    justify-content: space-between;
  }
  .index_news_content_first .textbx_share_bottom .medio {
    margin-right: 0;
  }
  .index_news_content_list {
    width: 100%;
  }
  .index_news_content_list_item .item_img {
    width: 28%;
    height: 8rem;
  }
  .index_news_content_list_item .item_text {
    width: 72%;
  }
  .index_news_content_list_item .item_text p {
    font-size: 1rem;
  }
  .index_footer_content {
    display: none;
    flex-wrap: wrap;
    padding: 3.375rem 0 0;
  }
  .index_footer_content_item {
    width: 48%;
    margin-bottom: 1rem;
  }
  .index_footer_content_item.productbx {
    width: 100%;
  }
  .index_footer_contact {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_contact .contact_text {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .index_footer_contact .contact_text p:first-child {
    margin-right: 0;
  }
  .index_footer_navbx {
    flex-wrap: wrap;
  }
  .index_footer_navbx_item {
    width: 50%;
  }
  .index_footer_navbx_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .index_footer_navbx_item.productline {
    width: 100%;
  }
  .index_footer_navbx_item.lastbx {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  .index_footer_navbx_item.lastbx .item_listbx {
    width: 100%;
  }
  .index_footer_copyright {
    height: auto;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .container ul {
    flex-wrap: wrap;
  }
  .index_footer_copyright .container ul li {
    height: auto;
    line-height: 0;
  }
  .index_footer_copyright .container ul li:first-child {
    width: 100%;
  }
  .index_footer_copyright .container ul li:first-child p {
    line-height: 1.5rem;
    text-align: center;
  }
  .index_footer_copyright .container ul li:nth-child(2) {
    display: none;
  }
  .index_footer_copyright .container ul li a {
    line-height: 1.25rem;
  }
  .products {
    margin-top: 8rem;
  }
  .products_adva {
    padding: 4rem 0;
    margin-bottom: 0;
  }
  .products_adva_list_item {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem;
  }
  .products_adva_list_item .item_img {
    width: 100%;
    height: 8rem;
    margin-top: 0.325rem;
    margin-bottom: 1rem;
  }
  .products_adva_list_item .item_text {
    width: 100%;
    padding-left: 1rem;
  }
  .products_adva_list_item .item_text_title h4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .products_adva_list_item .item_text_desc p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .products_md1 {
    flex-wrap: wrap;
  }
  .products_md1_left {
    width: 100%;
  }
  .products_md1_left .swiperbox .gallery-thumbs {
    width: 50%;
    height: 2.75rem;
    bottom: 1.5rem;
  }
  .products_md1_right {
    width: 100%;
  }
  .products_md1_right .textbx {
    bottom: 1.5rem;
  }
  .products_md1_right .textbx h4 {
    font-size: 1.625rem;
  }
  .products_md1_right .textbx p br {
    display: none;
  }
  .products_md1_right .textbx p img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .products_md2 {
    padding: 4rem 0;
  }
  .products_md2 .container {
    flex-wrap: wrap;
  }
  .products_md2_left {
    position: static !important;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .products_md2_left .imgbx {
    width: 100% !important;
    height: auto;
  }
  .products_md2_right {
    width: 100%;
    margin-left: 0 !important;
  }
  .products_md2_right .textbx_title h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .products_md2_right .textbx_desc p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .products_why {
    padding: 4rem 0;
  }
  .products_why .container {
    flex-wrap: wrap;
  }
  .products_why .imgbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .products_why .imgbx img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .products_why .imgbx div img,
  .products_why .imgbx p img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .products_why .imgbx div p img,
  .products_why .imgbx p p img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .products_why .textbx {
    width: 100%;
  }
  .products_why .textbx_title h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .products_why .textbx_desc p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .products_coolite {
    padding: 4rem 0;
  }
  .products_coolite_contenttitle .textbx p {
    font-size: 1.125rem;
  }
  .products_coolite_content {
    flex-wrap: wrap;
  }
  .products_coolite_content_item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .products_coolite_content_item .item_img {
    margin-bottom: 1.25rem;
  }
  .products_coolite_content_item:not(:last-child) {
    margin-right: 0;
  }
  .products_compared {
    flex-wrap: wrap;
  }
  .products_compared_left {
    width: 100%;
    padding: 4rem 0;
  }
  .products_compared_left .left_content {
    width: 100%;
    padding: 0 3rem;
  }
  .products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item .item_textbx_hd h4 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item .item_textbx_bd p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .products_compared_left .left_content .swiper-btn-prev {
    left: 0;
  }
  .products_compared_left .left_content .swiper-btn-next {
    right: 0;
  }
  .products_compared_right {
    width: 100%;
    padding: 4rem 0 0;
  }
  .products_compared_right .right_content {
    width: 100%;
    padding: 0 1rem;
    margin-left: 0;
    box-sizing: border-box;
  }
  .products_compared_right .right_content_swiperbx .swiper-pagination .swiper-pagination-bullet::after {
    width: 0.625rem;
    height: 0.625rem;
  }
  .products_compared_right .right_content_swiperbx .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.125rem;
    height: 1.125rem;
  }
  .products_bottom {
    height: auto;
  }
  .products_bottom_bg .bottombg {
    display: none;
  }
  .products_bottom_bg .bottombgM {
    display: block;
  }
  .products_bottom .container .textbx {
    left: 3%;
    top: 6%;
    max-width: 90%;
  }
  .products_bottom .container .textbx h4 {
    margin-bottom: 0.5rem;
  }
  .products_bottom .container .textbx h3 {
    margin-bottom: 0.875rem;
  }
  .products_bottom .container .textbx h3 img {
    max-width: 14rem;
  }
  .products_bottom .container .downbtn {
   position: relative;
left: 0;
width: 7.5rem;
height: 2.5rem;
bottom: -70%;
display: inline-block;
  }
  .products_bottom .container .downbtn.inquirybtn {
    left: 2rem;
}
  .products_bottom .container .downbtn a {
    line-height: 2.5rem;
  }
  .clinical_video {
    padding: 4rem 0;
  }
  .clinical_video_list .clinical_video_swiper .swiper-slide-item {
    margin: 0 auto;
  }
  .clinical_down {
    padding: 4rem 0;
  }
  .news_content {
    padding: 5rem 0;
  }
  .news_content_lists_item {
    flex-wrap: wrap;
  }
  .news_content_lists_item .item_img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .news_content_lists_item .item_text {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .news_content_lists_item .item_text_center {
    margin-bottom: 2rem;
  }
  .exhibitions_content {
    padding: 5rem 0;
  }
  .exhibitions_content_lists_item {
    width: 100%;
  }
  .exhibitions_content_lists_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .exhibitions_content_lists_item .item_img {
    height: auto;
  }
  .about_profile {
    padding: 4rem 0 2rem;
  }
  .about_profile .container {
    flex-wrap: wrap;
  }
  .about_profile_img {
    width: 100%;
    height: auto;
  }
  .about_profile_text {
    width: 100%;
    height: auto;
  }
  .about_md1 .content_list_item {
    width: 100%;
  }
  .about_md1 .content_list_item h4 {
    text-align: center;
  }
  .about_md1 .content_list_item p {
    text-align: center;
  }
  .about_history {
    padding: 5rem 0;
  }
  .about_history .swiperbox {
    padding: 0 3.125rem;
  }
  .about_map {
    padding: 5rem 0;
  }
  .about_map_content {
    width: 100%;
  }
  .about_map_content .mapbg .map_item > a span {
    display: none;
  }
  .contact_content {
    padding: 6rem 0;
  }
  .contact_content_formbx .formbx_title p {
    max-width: 100%;
  }
  .contact_content_formbx .formbx_content {
    padding: 0;
  }
  .contact_content_formbx .formbx_content_item {
    width: 100%;
  }
  .contact_content_formbx .formbx_content_checkbox .checkbox_options {
    max-width: 100%;
  }
  .contact_content_formbx .formbx_content_checkbox .checkbox_options label {
    width: 32%;
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    font-size: 12px !important;
  }
  .common_contenttitle h1 {
    font-size: 2rem;
  }
  .index_common_title h3 {
    font-size: 2.25rem;
  }
  .index_about_title h1 {
    font-size: 2.25rem;
  }
  .index_products_title h3 {
    font-size: 2.25rem;
  }
  .index_news {
    padding: 3rem 0;
  }
  .index_news_content {
    flex-wrap: wrap;
    padding: 0;
  }
  .index_news_content_first {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .index_news_content_first .imgbx {
    height: 16rem;
  }
  .index_news_content_first .textbx {
    padding-left: 1rem;
  }
  .index_news_content_first .textbx_center {
    padding-top: 0;
  }
  .index_news_content_first .textbx_center h4 {
    margin-bottom: 1rem;
  }
  .index_news_content_first .textbx_center p {
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .index_news_content_first .textbx_share {
    flex-wrap: wrap;
  }
  .index_news_content_first .textbx_share_bottom {
    flex-direction: column;
    justify-content: flex-start;
  }
  .index_news_content_first .textbx_share_bottom .medio {
    margin-right: 0;
  }
  .index_news_content_list {
    width: 100%;
  }
  .index_news_content_list_item .item_img {
    width: 28%;
    height: 8rem;
  }
  .index_news_content_list_item .item_text {
    width: 72%;
  }
  .products_md1 {
    flex-wrap: wrap;
  }
  .products_md1_left {
    width: 100%;
  }
  .products_md1_left .swiperbox .gallery-thumbs {
    width: 90%;
    height: 5rem;
    bottom: 1.5rem;
  }
  .products_coolite {
    padding: 4rem 0;
  }
  .products_coolite_contenttitle .textbx p {
    font-size: 1.125rem;
  }
  .products_coolite_content {
    flex-wrap: wrap;
  }
  .products_coolite_content_item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .products_coolite_content_item:not(:last-child) {
    margin-right: 0;
  }
  .products_coolite_content_item .item_img {
    width: 8rem;
    height: 8rem;
  }
  .products_coolite_content_item .item_text p {
    font-size: 1.25rem;
  }
  .products_compared {
    flex-wrap: wrap;
  }
  .products_compared_left {
    width: 100%;
    padding: 4rem 0;
  }
  .products_compared_left .left_content {
    width: 100%;
    padding: 0 3rem;
  }
  .products_compared_left .left_content .products_comparedleft_swiper .swiper-slide-item .item_video {
    height: 15rem;
  }
  .products_compared_left .left_content .swiper-btn-prev {
    left: 0;
  }
  .products_compared_left .left_content .swiper-btn-next {
    right: 0;
  }
  .products_compared_right {
    width: 100%;
    padding: 4rem 0;
  }
  .products_compared_right .right_content {
    width: 100%;
    padding: 0 1rem;
    margin-left: 0;
    box-sizing: border-box;
  }
  .products_compared_right .right_content_swiperbx .products_comparedright_swiper .swiper-slide-item {
    height: 16rem;
  }
  .products_bottom {
    height: auto;
  }
  .products_bottom_bg .bottombg {
    display: none;
  }
  .products_bottom_bg .bottombgM {
    display: block;
  }
  .products_bottom .container .textbx {
    left: 3%;
    top: 6%;
    max-width: 90%;
  }
  .products_bottom .container .textbx h4 {
    margin-bottom: 0.5rem;
  }
  .products_bottom .container .textbx h3 {
    margin-bottom: 0.875rem;
  }
  .products_bottom .container .textbx h3 img {
    max-width: 14rem;
  }
  .products_bottom .container .downbtn {
    position: absolute;
    left: 3%;
    width: 7.5rem;
    height: 2.5rem;
    bottom: 29%;
  }
  .products_bottom .container .downbtn.inquirybtn {
    left: 10rem;
}
  .products_bottom .container .downbtn a {
    line-height: 2.5rem;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
  .index_about_list ul {
    flex-wrap: wrap;
  }
  .index_about_list ul li {
    flex: 50%;
  }
  .index_about_list ul li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .index_about_list ul li .num span {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .common_banner {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .common_banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .common_banner_products {
    height: auto !important;
  }
  .common_banner_products img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .common_banner_text .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
  .common_banner_text.text1 .textbx {
    margin-top: 6.5rem;
  }
  .common_banner_text.text1 .textbx_title {
    margin-bottom: 2.125rem;
  }
  .common_banner_text.text1 .textbx_title .productlogo {
    margin-bottom: 2.125rem;
  }
  .common_banner_text.text1 .textbx_title .productlogo::after {
    display: block;
  }
  .common_banner_text.text1 .textbx_title .productlogo img {
    max-width: 22rem;
  }
  .common_banner_text.text1 .textbx_title p {
    display: block;
  }
  .common_banner_text.text1 .textbx_desc {
    display: none;
  }
  .common_banner_text.text2 .textbx {
    margin-top: 6.5rem;
  }
  .common_banner_text.text2 .textbx_title {
    margin-bottom: 2.125rem;
  }
  .common_banner_text.text2 .textbx_title::after {
    display: block;
  }
  .common_banner_text.text2 .textbx_title .productlogo {
    margin-bottom: 2.125rem;
  }
  .common_banner_text.text2 .textbx_title .productlogo img {
    max-width: 22rem;
  }
  .common_banner_text.text2 .textbx_title h1 {
    display: block;
  }
  .common_banner_text.text2 .textbx_desc {
    display: none;
  }
  .showvideo_content {
    width: 95%;
    height: 48vh;
  }
  .showvideo_content .closebtn {
    top: -2.5rem;
    right: 0;
  }
  .index_banner {
    display: block;
    margin-top: 8rem;
  }
  .index_banner_M {
    display: none;
  }
  .index_banner .swiper-btn {
    display: block;
  }
  .index_banner .swiper-btn-prev {
    left: 5%;
  }
  .index_banner .swiper-btn-next {
    right: 5%;
  }
  .index_about_list ul li {
    flex: 1;
  }
  .index_about_list ul li:not(:last-child) {
    margin-bottom: 2rem;
    border-right: 1px solid rgba(20, 98, 214, 0.1);
  }
  .index_about_list ul li:nth-child(2) {
    border-right: 1px solid rgba(20, 98, 214, 0.1);
  }
  .index_products_bx .swiper-btn-next {
    right: -2.125rem;
  }
  .index_products_bx .swiper-btn-prev {
    left: -2.125rem;
  }
  .index_news_content_first .imgbx {
    height: 24rem;
  }
  .index_news_content_first .textbx {
    padding-left: 1rem;
  }
  .index_news_content_first .textbx_share {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .index_news_content_first .textbx_share_bottom {
    justify-content: flex-start;
    margin-right: 1.5rem;
  }
  .index_news_content_first .textbx_share_bottom .medio {
    margin-right: 1.5rem;
  }
  .index_news_content_list_item .item_img {
    height: 11rem;
  }
  .index_footer_content {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3.375rem 0 0;
  }
  .index_footer_content_item {
    width: 22%;
    margin-bottom: 1rem;
    margin-right: 2rem;
  }
  .index_footer_content_item.productbx {
    width: 40%;
  }
  .index_footer_contact {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0.5rem 0;
  }
  .index_footer_contact .contact_text {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .index_footer_contact .contact_text p:first-child {
    margin-right: 0;
  }
  .index_footer_navbx {
    flex-wrap: wrap;
  }
  .index_footer_navbx_item {
    width: 50%;
  }
  .index_footer_navbx_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .index_footer_navbx_item.productline {
    width: 100%;
  }
  .index_footer_navbx_item.lastbx {
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  .index_footer_navbx_item.lastbx .item_listbx {
    width: 100%;
  }
  .index_footer_copyright {
    height: auto;
    flex-direction: row;
    padding: 0.5rem 0;
  }
  .index_footer_copyright .container ul {
    flex-wrap: wrap;
  }
  .index_footer_copyright .container ul li {
    height: auto;
    line-height: 0;
  }
  .index_footer_copyright .container ul li:first-child {
    width: auto;
  }
  .products_adva {
    padding: 4rem 0;
    margin-bottom: 0;
  }
  .products_adva_list_item {
    flex-wrap: wrap;
    width: 48%;
    margin-bottom: 1rem;
  }
  .products_adva_list_item .item_img {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .products_adva_list_item .item_text {
    padding-left: 0;
  }
  .products_adva_list_item .item_text_title h4 {
    text-align: left;
  }
  .products_adva_list_item .item_text_desc p {
    text-align: left;
  }
  .products_md1 {
    flex-wrap: nowrap;
  }
  .products_md1_left {
    width: 50%;
  }
  .products_md1_left .swiperbox .gallery-thumbs {
    width: 90%;
    height: 5rem;
    bottom: 1.5rem;
  }
  .products_md1_right {
    width: 50%;
  }
  .products_md1_right .textbx {
    bottom: 1.5rem;
  }
  .products_md1_right .textbx h4 {
    font-size: 1.625rem;
  }
  .products_md2 {
    padding: 2rem 0;
  }
  .products_md2 .container {
    flex-wrap: wrap;
  }
  .products_md2_left {
    position: absolute !important;
    left: -7% !important;
    width: 70% !important;
    max-width: 100%;
    margin-bottom: 0;
  }
  .products_md2_left .imgbx {
    width: 100% !important;
    height: auto;
  }
  .products_md2_right {
    margin-left: 50% !important;
  }
  .products_why {
    padding: 4rem 0;
  }
  .products_why .container {
    flex-wrap: wrap;
  }
  .products_why .imgbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .products_why .textbx {
    width: 100%;
  }
  .products_coolite {
    padding: 4rem 0;
  }
  .products_coolite_contenttitle .textbx p {
    font-size: 1.125rem;
  }
  .products_coolite_content {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .products_coolite_content_item {
    width: auto;
    margin-bottom: 1rem;
  }
  .products_coolite_content_item:not(:last-child) {
    margin-right: 0;
  }
  .products_compared {
    flex-wrap: wrap;
  }
  .products_compared_left {
    width: 50%;
    padding: 4rem 0;
  }
  .products_compared_left .left_content {
    width: 100%;
    padding: 0 4rem;
  }
  .products_compared_left .left_content .swiper-btn-prev {
    left: 0.5rem;
  }
  .products_compared_left .left_content .swiper-btn-next {
    right: 0.5rem;
  }
  .products_compared_right {
    width: 50%;
    padding: 4rem 0;
  }
  .products_compared_right .right_content {
    width: 100%;
    padding: 0 2rem;
    margin-left: 0;
    box-sizing: border-box;
  }
  .products_bottom {
    height: auto;
  }
  .products_bottom .container .textbx {
    left: 8%;
    top: 20%;
    max-width: 50%;
  }
  .products_bottom .container .textbx h4 {
    display: block;
  }
  .products_bottom .container .textbx h3 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    margin-bottom: 1.25rem;
  }
  .products_bottom .container .textbx p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .products_bottom .container .downbtn {
    left: 8%;
    width: 7.5rem;
    height: 2.5rem;
    bottom: 10%;
  }
  
  .products_bottom .container .downbtn.inquirybtn{
      left: 20%;
  }
  .products_bottom .container .downbtn a {
    line-height: 2.5rem;
  }
  .clinical_video {
    padding: 4rem 0;
  }
  .clinical_down {
    padding: 4rem 0;
  }
  .news_content {
    padding: 5rem 0;
  }
  .news_content_lists_item {
    flex-wrap: nowrap;
  }
  .news_content_lists_item .item_img {
    width: 26.33%;
    height: 15rem;
    margin-bottom: 0;
  }
  .news_content_lists_item .item_text {
    height: auto;
    padding-left: 1.25rem;
  }
  .news_content_lists_item .item_text_center {
    margin-bottom: 2rem;
  }
  .exhibitions_content {
    padding: 5rem 0;
  }
  .exhibitions_content_lists_item {
    width: 31.33%;
  }
  .exhibitions_content_lists_item:not(:nth-child(3n)) {
    margin-right: calc(6.01%/2);
  }
  .exhibitions_content_lists_item .item_img {
    height: auto;
  }
  .about_profile {
    padding: 4rem 0 2rem;
  }
  .about_profile .container {
    flex-wrap: wrap;
  }
  .about_profile_img {
    width: 48.33%;
    height: auto;
  }
  .about_profile_text {
    width: 48.33%;
    height: auto;
  }
  .about_md1 .content_list_item {
    width: 50%;
  }
  .about_md1 .content_list_item h4 {
    text-align: left;
  }
  .about_md1 .content_list_item p {
    text-align: left;
  }
  .about_history {
    padding: 5rem 0;
  }
  .about_history .swiperbox {
    padding: 0 3.125rem;
  }
  .about_map {
    padding: 5rem 0;
  }
  .about_map_content {
    width: 100%;
    padding: 0 3rem;
  }
  .contact_content {
    padding: 6rem 0;
  }
  .contact_content_formbx .formbx_content {
    padding: 0;
  }
  .contact_content_formbx .formbx_content_item {
    width: 49%;
  }
  .contact_content_formbx .formbx_content_checkbox .checkbox_options label {
    width: 25%;
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .common_banner_text.text1 .textbx {
    margin-top: 6rem;
  }
  .common_banner_text.text1 .textbx_title {
    margin-bottom: 2rem;
  }
  .common_banner_text.text2 .textbx {
    margin-top: 4rem;
  }
  .common_banner_text.text2 .textbx_title {
    margin-bottom: 2rem;
  }
  .index_header_nav_item {
    padding: 0 1.25rem;
  }
  .index_banner .swiper-btn-prev {
    left: 5%;
  }
  .index_banner .swiper-btn-next {
    right: 5%;
  }
  .index_products_bx .swiper-btn-prev {
    left: -3.125rem;
    transform: translateY(-50%);
  }
  .index_products_bx .swiper-btn-next {
    right: -3.125rem;
    transform: translateY(-50%) rotate(180deg);
  }
  .index_news {
    padding: 3rem 0;
  }
  .index_news_content {
    flex-wrap: wrap;
    padding: 0;
  }
  .index_news_content_first .imgbx {
    height: 26rem;
  }
  .index_news_content_first .textbx_share {
    flex-wrap: wrap;
  }
  .index_news_content_first .textbx_share > ul {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .index_news_content_list_item .item_img {
    height: 12rem;
  }
  .products_bottom {
    height: auto;
  }
  .products_bottom .container .textbx {
    left: 8%;
    top: 20%;
    max-width: 50%;
  }
  .products_bottom .container .textbx h4 {
    display: block;
  }
  .products_bottom .container .textbx h3 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    margin-bottom: 1.5rem;
  }
  .products_bottom .container .textbx p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .products_bottom .container .downbtn {
    left: 8%;
    bottom: 10%;
  }
  .products_bottom .container .downbtn.inquirybtn {
    left: 20rem;
}
  .clinical {
    margin-top: 7.5rem;
  }
  .clinical_video_list .swiper-btn-prev {
    left: -4.125rem;
  }
  .clinical_video_list .swiper-btn-next {
    right: -4.125rem;
  }
  .clinical_down .container .swiper-btn-prev {
    left: -4.125rem;
  }
  .clinical_down .container .swiper-btn-next {
    right: -4.125rem;
  }
  .clinical_testimonials_lists .swiper-btn-prev {
    left: -4.125rem;
  }
  .clinical_testimonials_lists .swiper-btn-next {
    right: -4.125rem;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_header_nav_item {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .common_banner_text.text1 .textbx {
    margin-top: 8rem;
  }
  .common_banner_text.text1 .textbx_title {
    margin-bottom: 2rem;
  }
  .common_banner_text.text1 .textbx_title .productlogo img {
    max-width: 32rem;
  }
  .common_banner_text.text2 .textbx {
    margin-top: 4rem;
  }
  .common_banner_text.text2 .textbx_title {
    margin-bottom: 2rem;
  }
  .common_banner_text.text2 .textbx_title .productlogo img {
    max-width: 32rem;
  }
  .index_banner .swiper-btn-prev {
    left: 5%;
  }
  .index_banner .swiper-btn-next {
    right: 5%;
  }
  .index_products_bx .swiper-btn-prev {
    left: -3.125rem;
    transform: translateY(-50%);
  }
  .index_products_bx .swiper-btn-next {
    right: -3.125rem;
    transform: translateY(-50%) rotate(180deg);
  }
  .index_news {
    padding: 3rem 0;
  }
  .index_news_content {
    flex-wrap: wrap;
    padding: 0;
  }
  .index_news_content_first .imgbx {
    height: 26rem;
  }
  .index_news_content_first .textbx_share {
    flex-wrap: wrap;
  }
  .index_news_content_first .textbx_share > ul {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .index_news_content_list_item .item_img {
    height: 12rem;
  }
  .products_compared {
    flex-wrap: wrap;
  }
  .products_compared_left {
    width: 50%;
    padding: 4rem 0;
  }
  .products_compared_left .left_content {
    width: 80%;
    padding: 0 4rem;
  }
  .products_compared_left .left_content .swiper-btn-prev {
    left: 0.5rem;
  }
  .products_compared_left .left_content .swiper-btn-next {
    right: 0.5rem;
  }
  .products_compared_right {
    width: 50%;
    padding: 4rem 0;
  }
  .products_compared_right .right_content {
    margin-left: 10%;
    box-sizing: border-box;
  }
  .products_bottom {
    height: auto;
  }
  .products_bottom .container .downbtn {
    bottom: 8%;
  }
  .clinical {
    margin-top: 7.5rem;
  }
  .clinical_video_list .swiper-btn-prev {
    left: -4.125rem;
  }
  .clinical_video_list .swiper-btn-next {
    right: -4.125rem;
  }
  .clinical_down .container .swiper-btn-prev {
    left: -4.125rem;
  }
  .clinical_down .container .swiper-btn-next {
    right: -4.125rem;
  }
  .clinical_testimonials_lists .swiper-btn-prev {
    left: -4.125rem;
  }
  .clinical_testimonials_lists .swiper-btn-next {
    right: -4.125rem;
  }
}
@media (min-width: 1351px) and (max-width: 1670px) {
  :root {
    font-size: 14px !important;
  }
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .common_banner_text.text1 .textbx {
    margin-top: 10rem;
  }
  .common_banner_text.text1 .textbx_title {
    margin-bottom: 2rem;
  }
  .common_banner_text.text1 .textbx_title .productlogo img {
    max-width: 32rem;
  }
  .common_banner_text.text2 .textbx {
    margin-top: 10rem;
  }
  .common_banner_text.text2 .textbx_title {
    margin-bottom: 2rem;
  }
  .common_banner_text.text2 .textbx_title .productlogo img {
    max-width: 25rem;
  }
  .index_banner .swiper-btn-prev {
    left: 10%;
  }
  .index_banner .swiper-btn-next {
    right: 10%;
  }
}
@media (min-width: 1580px) and (max-width: 1670px) {
  :root {
    font-size: 14px !important;
  }
  .main {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1671px) and (max-width: 1920px) {
  :root {
    font-size: 14px !important;
  }
}
@media (min-width: 1921px) {
  :root {
    font-size: 18px !important;
  }
  .index_header .container {
    width: 100%;
    padding: 0 22.5rem;
  }
  .index_header_nav_item {
    padding: 0 0.875rem;
  }
  .index_header_nav_item > a {
    font-size: 1.125rem;
  }
  .index_banner_swiper {
    width: 100%;
    height: 100%;
  }
  .index_banner_swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .index_banner_swiper .swiper-slide-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .index_banner_swiper .swiper-slide-text .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100% !important;
    padding: 0 22.5rem;
    height: 100%;
  }
  .index_banner .swiper-btn-prev {
    left: 15%;
    transform: translateY(-50%);
  }
  .index_banner .swiper-btn-next {
    right: 15%;
    transform: translateY(-50%) rotate(180deg);
  }
}
.fl-rich-text p{line-height:2.25em;font-size: 1rem;
color: #454547;}
.hide{display:none;}

.path_nav{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.path_nav li a{
    font-size: 14px;
    padding: 0 10px;
    color: #989898;
}
.path_nav li:before{
    display: inline-block;
    content: '>';
    color: #989898;
}
.path_nav li:first-child:before{
    display: none;}


/*------------------------------product-list---------------------------------------*/
.layout{position:relative;margin:0 auto;width: 1200px;}
.index_flex{display:-webkit-box;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;align-items: flex-end;}
.pd_head_banner{/* padding-top:110px; */background-color:#d9d9d9;position:relative}
.pd_head_banner .layout{width: 1200px;}
.pd_head_banner .pd_head_banner_pic{padding-top:105px}
.pd_head_banner_pic img{
    width: 100%;max-width: 100%;
}
.pd_head_banner .pd_head_title{font-size:60px;position:absolute;top:38%;left:0;width:100%;transform:translateY(-50%);-webkit-transform:translateY(-50%);line-height:1.2;color:#1562d6;font-weight:normal;text-transform: uppercase;}
.pd_main{background-color:#f8f8f8}
.pd_navSlide_warp{margin:120px 0 80px}
.pd_navSlide_list li a{font-size:16px;line-height:36px;border-radius:10px;padding:0 16px;background-color:#fff;color:#6a6a6a;display:inline-block;box-shadow: 0 4px 6px -4px rgba(0,0,0,.16);}
.pd_navSlide_list li.nav-current a,.pd_navSlide_list li:hover a{background-color:#1562d6;color:#fff;box-shadow: 0 6px 4px -4px rgba(20,98,214,.29);}
.pd_product_slide{margin-bottom:110px;padding-left:48px;align-items:center;-webkit-align-items:center;background-color:#ffffff;border-radius:10px;position:relative}
.pd_product_slide:last-child{margin-bottom:0}
.pd_product_slide .item_text{width:34%}
.pd_product_slide .item_text img{
    max-width: 100%;
}
.pd_product_slide .item_text h2{margin-bottom:8px;font-size:18px;color:#1562d6;font-weight:normal;line-height:1.2}
.pd_product_slide .item_text p{margin: 10px 0 25px;font-size: 14px;color:#454547;line-height:1.2}
.pd_product_slide .item_text a.pd_product_btn{width:147px;height:40px;line-height:40px;font-size:16px;color:#1562d6;background-color:transparent;text-align:center;text-transform:uppercase;display:inline-block;border-radius:50px;border:1px solid #1562d6;box-shadow: 0 4px 6px -4px rgba(20,98,214,.29);}
.pd_product_slide .item_text a.pd_product_btn:hover{background-color:#1562d6 !important;color:#fff !important;}
.pd_product_slide .item_list{/* border-radius:10px; *//* padding:15px 20px; */z-index:9;background-color:rgba(248,248,248,.8);position:absolute;top: 50%;left: -10%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.pd_product_slide .item_list li{text-align:center;margin-bottom:25px}
.pd_product_slide .item_list li:last-child{margin-bottom:0}
.pd_product_slide .item_list.index_flex li{width: 100%;}
.pd_product_slide .item_list li p{font-size:16px;color:#454547;line-height:1.2;margin-top:6px}
.pd_product_slide .item_list li img{width:auto;max-width:100%}
.pd_product_slide .pd_product_right{width:58%;position:relative;height: 310px;}
.pd_product_slide .item_img{text-align:right;overflow:hidden;position:absolute;bottom:0;right:0;}
.pd_product_slide .item_img img{max-width:100%;margin-bottom: -10px;}
/*.pd_product_slide:hover .item_img img{transform:scale(1.1);-webkit-transform:scale(1.1)}*/
.pd_product_slide .item_img img,.pd_product_slide .item_text a.pd_product_btn{-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}

/*page*/
.page-bar {position: relative;margin: 50px 0 30px;height: 33px;text-align: right;font-size: 14px;line-height: 31px;}
.page-bar a, .page-bar span {position: relative;display: inline-block;margin: 0 0 0 8px;padding: 0 8px;min-width: 33px;border: 1px solid #454547;color: #454547;vertical-align: top;text-align: center;background-color: #ffffff;box-sizing: border-box;}
.page-bar a.current, .page-bar a:hover {border-color: #1363d6;background: #1363d6;color: #FFF;}
.page-bar span.current2 { padding-right: 8px; padding-left: 8px; }


.hair_removal_list li:before,.hair_removal_list li,.hair_technologie_slide .item_text a,.treat_service_slide .item_img img,.excimer_indication_slide .item_img img,.technology_banner_list li{ -webkit-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease;}


/*----------------------------------hair--------------------------*/
.hair_removal_warp{overflow: hidden;padding: 95px 0 0px;}
.bd .hair_layout{width: 62%;}
.hair_removal_warp img{
    /*display: block;*/
width:100%;max-width:100%;}
.hair_removal_main{min-height: 752px;width:50%}
.skin_main{min-height:820px;z-index: 99999999;}
.hair_title{font-size:48px;color:#454547;font-weight:normal;width: 900px;}
.hair_removal_list{margin:60px 0 45px;border-bottom:1px solid #c9c9c9}
.hair_removal_slide ul {justify-content:left;margin-bottom:8%;}
.hair_removal_list li{font-size:18px;line-height:1.6;color:#c9c9c9;text-transform:uppercase;position:relative;cursor:pointer}
.hair_removal_list li.active,.hair_removal_list li:hover{color:#1462d6}
.hair_removal_list li:before{content:"";width:0%;height:2px;position:absolute;bottom:-1px;left:50%;background-color:#1462d6}
.hair_removal_list li.active:before,.hair_removal_list li:hover:before{width:100%;left:0}
.hair_removal_slide .item_text h3{font-size:16px;margin-bottom:15px;color:#454547;font-weight:600;line-height:1.2}
.hair_removal_slide .item_text p{font-size:16px;margin-bottom:15px;line-height:1.5;color:#5b5b5d;}
.hair_technologie_slide{margin-bottom:50px}
.hair_technologie_slide:last-child{margin-bottom:0px}
.hair_technologie_slide .item_icon{text-align:center;width:33%}
.hair_technologie_slide .item_icon img{width:auto;max-width: 80px;}
.hair_technologie_slide .item_icon h3{font-size:14px;line-height:1.2;color:#226cd8;font-weight:normal;font-style:italic}
.hair_technologie_slide .item_text{width:64%;margin-bottom: 3.5%;}
.hair_technologie_slide .item_text p{font-size:16px;color:#454547;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.hair_technologie_slide .item_text a{width:124px;height:30px;line-height:30px;font-size:14px;color:#454547;display:inline-block;text-align:center;background-color:#FFF;border-radius:50px;text-transform:uppercase;box-shadow:0 0 10px rgba(0,0,0,.2)}
.hair_technologie_slide .item_text a:hover,.treat_service_slide .item_text a:hover{
    background: #1462d6 !important;
    color: #fff !important;
}
/*.item_text a:hover{*/
/*    background: #1462d6;*/
/*    color: #fff !important;*/
/*}*/
.hair_product_slide{width: 33.3%;/* margin-bottom:30px; */padding: 0 1%;}
.hair_product_slide:last-child{margin-bottom:0;}
.hair_product_slide a{display:block;text-align:center}
.hair_product_slide a .item_img{border-radius:10px;overflow:hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
}
.hair_product_slide a .item_text{}
.hair_product_slide a .item_text h2{font-size:16px;margin:10px 0;line-height:1.2;color:#454547;font-weight:600}
.hair_product_slide a .item_text p{font-size:14px;line-height:1.2;color:#727273;width: 100%;
overflow : hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.hair_removal_slide{display:none}
.hair_removal_slide.active{display:block}
.hair_removal_pic{margin-bottom: -2px;width: 47%;}

.hairmobile_removal_warp{
    display: none;
}
.hairmobile_removal_slide .question_title {
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.hairmobile_removal_slide .question_title h2 {
    font-size: 16px;
    color: #cacaca;
    border-bottom: 2px solid #cacaca;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
    font-weight: normal;
    font-family: 'SourceHanSansCN_Bold';
    display: inline-block;
    vertical-align: middle;-webkit-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease;
}
.hairmobile_removal_slide .question_title i {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #c0c0c0;
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 10px;-webkit-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease;
    vertical-align: middle;
}
.hairmobile_removal_slide .question_title i:before{
    content: '\f107';
    font-family: 'fontawesome';
    font-style: normal;
    }
.hairmobile_removal_slide .item_box{
    display: none;
}.hairmobile_removal_slide:first-child .item_box{
    display: block;
}
.hairmobile_removal_slide.active .question_title i{
    transform: rotate(180deg);-webkit-transform: rotate(180deg);
}

.hairmobile_removal_slide.active .question_title h2 {
    color: #1462D6;border-color: #1462D6;
}

.hairmobile_removal_slide .item_text h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #454547;
    font-weight: 600;
    line-height: 1.2;
}.hairmobile_removal_slide .item_text p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #5b5b5d;
}
















/*----------------------------------treatment--------------------------*/
.treat_service_warp{padding:80px 0}
.treat_service_list{justify-content:center;-webkit-justify-content:center}
.treat_service_slide{text-align:center;width:25%;margin:20px 0}
.treat_service_slide .item_img{position:relative;border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8}
.treat_service_slide .item_img img{
    width: 100%;max-width: 100%;
}
.treat_service_slide .item_img img+img{position:absolute;top:0;left:0;opacity:0}
.treat_service_slide .item_text{margin:20px 0}
.treat_service_slide .item_text h2{line-height:1.5;font-size:16px;font-weight:600;margin-bottom:15px;color:#454547}
.treat_service_slide .item_text a{font-size:16px;line-height:18px;padding:5px 10px;border-radius:13px;-moz-border-radius:13px;-webkit-border-radius:13px;background:#ffffff;border:1px solid #f3f3f3;display:inline-block;color:#333}
.treat_service_slide:hover .item_img img{opacity:0}
.treat_service_slide:hover .item_img img+img{opacity:1}

/*----------------------------------excimer--------------------------*/
.excimer_choose_warp img,.excimer_indication_warp img,.excimer_product_warp img{width:100%;max-width:100%;display: block;}
/*excimer_choose_warp*/
.excimer_choose_warp{margin:120px 0 100px;align-items: center;}
.excimer_choose_item{width:53%}
.excimer_choose_item h2{font-size:24px;line-height:1.5;color:#454547;font-weight:600}
.excimer_choose_item p{font-size:14px;line-height:2;color:#454547}

.excimer_choose_item_n h2{font-size:24px;line-height:1.5;color:#454547;font-weight:600}
.excimer_choose_item_n p{font-size: 14px;
line-height: 2;
color: #454547;}
.excimer_choose_pic{width: 46.1%;}

/*excimer_indication_warp*/
.excimer_indication_warp{border-bottom:1px solid #d9d9d9;padding-bottom:60px}
.excimer_indication_title{font-size:24px;margin-bottom:20px;line-height:1.5;color:#454547;font-weight:600}
.excimer_indication_swiper{overflow:hidden}
.excimer_indication_slide,.excimer_product_slide{text-align:center}
.excimer_indication_slide .item_img{/* padding:30px 10px; *//* box-shadow: 0 0 5px rgba(0,0,0,.05); *//* background-color: #fff; */border-radius: 8px;overflow: hidden;}
.excimer_indication_slide .item_img img{width: auto;margin: 0 auto;border-radius: 20px;}
.excimer_indication_slide .item_text{padding:20px 0}
.excimer_indication_slide .item_text h2{margin-bottom:8px;line-height:1.5;font-size:16px;font-weight:600;color:#454547}
.excimer_indication_slide .item_text a{font-size:16px;line-height:18px;padding:5px 10px;border-radius:13px;-moz-border-radius:13px;-webkit-border-radius:13px;background:#ffffff;border:1px solid #f3f3f3;display:inline-block;color:#333}
.none_img{opacity: 0;position:absolute;top:0;left:0;width:100%;}
.excimer_indication_slide:hover .item_img img{/* transform: rotateY(180deg); *//* -webkit-transform: rotateY(180deg); */opacity:0;transition:all .3s ease-in-out;}
.excimer_indication_slide:hover .none_img img{/* transform: rotateY(180deg); *//* -webkit-transform:rotateY(180deg); */opacity:1;transition:all .3s ease-in-out;}
.excimer_indication_slide:hover .none_img{opacity:1;transition:all .3s ease-in-out;background: none;border-radius: 20px;}

/*excimer_product_warp*/
.excimer_product_warp{margin:120px 0 60px}
.excimer_product_title{font-size:24px;margin-bottom:20px;line-height:1.5;color:#454547;font-weight:600;text-align:center}
.excimer_product_slide .item_img{overflow:hidden;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.1)}
.excimer_product_slide .item_text{padding:12px 0}
.excimer_product_slide .item_text h2{margin-bottom:8px;line-height:1.5;font-size:16px;font-weight:600;color:#454547}
.excimer_product_slide .item_text a{font-size:16px;line-height:18px;padding:5px 10px;border-radius:13px;-moz-border-radius:13px;-webkit-border-radius:13px;background:#ffffff;border:1px solid #f3f3f3;display:inline-block;color:#333}


.pd_common_banner .item_phone{
    display: none;
}
.mobilePd_produt_main{
    display: none;
}


/*technology*/
.technology_banner_warp{
    position: relative;
}
.technology_banner_box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.technology_banner_list{
    justify-content: start;-webkit-justify-content: start;
}
.technology_banner_list li{
    position: relative;
    line-height:1.5;
    font-size: 24px;
    font-weight:600;
    color:#fff;
    padding: 5px 18px;
    /* border-right: 1px solid #fff; */
    cursor: pointer;
}
.technology_banner_list li:last-child{
    border: 0;
}
.technology_banner_list li.active,.technology_banner_list li:hover{
    background-color: #f8f8f8;color: #484848;border-color: #f8f8f8;border-radius: 10px 10px 0  0;
}
.technology_banner_list li:before,.technology_banner_list li:after{
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  bottom: 0;
  background: radial-gradient(8px at 8px 0px,transparent 8px,#f8f8f8 8px);
  opacity: 0;
}
.technology_banner_list li:before{
    left: calc(-1 * 8px);
    transform: scaleX(-1);
}
.technology_banner_list li:after{
    right: calc(-1 * 8px);
}
.technology_banner_list li.active:before,.technology_banner_list li.active:after,.technology_banner_list li:hover:before,.technology_banner_list li:hover:after{
    opacity: 1;
}
.technology_box_warp{
    position: relative;
}
.technology_box_item{ 
    display: none;
}
.technology_box_item.active{
    display: block;animation: zoomInA .5s ease;-webkit-animation: zoomInA .5s ease;
}  

@-webkit-keyframes zoomInA { 0% {
 opacity: 0;
 -webkit-transform: scale3d(.6, .6, .6);
 transform: scale3d(.6, .6, .6);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomInA { 0% {
 opacity: 0;
 -webkit-transform: scale3d(.6, .6, .6);
 transform: scale3d(.6, .6, .6);
}
 50% {
 opacity: 1;
}
}
.zoomInA { -webkit-animation-name: zoomInA; animation-name: zoomInA; }
 @media only screen and (max-width: 1540px) {
     .index_header .container{width:75%;}
 }


 @media only screen and (max-width: 1440px) {
     .index_header .container{width:80%;}
     .index_header_nav .head_nav > li > a{font-size:1.25rem;}
.bd .layout{width:1200px;} 
.hair_title{font-size:44px}
 }

 @media only screen and (max-width: 1280px) {
.pd_head_banner .pd_head_title{font-size:40px}
.pd_head_banner .layout,.layout,.bd .hair_layout,.bd .layout{width:98%} 
.hair_title{font-size:34px}
.index_header .container{width:90%;}
 }
 @media only screen and (max-width:550px) {
    
}
 @media only screen and (max-width: 950px) {
     .solo_img div{width:auto;}
     .products_bottom .container .textbx p {
  /*background-color: #ffffff8a;*/
  /*padding: 20px;*/

}
     .hair_removal_main{min-height:auto;}
     .technology_banner_list li{color: #202020;}
     .technology_banner_list li.active, .technology_banner_list li:hover{
         color: #1f6ad7;
     }
     .path_nav{display:none;}
     .technology_banner_box{position:relative;}
  .index_about_list ul li .icon {
  width: 8.25rem;
  height: 7.25rem;
  margin-bottom: 2.25rem;
}
.hair_removal_warp img{display:block;}
.path_nav {
  margin-left: -9px;
}
.hairmobile_removal_slide .item_text p {
  font-size: 11px;
  width: 60%;
}
.hairmobile_removal_slide .item_text h3 {
  width: 70%;
}
 .pd_product_slide{margin-bottom:60px;padding:0 2%}
.pd_product_slide .item_text p{margin:15px 0}
.pd_product_slide .item_text a.pd_product_btn{width:120px;height:32px;line-height:32px;font-size:13px}
.pd_product_slide .item_list{padding:8px 12px}
.pd_navSlide_list li{
    margin-bottom: 15px;
}
.pd_navSlide_warp{margin:60px 0 45px;}

/*product-list*/
.pd_common_banner{max-height:400px}
.pd_common_banner img{width:100%;height:100%;object-fit:cover;object-position:center;max-height:400px}
.pd_common_banner .item_phone{display:block}
.pd_common_banner .item_pc{display:none}
.pd_navSlide_list{justify-content:center;-webkit-justify-content:center}
.pd_navSlide_list li{margin:0 5px 10px}
.pd_product_main{display:none}
.mobilePd_produt_main{padding:0 1%;display: block;}
.mobilePd_produt_item{background-color:#ffffff;border-radius:10px;padding:0 10px 10px;box-shadow:0 0 10px rgba(0,0,0,.1);margin-bottom:50px}
.mobilePd_produt_slide .item_img{width:49%}
.mobilePd_produt_slide .item_img img,.mobilePd_produt_img img{width:100%;max-width:100%}
.mobilePd_produt_slide .item_text{width:48%;padding:12px 0}
.mobilePd_produt_slide .item_text h3{margin-bottom:8px;font-size:15px;color:#1562d6;font-weight:normal;line-height:1.2}
.mobilePd_produt_slide .item_text h2{font-size:20px;color:#454547;font-weight:normal;line-height:1.2}
.mobilePd_produt_slide .item_text p{margin:10px 0;font-size:12px;color:#454547;line-height:1.2}
.mobilePd_produt_slide .item_text a{width:100px;height:30px;line-height:30px;font-size:12px;color:#fff;background-color:#1562d6;text-align:center;text-transform:uppercase;display:inline-block;border-radius:50px;border:1px solid #1562d6}
.mobilePd_produt_img{margin-top:15px;overflow:hidden;border-radius:5px}
.hair_removal_warp{padding:100px 0 30px}
.hair_title{font-size:24px}
.hair_removal_list li{font-size:13px;margin-right:10px}
.hair_removal_list{margin:30px 0}
.hair_removal_main{width:52%}
.treat_service_slide{width:31.5%}
.excimer_choose_item h2,.excimer_indication_title,.excimer_product_title{font-size:20px}
.excimer_choose_item p{font-size:12px}
.excimer_indication_slide .item_img{padding:10px}
.excimer_indication_slide .item_text{padding:10px 0}
.excimer_choose_warp{margin:60px 0}



.hair_removal_warp {
    display: none;
}
.hairmobile_removal_warp{
    display: block;
    padding: 50px 0 30px 9px;
    z-index: 9;
    position: relative;
}
.hairmobile_removal_box {
    margin-top: 30px;
}
.hairmobile_removal_pic{
    position: absolute;
    top: 120px;
    right: -35px;
    width: 400px;
    z-index: -1;
    max-width: 400px;
}
.hairmobile_removal_pic img{
    width: 100%;
    object-fit: contain;
    height: 100%;max-height: 500px;
}
 }
 @media only screen and (max-width: 768px) {
/*.pd_navSlide_list li{width:48.5%}*/
.pd_navSlide_list li a{width:100%;box-sizing:border-box;text-align:center;}
     
 }
 @media only screen and (max-width: 640px) {
    .pd_head_banner .pd_head_title{font-size:30px}
    .pd_product_slide .item_text{width:100%}
.pd_product_slide .pd_product_right{width:100%;flex-direction: column-reverse;-webkit-flex-direction: column-reverse;display:-webkit-box;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}
.pd_product_slide .item_list{position:relative;top:0;transform:unset;-webkit-transform:unset;margin:15px 0;display:-webkit-box;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}
.pd_product_slide .item_list li{width:48.5%;margin: 10px 0;}
.pd_product_slide{padding:15px 2%;}
.pd_product_slide{flex-direction:column-reverse;-webkit-flex-direction:column-reverse}

.hair_removal_main{width:100%;
    margin-bottom: 20px;
}
.hair_removal_pic,.excimer_choose_item,.excimer_choose_pic{width:100%}
.excimer_choose_item{
    margin-top: 15px;
}
.treat_service_slide{width:70%;border-bottom: 1px solid #d8d8d8;}
.treat_service_slide .item_img {
  border-right: none;
  border-left: none;
}
.excimer_choose_warp{flex-direction:column-reverse}





}

 @media only screen and (max-width: 480px) {
/*.pd_navSlide_list li{width:100%}*/
     .hair_removal_list li{font-size:13px;width:100%;margin-bottom:15px;
         text-align: center;
     }
     .hair_product_slide{width:33.333%;}
     .hair_product_slide a .item_text h2 {
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.2;
  color: #454547;
  font-weight: 600;
}
     
     
     
     
     
     
     
     
 }
.teatt{background: #f8f8f8;}
.treatments_banner{text-align: right;padding-right: 10%;}

.page_ptitle{
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
}
.pro_pds{padding-top:110px;}

.downer_form_text h2,.formbx_content_policy h2{font-size: 18px;color: red;width: 100%;}
.contact_content_formbx .formbx_content_policy{flex-wrap: wrap;}



			/*-------------------------------
			entry-table start
			----------------------------------*/	

.entry table {position:relative;border-collapse: collapse;border-spacing: 0;width: 100%;margin-bottom:0 !important;}
.entry table tr:nth-child(2n+1) td{background:#ececec;}

.entry table th, .entry table td {height: 30px;border: 1px solid #ccc;text-align: left;line-height: 1.5;font-size: 12px;color: #666;background: #fbfbfb;padding: 0 15px;}
.entry table th {font-size: 12px;background: #eee;}
.entry table td p, .entry table th p, table td p, table th p {margin: 0;padding: 5px;color: #666;font-size: 12px;line-height: 1.3;}
.entry table td.amts {color: #cb2027;}
.entry table th#cartDelete {text-align: center;}

/*-------------------------------
			entry-table end
			----------------------------------*/
.hair_product_list .hair_product_slide .item_img img {display:block;width: 100%;}

/*faqs*/
.fl-accordion-button-label{
font-family: OpenSans;
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left; 
}
.fl-node-637f030c88cf5 .fl-accordion-item{padding-bottom:15px;margin:0 !important;}
.fl-accordion-item-active .fl-accordion-button-label{color:#0089ff;}
.fl-accordion-item-active .fa-minus:before{color:#0089ff;}
.fl-accordion-item{border-bottom:1px solid #000;border-right:none !important;border-top:none !important;border-left:none !important;}
.fl-accordion-item:last-child{border:none !important;}

/*.current-menu-parent a{color:#1462D6 !important;}*/
.fl-node-637f030c88cf5 .fl-accordion-item{padding-bottom:0 !important;}
.fl-accordion-small .fl-accordion-button{padding:20px 15px !important;}
.index_header_nav .head_nav>.fenlei ul > li:hover > a em{color:#1462D6 !important;}

.pd_product_slide:hover{
    box-shadow: 0px 18px 18px -11px #ceddf3;
}
.path_nav li {z-index:999999;}

.excimer_product_slide:hover .item_img{
    box-shadow: 1px 7px 10px 3px #ceddf3;
}
.hair_product_slide:hover .item_img{box-shadow: 1px 7px 10px 3px #ceddf3;}
.excimer_product_swiper .swiper-wrapper{justify-content:center;}
.mo_title,.mo_title:visited{color:#989898;}
.mo_title:hover{color:#1462d6;}
.fenge{
    width: 1px;
    height: 36px;
    background: #f8f8f8;
    margin: 4px 0;
    display: block;
}
.blank_a{display:none;}
.blank_a a:hover{font-weight:bold !important;text-decoration:underline;}
.blank_a a:visited{color:#1462D6 !important;}
.unset>a{pointer-events: none;color: #fff;}
.zs_a{width:100%;text-align:center;display:block;padding-bottom:15px;}
.zs_a a{color:#fff;}
#down-btnbx.active:hover{cursor:wait;}


.foot_sns {position: relative;/* margin-top: 55px; */justify-content: flex-start;}
.foot_sns li {display: inline-block;/* margin: 0 5px; */margin-right: 16px;}
.foot_sns li a {}
.foot_sns li img {width: auto;max-height: 22px;}
/*.foot_sns li:hover img { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }*/
.copyright { position: relative; display: block; margin-top: 60px; text-transform: capitalize; }
.copy p{text-align:center;}
.tel_link { pointer-events: none; }
 @media screen and (max-width: 768px) {
.tel_link { pointer-events: auto; }}
.sna_colour{
    display: none;
}
.foot_sns li:hover .sns_grey{
    display: none;
}
.foot_sns li:hover .sna_colour{
    display: block;
}

.download_form.active{ display:block}
.download_form{display:none;position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 99;}
.download_form .close_btn{background: url(img/fancy_close.png);width: 30px;height: 30px;position: absolute;right: 72px;top: -14px;cursor:pointer}
.dow_close{position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,.4);}
.download_form .dow_box{width: 60%;max-width: 500px;position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);border-radius: 5px;padding: 0;text-align: center;}
.input_mail{width: 90%;margin:0 auto;}
.download_form img{ }

.flex_row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo { display: none; font-family: Arial, Helvetica, sans-serif; }

.change-language{margin-left:10px;  position: relative;display: inline-block;vertical-align: middle;text-align: left;}
.mobile-head-language .prisna-wp-translate-seo, .change-language .prisna-wp-translate-seo { display: block; }
.change-language .change-language-title, .change-language .change-language-title a { font-size: 10pt; color: #fff; }
.change-language .change-language-title a:after { display: inline-block; padding-left: 2px; content: "\f0d7"; font-size: 12px; font-family: 'fontawesome'; }
.change-language:hover .change-language-title a:after { -webkit-transform: rotate(-180deg); -moz-transform: rotate(-360deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); -ms-transform: rotate(-180deg); }
.change-language .change-language-cont { position: absolute; top: 36px; right: 0; z-index: 999; visibility: hidden; overflow-y: scroll; padding: 20px 10px 20px 20px; width: 360px; max-height: 80vh; border: 1px solid #eee; border-radius: 5px; background: #FFF; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; transform: scale3d(0.9, 0.9, 1); -ms-transition: all 0.3s ease-in-out; }
.change-language:hover .change-language-cont { visibility: visible; opacity: 1; transform: scale3d(1, 1, 1); }
.change-language .change-language-cont li { display: inline-block; overflow: hidden; margin: 0 0 10px; padding: 0 10px 0 0; width: 30%; vertical-align: top; font-size: 10pt; }
.change-language .change-language-cont li a:hover { color: #003B88; }
.change-language .change-language-cont .lang-item-hide { display: none !important; }
.change-language .change-language-cont .lang-more { position: relative; display: block; text-align: center; line-height: 30px; cursor: pointer; }
.change-language .change-language-cont .more-active { font-size: 20px; }
.language-flag span { position: relative; display: inline-block; overflow: hidden; padding: 0 0 0 33px; vertical-align: top; white-space: nowrap; *display: inline;
 *zoom: 1;
}
 .change-language ::-webkit-scrollbar {
 width: 5px;
}
 .change-language ::-webkit-scrollbar-track {
 background-color: #fff;
}
 .change-language ::-webkit-scrollbar-thumb {
 border-radius: 3px;
 background-color: rgba(0,0,0,.3);
}
 .change-language .language-cont:hover::-webkit-scrollbar-thumb {
 display: block;
}
.language-flag .country-flag { position: absolute; top: 50%; left: 0; display: inline-block; margin: -8px 5px 0; width: 22px; height: 16px; background-image: url(img/all-m.gif); background-repeat: no-repeat; vertical-align: top; *display: inline;
 *zoom: 1;
}
li.language-flag a { position: relative; }
.language-flag-af .country-flag { background-position: 0 0 !important; }
.language-flag-sq .country-flag { background-position: 0 -16px !important; }
.language-flag-ar .country-flag { background-position: 0 -32px !important; }
.language-flag-hy .country-flag { background-position: 0 -48px !important; }
.language-flag-az .country-flag { background-position: 0 -64px !important; }
.language-flag-eu .country-flag { background-position: 0 -80px !important; }
.language-flag-be .country-flag { background-position: 0 -96px !important; }
.language-flag-bg .country-flag { background-position: 0 -112px !important; }
.language-flag-ca .country-flag { background-position: 0 -128px !important; }
.language-flag-zh .country-flag { background-position: 0 -144px !important; }
.language-flag-zh-TW .country-flag { background-position: 0 -160px !important; }
.language-flag-hr .country-flag { background-position: 0 -176px !important; }
.language-flag-cs .country-flag { background-position: 0 -192px !important; }
.language-flag-da .country-flag { background-position: 0 -208px !important; }
.language-flag-nl .country-flag { background-position: 0 -240px !important; }
.language-flag-en .country-flag { background-position: 0 -256px !important; }
.language-flag-et .country-flag { background-position: 0 -272px !important; }
.language-flag-tl .country-flag { background-position: 0 -288px !important; }
.language-flag-fi .country-flag { background-position: 0 -304px !important; }
.language-flag-fr .country-flag { background-position: 0 -320px !important; }
.language-flag-gl .country-flag { background-position: 0 -336px !important; }
.language-flag-ka .country-flag { background-position: 0 -352px !important; }
.language-flag-de .country-flag { background-position: 0 -368px !important; }
.language-flag-el .country-flag { background-position: 0 -384px !important; }
.language-flag-ht .country-flag { background-position: 0 -400px !important; }
.language-flag-iw .country-flag { background-position: 0 -416px !important; }
.language-flag-hi .country-flag, .language-flag-te .country-flag, .language-flag-kn .country-flag, .language-flag-ta .country-flag, .language-flag-gu .country-flag { background-position: 0 -432px !important; }
.language-flag-hu .country-flag { background-position: 0 -448px !important; }
.language-flag-is .country-flag { background-position: 0 -464px !important; }
.language-flag-id .country-flag { background-position: 0 -480px !important; }
.language-flag-ga .country-flag { background-position: 0 -496px !important; }
.language-flag-it .country-flag { background-position: 0 -512px !important; }
.language-flag-ja .country-flag { background-position: 0 -528px !important; }
.language-flag-ko .country-flag { background-position: 0 -544px !important; }
.language-flag-la .country-flag { background-position: 0 -560px !important; }
.language-flag-lv .country-flag { background-position: 0 -576px !important; }
.language-flag-lt .country-flag { background-position: 0 -592px !important; }
.language-flag-mk .country-flag { background-position: 0 -608px !important; }
.language-flag-ms .country-flag { background-position: 0 -624px !important; }
.language-flag-mt .country-flag { background-position: 0 -640px !important; }
.language-flag-no .country-flag { background-position: 0 -656px !important; }
.language-flag-fa .country-flag { background-position: 0 -672px !important; }
.language-flag-pl .country-flag { background-position: 0 -688px !important; }
.language-flag-pt .country-flag { background-position: 0 -704px !important; }
.language-flag-ro .country-flag { background-position: 0 -720px !important; }
.language-flag-ru .country-flag { background-position: 0 -736px !important; }
.language-flag-sr .country-flag { background-position: 0 -752px !important; }
.language-flag-sk .country-flag { background-position: 0 -768px !important; }
.language-flag-sl .country-flag { background-position: 0 -784px !important; }
.language-flag-es .country-flag { background-position: 0 -800px !important; }
.language-flag-sw .country-flag { background-position: 0 -816px !important; }
.language-flag-sv .country-flag { background-position: 0 -832px !important; }
.language-flag-th .country-flag { background-position: 0 -848px !important; }
.language-flag-tr .country-flag { background-position: 0 -864px !important; }
.language-flag-uk .country-flag { background-position: 0 -880px !important; }
.language-flag-ur .country-flag { background-position: 0 -896px !important; }
.language-flag-vi .country-flag { background-position: 0 -912px !important; }
.language-flag-cy .country-flag { background-position: 0 -928px !important; }
.language-flag-yi .country-flag { background-position: 0 -944px !important; }
.language-flag-bn .country-flag { background-position: 0 -960px !important; }
.language-flag-eo .country-flag { background-position: 0 -976px !important; }
.language-flag.language-flag-custom-afghanistan .country-flag { background-position: 0 -992px !important; }
.language-flag.language-flag-custom-albania .country-flag { background-position: 0 -1008px !important; }
.language-flag.language-flag-custom-algeria .country-flag { background-position: 0 -1024px !important; }
.language-flag.language-flag-custom-argentina .country-flag { background-position: 0 -1040px !important; }
.language-flag.language-flag-custom-australia .country-flag { background-position: 0 -1056px !important; }
.language-flag.language-flag-custom-austria .country-flag { background-position: 0 -1072px !important; }
.language-flag.language-flag-custom-belgium .country-flag { background-position: 0 -1088px !important; }
.language-flag.language-flag-custom-brazil .country-flag { background-position: 0 -1104px !important; }
.language-flag.language-flag-custom-canada .country-flag { background-position: 0 -1120px !important; }
.language-flag.language-flag-custom-chile .country-flag { background-position: 0 -1136px !important; }
.language-flag.language-flag-custom-cote-d-ivoire .country-flag { background-position: 0 -1152px !important; }
.language-flag.language-flag-custom-ecuador .country-flag { background-position: 0 -1168px !important; }
.language-flag.language-flag-custom-egypt .country-flag { background-position: 0 -1184px !important; }
.language-flag.language-flag-custom-england .country-flag { background-position: 0 -1200px !important; }
.language-flag.language-flag-custom-luxembourg .country-flag { background-position: 0 -1216px !important; }
.language-flag.language-flag-custom-malaysia .country-flag { background-position: 0 -1232px !important; }
.language-flag.language-flag-custom-mexico .country-flag { background-position: 0 -1248px !important; }
.language-flag.language-flag-custom-new-zealand .country-flag { background-position: 0 -1264px !important; }
.language-flag.language-flag-custom-oman .country-flag { background-position: 0 -1280px !important; }
.language-flag.language-flag-custom-qatar .country-flag { background-position: 0 -1296px !important; }
.language-flag.language-flag-custom-saudi-arabia .country-flag { background-position: 0 -1312px !important; }
.language-flag.language-flag-custom-singapore .country-flag { background-position: 0 -1328px !important; }
.language-flag.language-flag-custom-south-africa .country-flag { background-position: 0 0 !important; }
.language-flag.language-flag-custom-switzerland .country-flag { background-position: 0 -1344px !important; }
.language-flag.language-flag-custom-syria .country-flag { background-position: 0 -1360px !important; }
.language-flag.language-flag-custom-united-arab-emirates .country-flag { background-position: 0 -1376px !important; }
.language-flag.language-flag-custom-united-states-of-america .country-flag { background-position: 0 -1392px !important; }
.language-flag-hy .country-flag { background-position: 0 -1408px; }
.language-flag-bs .country-flag { background-position: 0 -1424px; }
.language-flag-ceb .country-flag { background-position: 0 -1440px; }
.language-flag-ny .country-flag { background-position: 0 -1456px; }
.language-flag-ha .country-flag { background-position: 0 -1472px; }
.language-flag-hmn .country-flag { background-position: 0 -1488px; }
.language-flag-ig .country-flag { background-position: 0 -1504px; }
.language-flag-jw .country-flag { background-position: 0 -1520px; }
.language-flag-kk .country-flag { background-position: 0 -1536px; }
.language-flag-km .country-flag { background-position: 0 -1552px; }
.language-flag-lo .country-flag { background-position: 0 -1568px; }
.language-flag-la .country-flag { background-position: 0 -1584px; }
.language-flag-mg .country-flag { background-position: 0 -1600px; }
.language-flag-ml .country-flag { background-position: 0 -1616px; }
.language-flag-mi .country-flag { background-position: 0 -1632px; }
.language-flag-mr .country-flag { background-position: 0 -1648px; }
.language-flag-mn .country-flag { background-position: 0 -1664px; }
.language-flag-my .country-flag { background-position: 0 -1680px; }
.language-flag-ne .country-flag { background-position: 0 -1696px; }
.language-flag-pa .country-flag { background-position: 0 -1712px; }
.language-flag-st .country-flag { background-position: 0 -1728px; }
.language-flag-si .country-flag { background-position: 0 -1744px; }
.language-flag-so .country-flag { background-position: 0 -1760px; }
.language-flag-su .country-flag { background-position: 0 -1776px; }
.language-flag-tg .country-flag { background-position: 0 -1792px; }
.language-flag-uz .country-flag { background-position: 0 -1808px; }
.language-flag-yo .country-flag { background-position: 0 -1824px; }
.language-flag-zu .country-flag { background-position: 0 -1840px; }
/*-------------------------------
			language  end
			----------------------------------*/
.language-flag .country-flag {
    color: black;
}
.change-language .change-language-cont li a { color: black;font-size:14px; }

/* CSS Document */
.transall{position:relative;float:right;display:inline-block;}
.transall .prisna-wp-translate-dropdown-languages-list{position:absolute;right:0;overflow-x:hidden;overflow-y:scroll;padding:10px!important;width:350px;max-height:70vh;background:#fff!important;    display: none;}
.transall:hover .prisna-wp-translate-dropdown-languages-list{display: block;}
.transall .prisna-wp-translate-dropdown-languages-list p{display:inline-block;width:49.33%;border-top:none!important;}
.prisna-wp-translate-dropdown-current-language{margin-bottom:0;}
.change-language-title span { color: #666; }
.language-flag span
{
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
}
.language-flag .country-flag
{
 position: relative;
 display: inline-block;
 vertical-align: top;
 *display:inline;
 *zoom:1;
 background-repeat: no-repeat;
 background-image: url(img/all-m.gif);
 width: 22px;
 height: 16px;
 margin: 0 5px
}
.language-flag-af .country-flag { background-position: 0 0 !important; }
.language-flag-sq .country-flag { background-position: 0 -16px !important; }
.language-flag-ar .country-flag { background-position: 0 -32px !important; }
.language-flag-hy .country-flag { background-position: 0 -48px !important; }
.language-flag-az .country-flag { background-position: 0 -64px !important; }
.language-flag-eu .country-flag { background-position: 0 -80px !important; }
.language-flag-be .country-flag { background-position: 0 -96px !important; }
.language-flag-bg .country-flag { background-position: 0 -112px !important; }
.language-flag-ca .country-flag { background-position: 0 -128px !important; }
.language-flag-zh .country-flag { background-position: 0 -144px !important; }
.language-flag-zh-TW .country-flag { background-position: 0 -160px !important; }
.language-flag-hr .country-flag { background-position: 0 -176px !important; }
.language-flag-cs .country-flag { background-position: 0 -192px !important; }
.language-flag-da .country-flag { background-position: 0 -208px !important; }
.language-flag-nl .country-flag { background-position: 0 -240px !important; }
.language-flag-en .country-flag { background-position: 0 -256px !important; }
.language-flag-et .country-flag { background-position: 0 -272px !important; }
.language-flag-tl .country-flag { background-position: 0 -288px !important; }
.language-flag-fi .country-flag { background-position: 0 -304px !important; }
.language-flag-fr .country-flag, .language-flag-co .country-flag { background-position: 0 -320px !important; }
.language-flag-gl .country-flag { background-position: 0 -336px !important; }
.language-flag-ka .country-flag { background-position: 0 -352px !important; }
.language-flag-de .country-flag { background-position: 0 -368px !important; }
.language-flag-el .country-flag { background-position: 0 -384px !important; }
.language-flag-ht .country-flag { background-position: 0 -400px !important; }
.language-flag-iw .country-flag { background-position: 0 -416px !important; }
.language-flag-hi .country-flag, .language-flag-te .country-flag, .language-flag-kn .country-flag, .language-flag-ta .country-flag, .language-flag-gu .country-flag { background-position: 0 -432px !important; }
.language-flag-hu .country-flag { background-position: 0 -448px !important; }
.language-flag-is .country-flag { background-position: 0 -464px !important; }
.language-flag-id .country-flag { background-position: 0 -480px !important; }
.language-flag-ga .country-flag { background-position: 0 -496px !important; }
.language-flag-it .country-flag { background-position: 0 -512px !important; }
.language-flag-ja .country-flag { background-position: 0 -528px !important; }
.language-flag-ko .country-flag { background-position: 0 -544px !important; }
.language-flag-la .country-flag { background-position: 0 -560px !important; }
.language-flag-lv .country-flag { background-position: 0 -576px !important; }
.language-flag-lt .country-flag { background-position: 0 -592px !important; }
.language-flag-mk .country-flag { background-position: 0 -608px !important; }
.language-flag-ms .country-flag { background-position: 0 -624px !important; }
.language-flag-mt .country-flag { background-position: 0 -640px !important; }
.language-flag-no .country-flag { background-position: 0 -656px !important; }
.language-flag-fa .country-flag { background-position: 0 -672px !important; }
.language-flag-pl .country-flag { background-position: 0 -688px !important; }
.language-flag-pt .country-flag { background-position: 0 -704px !important; }
.language-flag-ro .country-flag { background-position: 0 -720px !important; }
.language-flag-ru .country-flag { background-position: 0 -736px !important; }
.language-flag-sr .country-flag { background-position: 0 -752px !important; }
.language-flag-sk .country-flag { background-position: 0 -768px !important; }
.language-flag-sl .country-flag { background-position: 0 -784px !important; }
.language-flag-es .country-flag { background-position: 0 -800px !important; }
.language-flag-sw .country-flag { background-position: 0 -816px !important; }
.language-flag-sv .country-flag { background-position: 0 -832px !important; }
.language-flag-th .country-flag { background-position: 0 -848px !important; }
.language-flag-tr .country-flag { background-position: 0 -864px !important; }
.language-flag-uk .country-flag { background-position: 0 -880px !important; }
.language-flag-ur .country-flag,.language-flag-sd .country-flag { background-position: 0 -896px !important; }
.language-flag-vi .country-flag { background-position: 0 -912px !important; }
.language-flag-cy .country-flag { background-position: 0 -928px !important; }
.language-flag-yi .country-flag { background-position: 0 -944px !important; }
.language-flag-bn .country-flag { background-position: 0 -960px !important; }
.language-flag-eo .country-flag { background-position: 0 -976px !important; }
.language-flag.language-flag-custom-afghanistan .country-flag { background-position: 0 -992px !important; }
.language-flag.language-flag-custom-albania .country-flag { background-position: 0 -1008px !important; }
.language-flag.language-flag-custom-algeria .country-flag { background-position: 0 -1024px !important; }
.language-flag.language-flag-custom-argentina .country-flag { background-position: 0 -1040px !important; }
.language-flag.language-flag-custom-australia .country-flag { background-position: 0 -1056px !important; }
.language-flag.language-flag-custom-austria .country-flag { background-position: 0 -1072px !important; }
.language-flag.language-flag-custom-belgium .country-flag { background-position: 0 -1088px !important; }
.language-flag.language-flag-custom-brazil .country-flag { background-position: 0 -1104px !important; }
.language-flag.language-flag-custom-canada .country-flag { background-position: 0 -1120px !important; }
.language-flag.language-flag-custom-chile .country-flag { background-position: 0 -1136px !important; }
.language-flag.language-flag-custom-cote-d-ivoire .country-flag { background-position: 0 -1152px !important; }
.language-flag.language-flag-custom-ecuador .country-flag { background-position: 0 -1168px !important; }
.language-flag.language-flag-custom-egypt .country-flag { background-position: 0 -1184px !important; }
.language-flag.language-flag-custom-england .country-flag { background-position: 0 -1200px !important; }
.language-flag.language-flag-custom-luxembourg .country-flag { background-position: 0 -1216px !important; }
.language-flag.language-flag-custom-malaysia .country-flag { background-position: 0 -1232px !important; }
.language-flag.language-flag-custom-mexico .country-flag { background-position: 0 -1248px !important; }
.language-flag.language-flag-custom-new-zealand .country-flag { background-position: 0 -1264px !important; }
.language-flag.language-flag-custom-oman .country-flag { background-position: 0 -1280px !important; }
.language-flag.language-flag-custom-qatar .country-flag { background-position: 0 -1296px !important; }
.language-flag.language-flag-custom-saudi-arabia .country-flag { background-position: 0 -1312px !important; }
.language-flag.language-flag-custom-singapore .country-flag { background-position: 0 -1328px !important; }
.language-flag.language-flag-custom-south-africa .country-flag { background-position: 0 0 !important; }
.language-flag.language-flag-custom-switzerland .country-flag { background-position: 0 -1344px !important; }
.language-flag.language-flag-custom-syria .country-flag { background-position: 0 -1360px !important; }
.language-flag.language-flag-custom-united-arab-emirates .country-flag { background-position: 0 -1376px !important; }
.language-flag.language-flag-custom-united-states-of-america .country-flag { background-position: 0 -1392px !important; }
.language-flag-hy .country-flag { background-position: 0 -1408px; }
.language-flag-bs .country-flag { background-position: 0 -1424px; }
.language-flag-ceb .country-flag { background-position: 0 -1440px; }
.language-flag-ny .country-flag { background-position: 0 -1456px; }
.language-flag-ha .country-flag { background-position: 0 -1472px; }
.language-flag-hmn .country-flag { background-position: 0 -1488px; }
.language-flag-ig .country-flag { background-position: 0 -1504px; }
.language-flag-jw .country-flag { background-position: 0 -1520px; }
.language-flag-kk .country-flag { background-position: 0 -1536px; }
.language-flag-km .country-flag { background-position: 0 -1552px; }
.language-flag-lo .country-flag { background-position: 0 -1568px; }
.language-flag-la .country-flag { background-position: 0 -1584px; }
.language-flag-mg .country-flag { background-position: 0 -1600px; }
.language-flag-ml .country-flag { background-position: 0 -1616px; }
.language-flag-mi .country-flag { background-position: 0 -1632px; }
.language-flag-mr .country-flag { background-position: 0 -1648px; }
.language-flag-mn .country-flag { background-position: 0 -1664px; }
.language-flag-my .country-flag { background-position: 0 -1680px; }
.language-flag-ne .country-flag { background-position: 0 -1696px; }
.language-flag-pa .country-flag { background-position: 0 -1712px; }
.language-flag-st .country-flag { background-position: 0 -1728px; }
.language-flag-si .country-flag { background-position: 0 -1744px; }
.language-flag-so .country-flag { background-position: 0 -1760px; }
.language-flag-su .country-flag { background-position: 0 -1776px; }
.language-flag-tg .country-flag { background-position: 0 -1792px; }
.language-flag-uz .country-flag { background-position: 0 -1808px; }
.language-flag-yo .country-flag { background-position: 0 -1824px; }
.language-flag-zu .country-flag { background-position: 0 -1840px; }
.language-flag-am .country-flag { background-position: 0 -1856px; }
.language-flag-haw .country-flag { background-position: 0 -1872px; }
.language-flag-ku .country-flag { background-position: 0 -1888px; }
.language-flag-ky .country-flag { background-position: 0 -1904px; }
.language-flag-lb .country-flag { background-position: 0 -1920px; }
.language-flag-ps .country-flag { background-position: 0 -1936px; }
.language-flag-st .country-flag { background-position: 0 -1952px; }
.language-flag-gd .country-flag { background-position: 0 -1968px; }
.language-flag-sn .country-flag { background-position: 0 -1984px; }
.language-flag-sm .country-flag { background-position: 0 -2000px; }



 @media only screen and (max-width: 950px) {
     .transall {
  display: none;
}
.excimer_product_warp .excimer_product_swiper .swiper-wrapper {
  justify-content:left !important;
}    
   
 }

@media only screen and (max-width: 475px)
{
    .hairmobile_removal_pic img {
 
  position: relative;
  transform: translateX(31%);
}
}

