.header {
  /*overflow: hidden;*/
  position: relative;
}

.header-pc {
  position: relative;
  z-index: 1;
  /* display: block; */
}

.header-icon-right .icon {
  width: 20px;
  vertical-align: text-top;
  margin-right: 5px;
  height: 20px;
}

.icon.icon_menu {
  background: url('../../images/icon/threelines.png') no-repeat
}

.icon.icon_menu.active {
  background: url('../../images/icon/closeIcon.png') no-repeat
}

.white_bg {
  width: 100%;
  height: 64px;
  position: absolute;
  top: -2px;
  background: #fff;
  opacity: .5;
  z-index: 111;
}

.header-mobile {
  display: none;
}

.header-icon {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  height: 44px;
  position: absolute;
  z-index: 1111;
  top: 0;
  margin: 0 5%;
}

.header-pc img {
  width: 210px;
}

.header-icon-left {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.header-icon-right {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  text-align: right;
  white-space: nowrap;
}

.menu-item,
.menu-item:active,
.menu-item:hover {
  text-decoration: none;
  padding-right: 15px;
}

.lang-select-list {
  display: none;
  position: absolute;
  top: -1vw;
  width: 48px;
  right: -7vw;
  z-index: 99;
  color: #888;
  background: #fafafa;
  padding: 1px 22px;
  font-size: 13px;
  box-shadow: 1px 2px 3px #2c68ca;
  border-radius: 3px;
}

.lang-menu-item {
  position: relative;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a:hover,
.dropdown-content a:active,
.dropdown-content a {
  padding-right: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 999;
  right: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
}

/**************** header ********************/

.header {
  margin: 0 auto;
  width: 100vw;
}

@media (max-width: 800px) and (min-width: 738px) {

  .header-icon {
    width: 85%;
  }
}

@media (max-width:738px) {

  .header-pc {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .header-icon {
    /* padding: 15px 3%; */
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .header-icon-left {
    width: 38%;
    display: inline-block;
    vertical-align: middle;
  }

  .header-icon-right {
    width: 60%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
  }

  .header-icon-left img {
    width: auto;
    height: 44px;
    margin-top: -5px;
  }

  .header-menu-list {
    padding: 8px 6%;
    display: none;
    width: 61%;
    position: absolute;
    right: 0;
    top: -2px;
    border-bottom-left-radius: 20px;
    z-index: 1111;
    /* background: #87929d; */
    -webkit-box-shadow: -2px 11px 22px 0px rgba(69,67,69,0.49);
    -moz-box-shadow: -2px 11px 22px 0px rgba(69,67,69,0.49);
    box-shadow: -2px 11px 22px 0px rgba(69,67,69,0.49);
  }

  .header-menu-list>div {
    text-align: right;
  }

  .menu-list-close{
    padding-top: 9px;
    width: 15px;
  }

  .menu-item {
    width: 100%;
    display: block;
    line-height: 35px;
    /* color: #fff; */
    font-weight: 400;
  }

  .lang-menu-item {
    margin-right: 10px;
  }


  .lang-select-list {
    display: none;
    position: relative;
    width: 91%;
    padding: 0;
    box-shadow: none;
    text-align: right;
  }

  .lang-select-list li {
    width: 100%;
    display: block;
    line-height: 35px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 999;
    right: 0;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-content a {
    color: black;
  }

  .dropdown-content img {
    width: 100% !important;
  }

  .dropdown-content a {
    width: 80%;
    font-size: 12px;
    line-height: normal;
  }

  .flag-image {
    display: inline-block;
    width: 20%;
  }

  .dropdown,
  .dropdown span {
    color: #666666;
    padding-right: 20px;
    cursor: pointer;
    text-align: center;
  }
}

/**************** end header ********************/