/*
Theme Name: Purescix
Theme URI: https://www.anttoweb.com
Author:  Antto
Author URI: https://www.anttoweb.com
Description: <a target="_blank" href="http://www.anttoweb.com/">网站建设</a>： <a target="_blank" href="http://www.anttoweb.com/">安拓网络</a> <a target="_blank" href="http://www.anttoweb.com/">Web Design</a>.
Version: 100.0.1
*/

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-body-font-size: 13px;
}
@media (min-width: 768px) {
  :root {
    --bs-body-font-size: 16px;
    --wp--preset--font-size--small: 16px;
  }
}

/******
 ****** Globa color
 ******/
.text-blue{
  color: #00ACDE;
}
.bg-blue{
  background-color: #00ACDE;
}
.text-grey{
  color: #666;
}

/******
 ****** Global font
 ******/


/******
 ****** Globa font size
 ******/
body {
  color: #222;
  font-family: "PingFang SC", "Helvetica Neue", "Arial", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "SimSun", sans-serif;
}

p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #222;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

.page-title{
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: bold;
}

@media (min-width: 768px) {
  p {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .single-blog-content p {
    margin-bottom: 16px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }
  .page-title{
    font-size: 24px;
  }
}

@media (min-width: 1440px) {
  p {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .single-blog-content p {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
  .page-title{
    font-size: 26px;
  }
}

p:last-child {
  margin-bottom: 0;
}

strong,
.bold {
  font-weight: bold !important;
}

.f-600 {
  font-weight: 600;
}

.f-800 {
  font-weight: 800;
}

/******
 ****** Globa button
 ******/
a {
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.1s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  transition: all 0.1s;
}

.btn {
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 10px;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: bold;
  --bs-btn-border-width: 2px;
  --bs-btn-border-radius: 4px;
  --bs-btn-line-height: 1.4;
}

.btn-lg {
  --bs-btn-padding-x: 38px;
  --bs-btn-padding-y: 7px;
  --bs-btn-font-size: 16px;
  --bs-btn-border-radius: 24px;
}

.btn-sm {
  --bs-btn-padding-x: 10px;
  --bs-btn-padding-y: 5px;
  --bs-btn-font-size: 12px;
  --bs-btn-border-radius: 4px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00ACDE;
  --bs-btn-border-color: #00ACDE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0189B1;
  --bs-btn-hover-border-color: #0189B1;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0189B1;
  --bs-btn-active-border-color: #0189B1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9CE5E8;
  --bs-btn-disabled-border-color: #9CE5E8;
}

.btn-outline-primary {
    --bs-btn-color: #00ACDE;
    --bs-btn-border-color: #00ACDE;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00ACDE;
    --bs-btn-hover-border-color: #00ACDE;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00ACDE;
    --bs-btn-active-border-color: #00ACDE;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00ACDE;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00ACDE;
    --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #00ACDE;
  --bs-btn-bg: #F7F8F9;
  --bs-btn-border-color: #F7F8F9;
  --bs-btn-hover-color: #F7F8F9;
  --bs-btn-hover-bg: #00ACDE;
  --bs-btn-hover-border-color: #00ACDE;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00ACDE;
  --bs-btn-active-border-color: #00ACDE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #a6a6a6;
  --bs-btn-disabled-bg: rgba(166, 166, 166, 0.15);
  --bs-btn-disabled-border-color: rgba(166, 166, 166, 0.15);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FC6AB3;
  --bs-btn-border-color: #FC6AB3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #F3278D;
  --bs-btn-hover-border-color: #F3278D;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #F3278D;
  --bs-btn-active-border-color: #F3278D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #F581BB;
  --bs-btn-disabled-border-color: #F581BB;
}

.btn-link {
    --bs-btn-color: #00ACDE;
    --bs-btn-hover-color: #00ACDE;
    --bs-btn-active-color: #00ACDE;
}

.back-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00ACDE;
  color: #fff;
  border-radius: 8px 8px 0 0;
  height: 48px;
  width: 48px;
  font-size: 12px;
}

.back-to-top:hover,
.back-to-top:focus {
  background-color: #0189B1;
}

@media (min-width: 768px) {
  .btn {
    --bs-btn-padding-x: 32px;
    --bs-btn-padding-y: 8px;
    --bs-btn-font-size: 15px;
    --bs-btn-border-radius: 6px;
  }

  .btn-lg {
    --bs-btn-padding-x: 40px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 24px;
    --bs-btn-border-radius: 30px;
  }

  .btn-sm {
    --bs-btn-padding-x: 15px;
    --bs-btn-padding-y: 6px;
    --bs-btn-font-size: 13px;
    --bs-btn-border-radius: 6px;
  }
}

@media (min-width: 1200px) {
  .btn {
    --bs-btn-padding-x: 34px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 17px;
    --bs-btn-border-width: 2px;
    --bs-btn-border-radius: 8px;
  }

  .btn-lg {
    --bs-btn-padding-x: 50px;
    --bs-btn-padding-y: 17px;
    --bs-btn-font-size: 28px;
    --bs-btn-border-radius: 40px;
  }

  .btn-sm {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 7px;
    --bs-btn-font-size: 14px;
    --bs-btn-border-radius: 8px;
  }
}

/******
 ****** Globa round
 ******/
.round-3 {
  border-radius: 2px;
}

.round-10 {
  border-radius: 6px;
}

.round-16 {
  border-radius: 8px;
}

.round-20 {
  border-radius: 10px;
}

.round-25 {
  border-radius: 12px;
}

.round-30 {
  border-radius: 15px;
}

.round-40 {
  border-radius: 30px;
}

@media (min-width: 768px) {
  .round-3 {
    border-radius: 3px;
  }

  .round-10 {
    border-radius: 8px;
  }

  .round-16 {
    border-radius: 10px;
  }

  .round-20 {
    border-radius: 15px;
  }

  .round-25 {
    border-radius: 18px;
  }

  .round-30 {
    border-radius: 20px;
  }

  .round-40 {
    border-radius: 30px;
  }
}

@media (min-width: 1200px) {
  .round-10 {
    border-radius: 10px;
  }

  .round-16 {
    border-radius: 16px;
  }

  .round-20 {
    border-radius: 20px;
  }

  .round-25 {
    border-radius: 25px;
  }

  .round-30 {
    border-radius: 30px;
  }

  .round-40 {
    border-radius: 40px;
  }
}

/******
 ****** Globa image
 ******/
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.zoom-out,
.zoom-in {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoom-out img,
.zoom-in img {
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoom-in:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.zoom-out:hover img {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.zoom-in.zoom-in-sm:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.zoom-out.zoom-out-sm:hover img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.content-float {
  transition: all 0.2s linear;
}

.content-float:hover {
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}

.content-float:hover {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

.shadow-hover {
  transition: all 0.3s ease-in-out;
}

.shadow-hover:hover {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

/******
 ****** Add ratio style
 ******/
.ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.ratio::before {
  display: block;
  content: "";
}

.ratio>.ratio-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ratio-1by1::before {
  padding-top: 100%;
}

.ratio-4by3::before {
  padding-top: 75%;
}

.ratio-2by1::before {
  padding-top: 50%;
}

.ratio-16by9::before {
  padding-top: 56.25%;
}

.ratio-21by9::before {
  padding-top: 42.857143%;
}

@media (min-width: 576px) {
  .ratio-sm-1by1::before {
    padding-top: 100%;
  }

  .ratio-sm-4by3::before {
    padding-top: 75%;
  }

  .ratio-sm-2by1::before {
    padding-top: 50%;
  }

  .ratio-sm-16by9::before {
    padding-top: 56.25%;
  }

  .ratio-sm-21by9::before {
    padding-top: 42.857143%;
  }
}

@media (min-width: 768px) {
  .ratio-md-1by1::before {
    padding-top: 100%;
  }

  .ratio-md-4by3::before {
    padding-top: 75%;
  }

  .ratio-md-2by1::before {
    padding-top: 50%;
  }

  .ratio-md-16by9::before {
    padding-top: 56.25%;
  }

  .ratio-md-21by9::before {
    padding-top: 42.857143%;
  }
}

@media (min-width: 992px) {
  .ratio-lg-1by1::before {
    padding-top: 100%;
  }

  .ratio-lg-4by3::before {
    padding-top: 75%;
  }

  .ratio-lg-2by1::before {
    padding-top: 50%;
  }

  .ratio-lg-16by9::before {
    padding-top: 56.25%;
  }

  .ratio-lg-21by9::before {
    padding-top: 42.857143%;
  }
}

@media (min-width: 1200px) {
  .ratio-xl-1by1::before {
    padding-top: 100%;
  }

  .ratio-xl-4by3::before {
    padding-top: 75%;
  }

  .ratio-xl-2by1::before {
    padding-top: 50%;
  }

  .ratio-xl-16by9::before {
    padding-top: 56.25%;
  }

  .ratio-xl-21by9::before {
    padding-top: 42.857143%;
  }
}

/******
 ****** Add grid style
 ******/
.container,
.row {
  --bs-gutter-x: 30px;
}

.row-0 {
  --bs-gutter-x: 0;
}

.row-10 {
  --bs-gutter-x: 10px;
}

.row-20 {
  --bs-gutter-x: 20px;
}

.row-30 {
  --bs-gutter-x: 30px;
}

.row-40 {
  --bs-gutter-x: 40px;
}

.row-50 {
  --bs-gutter-x: 50px;
}

.row-60 {
  --bs-gutter-x: 60px;
}

.row-70 {
  --bs-gutter-x: 70px;
}

.row-80 {
  --bs-gutter-x: 80px;
}

.row-90 {
  --bs-gutter-x: 90px;
}

.row-100 {
  --bs-gutter-x: 100px;
}

.row-110 {
  --bs-gutter-x: 110px;
}

.row-120 {
  --bs-gutter-x: 120px;
}

.row-130 {
  --bs-gutter-x: 130px;
}

.row-140 {
  --bs-gutter-x: 140px;
}

.row-150 {
  --bs-gutter-x: 150px;
}

.row-160 {
  --bs-gutter-x: 160px;
}

.row-170 {
  --bs-gutter-x: 170px;
}

.row-180 {
  --bs-gutter-x: 180px;
}

.row-190 {
  --bs-gutter-x: 190px;
}

.row-200 {
  --bs-gutter-x: 200px;
}

.col-55 {
  flex: 0 0 auto;
  width: 20%;
}

.col-77 {
  flex: 0 0 auto;
  width: 14.2857143%;
}

@media (min-width: 576px) {
  .row-sm-0 {
    --bs-gutter-x: 0;
  }

  .row-sm-10 {
    --bs-gutter-x: 10px;
  }

  .row-sm-20 {
    --bs-gutter-x: 20px;
  }

  .row-sm-30 {
    --bs-gutter-x: 30px;
  }

  .row-sm-40 {
    --bs-gutter-x: 40px;
  }

  .row-sm-50 {
    --bs-gutter-x: 50px;
  }

  .row-sm-60 {
    --bs-gutter-x: 60px;
  }

  .row-sm-70 {
    --bs-gutter-x: 70px;
  }

  .row-sm-80 {
    --bs-gutter-x: 80px;
  }

  .row-sm-90 {
    --bs-gutter-x: 90px;
  }

  .row-sm-100 {
    --bs-gutter-x: 100px;
  }

  .row-sm-110 {
    --bs-gutter-x: 110px;
  }

  .row-sm-120 {
    --bs-gutter-x: 120px;
  }

  .row-sm-130 {
    --bs-gutter-x: 130px;
  }

  .row-sm-140 {
    --bs-gutter-x: 140px;
  }

  .row-sm-150 {
    --bs-gutter-x: 150px;
  }

  .row-sm-160 {
    --bs-gutter-x: 160px;
  }

  .row-sm-170 {
    --bs-gutter-x: 170px;
  }

  .row-sm-180 {
    --bs-gutter-x: 180px;
  }

  .row-sm-190 {
    --bs-gutter-x: 190px;
  }

  .row-sm-200 {
    --bs-gutter-x: 200px;
  }

  .col-sm-55 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-sm-77 {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}

@media (min-width: 768px) {
  .row-md-0 {
    --bs-gutter-x: 0;
  }

  .row-md-10 {
    --bs-gutter-x: 10px;
  }

  .row-md-20 {
    --bs-gutter-x: 20px;
  }

  .row-md-30 {
    --bs-gutter-x: 30px;
  }

  .row-md-40 {
    --bs-gutter-x: 40px;
  }

  .row-md-50 {
    --bs-gutter-x: 50px;
  }

  .row-md-60 {
    --bs-gutter-x: 60px;
  }

  .row-md-70 {
    --bs-gutter-x: 70px;
  }

  .row-md-80 {
    --bs-gutter-x: 80px;
  }

  .row-md-90 {
    --bs-gutter-x: 90px;
  }

  .row-md-100 {
    --bs-gutter-x: 100px;
  }

  .row-md-110 {
    --bs-gutter-x: 110px;
  }

  .row-md-120 {
    --bs-gutter-x: 120px;
  }

  .row-md-130 {
    --bs-gutter-x: 130px;
  }

  .row-md-140 {
    --bs-gutter-x: 140px;
  }

  .row-md-150 {
    --bs-gutter-x: 150px;
  }

  .row-md-160 {
    --bs-gutter-x: 160px;
  }

  .row-md-170 {
    --bs-gutter-x: 170px;
  }

  .row-md-180 {
    --bs-gutter-x: 180px;
  }

  .row-md-190 {
    --bs-gutter-x: 190px;
  }

  .row-md-200 {
    --bs-gutter-x: 200px;
  }

  .col-md-55 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-md-77 {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}

@media (min-width: 992px) {
  .row-lg-0 {
    --bs-gutter-x: 0;
  }

  .row-lg-10 {
    --bs-gutter-x: 10px;
  }

  .row-lg-20 {
    --bs-gutter-x: 20px;
  }

  .row-lg-30 {
    --bs-gutter-x: 30px;
  }

  .row-lg-40 {
    --bs-gutter-x: 40px;
  }

  .row-lg-50 {
    --bs-gutter-x: 50px;
  }

  .row-lg-60 {
    --bs-gutter-x: 60px;
  }

  .row-lg-70 {
    --bs-gutter-x: 70px;
  }

  .row-lg-80 {
    --bs-gutter-x: 80px;
  }

  .row-lg-90 {
    --bs-gutter-x: 90px;
  }

  .row-lg-100 {
    --bs-gutter-x: 100px;
  }

  .row-lg-110 {
    --bs-gutter-x: 110px;
  }

  .row-lg-120 {
    --bs-gutter-x: 120px;
  }

  .row-lg-130 {
    --bs-gutter-x: 130px;
  }

  .row-lg-140 {
    --bs-gutter-x: 140px;
  }

  .row-lg-150 {
    --bs-gutter-x: 150px;
  }

  .row-lg-160 {
    --bs-gutter-x: 160px;
  }

  .row-lg-170 {
    --bs-gutter-x: 170px;
  }

  .row-lg-180 {
    --bs-gutter-x: 180px;
  }

  .row-lg-190 {
    --bs-gutter-x: 190px;
  }

  .row-lg-200 {
    --bs-gutter-x: 200px;
  }

  .col-lg-55 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-lg-77 {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}

@media (min-width: 1200px) {
  .row-xl-0 {
    --bs-gutter-x: 0;
  }

  .row-xl-10 {
    --bs-gutter-x: 10px;
  }

  .row-xl-20 {
    --bs-gutter-x: 20px;
  }

  .row-xl-30 {
    --bs-gutter-x: 30px;
  }

  .row-xl-40 {
    --bs-gutter-x: 40px;
  }

  .row-xl-50 {
    --bs-gutter-x: 50px;
  }

  .row-xl-60 {
    --bs-gutter-x: 60px;
  }

  .row-xl-70 {
    --bs-gutter-x: 70px;
  }

  .row-xl-80 {
    --bs-gutter-x: 80px;
  }

  .row-xl-90 {
    --bs-gutter-x: 90px;
  }

  .row-xl-100 {
    --bs-gutter-x: 100px;
  }

  .row-xl-110 {
    --bs-gutter-x: 110px;
  }

  .row-xl-120 {
    --bs-gutter-x: 120px;
  }

  .row-xl-130 {
    --bs-gutter-x: 130px;
  }

  .row-xl-140 {
    --bs-gutter-x: 140px;
  }

  .row-xl-150 {
    --bs-gutter-x: 150px;
  }

  .row-xl-160 {
    --bs-gutter-x: 160px;
  }

  .row-xl-170 {
    --bs-gutter-x: 170px;
  }

  .row-xl-180 {
    --bs-gutter-x: 180px;
  }

  .row-xl-190 {
    --bs-gutter-x: 190px;
  }

  .row-xl-200 {
    --bs-gutter-x: 200px;
  }

  .col-xl-55 {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-xl-77 {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}

/******
 ****** Globa form
 ******/
.caldera-grid .row {
  max-width: none !important;
}
.form-control{
  font-size: inherit;
}
.global-form .form-group {
  margin-bottom: 20px;
}

.global-form .form-label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.global-form .form-control {
  height: 40px;
  border-radius: 0;
  border: 1px solid #999999;
  background-color: #fff;
  box-shadow: none;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  padding: 10px 15px;
}

.global-form textarea.form-control {
  height: 120px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .global-form .form-group {
    margin-bottom: 30px;
  }

  .global-form .form-label {
    font-size: 18px;
  }

  .global-form .form-control {
    height: 50px;
    border-radius: 0;
    font-size: 18px;
    line-height: 50px;
    padding: 10px 15px;
  }

  .global-form textarea.form-control {
    height: 160px;
  }
}

.input-icon .form-control:not(:first-child),
.input-icon .form-select:not(:last-child) {
  padding-left: 2.5rem;
}

/******
 ****** General
 ******/
.wrapper{
  padding-top: 130px;
  background: url(./assets/images/bg.png) no-repeat right 0 top 30px;
  background-size: 538px 571px;
}
.wrapper-none,
.home .wrapper {
  background: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation,
.woocommerce-order-pay .checkout-received-use,
.woocommerce-order-received .checkout-received-use,
.global-box,
.content {
  border-radius: 15px;
  border: 5px solid #F7F8F9;
  padding: 20px 15px;
  background: transparent;
  backdrop-filter: blur(30px) brightness(1.15);
  -webkit-backdrop-filter: blur(30px) brightness(1.15);
  margin-bottom: 50px;
}

.home-wrapper .content {
  padding: 0;
}
.page-title{
  margin-bottom: 20px;
}
.main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.section-bottom{
  margin-bottom: 50px;
}
.section-title {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.section-sub-title {
  letter-spacing: 0.15em;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
  display: inline-flex;
}
/* .section-sub-title::after{
  content: '\F138';
  font-size: 18px;
  font-family: "bootstrap-icons";
  color: #000;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-45%);
  margin-left: 18px;
} */
@media(min-width: 768px) {
  .section-sub-title {
    margin-bottom: 40px;
  }
  .section-bottom{
    margin-bottom: 90px;
  }
  .section-sub-title::after,
  .section-sub-title {
    font-size: 24px;
  }
}
@media(min-width: 992px) {
  .wrapper{
    padding-top: 200px;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-MyAccount-navigation,
  .woocommerce-order-pay .checkout-received-use,
  .woocommerce-order-received .checkout-received-use,
  .global-box,
  .content {
    border-radius: 20px;
    border: 10px solid #F7F8F9;
    padding: 40px 30px;
    margin-bottom: 120px;
  }
}
@media(min-width: 1200px) {
  .section-sub-title {
    margin-bottom: 60px;
  }
  .section-bottom{
    margin-bottom: 140px;
  }
  .section-sub-title::after,
  .section-sub-title {
    font-size: 30px;
  }
}

/******
 ****** Wordpress edit
 ******/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignnone {
  float: none;
}

/******
 ****** Pagenavi
 ******/
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  background-color: #f5f5f5;
  border: 0 !important;
  padding: 0 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #00ACDE;
}

@media screen and (min-width: 768px){
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 15px;
    min-width: 40px;
    min-height: 40px;
    margin: 5px !important;
  }
}

.wp-pagenavi span.pages{
  background-color: transparent;
  cursor: default;
}

.wp-pagenavi span.current {
  color: #fff;
}

.wp-pagenavi span.pagenavi-go {
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
}

.wp-pagenavi .pagenavi-go-input {
  min-width: 80px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 14px;
}

.wp-pagenavi .pagenavi-go-btn {
  height: 40px;
  min-width: 50px;
  padding: 0 10px;
  border: 1px solid #00ACDE;
  background: #00ACDE;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
/******
 ****** 404
 ******/
.error-404-wrapper {
  padding: 60px 0;
  text-align: center;
}

.img-404 {
  line-height: 0;
}

.img-404 img {
  max-height: 150px;
}

@media(min-width: 768px) {
  .error-404-wrapper {
    padding: 80px 0;
  }

  .img-404 img {
    max-height: 200px;
  }
}

@media(min-width: 992px) {
  .error-404-wrapper {
    padding: 100px 0;
  }

  .img-404 img {
    max-height: 260px;
  }
}

@media(min-width: 1200px) {
  .error-404-wrapper {
    padding: 150px 0;
  }

  .img-404 img {
    max-height: 320px;
  }
}

/******
 ****** Footer
 ******/
.footer-dark {
  background-color: #222;
}

.footer-dark,
.footer-dark p,
.footer-dark a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-dark a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-light {
  background-color: #f2f3f7;
}

.footer-white {
  background-color: #fff;
}

.footer-light,
.footer-light p,
.footer-light a,
.footer-white,
.footer-white p,
.footer-white a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.footer-white a:hover,
.footer-light a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.main-side-wrapper{
  position: fixed;
  right: 15px;
  bottom: 12%;
  margin: auto;
  z-index: 999;
}
.main-side-wrapper li{
  margin-bottom: 10px;
}
.main-side-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.main-side-item-icon img{
  width: 23px;
  height: 23px;
}
.main-side-item-content{
  margin-top: 4px;
  font-size: 10px;
  font-weight: bold;
}
.side-blue .main-side-item{
  background-color: #00ACDE;
}
.side-blue .main-side-item-content{
  color: #fff;
}
.side-white .main-side-item{
  background-color: #FFFFFF;
}
.side-white .main-side-item-content{
  color: #333;
}
.side-blue .main-side-item:hover,
.side-blue .main-side-item:focus{
  background-color: #0189B1;
}
.side-white .main-side-item:hover,
.side-white .main-side-item:focus{
  background-color: #eee;
}
@media(min-width: 768px) {
  .main-side-wrapper{
    right: 30px;
  }
  .main-side-item{
    width: 72px;
    height: 72px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .main-side-item-icon img{
    width: 28px;
    height: 28px;
  }
  .main-side-item-content{
    margin-top: 6px;
    font-size: 13px;
  }
}

/******
 ****** Home
 ******/
.logo-item {
  text-align: center;
  margin-bottom: 30px !important;
}

/******
 ****** swiper
 ******/
.swiper-container,
.category-swiper,
.heroSwiper {
  --swiper-navigation-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 1px solid transparent;
}

.swiper-white {
  --swiper-theme-color: #fff;
  --swiper-navigation-color: #000;
}

.swiper-black {
  --swiper-theme-color: #000;
  --swiper-navigation-color: #fff;
}

.swiper-white .swiper-button-next,
.swiper-white .swiper-button-prev {
  border-color: #000;
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.swiper-black .swiper-button-next,
.swiper-black .swiper-button-prev {
  border:0;
  outline: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}
@media(min-width: 768px) {
  .swiper-container,
  .category-swiper,
  .heroSwiper {
    --swiper-navigation-size: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media(min-width: 1440px) {
  .swiper-container,
  .category-swiper,
  .heroSwiper {
    --swiper-navigation-size: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    border-radius: 60px;
    width: 52px;
    height: 52px;
    margin-top: -30px;
  }
}
.small-swiper-next,
.small-swiper-prev {
  color: #fff;
  --swiper-navigation-size: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.small-swiper-next::after,
.small-swiper-prev::after,
.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 16px;
}

/******
 ****** siderbar
 ******/
/* 侧边栏分块样式，非必要 */
aside section {
  margin-bottom: 15px;
}

.fixed-panel {
  position: fixed;
  top: 90px;
  /* header高度 */
  width: 255px;
  /* sidebar需固定宽度 */
  z-index: 10;
}

/* sidebar widget */
.sidebar .widget {
  position: relative;
}

.sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.sidebar .widget>ul {
  padding: 0;
}

.sidebar .widget ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .widget ul li:last-child {
  border-bottom: 0;
}

/******
 ****** blog & news
 ******/
.blog-item {
  position: relative;
}

.blog-category-tag {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  z-index: 99;
  line-height: 1;
  font-size: 12px;
}

.single-blog-title {
  margin-bottom: 15px;
}

.blog-date i,
.sidebar-blog-date i,
.single-blog-date i {
  margin-right: 10px;
}

.single-blog-excerpt {
  position: relative;
  font-size: 13px;
  line-height: 2;
  color: #999;
  margin-bottom: 30px;
}

.single-blog-excerpt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 2px;
  background-color: #EEE;
}

.single-blog-content-wrap {
  padding-bottom: 0;
}

.post-navigation {
  margin-top: 30px;
}

.post-navigation h1,
.post-navigation h2,
.post-navigation h3,
.post-navigation h4,
.post-navigation h5,
.post-navigation h6 {
  display: none !important;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  margin-top: 5px;
}

/* 列表样式 */
ul.marker-style li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

ul.marker-style li::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  background-color: #E5012D;
  left: -30px;
  top: 6px;
}

ul.marker-style-circle li::before {
  border-radius: 50%;
}

/* Forms */
.request-quote-form .form-group{
  margin-bottom: 20px;
}
.request-quote-form .wpcf7-form-control:not(.btn) {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(19, 23, 34);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EEEEEE;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.request-quote-form .wpcf7 label {
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.request-quote-form-warp .request-quote-title {
  background-color: rgb(231, 242, 252);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.request-quote-form-warp .request-quote-form {
  border-radius: 12px;
}

.request-quote-form-warp .request-quote-name {
  color: rgb(20, 59, 158);
  font-size: 24px;
}

.request-quote-form .wpcf7 textarea {
  min-height: 65px;
}

/* .request-quote-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 6px 11px;
  background-repeat: no-repeat;
  background-position: left calc(42% + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  background-image: none;
} */

/* @media (min-width: 992px) {
  .request-quote-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(128 138 164)' class='bi bi-file-earmark-check' viewBox='0 0 16 16'><path d='M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z'/><path d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/></svg>");
  }
} */

.request-quote-form .wpcf7-form-control-wrap .cabinetpower,
.request-quote-form .wpcf7-form-control-wrap .cabinetsize,
.request-quote-form .wpcf7-form-control-wrap .companyemail,
.request-quote-form .wpcf7-form-control-wrap .yourphone,
.request-quote-form .wpcf7-form-control-wrap .companyname,
.request-quote-form .wpcf7-form-control-wrap .fullname {
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: left calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.request-quote-form .wpcf7-form-control-wrap .fullname,
.request-quote-form .wpcf7-form-control-wrap .companyname {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(128 138 164)" class="bi bi-1-circle-fill" viewBox="0 0 16 16"><path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/></svg>');
}

.request-quote-form .wpcf7-form-control-wrap .yourphone {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(128 138 164)" class="bi bi-1-circle-fill" viewBox="0 0 16 16"><path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/></svg>');
}

.request-quote-form .wpcf7-form-control-wrap .companyemail {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(128 138 164)" class="bi bi-1-circle-fill" viewBox="0 0 16 16"><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z"/></svg>');

}

.request-quote-form .wpcf7-form-control-wrap .cabinetsize {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(128 138 164)" class="bi bi-1-circle-fill" viewBox="0 0 16 16"><path d="M14 10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12zM2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2z"/><path d="M5 11.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5-4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm5.5-2a.5.5 0 0 0-1 0 .5.5 0 0 0 1 0z"/><path d="M14 3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/><path d="M5 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/></svg>');
}

.request-quote-form .wpcf7-form-control-wrap .cabinetpower {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(128 138 164)" class="bi bi-1-circle-fill" viewBox="0 0 16 16"><path d="M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0zM5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4H5z"/></svg>');
}

/* 表单样式 */
.wpcf7 .form-label span {
  color: rgb(133, 81, 81);
}

/******
 ****** Globa style
 ******/
/* .global-blurry{
  background: rgba(0, 0, 0, 0.65);
}
@media (min-width: 992px) { */
  .global-blurry{
    position: relative;
    background: transparent;
    backdrop-filter: blur(30px) brightness(1.15);
    -webkit-backdrop-filter: blur(30px) brightness(1.15);
  }
  .global-blurry::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
  }
/* } */
.global-px{
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .global-px{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .global-px{
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1400px) {
  .global-px{
    padding-left: 100px;
    padding-right: 100px;
  }
}
.breadcrumbs{
  font-size: 13px;
  margin-bottom: 25px;
}
.read-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.read-more {
  letter-spacing: 0.15em;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  display: inline-flex;
}
.read-more::after{
  content: '\F138';
  font-size: 14px;
  font-family: "bootstrap-icons";
  color: #000;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.read-more:hover a,
.read-more:focus a,
.read-more:hover::after,
.read-more:focus::after{
  color: #00ACDE;
}

@media(min-width: 768px) {
  .read-more-wrap {
    margin-top: 30px;
  }
  .read-more::after,
  .read-more {
    font-size: 16px;
  }
}
@media(min-width: 992px) {
  .breadcrumbs{
    font-size: 15px;
  }
}
@media(min-width: 1200px) {
  .read-more-wrap {
    margin-top: 40px;
  }
  .read-more::after,
  .read-more {
    font-size: 20px;
  }
}
.tml .tml-button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: none;          /* 去除默认边框（立体感的主要来源） */
  outline: none;         /* 去除聚焦时的轮廓线 */
  box-shadow: none;      /* 避免任何阴影干扰 */
  background: #e0e0e0;   /* 可选：自定义背景色，避免按钮不可见 */
  /* 如果希望完全扁平，还可以加上 appearance: none */
  -webkit-appearance: none;
  appearance: none;
}

input.wpcf7-submit {
  border: none;          /* 去除默认边框（立体感的主要来源） */
  outline: none;         /* 去除聚焦时的轮廓线 */
  box-shadow: none;      /* 避免任何阴影干扰 */
  background: #00ACDE;   /* 可选：自定义背景色，避免按钮不可见 */
  /* 如果希望完全扁平，还可以加上 appearance: none */
  -webkit-appearance: none;
  appearance: none;
}

/* ====== 分页导航 Bootstrap 风格美化 ====== */
.paginate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  clear: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #00ACDE;
  border-radius: 4px;
  background: #fff;
  color: #00ACDE;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.wp-pagenavi a:hover {
  background-color: #e9ecef;
  border-color: #00ACDE;
  color: #0a58ca;
  z-index: 2;
}

.wp-pagenavi span.current {
  background-color: #00ACDE;
  border-color: #00ACDE;
  color: #fff;
  font-weight: 500;
  z-index: 3;
}

.wp-pagenavi span.pages {
  border: none;
  background: transparent;
  color: #6c757d;
  font-size: 13px;
  min-width: auto;
  padding: 0 4px;
}

.wp-pagenavi span.extend {
  border: none;
  background: transparent;
  color: #6c757d;
  min-width: auto;
  padding: 0 4px;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 0 12px;
  font-weight: 500;
}

/* Go 跳转 */
.pagination-go {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
}

.go-input {
  width: 66px;
  height: 36px;
  padding: 0 6px;
  border: 1px solid #00ACDE;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  color: #495057;
  outline: none;
  transition: border-color 0.15s ease-in-out;
}

.go-input:focus {
  border-color: #00ACDE;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}

.go-btn {
  height: 36px;
  padding: 0 12px;
  border: 1px solid #00ACDE;
  border-radius: 4px;
  background-color: #00ACDE;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.go-btn:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
