@font-face {
  font-display: swap;
  font-family: "SourceHanSansCN-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("SourceHanSansCN Regular"), url("../font/SourceHanSansCN-Regular.woff2") format(".woff2");
}

@font-face {
  font-display: swap;
  font-family: "SourceHanSansCN-Medium";
  font-style: normal;
  font-weight: 500;
  src: local("SourceHanSansCN Medium"), url("../font/SourceHanSansCN-Medium.woff2") format(".woff2");
}

@font-face {
  font-display: swap;
  font-family: "SourceHanSansCN-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("SourceHanSansCN Bold"), url("../font/SourceHanSansCN-Bold.woff2") format(".woff2");
}

/* @font-face {
  font-display: swap;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-style: normal;
  font-weight: 500;
  src: local("HarmonyOS_Sans_SC Medium"), url("../font/HarmonyOS_Sans_SC_Medium.woff2") format("woff2");
} */

/* 
@font-face {
  font-display: swap;
  font-family: "HarmonyOS_Sans_SC";
  font-style: normal;
  font-weight: 400;
  src: local("HarmonyOS_Sans_SC Regular"), url("../font/HarmonyOS_Sans_SC_Regular.woff") format("woff");
}

 */

html {
  font-size: 625%;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "SourceHanSansCN-Regular";
  color: #000000;
  font-size: 14px;
  font-size: 0.14rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 0.13rem;
  }
}

@media (max-width: 375px) {
  body {
    font-size: 12px;
    font-size: 0.12rem;
  }
}

p {
  color: #000000;
  line-height: 0.2rem;
  margin: 0.2rem 0;
}

.row {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555555;
  font-weight: 600;
}

h1 {
  font-size: 0.22rem;
  margin-bottom: 0.15rem;
  line-height: 0.20rem;
}

h2 {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
  line-height: 0.18rem;
}

h3 {
  font-size: 0.16rem;
  margin-bottom: 0.105rem;
  line-height: 0.21rem;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: inside;
}

a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  text-decoration: none;
  color: #BD0008;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 0.80rem 0;
}

.section-quote-padding {
  padding-bottom: 0.8rem;
}


@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top, .back-to-bottom {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
}

.back-to-top:hover, .back-to-bottom:hover {
  background: #BD0008;
}

.back-to-top i, .back-to-bottom i {
  font-size: 0.40rem;
  color: #fff;
}


.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox-overlay .fancybox-skin .fancybox-close {
  position: absolute;
  top: -0.10rem;
  right: -0.10rem;
  width: 0.30rem;
  height: 0.30rem;
  background: url(../img/prettyPhoto/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

.fancybox-container {
  overflow: auto !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .index-category-container {
    max-width: 1400px;
    padding: 0;
  }
}


.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #fa8b54;
  -o-box-shadow: 0 0 5px 0 #eccca0;
  -ms-box-shadow: 0 0 5px 0 #eccca0;
  box-shadow: 0 0 5px 0 #eccca0;
}

.form ::-webkit-input-placeholder {
  font-style: 0.14rem;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 0.14rem;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 0.14rem;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 0.14rem;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../img/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}

.form ::-moz-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 1px;
}

.social-links li a {
  background-color: #eccca0;
  width: 0.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #fa8b54;
}

.preloader {
  background-color: #29395b;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  overflow: hidden;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader * {
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -0.6rem;
  margin-top: -0.6rem;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.6rem;
  height: 1.2rem;
  margin-left: -0.6rem;
  margin-top: -0.6rem;
  overflow: hidden;
  transform-origin: 0.6rem 0.6rem;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.header-container {
  position: fixed;
  /* position: relative; */
  width: 100%;
  z-index: 99998;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}


.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper-left {
  text-align: left;
}

/*--------------------------------------------------------------
  2. header
  --------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #163967;
  padding: 0 130px;
}

/* @media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
} */

.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: left;
  margin-bottom: 0;
}

/* @media (max-width: 767px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
} */

.topbar ul li {
  font-size: 16px;
  float: left;
  padding: 10px 10px;
  color: #e5e3e3;
  line-height: 1em;
}

.topbar ul li span:hover {
  cursor: pointer;
  color: #fb8b54;
}

/* @media (max-width: 991px) {
  .topbar ul li {
    padding: 5px 2px;
  }
} */

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .contact-intro ul {
  float: right;
  margin-bottom: 0;
}

.topbar .contact-intro a {
  color: #fff;
}

.topbar .contact-intro a:hover {
  color: #fb8b54;
}

@media (max-width: 991px) {
  .topbar .contact-intro ul {
    float: none;
  }
}

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 2px;
  }
}

@media (max-width: 991px) {
  .topbar ul li {
    font-size: 12px;
  }

  .topbar {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}

@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }

  .topbar ul {
    flex-wrap: wrap;
  }
}

.topbar ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 3px;
}

.topbar ul .fi:before {
  font-size: 0.15rem;
  color: #fff;
}

/* 2.2 navigation */
.wpo-site-header {
  height: 1.6rem;
  padding: 0.1rem 0;
}

.wpo-site-header .navigation {
  padding: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -4rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.wpo-site-header .row {
  width: 85%;
}

/* @media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
} */

.wpo-site-header #navbar {
  transition: all 0.5s;
  width: calc(100%);
  display: flex;
  justify-content: center;
  margin-top:0.1rem;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
  text-decoration: none;
  color: #BD0008;
}

.wpo-site-header #navbar>ul li .active {
  color: #BD0008;
}

/* @media screen and (min-width: 992px) {
  .wpo-site-header #navbar li {
    position: relative;
  }

  .wpo-site-header #navbar>ul>li>a:hover:before,
  .wpo-site-header #navbar>ul>li>a.active:before {
    opacity: 1;
    visibility: visible;
  }
} */

.wpo-site-header .container-fluid {
  display: flex;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}

/* @media (max-width: 991px) {

  .wpo-site-header .container {
    width: 100%;
    max-width: 100%;
  }

  .wpo-site-header .header-right {
    right: -10px;
  }

  .wpo-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .wpo-site-header .navbar-header button span:last-child {
    margin: 0;
  }
} */

.wpo-site-header #navbar ul {
  list-style: none;
  flex-direction: row;
  width:100%;
  display:flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}

/* .wpo-site-header #navbar ul li {
  padding:0 0 0 0.5rem;
} */

/* @media (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar>ul {
    z-index: 101;
  }

  .wpo-site-header #navbar ul a {
    color: #000;
  }

  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #fa8b54;
  }


  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }

  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }

  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }

  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }

  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
} */

/* .wpo-site-header .navbar-header {
  text-align: center;
  width: 60%;
  margin-left: 12%;
} */

.wpo-site-header .navbar-header .navbar-brand {
      /* width: 100%;
      max-width: 1.60rem; */
      margin-right: 0;
      font-size: 0.14rem;
      position: relative;
      display: inline-block;
      padding: 0;
}

/* @media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }

  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }

  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }

  .wpo-site-header .navbar-right {
    float: none;
  }

  .wpo-site-header .navbar-nav {
    float: none;
  }

  .wpo-site-header .navbar-nav>li {
    float: none;
  }
} */

.wpo-site-header .header-right {
  display: flex;
  justify-content: flex-end;
  z-index: 991;
  position: relative;
  align-items: center;
}

.wpo-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.wpo-site-header .header-right>div {
  float: left;
  position: relative;
  margin-right: 8px;
}

@media (max-width: 450px) {
  .wpo-site-header .header-right>div {
    margin-right: 10px;
  }

  .wpo-site-header .header-right {
    right: -30px;
  }
}

.wpo-site-header .header-right>div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-site-header .header-right>div:last-child {
    margin: 3px 0 0 10px;
  }
}

.wpo-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px;
}


.wpo-site-header .header-right .search-toggle-btn {
  background-color: rgba(7, 1, 67, 0.05);
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}

@media (max-width: 1200px) {

  .wpo-site-header .header-right .search-toggle-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {

  .wpo-site-header .header-right .search-toggle-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {

  .wpo-site-header .header-right .search-toggle-btn .fi:before {
    font-size: 16px;
  }
}

.wpo-site-header .header-right .search-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

.about-container {
  padding-bottom: 40px;
}

.about-container hr {
  margin: 50px 0;
}

/* .menu {
  margin-left: -6%;
} */

/*** cart-search-contact ***/
.cart-search-div {
  display: flex;
  justify-content: center;
}

.cart-search-contact {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.cart-search-contact .iconfont {
  font-size: 0.22rem;
  color: #999999;
}

.cart-search-contact>div {
  position: relative;
}

.cart-search-contact>div+div {
  margin-left: 0.12rem;
}


@media (max-width: 575px) {
  .cart-search-contact {
    width: 3rem;
    padding: 0.15rem;
  }

  .cart-search-contact .form-control {
    height: 30px;
    line-height: 30px;
  }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}

.cart-search-contact div {
  position: relative;
}

.cart-search-contact button {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.cart-search-contact button .fi:before {
  font-size: 18px !important;
}

.cart-search-contact input:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
  border: 1px solid #ebebeb;
}

.cart-search-contact input {
  height: 0.44rem;
  font-size: 0.15rem;
  border-radius: 22px;
  box-shadow: none;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

#search-input {
  width: 82%;
  padding: 0.14rem 0.3rem;
    /* margin-left:0.4rem; */
}



.cart-search-contact input::placeholder {
  color: #999999;
  font-family: 'HarmonyOS_Sans_SC';
}

.wpo-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  transform: scale(1);
}

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }

  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}

.wpo-site-header #navbar>ul>li>a {
  /* padding: 20px 25px; */
  /* font-size: 15px; */
  font-size: 0.17rem;
  color: #000000;
}

@media (max-width: 1600px) {
  .wpo-site-header #navbar {
    width: calc(100% + 40px);
  }
  .wpo-site-header #navbar>ul>li>a {
    font-size: 0.15rem;
    padding: 20px 6px;
  }
  
}

/* @media screen and (min-width: 992px) {

  .wpo-site-header #navbar li {
    position: relative;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar>ul>li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }

  .wpo-site-header #navbar>ul>li a:hover,
  .wpo-site-header #navbar>ul>li a.active {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }

  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
} */

.wpo-site-header .menu-close {
  display: none;
}

/* @media (max-width: 991px) {

  .wpo-site-header .container {
    width: 100%;
  }

  .wpo-site-header .mobail-menu button {
    background-color: #fa8b54;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }

  .wpo-site-header .mobail-menu button:focus {
    outline: none;
    box-shadow: none;
  }

  .wpo-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }

  .wpo-site-header #navbar {
    background: #243352;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }

  .wpo-site-header #navbar>ul {
    position: relative;
    z-index: 101;
  }

  .wpo-site-header #navbar ul a {
    color: #000;
  }

  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #fa8b54;
  }

  .wpo-site-header #navbar .navbar-nav {
    display: block;
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }

  .wpo-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }

  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }

  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }

  .wpo-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }

  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }

  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }

  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
} */

.wpo-site-header .navbar-header img {
  max-height: 0.6rem;
}

/* @media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }

  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }

  .wpo-site-header .navbar-header {
    float: none;
  }

  .wpo-site-header .navbar-right {
    float: none;
  }

  .wpo-site-header .navbar-nav {
    float: none;
  }

  .wpo-site-header .navbar-nav>li {
    float: none;
  }
} */

/* @media (max-width: 1700px) {
  .wpo-site-header {
    padding: 8px 0;
  }
  .wpo-site-header #navbar>ul>li>a {
    padding: 18px 8px;
    font-size: 15px;
  }
  .cart-search-contact input {
    font-size: 12px;
  }

}

@media (max-width: 1500px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 18px 10px;
  }

  .cart-search-contact input {
    font-size: 11px;
  }

  .wpo-site-header {
    padding: 6px 0;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 18px 4px;
  }
}

@media (max-width: 1200px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 18px 4px;
  }
}


@media (max-width: 767px) {


  .wpo-site-header .header-right .close-form {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 15px 6px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {

  .wpo-site-header {
    z-index: 99999;
  }
} */

.wpo-site-header .navigation.sticky-header {
  padding: 0 130px;
}

/* @media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
} */

/*--------------------------------------------------------------
  3. content
  --------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative;
    z-index: 0; */
}

.wpo-hero-slider .swiper-slide {
  overflow: hidden;
}

.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.wpo-hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  transition: all 0.3s;
}

.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {

  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider .swiper-button-prev {
  /* left: 70px; */
  left: 0.70rem;
}

.wpo-hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "";
  /* font-size: 20px; */
  font-size: 0.20rem;
  color: #fff;
}

.wpo-hero-slider .swiper-button-next {
  /* right: 70px; */
  right: 0.70rem;
}

.wpo-hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "";
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {

  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 992px) {

  .wpo-hero-slider .swiper-pagination-bullet {
    display: none;
  }
}

.wpo-hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}

.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.wpo-hero-slider .swiper-slide {
  position: relative;
  z-index: 11;
  padding-top: 52.08%;
}


@-webkit-keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }

  to {
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}

@keyframes spineer {
  from {
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }

  to {
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}

/*--------------------------------------------------------------
  4. wpo-footer
  --------------------------------------------------------------*/
.wpo-site-footer {
  width: 100%;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  background: #EBEBEB;
}

.wpo-site-footer ul {
  list-style: none;
}

.wpo-site-footer p {
  color: #808080;
}

.wpo-site-footer .container {
  position: relative;
  padding: 20px 0;
}

.wpo-site-footer .wpo-upper-footer {
  padding: 20px 0 0 0;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 40px 0 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 375px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 40px;
    flex: auto;
  }
}

.wpo-site-footer .widget-title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpo-site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.wpo-site-footer .widget-title h3 {
  font-size: 0.14rem;
  font-weight: normal;
  margin: 0;
  position: relative;
}

.wpo-site-footer .link-widget {
  overflow: hidden;
  font-size: 0.14rem;
  text-align: left;
}

@media (max-width: 991px) {
  .wpo-site-footer .link-widget {
    padding-bottom: 0.2rem;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .link-widget {
    max-width: 350px;
    padding-bottom: 0;
  }
}

.wpo-site-footer .link-widget ul li {
  position: relative;
  color: #999999;
}

.wpo-site-footer .link-widget ul li i {
  padding-right: 5px;
}

.wpo-site-footer .link-widget ul li a {
  color: #808080;
  font-size: 0.14rem;
}

.wpo-site-footer .link-widget ul li a:hover {
  color: #fa8b54;
}

.wpo-site-footer .link-widget ul li+li {
  padding-top: 10px;
}

.wpo-site-footer .social-widget ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.wpo-site-footer .social-widget ul li a:hover {
  color: #fa8b54;
}

.wpo-site-footer .social-widget ul li a i {
  margin-right: 10px;
}

.wpo-site-footer .wpo-lower-footer {
  text-align: center;
  position: relative;
  background: #080103;
}

.wpo-site-footer .wpo-lower-footer .container {
  padding: 40px 0;
}

.wpo-site-footer .wpo-lower-footer .row {
  padding: 10px 0;
  position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  color: #dddddd;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/*--------------------------------------------------------------
  3.2 wpo-service-section
  --------------------------------------------------------------*/
@media (max-width: 767px) {
  .wpo-service-section {
    padding-top: 60px;
  }
}

/*progress-design*/
.progress {
  width: 150px;
  height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  overflow: unset;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 40px;
  color: #fa8b54;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: -5%;
  left: 5%;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.progress .progress-bar {
  border-color: #fa8b54;
}

.progress.blue .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.8s;
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-left .progress-bar {
  -webkit-animation: loading-3 1s linear forwards 1.8s;
  animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-left .progress-bar {
  -webkit-animation: loading-4 0.4s linear forwards 1.8s;
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-left .progress-bar {
  -webkit-animation: loading-5 1.2s linear forwards 1.8s;
  animation: loading-5 1.2s linear forwards 1.8s;
}

@-webkit-keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(120deg);
  }
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(120deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(46deg);
  }
}

@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(46deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(36deg);
  }
}

@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(36deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 60px;
  }
}

.progress:before {
  position: absolute;
  left: -14px;
  top: -15px;
  width: 120%;
  height: 120%;
  background: #fff;
  content: "";
  border-radius: 50%;
}

.full-col {
  padding: 0 10px 5px;
}

@media (max-width: 575px) {

  .lawyer-about.pt-150 {
    padding-top: 100px !important;
  }
}

/*===========================
  5. wpo-cart-page-style
  ===========================*/
.cart-area .cart-wrapper {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {

  .cart-area .cart-wrapper table,
  .contact-table {
    width: 1022px;
  }
}

@media (max-width: 991px) {

  .cart-area .cart-wrapper,
  .concat-guoqi {
    overflow: scroll;
    overflow-y: hidden;
  }
}

.cart-area .cart-wrap {
  width: 100%;
}

.cart-area .cart-wrap tbody {
  background: #FFFFFF;
  padding: 10px 10px;
}

.cart-area .cart-wrap tbody tr{
  border: 1px solid #EEEEEE;
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
  list-style: none;
}

.cart-area .cart-wrap thead {
  background: #E9E9E9;
  color: #999999;
  padding: 0.21rem;
  
}

.cart-area .cart-area {
  margin: auto;
  text-align: center;
  background: #fff;
}

.cart-area .cart-wrap th {
  font-size: 0.14rem;
  text-align: left;
  font-weight: 500;
  padding: 18px 10px;
  font-family: "HarmonyOS_Sans_SC_Medium";
}

.cart-area .cart-wrap td {
  padding: 0.1rem 0.1rem;
  font-size: 0.14rem;
  color: #000000;
  text-align: left;
  word-break: break-all;
  font-family: "HarmonyOS_Sans_SC_Medium";
}

.cart-area .cart-wrap td a {
  color: #000000;
}

.cart-area .cart-wrap td a:hover {
  color: #BD0008;
}

.cart-area .cart-wrap td.action ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}

.cart-area .cart-wrap td span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 34px;
  color: #ee9902;
  font-size: 14px;
  border: 1.5px solid #ee9902;
  border-radius: 4px;
}

.cart-area .cart-wrap .name {
  width: 15%;
}

.cart-area .cart-wrap .action a {
  display: block;
  width: 40px;
  height: 38px;
  line-height: 45px;
  background: #414141;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}

.cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}

.cart-area .cart-wrap .action a:hover {
  background: #fa8b54;
}

.cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}

.cart-area .cart-wrap .action li.c-btn a {
  background-color: #fa8b54;
}

.cart-area .order-wrap {
  padding: 0;
}

/* .cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
} */

.cart-area .cart-wrap tr:hover {
  cursor: pointer;
  background: #F9FAFB;
}

.cart-area .submit-btn-area {
  margin-top: 0.2rem;
  background: #FFFFFF;
  padding: 0 0 0 0.2rem;
}

.cart-area .submit-btn-area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.cart-area .submit-btn-area ul li a {
  color: #BD0008;
}

.cart-area .submit-btn-area ul li span {
  color: #555555;
}

.cart-area .submit-btn-area ul li .quote-size {
  display: inline-block;
  color: #BD0008;
}

@media (max-width: 450px) {
  .cart-area .submit-btn-area ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.cart-area .submit-btn-area button {
  padding: 10px 33px;
  border: none;
  transition: all 0.3s;
  outline: none;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "HarmonyOS_Sans_SC_Medium";
}

.cart-area .submit-btn-area .download-button {
  background: #BD0008;
  margin-left: 40px;
}

.cart-area .submit-btn-area .clear-button {
  background: #BDBDBD;
  padding: 10px 40px;
  margin-left: -5px;
}

.cart-area .submit-btn-area button:hover {
  color: #000000;
}

/*--------------------------------------------------------------
  6. wpo-shop-page
  --------------------------------------------------------------*/

.img-holder {
  height: 1.8rem;
  text-align: center;
}

.shop-grids p {
  height: 0.5rem;
  color: #000000;
  font-size: 0.17rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.1rem 0;
  line-height: 0.25rem;
}

.shop-grids p:hover {
  color: #BD0008;
}

.wpo-shop-section .grid {
  width: calc(25% - 0.10rem);
  float: left;
  margin: 0 0.10rem 0.10rem 0;
  background: #ffffff;
  border-radius: 0.06rem;
}

.wpo-shop-section .grid:hover {
  box-shadow: 1px 1px 29px 1px #CCCCCC;
}

@media (max-width: 991px) {
  .wpo-shop-section .grid {
    width: calc(50% - 0.30rem);
  }
}

@media (max-width: 767px) {
  .wpo-shop-section .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}

.wpo-shop-section .grid img {
  height: 100%;
  margin: 0 auto;
  padding: 6px;
  border-radius: 6px 6px 0 0;
}

.wpo-shop-section .details {
  padding: 10px 0px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wpo-shop-section .details h3 {
  font-size: 0.20rem;
  font-size: 1.3333333333rem;
  margin: 0 0 0.5em;
  font-weight: 700;
}

.wpo-shop-section .details span {
  font-size: 0.14rem;
  color: #666666;
  display: inline-block;
  width: 100%;
  word-break: break-word;
  line-height: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 550px) {
  .wpo-shop-section .details strong {
    font-size: 0.8rem;
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .wpo-shop-section .details h3 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}

.wpo-shop-section .details h3 a {
  color: #070143;
}

.wpo-shop-section .details h3 a:hover {
  color: #fa8b54;
}

.wpo-shop-section .details del {
  color: #6e6e6e;
}

.wpo-shop-section .details del+span {
  display: inline-block;
  padding-left: 0.20rem;
}

.wpo-shop-section .add-to-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.1rem 0;
}

.wpo-shop-section .add-to-cart a {
  color: #999999;
  font-size: 0.15rem;
}

.wpo-shop-section .add-to-cart .quote-btu {
  color: #FFFFFF;
  padding: 0px 22px;
  display: inline-block;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 17px;
  font-size: 0.15rem;
  height: 0.34rem;
  line-height: 0.34rem;
}

.wpo-shop-section .add-to-cart .quote-btu span {
  font-size: 0.15rem;
}

@media (max-width: 767px) {
  .wpo-shop-section .add-to-cart a {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 8px 18px;
  }
}


.wpo-shop-section .add-to-cart .quote-btu:hover {
  color: #BD0008;
}

.wpo-shop-section .add-to-cart .quote-read {
  background: #F5F5F5;
  color: #999999;
  border-radius: 17px;
  padding: 0px 23px;
  height: 0.34rem;
  line-height: 0.34rem;
}

.wpo-shop-section .add-to-cart .quote-read:hover {
  color: #BD0008;
}

.wpo-shop-section .add-to-cart a i {
  font-size: 0.15rem;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 550px) {

  .img-holder {
    height: 120px;
  }

  .wpo-shop-section .details {
    padding: 10px 0 0 0;
  }

  .product-tips {
    height: 110px;
  }

  .wpo-shop-section .add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .wpo-shop-section .add-to-cart .quote-btu {
    padding: 4px 4px;
    font-size: 12px;
    margin: 5px auto;
  }

  .wpo-shop-section .add-to-cart a {
    padding: 0;
  }

  .wpo-shop-section .add-to-cart .quote-btu span {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  .faq-pb {
    margin-top: 15px;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
  7. error-404-section
  --------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

.country-header-div {
  display: flex;
  justify-content: flex-end;
}

.country-header{
  position: relative;
  width: 78%;
  /* max-width: 2.4rem; */
}

.index-country-select {
  position: relative;
}

.index-country-select input{
    width: 100%;
    /* height: 40px; */
    height: 0.40rem;
    padding: 14px 17px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ebebeb;
}
.index-country-select button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    height: 100%;
    width: 0.6rem;
}

.index-country-select button i {
  color: #666666;
  font-size: 0.22rem;
}

.index-country-select input::placeholder {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.16rem;
  color: #000000;
}

.index-country-select input:focus {
  outline: none;
    border-color: inherit;
    box-shadow: none;
    border: 1px solid #F2F2F2;
}

.index-type-select {
    position: absolute !important;
    width: 0.85rem;
    top: 50%;
    /* right: 50px; */
    right: 0.5rem;
    transform: translateY(-50%);
    /* font-size: 13px; */
    font-size: 0.13rem;
    font-family: "HarmonyOS_Sans_SC";
}

.index-type-select input {
  border: none;
  border-radius: 0%;
  width: 1.1rem;
  height: 0.44rem;
  padding: 0 0 0 16px;
  background: #BD0008;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #BD0008;
}

.index-type-select button {
  right: 0px;
  margin-right:-0.15rem;
}

.index-type-select button i {
  color: #FFFFFF !important;
  font-size: 0.16rem;
}

.top-line, .top-type {
  position: absolute !important;
  display: none;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 0;
  z-index: 2000;
}

.top-type {
  padding: 5px 0;
}

.top-type ul li {
  cursor: pointer;
  list-style: none;
  padding: 4px 10px;
  z-index: 2000;
}

.top-line .top-social li {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.1rem 0 0.1rem 0.1rem;
}

.top-type ul li:hover {
  color: #BD0008;
}

.top-line .top-social li:hover {
  background: #BD0008;
  color: #ffffff;
}

.top-line .top-social a {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 0.1rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.14rem;
  color: #000000;
}

.top-line .top-social li:hover a {
  color: #ffffff;
}

.top-line .top-social a img {
  margin-right: 0.1rem;
}

.container-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.std-container,
.std-footer {
  width: 100%;
  padding: 0 1.3rem;
}

.breadcrumbs {
  padding: 0.4rem 0.3rem;
}

.breadcrumbs h1 {
  line-height: 0.3rem;
  font-size: 0.3rem;
  margin: 0;
  position: relative;
  font-weight: normal;
}

@media (max-width: 767px) {
  .container-header {
    display: flex;
    flex-direction: column;
  }

  .breadcrumbs {
    padding: 40px 20px;
    position: relative;
  }
}

/*==================== Privacy Policy ====================*/

.aboutus-content p {
  line-height: 0.3rem;
}

.aboutus p,
.privacy p,
.terms p {
  font-size: 0.16rem;
  color: #687693;
  line-height: 0.18rem;
}

/*= BUTTON =*/
.button {
  padding: 4px 10px;
  border: 1px solid #000000;
  font-size: 0.13rem;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-family: "HarmonyOS_Sans_SC_Medium";
  border-radius: 2px;
  background-color: #000000;
}

.button:hover {
  color: #fff;
  background-color: #BD0008;
  border: 1px solid #BD0008;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px !important;
  }
}

@media (max-width: 767px) {
  .ziliao-content {
    flex: 1 0 100%;
  }
}

.alert {
  padding: 2px 10px;
}

/* .container-type .filtrable {
  margin-bottom: 30px;
  float: right;
} */

.container-type .filtrable li {
  cursor: pointer;
  float: left;
  list-style: none;
  text-align: center;
}

.container-type .filtrable li a {
  cursor: pointer;
  width: 0.3rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.14rem;
  color: #000000;
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
  background: transparent;
  border: none;
}

.container-type .filtrable a:hover,
.container-type .filtrable .current a {
  color: #BD0008;
  /* border-color: #ffa071; */
}

.container-type .filtrable .select-keyword {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.14rem;
  color: #BD0008 !important;
}

.quote-product .xj {
  margin-top: 10px;
}

.quote-product .wl {
  margin-right: 12px;
}

.quote-product .wl2 {
  margin-right: 16px;
}

/*规格*/
.quote-product label {
  display: inline-block;
  color: #999999;
  font-size: 0.14rem;
  text-align: center;
  border-radius: 2px;
  width: auto;
  padding: 0 10px;
  line-height: 0.3rem;
  cursor: pointer;
  margin-right: -6px;
  border: 1px dashed #CFCFCF;
  margin-bottom: 5px;
}

.quote-product input[type=checkbox] {
  display: none;
}

.quote-product input {
  border: 1px dashed #999999;
  height: 0.28rem;
}

.quote-product input::placeholder {
  font-size: 0.13rem;
  color: #999999;
  padding: 8px 8px;
  font-family: "HarmonyOS_Sans_SC_Medium";
}

.quote-product input:focus {
  border: none;
  outline: none;
  border-color: inherit;
  box-shadow: none;
  border: 1px dashed #999999;
}

.quote-product select {
  font-size: 0.13rem;
  color: #999999;
  border: 1px dashed #999999;
  font-family: "HarmonyOS_Sans_SC_Medium";
}

.ziliao-content span {
  font-size: 0.14rem;
  color: #999999;
  font-family: "HarmonyOS_Sans_SC_Medium";
}

.quote-product .unit:checked+label,
.quote-product .free_zliao:checked+label,
.quote-product .maybe_fee_zliao:checked+label {
  color: #FFFFFF;
  background-color: #000000;
  border: 1px solid #0A0205;
}

.quote-product #free_zliao span,
.quote-product #maybe_fee_zliao span {
  width: 1rem;
  float: left;
  line-height: 0.3rem;
}

.quote-product #free_zliao div,
.quote-product #maybe_fee_zliao div {
  display: inline-block
}


.quote-product-title {
  color: #000000;
  font-size: 0.16rem;
  font-weight: 500;
  font-family: "SourceHanSansCN-Medium";
}

.quote-product p {
  color: #333333;
  font-size: 0.14rem;
  margin: 0 0 0.1rem 0;
  font-family: "SourceHanSansCN-Medium";
}

.search-top-img {
  height: 0.23rem;
}

/* @media (max-width: 576px) {
  .search-top-img {
    height: 13px;
  }

  .cart-search-contact input::-webkit-input-placeholder {
    font-size: 0.8em;
  }

  .cart-search-contact input:-moz-placeholder {
    font-size: 0.8em;
  }

  .cart-search-contact input::-moz-placeholder {
    font-size: 0.8em;
  }

  .cart-search-contact input::-ms-input-placeholder {
    font-size: 0.8em;
  }

  .cart-search-contact input::placeholder {
    font-size: 0.8em;
  }

  .cart-search-contact .fi {
    display: none;
  }

} */

.sidebar-page {
  position: fixed;
  top: 45%;
  right: 0;
  cursor: pointer;
  z-index: 999;
}

.page-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page-container::before {
  content: "";
  display: block;
  /* background-size: cover; */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-container .page-container-main {
  position: absolute;
  /* 绝对定位，使其高度与.order-container一致 */
  top: 0;
  left: 0;
  width: 100%;
  /* 宽度为100% */
  height: 100%;
}

.order-container::before {
  padding-top: 52.08%;
  background: url(../img/order.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.contact-container::before {
  padding-top: 52.08%;
  background: url(../img/contact.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.service-container::before {
  padding-top: 62.50%;
  background: url(../img/service.webp) no-repeat center center;
  background-size: 100% 100%;
}

.news-container::before {
  padding-top: 41.65%;
  background: url(../img/news.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.certificate-container::before {
  padding-bottom: 41.66%;
  background: url(../img/certificate.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.about-container::before {
  padding-top: 46.87%;
  background: url(../img/about.webp) no-repeat center center;
  background-size: 100% 100%;
}

.about-data-main {
  background: url(../img/about-map.webp) no-repeat center center;
  background-size: cover;
}

.data-brand-faith {
  background: url(../img/about-faith.webp) no-repeat center center;
  background-size: cover;
}

.data-brand-integrity {
  background: url(../img/about-integrity.webp) no-repeat center center;
  background-size: cover;
}

.data-brand-diligent {
  background: url(../img/about-diligent.webp) no-repeat center center;
  background-size: cover;
}

.data-brand-justice {
  background: url(../img/about-justice.webp) no-repeat center center;
  background-size: cover;
}

.data-brand-service {
  background: url(../img/about-service.webp) no-repeat center center;
  background-size: cover;
}

.data-brand-undertake {
  background: url(../img/about-undertake.webp) no-repeat center center;
  background-size: cover;
}

.country-contact .col-md-6 {
  background: url(../img/contact-country-bg.webp) no-repeat center center;
  background-size: cover;
}

.certificate-item-left-bg {
  background: url(../img/certificate-item-left.webp) no-repeat;
  padding-top: 1rem;
}

.certificate-item-right-bg {
  background: url(../img/certificate-item-right.webp) no-repeat;
  background-position: right top;
  padding-top: 1rem;
}

.laws-intro-content {
  background: url(../img/laws/laws-intro-background.webp) no-repeat center center;
  background-size: 100% 100%;
}

.laws-sequence-content {
   background: url(../img/laws/laws-sequence-background.webp) no-repeat center center;
   background-size: 100% 100%;
 }

.product-add-quote {
  background: #BD0008;
  border-radius: 18px;
  border: 1px solid #BD0008;
  padding: 4px 24px;
}

.product-header {
  background: #000 !important;
}

.product-header #navbar>ul>li>a {
  color: #ffffff;
}

.product-breadcrumbs {
  font-size: 0.14rem;
  font-family: "HarmonyOS_Sans_SC";
  padding: 0.7rem 0 0.1rem 0;
  margin-top:1.0rem;
}

.product-breadcrumbs .product-breadcrumbs-tip {
  color: #666666
}

.product-breadcrumbs .product-breadcrumbs-route, .product-breadcrumbs .product-breadcrumbs-route a {
  color: #000000;
}


.product-section-item {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.product-section-item .grid {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}

.product-section-item .product-item {
  padding: 10px 14px 0 14px;
}

.product-search-category a {
  cursor: pointer;
}

/* 表格样式-数量加减 */
.cart-area .cart-wrap .unit-td div {
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-area .cart-wrap .unit-td button {
  width: 0.23rem;
  height: 0.26rem;
  background: #F2F2F2;
  border: none
}

.cart-area .cart-wrap .unit-td input {
  width: 0.35rem;
  height: 0.26rem;
  border: none;
  text-align: center;
  color: #BD0008;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.cart-area .cart-wrap .unit-td input:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
  border: 1px solid #F2F2F2;
}

.liquor-shopping-btn {
  cursor: pointer;
  background: transparent;
  border: none;
}

.liquor-shopping-btn img {
  cursor: pointer;
}

.modal-header {
  padding: 0.1rem 0.2rem;
  border-bottom: 1px dashed #EEEEEE;
}

.modal-body {
  padding: 0.1rem;
}

.modal-content {
  border-radius: 0.06rem;
  margin-top: 80px;
}

.modal-dialog-scrollable .modal-content {
  max-height: 100vh;
}

.alert {
  margin-bottom: 0.1rem;
}

#toast-container>div {
  font-size: 0.13rem;
}

.product-container .container,
.product-container .product-section .container {
  padding-right: 0;
  padding-left: 0;
}

.product-container .product-search-item {
  padding-left: 0.4rem;
}

.top-website {
  margin-top: 0.1rem;
}

.top-website div {
  line-height: 0rem !important;margin-bottom:0.05rem;color: #8F8F8F;
}

.top-website img {
  width:15px;height:15px
}

/* 搜索无数据 */
.no-data {
  text-align: center;
}

.no-data img {
  width: 2.46rem;
  margin-top: 0.5rem;
}

.no-data p {
  font-size: 0.22rem;
  line-height: 0.52rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  margin: 0.65rem 0;
}

.no-data .data-link, .certificate-tip-modal .data-link {
  color: #BD0008;
}

.btn-contact {
  font-size: 0.26rem !important;
  color: #FFFFFF !important;
  padding: 0.06rem 0.41rem;
  display: inline-block;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0.26rem;
  margin-right: 0.6rem;
}

.btn-solution {
  font-size: 0.26rem !important;
  color: #FFFFFF !important;
  padding: 0.06rem 0.41rem;
  display: inline-block;
  background: #BD0008;
  border: 1px solid #BD0008;
  border-radius: 0.26rem;
}

/* 下载证书 */

.download-certificate-title {
  width: 100%;
  font-size: 0.16rem;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
  color: #000;
}

.download-modal-content {
  padding: 0.2rem 0 0 0;
  padding-left: 0.2rem;
  /* text-align: center; */
}

.download-modal-content input {
  width: 4.18rem;
  height: 0.49rem;
  border-radius: 0.06rem 0 0 0.06rem;
  border: 1px solid #BD0008;
}

.download-modal-btu {
  width: 1.0rem;
  height: 0.5rem;
  border: 1px solid #BD0008;
  background: #BD0008;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0 0.06rem 0.06rem 0;
  margin-left: -0.04rem;
}

.certificate-tip-modal p {
  text-align: center;
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.tip-modal {
  top: 3rem;
}

.tip-contact {
  font-size: 0.16rem !important;
  color: #FFFFFF !important;
  padding: 0.02rem 0.33rem;
  display: inline-block;
  background: #BD0008;
  border: 1px solid #BD0008;
  border-radius: 0.15rem;
  text-align: center;

}

.select-content {
  padding-bottom: 0.2rem;
}

.select-content .select-label {
  color: #999999;
  font-family: "SourceHanSansCN-Medium";
  font-size: 0.16rem;
  margin-right: 0.1rem;
}

.download-modal-content input:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
  border: 1px solid #BD0008;
}

.select-content input[type=radio] {
  display: none;
}

.select-content input {
  border: 1px dashed #999999;
  border-radius: 2px;
  height: 0.26rem;
}

.select-content .wl {
  display: inline-block;
  color: #999999;
  font-size: 0.14rem;
  text-align: center;
  border-radius: 2px;
  width: auto;
  padding: 0 0.1rem;
  line-height: 0.3rem;
  cursor: pointer;
  border: 1px dashed #CFCFCF;
  margin-bottom: 5px;
  margin-right: 0.12rem;
}

.select-content .select-type:checked+label {
  color: #FFFFFF;
  background-color: #BD0008;
  border: 1px solid #BD0008;
}

/* 首页 */
.about-select, .news-select {
  background: transparent;
  border: none;
  color: #FFF;
}

.index-child-menu, .index-news-child-menu {
  position: absolute;
  width: 1.2rem !important;
  height: 0.44rem;
  background: #fff;
  border-radius: 0.04rem;
  margin: 0.1rem 0 0 -0.2rem !important;
}

.index-child-menu li, .index-news-child-menu li {
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.index-child-menu li a, .index-news-child-menu li a {
  color: #bd0008;
  font-size: 0.18rem;
  line-height: 0.44rem;
}