:root{
	--title--size:40px;
	--font-bold:600;
	--font-bolder:700;
	--title-font-family:Montserrat;
}
*{
  font-family: Montserrat !important;
}
a{
  cursor: pointer;
}
.bobo-goods-read .pro_tab.scroll-top{
  z-index: 98 !important;
}
.nans-goods-read .pro-content p span{
  color: #000 !important;
}
.bobo-goods-read .navigation-text{
  display: none;
}
.lang-selector {
  display: inline-block;
  position: relative;
  width: 85px !important;
}
.okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right{
  bottom: 150px !important;
}
.small-banner-guanxiang{
  height: auto !important;
}
.global-title{
	color: var(--title-text-color) !important;
	font-size: var(--title--size) !important;
	font-family: var(--font-family) !important;
	font-weight: var(--font-bold) !important;
	position: relative;
	text-transform:capitalize !important;
}

.section{
  margin: 70px auto;
}
.section-inner{
  margin: 0;
  padding: 70px 0;
}


.sidebanner {

  background-size: cover!important;
}

@media(max-width:1440px){
  :root{
  	--title--size:30px;
  }
  body .section{
    margin: 30px auto;
  }
  body .section-inner{
    padding: 30px auto;
  }


}


@media(max-width:767px){
  :root{
  	--title--size:25px;
  }
    body .section{
    margin: 20px auto;
  }
  body .section-inner{
    padding: 20px 0;
  }

}


.progress-nav {
  position: fixed;
  z-index: 999;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.progress-nav .progress-line {
  position: absolute;
  left: -1px;
  top: 0;
  display: inline-block;
  width: 3px;
  height: 33px;
  background: linear-gradient(0deg, var(--color-primary), var(--color-second));
  transition: all 0.5s ease;
}
.progress-nav ul {
  padding-left: 14px;
  border-left: 1px solid #acacac;
}
.progress-nav ul li {
  font-size: 14px;
  color: #000;
  line-height: 48px;
  opacity: 0.38;
  cursor: pointer;
}
.progress-nav ul li:hover {
  color: var(--color-primary);
}
.progress-nav ul li.active {
  color: var(--color-primary);
  opacity: 1;
}
.lemei-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 350px;
  -webkit-overflow-scrolling: touch;
  z-index: 9999 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.lemei-mo-leftmenu .tit {
  height: 70px;
  line-height: 70px;
  background: #000;
}
.lemei-mo-leftmenu .tit.cl h6 {
  line-height: 70px;
}
.lemei-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Times New Roman";
}
.lemei-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
}
.lemei-mo-leftmenu .tit.cl span i {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
.lemei-mo-leftmenu ul > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
.lemei-mo-leftmenu ul > li > a {
  padding: 0 0 0 20px;
}
.lemei-mo-leftmenu ul > li > i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.lemei-mo-leftmenu ul a {
  color: #333;
  display: block;
  line-height: 45px;
}
.lemei-mo-leftmenu ul a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.lemei-mo-leftmenu ul ul {
  display: none;
  padding-bottom: 10px;
}
.lemei-mo-leftmenu ul ul li {
  line-height: 35px;
}
.lemei-mo-leftmenu ul ul a {
  padding: 0 32px 0 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
  white-space: nowrap;
}
.lemei-mo-leftmenu ul ul ul a {
  padding: 0 12px 0 42px;
}
.lemei-mo-leftmenu ul ul i {
  font-size: 12px;
}
.lemei-mo-leftmenu > ul > li.current > a {
  color: var(--color-primary);
}

.lemei-menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/*---header---*/

.lemei-header {
  position: fixed;
  height: 80px;
  padding: 0 96px;
  width: 100%;
   z-index: 999;
   top: 0;
}
.lemei-header.home-header {
  border: none;
}
.lemei-header.hbg2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}
.lemei-header > .box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.lemei-header.prefix {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
}
.lemei-header .logo img {
  max-height: 60px;
  max-width: 200px;
}
.lemei-header .logo img.sticky-logo {
  display: none;
}
.lemei-header.hbg2 .logo img:first-of-type {
  /*display: none;*/
}
.lemei-header.hbg2 .logo img.sticky-logo {
  display: block;
}

.lemei-header .lemei-nav {
  flex: 1;
}
.lemei-header .lemei-nav > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.lemei-header .lemei-nav > ul > li {
  position: relative;
}

.lemei-header .lemei-nav > ul > li > a {
  display: inline-block;
  font-size: 14px;
  font-family: var(--title-font-family);
  text-transform: uppercase;
  padding: 0 14px;
  color: #146fbf;
  height: 40px;
  line-height: 40px;
  
  font-weight: 700;
}
.lemei-header.hbg2 .lemei-nav > ul > li > a {
   color: #146fbf;
}
.lemei-header.home-header .lemei-nav > ul > li > a {
  color: #146fbf;
}
.lemei-header .lemei-nav > ul > li > a > i {
  display: inline-block;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.lemei-header .lemei-nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: 0;
  text-align: left;
  top: 40px;
  z-index: 1000;
  padding: 10px;
  background: #fff;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}
.lemei-header .lemei-nav > ul > li > ul li {
  position: relative;
}
.lemei-header .lemei-nav > ul > li > ul li:last-child {
  border: none;
}
.lemei-header .lemei-nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 9px 10px;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  text-transform: capitalize;
}
.lemei-header .lemei-nav > ul > li > ul > li > a {
  padding-right: 20px;
}
.lemei-header .lemei-nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}
.lemei-header .lemei-nav > ul > li > ul li > a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.lemei-header .lemei-nav > ul > li > ul li ul {
  left: 210px;
  top: 0;
}
.lemei-nav > ul > li:hover > a,
.lemei-nav > ul > li.current > a {
  color: #E00000 !important;
}
.lemei-nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.lemei-nav ul li:hover > ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.lemei-header_right {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 30;
}
.lemei-header_right span.lemei-mo-header-menu {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.lemei-header_right span.lemei-mo-header-menu i {
  color: #fff;
  font-size: 24px;
}

.lemei-search {
  position: relative;
}
.lemei-search em {
  width: 45px;
  height: 34px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block;
}
.lemei-search em i {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
.lemei-search .serchbox {
  display: none;
  position: absolute;
  background: #666;
  width: 280px;
  padding: 10px;
  top: 34px;
  right: -70px;
  z-index: 100;
}
.lemei-search .serchbox form {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.lemei-search .serchbox .submit_text {
  flex: 1;
  background: #fff;
  height: 35px;
  line-height: 35px;
  color: #333;
  padding: 0 10px;
}
.lemei-search .serchbox .submit_btn {
  width: 40px;
  background: var(--color-primary);
  font-size: 16px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.lemei-search:hover em {
  background: #666;
}
.lemei-search:hover em i {
  color: #fff;
}
.lemei-search:hover .serchbox {
  display: block;
}
.lemei-header .lang-selector .current-lang {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .lemei-nav > ul > li > a {
    font-size: 18px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1280px) {

  .lemei-header_right p {
    font-size: 18px;
    margin-right: 15px;
  }
  .lemei-nav > ul > li > a {
    font-size: 17px;
    padding: 0 12px;
  }

}

@media screen and (max-width: 992px) {
  .progress-nav {
    display: none;
  }
  .lemei-header {
    position: static;
    background: #000;
    padding: 0 40px;
  }
  .lemei-header .logo img {
    height: 35px;
  }
  .lemei-header .lemei-nav {
    display: none;
  }
  
  .lemei-header .logo {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .lemei-header_right span.lemei-mo-header-menu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
 .lemei-header {
    padding: 0 20px;
  }
}
