@font-face {
  font-family: 'Raleway-Bold';
  src: url("//cdn.shopify.com/s/files/1/0611/7680/7620/t/2/assets/Raleway-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url("//cdn.shopify.com/s/files/1/0611/7680/7620/t/2/assets/Raleway-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("//cdn.shopify.com/s/files/1/0611/7680/7620/t/2/assets/Poppins-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url("//cdn.shopify.com/s/files/1/0611/7680/7620/t/2/assets/Poppins-ExtraLight.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("//cdn.shopify.com/s/files/1/0611/7680/7620/t/2/assets/Poppins-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("//cdn.shopify.com/s/files/1/0611/7680/7620/t/2/assets/Poppins-Regular.ttf");
  font-display: swap;
}





/* header */
/* pc header  */
.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  max-width: 1920px;
  width: 100%;
  transition: all 1s;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.fixed.active .nav-bottom-container {
  height: 60px;
  transition: all 0.5s;
}

.fixed.active .logo img {
  transition: all 0.5s;
}

.fixed.active .logo {
  max-width: 360px;
}

.fixed.active .nav-top-container {
  display: none;
}

.fixed .logo img {
  transition: all 0.5s;
  width: 100%;
}



.header-content {
  max-width: 1740px;
  width: 100%;
  padding: 0 30px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.nav-container {
  width: 100%;
  margin-left: 35px;
}

.pc-header .logo {
  /* flex-shrink: 0; */
  max-width: 380px;
  width: 100%;
}

.pc-header .others {
  margin-right: 30px;
}



/* nav top */
.nav-top-container {
  height: 60px;
  background: #ededed;
}

.pc-header .nav-top-content {
  max-width: 1740px;
  padding: 0 30px;
  height: 100%;
  margin: auto;
  justify-content: space-between;
  align-items: center;

}

.nav-top-contact {
  align-items: center;
}

.nav-top-left {
  align-items: center;
  color: #12bc66;
  font-size: 1.04167vw;
  white-space: nowrap;
}

.top-call {
  align-items: center;
  margin-right: 20px;
}

.top-email {
  align-items: center;
  margin-right: 30px;
}

.top-email span {
  margin: 0 5px;
}

.nav-top-left svg {
  margin-right: 8px;
  flex-shrink: 0;
}

.nav-top-contact a {
  align-items: center;
}

.nav-top-contact a:hover {
  color: #061027;
}

.get-start a {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 180px;
  height: 60px;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  transition: all 0.5s;
}

.get-start a:hover {
  color: #fff !important;
  background: linear-gradient(to left, #55ba4a, #1ab370) !important;
  transition: all 0.5s;
}



.get-start a img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 10px;
}

.switcher {
  width: 180px !important;
  overflow-y: auto !important;
}

.switcher .option a {
  width: 100% !important;
  height: 48px !important;
  padding: 0 0 0 10px !important;
}

.switcher .selected a {
  color: #12bc66 !important;
  width: 100% !important;
  height: 60px !important;
  padding: 0 !important;
  background: #ededed;
}

.switcher .selected a:after {
  right: 5px !important;
  border-color: #12bc66 !important;
}

.switcher .selected a:hover {
  /* background: #ededed !important; */
}

.switcher .selected a:hover {
  color: #fff !important;
}

.get-start a,
.switcher .option a:hover {
  background: #ededed !important;
}

.switcher .option a:hover {
  color: #12bc66 !important;
}

.switcher .option {
  top: 240px;
  width: 100% !important;
  max-height: initial !important;
  border: none !important;
}

.switcher .option a:hover {
  color: #fff;
}

.get-start a::after {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 10px;
  height: 10px;
  /* content: ''; */
  background-color: #fff;
  transform: rotate(45deg);
}

.get-start a::before {
  position: absolute;
  top: 17px;
  z-index: 2;
  right: 12px;
  width: 17px;
  height: 10px;
  /* content: ''; */
  background: #1db46e;
}

.nav-top-right {
  padding-left: 20px;
}

.nav-top-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: none;
}

.nav-top-right a:hover {
  background: rgba(255, 255, 255, 1);
}

.nav-top-right a svg {
  width: 16px;
  height: 16px;
}


/* nav top end */

/* nav bottom   */
.nav-bottom-container {
  height: 110px;
  background: #fff;
  /* box-shadow: 0 0 5px rgba(47, 64, 82, .1); */
  transition: all 0.5s;
}

.nav-bottom-content {
  height: 100%;
  /* padding: 0 20px; */
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

/* 一级菜单 start */
.nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}


.pc-header .menu-wrapper>.menu-item {
  position: static;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  transition: all 0.5s;
}

.pc-header .menu-wrapper>.menu-item>a {
  position: relative;
  font-size: 1.04167vw;
  font-family: 'Poppins-Bold';
  color: #222;
  white-space: nowrap;
}

.pc-header .menu-wrapper>.menu-item:hover>a {
  color: #fff !important;
}

.pc-header .menu-wrapper>.menu-item:hover {
  background: #00a54f;
  transition: all 0.5s;
}

.current-menu-item>a {
  color: #12bc66 !important;
  font-family: 'Poppins-Bold' !important;
}

/* .pc-header .menu-wrapper>.menu-item>a::after {
  position: absolute;
  top: 25px;
  right: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  content: '';
  transition: ease-in-out 0.3s;
  transform: rotateY(90deg);
}

.pc-header .menu-wrapper>.menu-item:hover>a::after {
  background: #12bc66;
  transform: rotateY(0deg);
} */

.nav-search-input {
  position: relative;
}

.nav-search-input input {
  width: 235px;
  height: 38px;
  padding: 0 0 0 16px;
  border-radius: 19px;
  border: none;
}

.nav-search-input input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: url(/lib/images/index/nav_icon_search.svg) no-repeat center;
}

.nav-search-input input::placeholder {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #c4c4c4;
}


/* 一级菜单 end */

/* 二级菜单 start */

.sub-menu {
  position: absolute;
  top: 100%;
  /* left: 50%; */
  /* max-width: 1680px; */
  left: 60%;
  max-width: 1300px;
  width: 100%;
  /* height: auto !important; */
  height: 342px;
  overflow-y: scroll !important;
  padding: 20px 0;
  display: none;
  box-shadow: 0 0 5px rgba(47, 64, 82, .1);
  background: #fff;
  transform: translateX(-50%);
}

.sub-menu>li {
  padding: 5px 15px;
}

.sub-menu>li:hover>a {
  color: #12bc66;
}

.sub-menu-item {
  flex: 1;
  padding: 0 15px;
}

.sub-menu-item li {
  margin-bottom: 5px;
}

.sub-menu-item h4 {
  font-family: 'Poppins-Bold';
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.sub-menu-container li a {
  align-items: center;
  padding: 5px 8px;
}

.sub-menu-container li a span {
  line-height: 1.3;
  font-size: 16px;
  color: #3d5154;
  font-family: 'Poppins-Medium';
  padding-left: 10px;
}


.sub-menu-container li a:hover {
  background: #12bc66;
  color: #fff;
}

.sub-menu-container li a:hover span {
  color: #fff;
}

/* 二级菜单 end */
/* nav bottom end */
/* pc header end */


/* mobile nav start */
.mobile-header {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 10, 32, 0.1);
}

.mobile-header-content {
  width: 100%;
}


.mobile-header .content-container {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.04167vw 30px;
}

.mobile-header .logo img {
  width: 50%;
}

/* 导航列表 start */
.mobile-menu-container {
  height: 100%;
}

.mobile-nav-bottom {
  background: #fff;
  max-width: 300px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);

}

.nav-mobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
}

.nav-mobile.active {
  opacity: 1 !important;
  pointer-events: auto;
}

.nav-mobile.active .nav,
.nav-mobile.active .mobile-nav-bottom {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav-mobile .nav {
  width: 80%;
  max-width: 300px;
  height: 100%;
  display: block;
  overflow: auto;
  margin: auto 0;
  padding: 0 15px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}

.nav-mobile .menu-wrapper {
  min-height: 80%;
  width: 100%;
  display: inline-block;
  height: 80%;
}

.nav-mobile .menu-item:first-child {
  margin-top: 14px;
  border-top: 0;
}

.nav-mobile .menu-wrapper>.menu-item {
  margin-left: 0;
}

.nav-mobile .menu-wrapper .menu-item a {
  width: auto;
  display: inline-block;
  font-size: 16px;
}

.nav-mobile .sub-menu .menu-item a {
  font-size: 15px;
}

.nav-mobile .menu-wrapper .sub-menu .menu-item .sub-menu a {
  line-height: 1.3;
  font-size: 14px;
}

/* 手机端一级导航 start */
.nav-mobile .menu-wrapper .menu-item {
  position: relative;
  height: auto;
  padding: 15px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid #cccccc;
}

.nav-mobile .menu-wrapper .menu-item:first-child {
  border-top: none;
}

/* 手机端一级导航 end */


/* 手机端二级导航 start */
.nav-mobile .sub-menu {
  position: relative;
  box-shadow: none;
  width: 100%;
  padding: 20px 0 0;
}

.nav-mobile .current-menu-item>h4 {
  color: #12bc66 !important;
  font-family: 'Poppins-Bold' !important;
}

.nav-mobile .sub-menu .menu-item {
  padding-left: 10px;
  border-top: none;
  padding-top: 8px;
}

.nav-mobile .sub-menu .menu-item:first-child {
  margin-top: 0;
}

/* 手机端二级导航 end */

/* 箭头 */

.nav-mobile .nav .header-nav-arrow::after {
  position: absolute;
  content: '';
  top: 14px;
  right: 2px;
  height: .7rem;
  width: .7rem;
  margin-top: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #222;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all .8s;
}

.nav-mobile .sub-menu .header-nav-arrow::after {
  top: 7px;
}

.nav-mobile .nav::-webkit-scrollbar {
  display: none;
}

.nav-mobile .nav .header-nav-arrow.active::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* 箭头 end*/
/* 导航列表 end */


/* 导航图标 start */
.mobile-nav-btn {
  width: 20px;
  height: 18px;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-shrink: 0;
}

.mobile-nav-btn span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #12bc66;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), opacity 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}

.mobile-nav-btn.active span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.mobile-nav-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-btn.active span:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}

/* 导航图标 end */

.nav-others .flex {
  margin-right: 10px;
}

/* mobile bottom  */
.mobile-nav-bottom {
  padding: 50px 0 30px;
}



.mobile-nav-bottom a:hover {
  color: #222;
  font-size: 16px;
}

.mobile-nav-bottom .top-call {
  margin-bottom: 15px;
}

.mobile-nav-bottom .top-email {
  align-items: flex-start !important;
}

.mobile-nav-bottom .top-email svg,
.mobile-nav-bottom .top-call svg {
  flex-shrink: 0;
  margin-right: 10px;
}

.top-email-link a {
  margin-bottom: 10px;
}

.mobile-nav-bottom .nav-top-right {
  margin-top: 30px;
  padding-left: 0;
}

.mobile-nav-bottom .nav-top-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 8px;
  border-radius: 50%;
  background: #222;
}

/* mobile nav end */

@media (max-width: 1640px) and (min-width: 1280px) {
  .menu-wrapper>.menu-item>a {
    font-size: 0.937503vw;
  }

  .nav-bottom-content .logo {
    width: 18%;
  }

  .nav-bottom-container {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .nav-search {
    flex-shrink: 0;
  }

  .fixed.active .logo img {
    width: 65%;
  }
}

/* header end */


/* footer */
.footers {
  padding: 60px 0 0;
  background: #061027;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.pc-footer {
  padding: 0 15px;
}

.footer-item {
  margin-right: 3.958346vw;
}

.footer-item ul li:last-child {
  margin-bottom: 0;
}


.footer-title-div {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 15px;
  color: #12bc66;
  font-family: 'Raleway-Bold';
}

.footer-title-div>img {
  display: none;
  transition: all .8s;
}

.footer-title-div>img.active {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all .8s;
}

.footer-nav-link ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
  white-space: nowrap;
}


.footer-nav-link ul li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #12bc66;
  border-right: 1px solid #12bc66;
  transform: rotate(45deg);
  content: '';
}

.footer-nav-link ul li:hover a {
  color: #12bc66;
}

.footer-contact-way ul li {
  margin-bottom: 20px;
}


.footer-contact-way .icon {
  flex-shrink: 0;
  width: 18px;
  margin-right: 10px;
}

.footer-contact-way h5 {
  font-size: 14px;
  color: #666;
  padding-top: 4px;
  margin-bottom: 8px;
}

.footer-contact-way a {
  display: flex;
  margin-bottom: 5px;
}

.footer-contact-way a:last-child {
  margin-bottom: 0;
}

.footer-contact-way a:hover {
  color: #12bc66;
}

.footer-contact-way .desc p {
  line-height: 20px;
  /* width: 100%; */
  /* max-width: 280px; */
}

.footer-adv p {
  max-width: 510px;
  line-height: 1.7;
}

.brand-icon {
  margin-top: 18px;
}

.brand-icon img {
  margin-right: 18px;
}

.brand-icon img:last-child {
  margin-right: 0;
}

.footer-logo img {
  margin: auto;
}

.form-desc {
  margin: 13px 0;
}

.footer-input {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.footer-input input {
  height: 48px;
  width: 266px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
}

.footer-input input[type="submit"] {
  width: 132px;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  color: #fff;
  cursor: pointer;
}

.footer-media-share {
  justify-content: center;
}

.footer-media-share a {
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 14px;
}

.footer-media-share a:last-child {
  margin-right: 0;
}

.footer-media-share a:hover {
  background: rgba(255, 255, 255, 0.6);
}

.footer-xian {
  margin-top: 55px;
  max-width: 1440px;
  width: 100%;
  height: 1px;
  background: #343d48;
}

/* copyright */
.copyright {
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
}

.copyright .footer-pay {
  margin-right: 30px;
}

@media (max-width: 1279px) {
  .footer-container {
    flex-direction: column;
  }

  .pc-footer {
    padding: 0;
  }

  .footer-adv p {
    max-width: 100%;
  }

  .footer-item {
    margin-right: 0;
  }

  .footer-logo img {
    margin: initial;
  }

  .footer-media-share {
    justify-content: flex-start;
  }

  .footer-title-div>img {
    display: block;
  }

  .mobile-footer-item {
    display: none;
    margin-bottom: 40px;
  }

  .footer-title-div {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-other {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .footers {
    padding: 40px 0 0;
  }

  .footer-logo img {
    margin: auto;
  }

  .form-desc {
    text-align: center;
    line-height: 1.5;
  }

  .footer-input {
    margin: auto auto 20px;
  }

  .footer-media-share {
    justify-content: center;
  }

  .copyright {
    padding: 20px 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .copyright .footer-pay {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .copyright .footer-pay img {
    margin: auto;
  }

  .footer-xian {
    margin-top: 40px;
  }

  .footer-other {
    margin-top: 20px;
  }
}

/* footer end */






body {
  font-size: 16px;
  font-family: sans-serif !important;
}


.com-container {
  max-width: 1500px;
  padding: 0 30px;
  margin: auto;
}


.flex {
  display: flex;
}

.title-part {
  /* max-width: 760px; */
  max-width: 1200px;
  margin: auto auto 50px;
  padding: 0 15px;
  text-align: center;
}

.title {
  font-size: 40px;
  color: #12bc66;
  font-family: 'Raleway-Bold';
}

.title-part .title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.subtitle {
  font-size: 1.562505vw;
  color: #222;
  font-family: 'Raleway-Bold';
}

.text {
  font-size: 16px;
  color: #222;
  line-height: 24px;
}

.title-part .text {
  font-size: 18px;
  line-height: 28px;
}

.text-overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fixed-brick {
  /* height: 5vw; */
  height: 170px;
}

.brick {
  height: 78px;
}

.com-btn {
  position: relative;
  width: 150px;
  height: 40px;
  color: #fff;
  border-radius: 40px;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  transition: all 3s;
  border: 1px solid transparent;
}

.com-btn p,
.com-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.com-btn p svg,
.com-btn a svg {
  margin-left: 10px;
}

.com-btn:hover {
  border: 1px solid #12bc66;
  color: #12bc66;
  background: #fff;
  transition: all 3s;
}


.com-btn:hover p,
.com-btn:hover a {
  color: #12bc66;
  transition: all 3s;
}


.com-btn p:hover svg,
.com-btn a:hover svg {
  fill: #12bc66;
}

.inside-banner,
.inside-detail-banner {
  position: relative;
}

.inside-detail-banner {
  height: 220px;
  overflow: hidden;
}

.inside-detail-banner .banner-bg>img {
  height: 220px;
  width: 100%;
  object-fit: fill;
}

.inside-banner .inside-banner-content,
.inside-detail-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.inside-banner .inside-banner-content {
  font-size: 3.12501vw;
  font-family: 'Poppins-Bold';
}

.inside-detail-banner .content {
  font-size: 16px;
  padding: 0 15px;
  flex-wrap: wrap;
}

.inside-detail-banner .content a,
.inside-detail-banner .content span {
  line-height: 1.5;
}

.inside-detail-banner .content span {
  margin: 0 5px;
}

.inside-detail-banner .content a:hover,
.inside-detail-banner .content a:focus {
  color: #12bc66;
}

.banner-bg {
  position: relative;
}

.banner-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 29, 40, 0.5);
  content: '';
}



/* partner */
.partner {
  padding: 37px 0 15px;
  background: url(/wp-content/uploads/2022/03/pn_bg.webp) no-repeat;
  background-size: cover;
}

.partner-desc {
  font-size: 25px;
  color: #fff;
  font-family: 'Raleway-Regular';
}

/* partner end */

/* 侧边栏 */
.aside {
  width: 370px;
  margin-left: 3.645845vw;
  flex-shrink: 0;
}

.aside-form {
  margin-bottom: 30px;
}

.aside-search {
  position: relative;
}

.aside-search input {
  height: 70px;
  padding: 0 30px;
  border-radius: 36px;
  border: 1px solid #e5e5e5;
}

.aside-search input::placeholder {
  font-size: 16px;
  color: #c4c4c4;
}


.aside-search input[type="submit"] {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(/lib/images/index/nav_icon_search.svg) no-repeat center;
  border: none;
  border-radius: 0;
}

/* aside search end */
.sticky {
  position: sticky;
  top: 200px;
}


.aside-item {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.aside-title {
  position: relative;
  height: 60px;
  display: flex;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Raleway-Bold';
  background: #12bc66;
  padding: 0 20px;
  align-items: center;
  color: #222;
}

.aside-title::before {
  position: absolute;
  top: 14px;
  left: -20px;
  width: 2px;
  height: 30px;
  background: #12bc66;
  content: '';
}

.aside-title a {
  color: #222;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.aside-title:hover a {
  color: #fff;
}

.aside-catas>ul>li {
  border-bottom: 1px solid #e5e5e5;
}

.aside-catas>ul>li:last-child {
  border: none;
}


.aside-catas ul ul.aside-catas-ul {
  display: none;
  padding-bottom: 20px;
}

.aside-catas ul ul.aside-catas-ul li {
  padding: 10px 0 10px 20px;
  font-size: 15px;
}

.aside-catas ul ul.aside-catas-ul li:hover a {
  color: #12bc66;
}

.aside-catas li p {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}

.aside-catas li p::before {
  position: absolute;
  top: 26px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.8s;
  content: '';
}

.aside-catas li p.active::before {
  border-color: #12bc66;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.8s;
}

.aside-catas li p span {
  margin-left: 5px;
}

.aside-catas>ul>li:hover p,
.aside-catas li p.active {
  color: #12bc66;
}

.aside-catas>ul>li:hover p::before {
  border-color: #12bc66;
}

.aside-tags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

.aside-tags ul li {
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
}

.aside-tags ul li:hover,
.aside-tags ul li.active {
  border-color: #12bc66;
  background: #12bc66;
  color: #fff;
}

.aside-tags ul li a:hover {
  color: #fff;
}

.recommended-blogs {
  padding-top: 20px;
}

.recommended-blogs li {
  margin-bottom: 30px;
}

.recommended-blogs li:last-child {
  margin-bottom: 0;
}

.recommended-blogs li a {
  display: flex;
}

.recommended-blogs li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.recommended-blogs li .desc {
  padding-left: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.recommended-blogs li .desc p {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommended-blogs li:hover .desc p {
  color: #12bc66;
}


.recommended-blogs li .desc span {
  font-size: 14px;
  color: #666;
}

/* 侧边栏 end */

/* case 侧边栏 */
.cases-aside {
  width: 350px;
  margin-right: 50px;
  flex-shrink: 0;
}

.cases-aside .aside-title {
  border: none;
}

.cases-aside li a,
.cases-aside li h4 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 17px 20px;
  line-height: 1.3;
  color: #12bc66;
  font-family: 'Poppins-Bold';
  background: #e9e9e9;
}

.cases-menu li:hover a,
.cases-menu .current_page_item a,
.cases-menu .current-menu-item a {
  background: #12bc66;
}

.cases-menu .current-menu-item>a {
  color: #fff !important;
}

.cases-aside li:hover>a,
.cases-aside li:hover h4 {
  color: #fff;
  text-decoration: underline;
}

.cases-aside li:hover .icon {
  border-color: #12bc66;
}

.cases-aside .cases-menu>li {
  margin-bottom: 3px;
}

.cases-aside li a.active {
  background: linear-gradient(to right, #55ba4a, #1ab370);
  color: #fff;
}

.cases-aside li li a {
  color: #808080;
}

.cases-aside li {
  position: relative;
}

.cases-aside .icon {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  transition: all 1s;
  content: '';
}

.cases-aside .icon.active {
  transform: rotate(135deg);
  transition: all 1s;
}

/* case 侧边栏 end */

.article img.img {
  margin-bottom: 60px;
}

.article p {
  margin-bottom: 35px;
  line-height: 1.5;
  font-size: 16px;
}

.article p a {
  color: #12bc66;
  font-family: 'Poppins-Bold';
}


/* fenye */
.fenye {
  margin: 20px 0 60px;
  justify-content: center;
}


/* 悬浮在线聊天 */
.online-fixed {
  position: fixed;
  right: 20px;
  bottom: 20%;
  z-index: 100;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.online-fixed.active {
  display: flex;
}

.c-online {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 25;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.c-online.active {
  display: flex;
}

.close-online {
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 50%;
  cursor: pointer;
  background: #a7afb9;
  transition: all 0.5s;
}

.close-online span {
  width: 16px;
  height: 2px;
  background: #fff;
  display: inline-block;
}

.close-online span:nth-child(1) {
  transform: translateY(0px) rotate(135deg);
}

.close-online span:nth-child(2) {
  transform: translateY(-2px) rotate(-135deg);
}


.close-online.active {
  transform: rotate(45deg);
  transition: all 0.5s;
}

.online-fixed .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  background: #12bc66;
  transition: all 0.5s;
}

.online-fixed .item:hover {
  background: #12bc66;
  transition: all 0.5s;
  transform: scale(1.1);
}

.online-fixed .item:hover svg {
  /* fill: #fff; */
}

.online-fixed .wechat {
  position: relative;
}

.hide-wechat {
  position: absolute;
  left: -110px;
  width: 100px;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.5s;
}

.hide-img {
  position: relative;
}

.hide-img::after {
  position: absolute;
  right: -14px;
  top: 35px;
  z-index: 3;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
  content: '';
}

.hide-wechat img {
  width: 80px;
  height: 80px;
}

.online-fixed .wechat:hover .hide-wechat {
  display: flex;
  transition: all 0.5s;
}

.online-item {
  position: relative;
}

.online-item .hidden-item {
  position: absolute;
  top: 0;
  right: 45px;
  background: #12bc66;
  height: 100%;
  width: max-content;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  display: none;
  transition: all 0.3s;
}

.online-item:hover .hidden-item {
  display: flex;
  transition: all 0.3s;
}

.c-sidebar {
  position: relative;
  bottom: auto;
  right: auto;
}

.c-sidebar-item--top {
  width: 45px;
  height: 40px;
  margin-top: 0;
}

/* 新添加的二级目录侧边分类 */
.c-aside-cata .content {
  position: sticky;
  top: 150px;
}

.c-aside-cata {
  width: 260px;
  margin-right: 30px;
  flex-shrink: 0;
}

.c-aside-cata .item {
  margin-bottom: 20px;
}

.c-aside-menu {
  padding: 10px;
  color: #12bc66;
  font-size: 20px;
  font-family: 'Raleway-Bold';
  border: 1px solid #e5e5e5;
  align-items: center;
  cursor: pointer;
}

.c-aside-menu.active {
  border-color: #12bc66;
}

.c-aside-menu .title-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.c-aside-menu.active .title-icon {
  border: 1px solid #12bc66;
}

.c-aside-menu.active .title-icon::before {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 2px;
  content: '';
  background: #12bc66;
}


.c-aside-menu .title-icon::before {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 2px;
  content: '';
  background: #ddd;
}

.c-aside-menu .title-icon::after {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 2px;
  height: 10px;
  content: '';
  background: #ddd;
}

.c-aside-menu.active .title-icon::after {
  background: #12bc66;
  content: none;
}

.menu-lists {
  display: none;
  padding: 30px 0 20px;
  border: 1px solid #e5e5e5;
}

.menu-lists.active {
  display: block;
}

.c-aside-submenu {
  position: relative;
  color: #202020;
  font-size: 18px;
  font-family: 'Raleway-Bold';
  margin-bottom: 15px;
  padding: 0 20px;
  cursor: pointer;
}

.c-aside-submenu::after {
  position: absolute;
  right: 15px;
  top: 13px;
  width: 12px;
  height: 2px;
  content: '';
  background: #202020;
}

.c-aside-submenu::before {
  position: absolute;
  right: 20px;
  top: 8px;
  width: 2px;
  height: 12px;
  content: '';
  background: #202020;
}

.c-aside-submenu.active::before {
  content: none;
}

.c-aside-submenu.active,
.c-aside-submenu:hover {
  color: #12bc66;
}


.c-aside-submenu.active::before,
.c-aside-submenu.active::after,
.c-aside-submenu:hover::before,
.c-aside-submenu:hover::after {
  background-color: #12bc66;
}

.menu-lists-item {
  margin-bottom: 20px;
}

.menu-lists-item ul {
  display: none;
}

.menu-lists-item.active ul {
  display: block;
}

.menu-lists-item:last-child {
  margin-bottom: 20px;
}

.menu-lists-item li {
  margin-bottom: 0 !important;
  text-align: left !important;
}

.menu-lists-item li a {
  display: block;
  width: 100%;
  padding: 5px 30px;
}

.menu-lists-item li.active,
.menu-lists-item li:hover {
  background: #12bc66;
}

.menu-lists-item li.active a,
.menu-lists-item li:hover a {
  color: #fff;
}

.catagory .show-lists-row {
  margin: 0;
}

.catagory .show-lists-row li {
  padding: 0;
}

.catagory .products-tab-content .pro-img {
  transition: all 1s;
}

.catagory .products-tab-content .pro-img img {
  transition: all 1s;
}


.catagory .products-tab-content .pro-img:hover {
  border-color: #12bc66;
  transition: all 1s;
}

.catagory .products-tab-content .pro-img:hover img {
  transform: scale(1.2);
  transition: all 1s;
}




@media (max-width: 1279px) {
  .title {
    font-size: 36px;
  }

  .fixed {
    position: relative !important;
  }

  .sticky {
    top: 130px;
  }

  .recommended-blogs li img {
    width: 80px;
    height: 80px;
  }

}

@media (max-width: 1023px) {
  .title {
    font-size: 30px;
  }

  .title-part .text {
    font-size: 16px;
    line-height: 24px;
  }

  .title-part {
    margin: auto auto 40px;
  }

  .banner-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .com-container {
    padding: 0 15px;
  }

  .title {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
  }

  .subtitle {
    font-size: 18px;
  }

  .big-title {
    font-size: 32px;
    line-height: 40px;
  }

  .title-part {
    margin: auto auto 30px;
  }

  .com-btn {
    font-size: 12px;
    width: 110px;
    height: 32px;
    padding: 0 5px;
    margin: auto;
  }

  .com-btn a svg {
    margin-left: 7px;
  }

  .mobile-header .content-container {
    height: 60px;
    padding: 1.04167vw 15px;
  }

  .brick {
    height: 60px;
  }

  .mobile-header .logo {
    width: 65%;
  }

  .inside-banner .banner-bg img {
    height: 200px;
    object-fit: cover;
  }

  .banner-title {
    font-size: 32px;
  }

  .inside-detail-banner .content a,
  .inside-detail-banner .content span {
    font-size: 14px;
  }

  .fenye {
    margin: 20px 0 40px;
  }

  .c-aside-cata {
    display: none;
  }

}


.nav-top-left .get-start .notranslate {
  color: #12bc66;
  padding-left: 10px;
  margin-right: 15px;
  width: 235px;
}

.jkEwDQUDGuYN22E3TwNczMINDOMYMyD {
  display: none !important;
}