/*
Theme Name: Glsk design
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: 1.0
*/

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1350px;
}

/******
 ****** Globa color
 ******/
.blue {
  color: blue !important;
}

.orange {
  color: orange !important;
}

.purple {
  color: purple !important;
}

.green {
  color: green !important;
}

.red {
  color: #f8274a !important;
}

.white {
  color: #fff !important;
}

@media (min-width: 992px) {
  .white-sm {
    color: #fff !important;
  }
}


.grey {
  color: #999 !important;
}

.light-green {
  color: #47b360 !important;
}

.bg-blue {
  background-color: blue !important;
}

.bg-orange {
  background-color: orange !important;
}

.bg-purple {
  background-color: purple !important;
}

.bg-green {
  background-color: green !important;
}

.bg-light-green {
  background-color: #47b360 !important;
}

.bg-red {
  background-color: #f8274a !important;
}

.bg-grey {
  background-color: #f5f5f5 !important;
}

.bg-white {
  background-color: #fff !important;
}

/******
 ****** Global font
 ******/

/******
 ****** Globa font size
 ******/
body {
  color: #000;
}

p {
  font-size: 16px;
  margin-bottom: 1.68em;
  line-height: 2;
}

h1 {
  font-size: 48px;
  margin-bottom: 40px;
}

h2 {
  font-size: 48px;
  margin-bottom: 40px;
}

h3 {
  font-size: 32px;
  margin-bottom: 32px;
}

h4 {
  font-size: 28px;
  margin-bottom: 28px;
}

h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

h6 {
  font-size: 14px;
  margin-bottom: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: bolder;
  text-transform: uppercase;
}

p:last-child {
  margin-bottom: 0;
}

strong,
.bold {
  font-weight: bold !important;
}

.fw-normal {
  font-weight: normal;
}

.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.5s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}

.back-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  height: 48px;
  width: 48px;
  font-size: 12px;
  opacity: 0.5;
}

.back-to-top img{
  max-height: 18px;
}

.back-to-top:hover,
.back-to-top:focus {
  background-color: #f8274a;
  opacity: 1;
}

/******
 ****** 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.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoom-in:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.zoom-out:hover img {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}

.content-float {
  transition: all 0.3s 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
 ******/
.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
 ******/
.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-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: #666;
  pointer-events: none;
}

.input-icon .form-control:not(:first-child),
.input-icon .form-select:not(:last-child) {
  padding-left: 2.5rem;
}

/******
 ****** General
 ******/
.wrapper-none,
.home .wrapper {
  background: none;
}

.section-title {
  margin-bottom: 30px;
}

.single-title {
  margin-bottom: 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 {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  margin-right: 10px;
  background-color: #fff;
  border: 0;
  min-width: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #f8274a;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #f8274a !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 6px !important;
}

/******
 ****** 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 {
  color: rgba(255, 255, 255, 0.8);
}

.footer-dark a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-light {
  background-color: #f5f5f5;
}

.footer-light a:hover {
  color: #f8274a;
}

/******
 ****** Home
 ******/
.logo-item {
  text-align: center;
  margin-bottom: 30px !important;
}

/******
 ****** swiper
 ******/
.swiper-container {
  --swiper-navigation-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 24px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  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-color: #fff;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .swiper-container {
    --swiper-navigation-size: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    border-radius: 48px;
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
}

/******
 ****** 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;
}

.global-sidebar-list-wrap ul {
  list-style: none;
}

.global-sidebar-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.global-sidebar-list > li > a {
  display: block;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.global-sidebar-list > li.current_page_item > a,
.global-sidebar-list > li.current-cat > a {
  color: #000;
}

.global-sidebar-list > li:last-child {
  border: 0;
}

.global-sidebar-menu li {
  position: relative;
  padding-left: 24px;
}

.global-sidebar-menu > li.cat_item_has_children,
.global-sidebar-menu > li.page_item_has_children {
  cursor: pointer;
}

.global-sidebar-menu > li.cat_item_has_children::before,
.global-sidebar-menu > li.page_item_has_children::before {
  content: "\f196";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 20px;
  color: #e50114;
}

.global-sidebar-menu > li.cat_item_has_children.global-menu-show::before,
.global-sidebar-menu > li.page_item_has_children.global-menu-show::before {
  content: "\f147";
}

.global-sidebar-menu > li > .children {
  display: none;
}

.global-sidebar-menu li > .children {
  padding: 0;
  margin: 0 0 15px;
}

.global-sidebar-menu li .children li a {
  font-size: 13px;
  line-height: 2;
  color: #999;
}

.global-sidebar-menu li .children li.current-cat a,
.global-sidebar-menu li .children li a:hover,
.global-sidebar-menu li .children li a:focus {
  color: #e50114;
}

@media (min-width: 992px) {
  .global-sidebar-list > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .global-sidebar-menu > li.cat_item_has_children::before,
  .global-sidebar-menu > li.page_item_has_children::before {
    top: 23px;
    font-size: 20px;
  }

  .global-sidebar-menu li .children {
    margin: 0 0 20px;
  }
}

/******
 ****** 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: 40px;
}

.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;
}

.post-navigation .nav-next {
  text-align: right;
}

/* 列表样式 */
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 .wpcf7-form-control {
  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 rgb(19, 23, 34);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.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% + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.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(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.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: red;
}

.tp-title-wrap{
  top: -6px !important;
}

.hebe.tparrows:before{
  background-size: 30% !important;
}
