:root {
  --theme_color: #1a938f;
  --subtheme_color: #2cafa8;
  --title_color: #232323;
  --content_color: #808080;
  --bg_color: #f7f9f8;
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1408px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
.content .content {
  padding: 0;
  max-width: 1220px;
}
.head .subtitle {
  color: var(--theme_color);
  display: block;
  font-size: 17px;
  line-height: 29px;
}
.head .subtitle.line {
  display: flex;
  align-items: center;
  gap: 18px;
}
.head .subtitle.line::after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  background-color: var(--theme_color);
}
.head h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}
.head.small h2 {
  font-size: 34px;
  line-height: 46px;
  text-transform: uppercase;
}
.head .nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.head .nav ul li {
  transition: all 0.3s;
  color: #666666;
  font-size: 18px;
  border-radius: 100px;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px 27.5px;
}
.head .nav ul li.active,
.head .nav ul li:hover {
  color: var(--title_color);
  border-color: #a8a8a8;
}
.head .nav.link ul li {
  padding: 0;
  border: none;
}
.head .nav.link ul li a {
  display: block;
  transition: all 0.3s;
  color: #666666;
  font-size: 18px;
  border-radius: 100px;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px 27.5px;
}
.head .nav.link ul li.active a,
.head .nav.link ul li:hover a {
  color: var(--title_color);
  border-color: #a8a8a8;
}
.button {
  display: inline-block;
  color: #fff;
  background-color: var(--theme_color);
  border-radius: 100px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 40px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.button::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 100px;
  z-index: -1;
}
.button:hover::after {
  transform: scale(1.02);
  box-shadow: 0 0 5px var(--theme_color);
}
.button:active {
  box-shadow: none;
  filter: brightness(0.8);
}
.button_more {
  display: inline-block;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #a8a8a8;
  font-size: 18px;
  font-weight: 500;
  padding: 12.5px 56px;
  transition: all 0.4s;
  cursor: pointer;
}
.button_more:hover {
  color: #fff;
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  box-shadow: 0 0 5px var(--theme_color);
}
.button_more:active {
  filter: brightness(0.8);
}
.swiper_btns {
  display: flex;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(../img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.68;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle {
  max-width: 1430px;
  width: 98%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  justify-content: space-between;
}
.swiper_btns.middle div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.small {
  max-width: 1766px;
}
.swiper_btns.small div {
  width: 12px;
  height: 22px;
}
.swiper_btns.full {
  gap: 1rem;
}
.swiper_btns.full.middle {
  max-width: 1678px;
}
.swiper_btns.full div {
  width: 82px;
  height: 82px;
  background: url(../img/arrow-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.swiper_btns.full div.swiper-button-disabled {
  background-image: url(../img/arrow-b.svg);
  cursor: default;
  background-color: #cbcbcb;
  opacity: 1;
  box-shadow: none;
}
.swiper_btns.full div.swiper-button-disabled:hover {
  box-shadow: none;
}
.swiper_btns.full div:hover {
  box-shadow: 0 0 5px var(--theme_color);
}
.swiper_btns.black div {
  background-image: url(../img/arrow-b.svg);
}
header {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  z-index: 998;
}
header.sticky {
  transform: translateY(-28px);
}
header.sticky .header_main {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
header.header_trans {
  top: 7px;
}
header.header_trans.sticky {
  transform: translate(0);
}
header.header_trans .header_main {
  background-color: transparent;
}
header.header_trans .header_main .logo {
  
}
header.header_trans .header_main nav div > ul > li::before {
  display: none;
}
header.header_trans .header_main nav div > ul > li > a {
  color: #1e1e1e;
}
header.header_trans .header_main nav div > ul > li ul {
  transform: translateY(-1rem);
  border-radius: 10px;
}
header.header_trans .header_main .right .tel span {
  color: #1e1e1e;
}
header.header_trans .header_main .right .tel a {
  color: #1e1e1e;
}
header.header_trans.header_black {
  top: 44px;
}
header.header_trans.header_black .header_main .logo {
  filter: none;
}
header.header_trans.header_black .header_main nav div > ul > li > a {
  color: var(--title_color);
}
header.header_trans.header_black .header_main nav div > ul > li > a:hover {
  color: var(--theme_color);
}
header.header_trans.header_black .header_main nav div > ul > li.current-menu-item > a {
  color: var(--theme_color);
}
header.header_trans.header_black .header_main .right .tel span {
  color: var(--title_color);
}
header.header_trans.header_black .header_main .right .tel a {
  color: var(--title_color);
}
header.header_trans.header_black .header_main .right .tel a:hover {
  color: var(--theme_color);
}
header .header_main {
  width: calc(100% - 2.4rem);
  max-width: 1813px;
  margin: 0 auto;
  background-color: #eff3f2;
  transition: all 0.4s;
  border-radius: 8px;
}
header .header_main .logo {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  top: -2px;
}
header .header_main .logo img {
  display: block;
  width: 182px;
  height: auto;
}
header .header_main .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
header .header_main nav div > ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
header .header_main nav div > ul > li {
  position: relative;
}
header .header_main nav div > ul > li::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  bottom: 5px;
  border-radius: 6px;
  transition: all 0.3s;
  opacity: 0;
}
header .header_main nav div > ul > li > a {
  font-size: 17px;
  font-weight: 500;
  display: block;
  transition: all 0.3s;
  padding: 34px 0 24px;
  text-transform: uppercase;
}
header .header_main nav div > ul > li.current-menu-item::before,
header .header_main nav div > ul > li.current-menu-parent::before,
header .header_main nav div > ul > li:hover::before {
  opacity: 1;
}
header .header_main nav div > ul > li.current-menu-item > a,
header .header_main nav div > ul > li.current-menu-parent > a,
header .header_main nav div > ul > li:hover > a {
  color: var(--theme_color);
}
header .header_main nav div > ul > li:hover ul {
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}
header .header_main nav div > ul > li ul {
  left: -1.5rem;
  position: absolute;
  min-width: 10rem;
  background-color: #eff3f2;
  border-radius: 0 0 10px 10px;
  padding: 1rem 1.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  display: block;
  transform: translateY(-84px);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s, opacity 0.2s;
  z-index: -1;
}
header .header_main nav div > ul > li ul li {
  margin-bottom: 5px;
}
header .header_main nav div > ul > li ul li a {
  white-space: nowrap;
  display: block;
  padding: 8px 0;
  transition: all 0.2s ease;
  border-radius: 0.625rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--title_color);
}
header .header_main nav div > ul > li ul li a:hover {
  color: var(--theme_color);
}
header .header_main .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header_main .right .tel {
  position: relative;
  padding-left: 36px;
  top: 4px;
}
header .header_main .right .tel::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/phone-full.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .header_main .right .tel span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px;
}
header .header_main .right .tel a {
  color: var(--title_color);
  font-weight: 500;
  transition: all 0.3s;
}
header .header_main .right .tel a:hover {
  color: var(--theme_color);
}
header .header_main .right .button {
  font-size: 1rem;
  padding: 10.5px 25px;
}
footer {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
footer .footer_main {
  background-color: #fff;
  padding: 192px 0 185px;
}
footer .footer_main .flex {
  gap: 3rem 1.25rem;
}
footer .footer_main .intro {
  width: 295px;
  margin-top: -8px;
}
footer .footer_main .intro .logo {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  top: -34px;
}
footer .footer_main .intro .logo img {
  display: block;
  width: auto;
  height: 4rem;
}
footer .footer_main .intro .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
footer .footer_main .intro p {
  color: #727272;
  line-height: 26px;
  margin-bottom: 44px;
}
footer .footer_main .slide_obj strong {
  display: block;
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2rem;
}
footer .footer_main .slide_obj li {
  margin-bottom: 10px;
}
footer .footer_main .slide_obj li:last-child {
  margin-bottom: 0;
}
footer .footer_main .slide_obj li a {
  color: #727272;
  transition: all 0.3s;
}
footer .footer_main .slide_obj li a:hover {
  color: var(--theme_color);
}
footer .footer_main .contact {
  width: 270px;
}
footer .footer_main .contact li {
  padding-left: 34px;
  position: relative;
}
footer .footer_main .contact li::before {
  content: '';
  display: block;
  width: 17px;
  height: 18px;
  background: no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 3px;
}
footer .footer_main .contact li p {
  color: #727272;
  line-height: 23px;
}
footer .footer_main .contact .tel::before {
  background-image: url(../img/phone.svg);
}
footer .footer_main .contact .email::before {
  background-image: url(../img/email.svg);
}
footer .footer_main .contact .pos::before {
  background-image: url(../img/pos.svg);
}
footer .copyright {
  background-color: #1a938e;
  padding: 1rem 0 18px;
}
footer .copyright p,
footer .copyright a {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
footer .copyright ul {
  display: flex;
  gap: 26px;
}
.social {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.social li {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #d8d8d8;
  transition: all 0.3s;
}
.social li:hover {
  background-color: var(--theme_color);
}
.social li:hover a {
  filter: contrast(0) brightness(20);
}
.social li a {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: url(../img/twitter.svg) no-repeat center / 45%;
  transition: all 0.3s;
  text-indent: -9999px;
}
.social .facebook a {
  background-image: url(../img/facebook.svg);
  background-size: 20%;
}
.social .youtube a {
  background-size: 52%;
  background-image: url(../img/youtube.svg);
}
.social .instagram a {
  background-size: 42%;
  background-image: url(../img/instagram.svg);
}
.social .pinterest a {
  background-size: 32%;
  background-image: url(../img/pinterest.svg);
}
.inquiry_box {
  background: url(../img/cta.jpg) no-repeat center / cover;
  padding: 68px 0 88px;
}
.inquiry_box .head {
  color: #fff;
  max-width: 654px;
}
.inquiry_box .head h2 {
  font-size: 42px;
  line-height: 50px;
}
.inquiry_box .head p {
  font-weight: 300;
  opacity: 0.8;
  font-size: 17px;
  line-height: 29px;
  margin-top: 28px;
}
.inquiry_box .inquiry_form {
  margin-top: 50px;
}
.inquiry_form form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.inquiry_form form .wpcf7-response-output {
  width: 100%;
  border: none !important;
  color: var(--theme_color);
  margin: 2rem 0 0 !important;
  padding: 0 !important;
  text-align: right;
}
.inquiry_form form .right .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  background-color: var(--theme_color);
}
.inquiry_form form .right .wpcf7-spinner::before {
  background-color: #fff;
}
.inquiry_form form .left {
  width: 48.358%;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.inquiry_form form .right {
  width: 48.60427%;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  position: relative;
}
.inquiry_form form span {
  width: 100%;
}
.inquiry_form form input,
.inquiry_form form textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 100px;
  color: var(--title_color);
  font-size: 17px;
  line-height: 29px;
  padding: 16.5px 6.440678%;
}
.inquiry_form form input::placeholder,
.inquiry_form form textarea::placeholder {
  color: #666666;
}
.inquiry_form form textarea {
  height: 334px;
  border-radius: 31px;
}
.inquiry_form form input[type="submit"] {
  display: block;
  width: auto;
  min-width: 226px;
  margin: 0 0 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: var(--theme_color);
  font-weight: 300;
  transition: all 0.3s;
  border: none;
}
.inquiry_form form input[type="submit"]:hover {
  box-shadow: 0 0 5px var(--theme_color);
}
.inquiry_form form input[type="submit"]:active {
  box-shadow: none;
  filter: brightness(0.8);
}
.products .product {
  max-height: 500px;
  position: relative;
}
.products .product:hover {
  z-index: 2;
}
.products .product a {
  display: block;
  overflow: hidden;
  border-radius: 19px;
  transition: all 0.3s;
}
.products .product a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.products .product a:hover img {
  transform: scale(1.05);
}
.products .product a:hover .info .button {
  opacity: 1;
  transform: translate(0);
}
.products .product .img {
  overflow: hidden;
  border-radius: 18px;
  background-color: #f7faf9;
  aspect-ratio: 390/375;
}
.products .product .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.products .product .info {
  text-align: center;
  padding: 34px 8.2% 2rem;
}
.products .product .info p {
  height: 60px;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .product .info span {
  color: var(--content_color);
  line-height: 27px;
  display: block;
  margin-top: 9px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .product .info .button {
  display: block;
  margin-top: 22px;
  opacity: 0;
  transform: translateY(1rem);
}


.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
  position: relative;
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/mobile-menu/close.svg) no-repeat center / contain;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 80vh;
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
}
.contact_pop.active {
  opacity: 1;
  pointer-events: all;
}
.contact_pop.active .pop_content {
  transform: translate(-50%, -50%);
  position: relative;
}
.contact_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  max-width: 1388px;
  width: calc(100% - 4rem);
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.contact_pop .pop_content .title {
  background-color: #1a8080;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5%;
  gap: 1.25rem;
  position: relative;
  border-radius: 14px 14px 0 0;
}
.contact_pop .pop_content .title .close {
  display: none;
}
.contact_pop .pop_content .title .head {
  flex: 1;
}
.contact_pop .pop_content .title .head h2 {
  font-size: 42px;
  line-height: 50px;
}
.contact_pop .pop_content .title .head p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  margin-top: 18px;
}
.contact_pop .pop_content .title .logo {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  filter: contrast(0) brightness(20);
}
.contact_pop .pop_content .title .logo img {
  display: block;
  width: 280px;
  height: auto;
}
.contact_pop .pop_content .title .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
.contact_pop .pop_content .main {
  margin: 8px 5px 1rem;
  flex: 1;
  overflow: auto;
  padding: 3rem 5%;
  background-color: #fff;
}
.contact_pop .pop_content .main::-webkit-scrollbar {
  width: 5px;
}
.contact_pop .pop_content .main::-webkit-scrollbar-track {
  background: #b3b1b1;
  border-radius: 10px;
}
.contact_pop .pop_content .main::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.contact_pop .pop_content .main::-webkit-scrollbar-thumb:hover {
  background: #646464;
  border-radius: 10px;
}
.contact_pop .pop_content .main::-webkit-scrollbar-thumb:active {
  background: #444444;
  border-radius: 10px;
}
.contact_pop .pop_content .main .inquiry_form form input,
.contact_pop .pop_content .main .inquiry_form form textarea {
  border: 1px solid #b9b9b9;
  padding: 15.5px 6.440678%;
}
.contact_pop .pop_content .main .infos {
  margin-top: 3rem;
}
.contact_pop .pop_content .main .infos ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 8%;
}
.contact_pop .pop_content .main .infos ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact_pop .pop_content .main .infos ul li i {
  display: block;
  width: 42px;
  height: 42px;
  background: no-repeat center / contain;
}
.contact_pop .pop_content .main .infos ul li span {
  display: block;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: 500;
}
.contact_pop .pop_content .main .infos ul li a {
  color: var(--title_color);
  font-weight: 500;
  font-size: 26px;
  transition: all 0.3s;
}
.contact_pop .pop_content .main .infos ul li a:hover {
  color: var(--theme_color);
}
.contact_pop .pop_content .main .infos p {
  margin-top: 3rem;
  color: var(--content_color);
  font-size: 17px;
  line-height: 29px;
}

.page_banner {
  padding: 120px 0 0;
}
.page_banner .con {
  width: calc(100% - 2.4rem);
  max-width: 1813px;
  margin: 0 auto;
  background-color: #eff3f2;
  border-radius: 8px;
  padding: 73px 0 100px;
}
.page_banner .head {
  flex: 1;
  max-width: 526px;
}
.page_banner .head .subtitle {
  font-size: 20px;
  margin-bottom: 12px;
}
.page_banner .head h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}
.page_banner .imgs {
  width: 58.5015%;
}
.page_banner .imgs ul {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.page_banner .imgs ul li {
  aspect-ratio: 260/326;
  overflow: hidden;
  border-radius: 24px;
}
.page_banner .imgs ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.page_banner .imgs ul li img:hover {
  transform: scale(1.05);
}

.main .empty_img {
  max-width: 388px;
  margin: 0 auto;
}

.loading{
  position: relative;
}
.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../global/img/loading.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}
div.loader {
  border: 7px solid #f2f5f9;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  margin-left: -1.75rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
