.header {
  box-shadow: 0 0 5px #ddd;
}
.header-nav {
  height: 105px;
  background: #fff;
}
.logo {
  float: left;
  padding-top: 22px;
}
.nav {
  float: right;
  padding-top: 28px;
}
.nav li {
  display: inline-block;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}
.nav >>> .nuxt-link-active {
  color: #2d6a87;
}
.international-list {
  display: block;
}
.search-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding-left: 40px !important;
  padding-right: 0 !important;
}
.search-btn-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../icon/icon.png") no-repeat -382px -210px;
  vertical-align: -4px;
}
.menu-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-btn-icon {
  width: 29px;
  height: 24px;
  display: inline-block;
  background: url("../icon/icon.png") no-repeat -423px -210px;
  vertical-align: -4px;
}

.lang-bar {
  display: inline-block;
  vertical-align: -7px;
  background: #2d6a87;
  height: 30px;
  line-height: 30px;
  border: 3px solid #2d6a87;
  border-radius: 5px;
}

.lang-bar a {
  width: 65px;
  line-height: 30px;
  float: left;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.lang-bar a.active {
  background: #fff;
  color: #2d6a87;
  border-radius: 5px;
}

/* .language,
.language:focus-visible {
  font-size: 20px;
  border: none;
  outline: none;
}
.language option:hover {
  background: #2d6a87;
} */
.sider-nav {
  display: none;
}
.sider-nav-mask {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.sider-nav-main {
  position: fixed;
  right: -1000px;
  top: 0;
  z-index: 11;
  width: 720px;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.sider-nav-main > div {
  position: relative;
  padding: 100px 65px 200px;
  min-height: calc(100% - 100px - 200px);
}
.sider-menu-dl {
  padding: 40px 0;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.sider-menu-dl dt {
  position: absolute;
  left: 0;
  top: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  margin-top: -15px;
  color: #323232;
}

.sider-menu-dl dd {
  padding-left: 125px;
  color: #636363;
  font-size: 14px;
}

.sider-menu-dl dd a {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  color: #636363;
  padding: 0 5px;
  white-space: nowrap;
}

.sider-menu-dl dd a:hover {
  color: #000f16;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  left: 65px;
  top: 50px;
  width: 30px;
  height: 30px;
  display: block;
  background: url("../icon/icon.png") no-repeat -466px -205px;
}

.sider-share {
  position: absolute;
  bottom: 70px;
  left: 65px;
  width: 590px;
  z-index: 12;
  text-align: center;
}

.sider-share > a {
  width: 50px;
  height: 50px;
  margin: 0 20px;
  display: inline-block;
  background: url("../../public/icon/icon.png") no-repeat 0 -200px;
}
.sider-share > a.WeChat {
  background-position: 0 -200px;
}
.sider-share > a.WeChat:hover {
  background-position: 0 -250px;
}
.sider-share > a.Wechat-Moments {
  background-position: -50px -200px;
}
.sider-share > a.Wechat-Moments:hover {
  background-position: -50px -250px;
}
.sider-share > a.QQ {
  background-position: -100px -200px;
}
.sider-share > a.QQ:hover {
  background-position: -100px -250px;
}
.sider-share > a.QQ-Zone {
  background-position: -150px -200px;
}
.sider-share > a.QQ-Zone:hover {
  background-position: -150px -250px;
}
.sider-share > a.Blog {
  background-position: -200px -200px;
}
.sider-share > a.Blog:hover {
  background-position: -200px -250px;
}
.sider-menu-foot {
  position: absolute;
  bottom: 40px;
  left: 65px;
  width: 590px;
  font-size: 12px;
  text-align: center;
  color: #999;
}
