/* 移动端 */
.headerMobile .header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: 68px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerMobile .header-mobile .logo-box {
  display: inline-block;
  max-width: 123px;
}

.headerMobile .header-mobile .logo-box img {
  width: 100%;
}

/* 移动端菜单样式 */
.headerMobile .header-mobile .right-box {
  display: flex;
  align-items: center;
}

.headerMobile .header-mobile .right-box .iconfont {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.headerMobile .header-mobile .right-box .nav-btn {
  width: 22px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-left: 24px;
}

.headerMobile .header-mobile .right-box .nav-btn span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

/* 移动端搜索框 */
.headerMobile .search-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.headerMobile .search-mobile .search-header {
  height: 68px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}

.headerMobile .search-mobile .search-header .inputBox {
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  padding-right: 22px;
  border: none;
  background-color: #f4f4f4;
  color: #333;
  flex: 1;
  border-radius: 4px;
}

.headerMobile .search-mobile .search-header .inputBox .inputDivMobile {
  display: flex;
  align-items: center;
}

.headerMobile .search-mobile .search-header .inputBox .inputDivMobile .inputMobile {
  flex: 1;
  background: #f4f4f4;
  height: 46px;
  font-size: 16px;
}

.headerMobile .search-mobile .search-header .inputBox .inputDivMobile .iconfont {
  background: #f4f4f4;
}

.headerMobile .search-mobile .search-header .iconfont {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.headerMobile .search-mobile .search-header .closebut {
  margin-left: 20px;
}

.headerMobile .search-mobile .search-header .closeBox .iconfont {
  font-size: 16px;
  color: #333;
}


.headerMobile .search-mobile .search-hot {
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 20px;
  padding-left: 20px;
  font-family: MiSansVF_Semibold;
}

.headerMobile .search-mobile .hot-text {
  margin-top: 16px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding-left: 20px;
  cursor: pointer;
}

.headerMobile .search-mobile .hot-text:hover {
  color: #21a13b;
  text-decoration: underline;
}

/* 移动端导航菜单 */

.headerMobile .nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1010;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.headerMobile .nav-mobile .nav-box-header {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.headerMobile .nav-mobile .nav-box-header .logo-box {
  display: inline-block;
  max-width: 123px;
}

.headerMobile .nav-mobile .nav-box-header .logo-box img {
  width: 100%;
}

.headerMobile .nav-mobile .nav-box-header .header-right {
  display: flex;
  align-items: center;
}

.headerMobile .nav-mobile .nav-box-header .header-right .lang {
  margin-right: 24px;
  font-size: 16px;
  line-height: 22px;
}

.headerMobile .nav-mobile .nav-box-header .header-right .lang .langbut {
  color: #333333;
}

.headerMobile .nav-mobile .nav-box-header .header-right .closebut .iconfont {
  color: #333;
  cursor: pointer;
}

.headerMobile .nav-mobile .nav-box-header .header-right .lang .language {
  display: none;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  position: absolute;
  top: 56px;
  right: 64px;
  transform-origin: center top;
  z-index: 2021;
}

.headerMobile .nav-mobile .nav-box-header .header-right .lang .language .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  right: 8px;
  top: -8px;
}

.headerMobile .nav-mobile .nav-box-header .header-right .lang .language .triangle::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #fff;
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, .1));
}

.headerMobile .nav-mobile .nav-box-header .header-right .lang .language .language-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.headerMobile .nav-mobile .nav-box-header .header-right .lang .language .language-list a {
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
}

.headerMobile .nav-mobile .nav-menu {
  padding: 0 20px;
  border-top: 1px solid #d8d8d8;
}

.headerMobile .nav-mobile .nav-menu .nav-content {
  padding: 10px 0;
}

.headerMobile .nav-mobile .nav-menu .nav-content .navName {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerMobile .nav-mobile .nav-menu .nav-content .navName .navName-title {
  font-size: 16px;
  font-family: MiSansVF_Semibold;
  color: #333;
  line-height: 22px;
  font-weight: unset;
}

.headerMobile .nav-mobile .nav-menu .nav-content .navName .iconfont {
  font-weight: bold;
  color: #333;
}

.headerMobile .nav-mobile .nav-menu .nav-content .submenu {
  display: none;
}

.headerMobile .nav-mobile .nav-menu .nav-content .sub-box {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.headerMobile .nav-mobile .nav-menu .nav-content .sub-box .listTab {
  font-family: MiSansVF_Semibold;
  font-size: 14px;
  line-height: 19px;
  padding: 16px 16px 0 16px;
}

.headerMobile .nav-mobile .nav-menu .nav-content .sub-box .list-child {
  display: flex;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 16px 16px 0 16px;
  align-items: center;
}

.headerMobile .nav-mobile .nav-menu .nav-content .sub-box .list-child .dian {
  background: #D8D8D8;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 12px;
}

.headerMobile .nav-mobile .nav-menu .nav-content .sub-box .list-child:hover {
  color: #21a13b;
}

.headerMobile .nav-mobile .nav-menu .nav-Smart {
  padding: 10px 0;
}

.headerMobile .nav-mobile .nav-menu .nav-Smart a {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  font-family: MiSansVF_Semibold;
}

.headerMobile .nav-mobile .nav-menu .nav-Smart a span {
  margin-left: 16px;
  font-size: 18px;
}