body {
  transition: overflow 0.6s cubic-bezier(0.7, 0, 0.2, 1);
}
body.mobile_nav {
  overflow: hidden;
}
.mobile-show{
  display: none;
}
.header {
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  z-index: 1001;
  padding: 0;
  box-sizing: border-box;
}
.header-top {
  background: linear-gradient(120deg, rgba(145, 212, 234, 0.3), rgba(245, 215, 73, 0.2) 100%);
  color: #000000;
  line-height: 1;
  text-align: center;
  padding: 15px;
}
.header-inner {
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.hm-icon-menu {
  width: 23px;
  text-indent: -3000em;
  position: relative;
  overflow: hidden;
}

.hm-icon-menu:before {
  content:  '';
  position: absolute;
  display: block;
  border: 1px solid #000;
  width: 100%;
  box-shadow: -10px 7px 0 #000, -10px 14px 0 #000;
  top: 4px;
}

.header input{
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.header input:focus{
  border-color: 1px solid #3ab0d8;
  box-shadow:none;
}
.header-search {
  position: relative;
}
.header-search input {
  padding-right: 30px;
}
.header-search .search-btn {
  width: 30px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 4px;
  cursor: pointer;
}
.header-logo {
  height: 50px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-logo .logo-text {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.header-logo img{max-width:175px;max-height: 70px;}
.h-search{
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  margin: 0 20px 0 15px;
}
.h-nav ul, .header-user ul{
  display: flex;
  align-items: center;
}
.h-nav ul li, .header-user ul li{
  padding: 0 10px;
}
@media (max-width: 991px) {
  .mobile-show{
    display: block;
  }
  .header-logo img{max-width:175px;max-height: 60px;}
  .h-search {
    display: block;
  }
}
@media (max-width: 768px) {
  .h-search {
    order: 4;
    margin: 10px 0 0;
    flex: auto;
    width: 100%;
  }
}


.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  transform: translateX(-120%);
  transition: transform 0.2s linear;
  top: 0;
  left: 0;
  cursor: pointer;
}
.mobile-nav .mobile-nav-box {
  max-width: 90%;
  background: #FFF;
  height: 100vh;
  cursor: default;
}
.mobile-nav .mobile-nav-box .mobile-nav-header {
  padding: 5px 15px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}
.mobile-nav .mobile-nav-box .mobile-nav-header .mobile-menu-close {
  height: 30px;
  width: 30px;
  line-height: 1;
  text-align: center;
  font-size: 30px;
  transition: transform 0.3s ease;
}
.mobile-nav .mobile-nav-box .mobile-nav-header .mobile-menu-close:hover {
  transform-origin: center;
  transform: rotate(180deg);
}
.mobile-nav.show {
  transform: translateX(0);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.mlogo{
  height: 45px;
  max-width: 160px;
}
.mobile-nav .menu {
  padding: 0;
}
.mobile-nav .menu li {
  padding: 5px 0;
  border-bottom: 1px solid #dedede;
}
.mobile-nav .menu li a {
  position: relative;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  transition: text-indent 0.3s ease;
}
.mobile-nav .menu li a:hover{
  text-indent: 10px;
}
.mobile-nav .menu li a i {
  position: absolute;
  right: 15px;
}

.mobile-nav-box .mobile-user{
    padding:10px;

    margin:30px;font-size:16px}

.mobile-nav-box .mobile-user a{

text-align: center;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px #ddd solid;
}
.search-dialog {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 70px;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
  transform: translateY(-150%);

}
.search-dialog.show {
  transform: translateY(0);
}
.search-dialog .search-box {
  padding: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.search-dialog .search-box input {
  border-radius: 5px;
}
.search-dialog .search-box .search-btn {
  right: 20px;
  top: 20px;
}
.h-nav {
  display: none;
  padding: 15px 0 0;
  order: 5;
}

.h-nav li a {
  font-size: 16px;
  color: #222;
  text-decoration: none;
  padding: 0 5px;
  white-space: nowrap;
  transition: color 0.3s ease;
  position: relative;
  display: block;
  overflow: hidden;
}
.h-nav li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  left: -100%;
  bottom:0;
  border-bottom: 1px solid #E20909;
  transition: left 0.3s ease;
}
.h-nav li a:hover {
  color: #E20909;
}
.h-nav li a:hover:after {
  left: 0;
}
.h-uc .h-uc-nav {
  display: flex;
  align-items: center;
}
.h-uc .h-uc-nav a {
  font-size: 21px;
  color: #333333;
  text-decoration: none;
  padding: 0 5px;
  transition: all 0.3s ease;
}
.h-uc .h-uc-nav a:hover {
  color: #E20909;
}
.h-uc-user {
  display: none;
}
.mobile-menu-bar a {
  font-size: 30px;
  color: #333333;
  text-decoration: none;
  padding: 0;
  display: block;
}
@media all and (min-width: 992px) {
  body.mobile_nav {
    overflow: auto;
  }
  body.mobile_nav .overlay {
    display: none;
  }
  .h-nav {
    display: block;
  }
  .h-search {
    display: block;
  }
  .h-uc-user {
    display: block;
  }
}