﻿@font-face {
  font-family: "Regular";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  /* 400 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-family: "Bold";
  /* 700 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  /* 400 */
  font-style: italic;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  list-style: none;
  color: #333;
  box-sizing: border-box;
  border: 0;
  outline: none;
  font-family: "Regular";
}

.sep-container h2 i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcshow {
  display: block;
}

.h5show {
  display: none;
}

a:hover {
  color: var(--color-main);
}

.hover:hover {
  color: var(--color-main) !important;
}

html,
body {
  touch-action: manipulation;
  /* 禁用双击缩放，但保留滚动和长按手势 */
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto !important;
}

body {
  --color-shadow: #fdb54f;
  --color-main: #ff9600;
  --all-pd: 10%;
  --com-aside-w: 270px;
  --r-aside-w: 400px;
}

img {
  object-fit: contain;
}

#index_scrollsidebar{display: block !important;}
@media only screen and (max-width: 1023px){
  #index_scrollsidebar{display: none !important;}
}

.pro_right {
  width: calc(100% - var(--com-aside-w) - 7%);
  float: right;
}

._layout {
  width: 100%;
  margin: 0 auto;
}

.layout_ {
  width: 78%;
  margin: 0 auto;
}

.sidebarFixed {
  position: sticky;
  transition: all 0.2s;
}

#sidebarFixed_parent {
  position: relative;
}

a,
.aside_common_show,
#aside_right ul li a::before,
#aside_right,
.hover_scale img,
.hover_btn,
.down_btn,
.point {
  transition: all 0.3s ease;
}

.hover_btn {
  cursor: pointer;
}

.hover_btn:hover {
  transform: translateY(-5px);
}

input[type="submit"] {
  cursor: pointer;
}

.hide {
  display: none;
}

.tac {
  text-align: center;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 整个滚动条 */
::-webkit-scrollbar {
  width: 5px;
  /* 垂直滚动条宽度 */
  height: 5px;
  /* 水平滚动条高度 */
}

/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 4px;
}

/* 滚动条滑块（可拖动部分） */
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}

/* 滑块悬停效果 */
::-webkit-scrollbar-thumb:hover {
  background: #666;
  cursor: pointer;
}

/* 隐藏滚动条箭头按钮 */
::-webkit-scrollbar-button {
  display: none;
}

.row_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_csb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.x_center {
  left: 50%;
  transform: translateX(-50%);
}

.y_center {
  top: 50%;
  transform: translateY(-50%);
}

.pos_center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hover_scale:hover img {
  transform: scale(1.1)
}

.hover_scale,
.hover_scale2 {
  overflow: hidden;
  height: 0;
  position: relative;
  padding-bottom: 1%
}

.hover_scale img,
.hover_scale2 img,
.hover_scale iframe,
.hover_scale2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer
}

.swiper-container-horizontal {
  overflow: hidden;
}

.title_45 {
  font-size: 45px;
}

.list_top {
  position: relative;
}

.list_top>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  z-index: -1;
}

.list_top .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.list_top .pagation {
  position: relative;
  padding: 12.2% 1.5% 13.4%;
  z-index: 2;
}

.list_top .pagation .title {
  font-weight: 400;
  font-size: 60px;
  color: #fafafa;
  line-height: 53px;
  text-transform: uppercase;
}

.list_top .pagation .pagation_list {
  margin: 1.34% 0 2%;
  color: #fafafa;
}

.list_top .pagation .pagation_list a,
.list_top .pagation .pagation_list span {
  font-weight: 300;
  font-size: 16px;
  color: #fafafa;
  line-height: 53px;
  margin: 0 5px;
  text-transform: uppercase;
}

.list_top .pagation .pagation_list a:hover,
.list_top .pagation .pagation_list a:last-child,
.list_top .pagation .pagation_list span {
  text-decoration: underline;
  color: var(--color-main);
}

.list_top .pagation .product_top_btns {
  display: none;
}

.list_top .pagation .product_top_btns>div,
.list_top .pagation .product_top_btns a {
  padding: 11px 30px;
  font-family: "Bold";
  font-size: 16px;
  border: 1px solid #fafafa;
}

.list_top .pagation .product_top_btns .down {
  color: #fefefe;
  background: var(--color-main);
  margin-right: 17px;
  line-height: 1;
}

.list_top .pagation .product_top_btns .down::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/products/down.png) no-repeat center;
  background-size: cover;
  margin-right: 9px;
}

.list_top .pagation .product_top_btns .contactus {
  background: #fafafa;
  color: var(--color-main);
  line-height: 1;
}

.com_contact_us {
  margin-top: 5%;
  background-image: url(../images/other/icon2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 13.48% 7.44% 5.57% 0;
  overflow: hidden;
}

.com_contact_us::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.com_contact_us.com_contact_us_bg {
  background-image: url(../images/app/icon5.png);
}

.com_contact_us .info {
  width: 34.32%;
  width: 610px;
  float: right;
  position: relative;
  z-index: 999;
}

.com_contact_us .info .title_s {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-main);
  line-height: 1;
}

.com_contact_us .info>.title {
  font-weight: 400;
  color: var(--color-main);
  line-height: 1.3;
  margin: 23px 0 40px 0;
}

.com_contact_us .info ul {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.com_contact_us .info ul li {
  /* flex: 0 0 calc((100% - 24px) / 3); */
  width: calc((100% - 24px) / 3);
  background: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  padding: 6.56% 3% 2.13%;
}

.com_contact_us .info ul li:hover {
  background: #fff;
}

.com_contact_us .info ul li:nth-child(3n + 2) {
  margin-left: 12px;
  margin-right: 12px;
}

.com_contact_us .info ul li .img {
  width: 62px;
  padding-bottom: 29.8%;
}

.com_contact_us .info ul li .img img {
  object-fit: contain;
  cursor: unset;
}

.com_contact_us .info ul li .title {
  margin-top: 15.5%;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 1.3;
}

.com_arc_right_aside {
  width: var(--r-aside-w);
  float: right;
  right: 0;
}

.a_r_a_item {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
}

.a_r_a_item:not(:first-child) {
  margin-top: 44px;
}

.a_r_a_item .tit {
  border-top: 3px solid var(--color-main);
  font-family: "Bold";
  font-size: 24px;
  color: #000000;
  background: #f2f2f2;
  padding: 23px 20px;
}

.a_r_a_item ul li {
  padding: 20px 36px 20px 32px;
}

.a_r_a_item ul li .img {
  width: 100%;
  padding-bottom: 51.24%;
}

.a_r_a_item ul li .title {
  margin-top: 17px;
}

.a_r_a_item ul li .title a {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.content_body lite-youtube {
  margin: 74px 0 53px;
}

.content_body lite-youtube>.lty-playbtn {
  background: url(../images/btn/play.png) no-repeat center;
  background-size: cover;
  width: 74px;
  height: 74px;
}

.content_body p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 37px;
}

.content_body p:not(:last-child) {
  margin-bottom: 42px;
}

.content_body img {
  max-width: 100%;
  margin-bottom: 78px;
}

/* .c_table table {
  margin-top: 47px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse
}

.c_table table th,
.c_table table td {
  text-align: center
}

.c_table table tbody tr {
  border: 1px solid #ccc !important
}

.c_table table tbody tr:nth-child(even) td {
  color: var(--color-main)
}

.c_table table tbody tr td {
  border: none !important;
  padding: 20px 30px;
  color: #fff
} */

.a_btn {
  display: flex;
  align-items: center;
}

.a_btn.active a::after {
  background-image: url(../images/btn/icon2.png);
}

.a_btn a {
  padding: 16px 26px;
  background: var(--color-main);
  border-radius: 30px;
  float: left;
  color: #fff;
  display: flex;
  align-items: center;
}

.a_btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 14px;
  background-image: url(../images/btn/icon1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*dxw page start*/
.pages ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pages a,
.pages li.current a,
.pages li:not(.current)>span {
  display: block;
  min-height: 34px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin: 0 0 0 8px;
  background: #f4f4f5;
  font-size: 16px;
}

.pages li.prev-page a {
  background: url(../images/list/pagel.png) no-repeat center #f4f4f5;
  background-size: 18%;
}

.pages li.next-page a {
  background: url(../images/list/pager.png) no-repeat center #f4f4f5;
  background-size: 18%;
}

.pages a:hover,
.pages li:not(.current)>span:hover,
.pages li.current a {
  background: var(--color-main);
  color: #fff;
}

.pages li:last-child {
  display: none;
}

/*dxw page end*/
.com_product_list {
  position: relative;
  width: 100%;
}

.com_product_list .swiper-pagination-progressbar {
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  position: unset;
}

.com_product_list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-main);
}

.com_product_list .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.com_product_list .swiper-wrapper .swiper-slide {
  flex: 0 0 calc(21%);
  margin-right: 5.2%;
  margin-top: 5.2%;
  transition: all 0.3s ease;
  padding: 18px 22px 0;
}

.com_product_list .swiper-wrapper .swiper-slide:hover {
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.24);
}

.com_product_list .swiper-wrapper .swiper-slide:hover .img .default_img {
  opacity: 0;
  visibility: hidden;
}

.com_product_list .swiper-wrapper .swiper-slide:hover .img .hover_img {
  opacity: 1;
  visibility: visible;
}

.com_product_list .swiper-wrapper .swiper-slide:nth-child(4n + 4) {
  margin-right: 0;
}

.com_product_list .swiper-wrapper .swiper-slide:nth-child(-n + 4) {
  margin-top: 0;
}

.com_product_list .swiper-wrapper .swiper-slide .img {
  padding-bottom: 100%;
}

.com_product_list .swiper-wrapper .swiper-slide .img .hover_img {
  opacity: 0;
  visibility: hidden;
}

.com_product_list .swiper-wrapper .swiper-slide .title {
  margin: 10px 0;
  text-align: center;
  line-height: 1.5em;
  height: 3em;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.com_product_list .swiper-wrapper .swiper-slide .title a {
  color: var(--color-main);
}

.com_product_list .swiper-wrapper .swiper-slide .desc {
  text-align: center;
}

.com_product_list .swiper-wrapper .swiper-slide .desc a {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.com_product_list .swiper-wrapper .swiper-slide .view_btn {
  font-weight: 400;
  font-size: 18px;
  color: var(--color-main);
  display: block;
  width: 100%;
  border-top: 1px solid #333;
  text-align: center;
  line-height: 3;
  margin-top: 35px;
}

.com_aside_left {
  width: var(--com-aside-w);
  float: left;
}

.com_aside_left .aside_item {
  border: 1px solid var(--color-main);
}

.com_aside_left .aside_item .tit {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  background: var(--color-main);
  padding: 20px 24px;
}

.com_aside_left .aside_item>ul {
  padding: 30px 25px;
}

.com_aside_left .aside_item>ul>li.aside_active>.link a {
  color: var(--color-main);
}

.com_aside_left .aside_item>ul>li.aside_active>.link span {
  transform: rotate(90deg);
}

.com_aside_left .aside_item>ul>li>.link {
  border-bottom: 1px solid #e7e7e7;
}

.com_aside_left .aside_item>ul>li>.link a {
  font-weight: 400;
  line-height: 2.2;
}

.com_aside_left .aside_item>ul>li>.link span {
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/products/icon2.png) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
}

.com_aside_left .aside_item>ul>li ul {
  display: none;
}

.com_aside_left .aside_item>ul>li ul li {
  line-height: 1.8;
  margin-top: 10px;
}

.com_aside_left .aside_item>ul>li ul li.aside_active a {
  color: var(--color-main);
}

.com_aside_left .aside_item>ul>li ul a {
  color: #666666;
}

.com_aside_left .aside_item>ul>li ul a::before {
  content: "-";
  margin-right: 3px;
}

.com_aside_left .aside_item>ul>li ul a:hover {
  color: var(--color-main);
}

.com_pro_news {
  margin-top: 94px;
  margin-bottom: 77px;
}

.com_pro_news>.title {
  font-weight: 400;
  color: #000000;
  margin-bottom: 35px;
}

.com_pro_news .swiper-wrapper {
  position: relative;
}

.com_pro_news .swiper-wrapper .img {
  padding-bottom: 100%;
}

.com_pro_news .swiper-wrapper .info {
  background: var(--color-main);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 75px 22px 17px;
}

.com_pro_news .swiper-wrapper .info time {
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.com_pro_news .swiper-wrapper .info .title {
  margin: 13px 0;
  max-height: 58px;
  overflow: hidden;
  line-height: 1.3;
}

.com_pro_news .swiper-wrapper .info .title a {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}

.com_pro_news .swiper-wrapper .info .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
}

.com_pro_news .swiper-wrapper .info .right {
  width: 24px;
  height: 17px;
  background: url(../images/products/icon3.png) no-repeat center;
  position: absolute;
  background-size: cover;
  bottom: 46px;
  right: 10px;
}

.com_hot_pro_swiper_btn_position {
  position: relative;
}

.com_hot_pro_swiper_btn_position .swiper-button-prev,
.com_hot_pro_swiper_btn_position .swiper-button-next {
  width: 35px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: var(--color-main);
}

.com_hot_pro_swiper_btn_position .swiper-button-prev {
  background-image: url(../images/products/l.png);
  left: -55px;
}

.com_hot_pro_swiper_btn_position .swiper-button-next {
  background-image: url(../images/products/r.png);
  right: -55px;
}

.com_hot_pro {
  margin-top: 3.645%;
}

.com_hot_pro .title {
  font-weight: 400;
  color: #000000;
  line-height: 1;
}

.com_hot_pro .desc {
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: none;
}

.com_hot_pro .hot_pro_swiper {
  margin-top: 40px;
}

.com_hot_pro .hot_pro_swiper .swiper-slide {
  position: relative;
}

.com_hot_pro .hot_pro_swiper .swiper-slide .img {
  padding-bottom: 152%;
}

.com_hot_pro .hot_pro_swiper .swiper-slide .info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 27px 27px 22px;
  background: var(--color-main);
  width: 100%;
  height: 209px;
}

.com_hot_pro .hot_pro_swiper .swiper-slide .info a {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}

.page_search_ {
  padding: 50px var(--all-pd);
}

.sep-container h1 {
  display: flex;
  align-items: center;
}

.sep-container h1 span {
  position: unset;
}

/* #cont>ul>li>ul {
  display: flex !important;
  flex-wrap: wrap !important;
}

#cont>ul>li>ul>li {
  margin-top: 10px !important;
} */

@media screen and (max-width: 1660px) {
  .layout_ {
    width: 95%;
  }

  body {
    --all-pd: 2.5%;
  }

  .com_hot_pro {
    width: calc(95% - 90px) !important;
    overflow: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1366px) {
  .com_hot_pro .desc {
    margin-top: 15px;
  }

  .com_hot_pro .hot_pro_swiper {
    margin-top: 20px;
  }

  .com_pro_news {
    margin-top: 40px;
  }

  .title_45 {
    font-size: 30px;
  }

  .list_top .pagation .title {
    font-size: 45px;
  }

  .content_body lite-youtube {
    margin: 34px 0 23px;
  }

  .content_body p:not(:last-child) {
    margin-bottom: 20px;
  }

  .content_body img {
    margin-bottom: 30px;
  }

  .com_pro_news>.title {
    margin-bottom: 20px;
  }

  .com_pro_news .swiper-wrapper .info {
    padding: 30px 35px 22px 17px;
  }
}

@media screen and (max-width: 1024px) {
  #aside_right {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  body {
    --all-pd: 20px;
    --footer-m-h: 55px;
    padding-bottom: var(--footer-m-h);
  }

  .c_table table {
    table-layout: unset;
    margin-top: 20px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border: 0
  }

  .pcshow {
    display: none;
  }

  .h5show {
    display: block;
  }

  .sitemap-content {
    padding: 140px 0 30px !important;
  }

  .com_product_list .swiper-wrapper .swiper-slide .desc,
  .com_product_list .swiper-wrapper .swiper-slide .title {
    -webkit-line-clamp: unset;
  }

  .com_product_list .swiper-container-horizontal {
    padding: 10px;
  }

  .com_product_list .out_products_swiper {
    padding: 0 4.84% 9.69%;
  }

  .layout_ {
    width: 100%;
    padding-left: var(--all-pd);
    padding-right: var(--all-pd);
    overflow: hidden;
  }

  .list_top .pagation .title {
    font-size: 30px;
  }

  .list_top .pagation .pagation_list a,
  .list_top .pagation .pagation_list span {
    font-size: 16px;
    line-height: 1.5;
  }

  .com_contact_us {
    margin-top: 10%;
    padding: 12.84% 4.84% 18.18%;
    background-image: url(../images/other/icon2m.png);
  }

  .com_contact_us.com_contact_us_bg {
    padding: 6% 4.84% 6%;
  }

  .com_contact_us .info {
    width: 100%;
    height: 100%;
  }

  .com_contact_us .info ul li {
    /* flex: 0 0 calc((100% - 14px) / 3); */
  }

  .com_contact_us .info ul li:nth-child(3n + 2) {
    margin: 8px 7px 0;
  }

  .com_contact_us .info ul li .img {
    width: 40%;
    padding-bottom: 40%;
  }

  .com_contact_us .info ul li .title {
    font-size: 16px;
    text-align: center;
  }

  .com_contact_us .info ul li .title a {
    font-size: 16px;
  }

  .com_hot_pro .hot_pro_swiper {
    margin-top: 20px;
  }

  .com_hot_pro .hot_pro_swiper .swiper-slide .info {
    padding: 17px 17px 12px;
    height: unset;
  }

  .com_hot_pro .hot_pro_swiper .swiper-slide .info a {
    font-size: 20px;
    -webkit-line-clamp: 8;
  }

  .com_pro_news {
    margin-top: 5%;
    margin-bottom: 6%;
  }

  .com_pro_news .swiper-wrapper .info .title a {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .com_pro_news .swiper-wrapper .info {
    position: unset;
  }

  .sep-container h1 {
    display: unset;
  }

  .com_pro_news .swiper-wrapper .info .title,
  .com_pro_news .swiper-wrapper .info .desc {
    max-height: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
  }
}

/*fugai start*/
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
  border-left-color: var(--color-main);
}

.content-wrap.form .ch_form_wrap .item_submit input {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
  color: var(--color-main);
  background: #fff;
}


.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  background: url(../images/contactus/fancy_close.png) no-repeat center center;
}

.content-wrap .ch_form_wrap form {
  overflow: auto;
}

/*fugai end*/
/* sitemap start */
.sitemap-logo-boxs>.sep-container>h2>a:hover {
  color: white;
  text-decoration: underline;
}

#cont>ul>li>a {
  text-transform: capitalize;
}

#cont h2 {
  background: var(--color-main) !important;
}

#cont>ul>li>ul>li>a {
  color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a {
  color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
  border-top-color: var(--color-main) !important;
  border-right-color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

#footer {
  background: var(--color-main) !important;
}

#footer .cont {
  color: #fff !important;
}

#footer a {
  text-decoration: underline;
}

.privacy-main {
  padding: 50px var(--all-pd) !important;
}

.page_search_ {
  padding: 50px var(--all-pd) 0;
}

.search-product-detail .search-detail-tabs .title.current {
  background: var(--color-main) !important;
}

.search-product-detail .search-detail-tabs .title.current span {
  color: #fff !important;
}

.search-product-detail .tab-panel-wrapqq {
  padding: 40px 0 0 !important;
}

/* sitemap end */