.okki-chat--bubble-holder .okki-chat-widget-bubble {
  bottom: 46px !important;
}

.jwell-sitetop {
  display: none;
  background: #333;
  height: 50px;
}
.jwell-header .lang-selector .current-lang {
  width: 90px;
}
.jwell-sitetop > .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.jwell-sitetop span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.jwell-sitetop span.mo-header-search {
  margin-right: 95px;
}
.jwell-sitetop span i {
  color: #fff;
  font-size: 24px;
}
.jwell-sitetop .mo-search {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
}

.jwell-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !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%);
}
.jwell-mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}
.jwell-mo-leftmenu .cl h6 {
  line-height: 50px;
}
.jwell-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Times New Roman";
}
.jwell-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
.jwell-mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px;
}

.jwell-mo-leftmenu > ul > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
.jwell-mo-leftmenu > ul > li > a {
  padding: 0 0 0 20px;
  line-height: 50px;
}
.jwell-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;
}

.jwell-mo-leftmenu ul li a {
  color: #333;
  display: block;
  line-height: 45px;
}
.jwell-mo-leftmenu ul li a:hover {
  text-decoration: none;
}
.jwell-mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px;
}
.jwell-mo-leftmenu ul li ul li {
  line-height: 35px;
}
.jwell-mo-leftmenu ul li ul li a {
  background: url("./pics/right.png") no-repeat 25px center;
  padding: 0 0 0 40px;
  line-height: 35px;
}
.jwell-mo-leftmenu.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.jwell-header .nav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.jwell-header .nav > ul > li {
  position: relative;
  z-index: 30;
}
.jwell-header .nav > ul > li + li {
  margin-left: 5px;
}
.jwell-header .nav > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  -webkit-text-stroke-width: 0.1px;
  color: var(--text-color);
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.jwell-header .nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: 0;
  text-align: left;
  top: 70px;
  z-index: 1000;
  padding: 10px;
  background:var(--color-primary);
  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;
}
.jwell-header .nav > ul > li > ul::before1 {
  content: "";
  position: absolute;
  left: 50px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}
.jwell-header .nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
}
.jwell-header .nav > ul > li > ul li:last-child {
  border: none;
}
.jwell-header .nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 9px 10px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}
.jwell-header .nav > ul > li > ul > li > a {
  padding-right: 20px;
}
.jwell-header .nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}
.jwell-header .nav > ul > li > ul li > a:hover {
  background: #fff;
  color: var(--btn-hover);
  border-radius: 0;
}

.jwell-header .nav > ul > li > ul li ul {
  left: 230px;
  top: 0;
}

.jwell-header .nav > ul > li:hover > a,
.nav > ul > li.active > a {
  color: #fff;
  background:var(--btn-hover);
}
.jwell-header .nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.jwell-header .nav ul li:hover > ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.jwell-header .search {
  position: relative;
  z-index: 100;
}
.jwell-header .search span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #f6f6f6;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block;
}
.jwell-header .search span i {
  color: #000;
  font-size: 31px;
  margin-top: 1px;
  display: inline-block;
}
.jwell-header .search:hover span i {
  color: var(--btn-hover);
}

.jwell-search-box {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 0;
}
.jwell-search-box .box {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.jwell-search-box .close {
  position: absolute;
  right: 30px;
  top: 30px;
  line-height: 40px;
}
.jwell-search-box .close i {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  transition: All 0.7s ease-in-out;
}
.jwell-search-box .close:hover i {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.jwell-search-box .serchbox {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.jwell-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  color: #333;
  padding: 0 120px 0 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.jwell-search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 60px;
  line-height: 60px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}
.jwell-search-box .serchbox .submit_btn i {
  font-size: 35px;
}

header.jwell-header {
  height: 100px;
  padding-left: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header.jwell-header .logo {
  width: 250px;
  margin-right: 20px;
}
header.jwell-header .logo img {
  height: 70px;
}

.jwell-header-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--color-primary);
}

@media screen and (max-width: 1400px) {
  header.jwell-header .logo img {
    height: 60px;
  }
}

@media screen and (max-width: 1300px) {
  header.jwell-header {
    padding-left: 20px;
  }
  header.jwell-header .logo img {
    height: 60px;
  }
}

@media screen and (max-width: 960px) {
  .jwell-sitetop,
  #footBar {
    display: block;
  }
  .jwell-sitetop > .container {
    padding: 0;
  }
  .jwell-header .nav,
  .jwell-header .search {
    display: none !important;
  }

  .jwell-search-box .close i {
    font-size: 25px;
  }
  .jwell-search-box .serchbox {
    width: 90%;
  }
  .jwell-search-box .serchbox .submit_text {
    height: 50px;
    line-height: 50px;
    padding: 0 110px 0 15px;
    font-size: 16px;
  }
  .jwell-search-box .serchbox .submit_btn {
    width: 90px;
    height: 50px;
    line-height: 50px;
  }
  .jwell-search-box .serchbox .submit_btn i {
    font-size: 32px;
  }

  header.jwell-header {
    height: auto;
    padding: 20px 0;
  }
  header.jwell-header .logo {
    width: 100%;
    text-align: center;
  }
  header.jwell-header .logo img {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  header.jwell-header .logo img {
    height: 50px;
  }
}
