input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a6a6a6;
}
.nav_wrap {
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
.nav_inner {
  width: 100%;
}
.nav_logo_img_wrap {
  display: block;
  box-sizing: border-box;
}
.nav_logo__img {
  display: block;
  height: 60px;
}
.nav_title {
  color: #fff;
  margin: 0 auto 0 15px;
  font-size: 14px;
}
.has_header {
  padding-top: 60px;
}
.nav_btn_wrap {
  display: none;
}
.nav_box {
  width: 400px;
  min-width: 450px;
  float: right;
  font-size: 14px;
  text-align: center;
  margin-left: auto;
  margin-right: 20px;
}
.nav_item {
  padding: 0;
}
.nav_item > a {
  display: block;
  color: #a0a0a0;
  line-height: 60px;
  white-space: nowrap;
}
@media only screen and (min-width: 701px) {
  .nav_item {
    position: relative;
  }
  .nav_item::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: 4px;
    height: 2px;
    background: #1039b8;
    width: 0;
  }
  .nav_item > a:hover {
    color: #1039b8;
  }
  .nav_item.active::after {
    width: auto;
  }
  .nav_item.active a {
    color: #1039b8;
  }
}
@media only screen and (min-width: 701px) {
  .en_nav_wrap .nav_menu_box_inner > ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .en_nav_wrap .nav_item > a {
    line-height: 37px;
  }
  .en_nav_wrap .subNavContainer {
    top: 37px;
  }
}
.lang_type_btn {
  height: 24px;
}
.lang_type_btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_earth.png) center center / contain no-repeat;
}
.lang_type_btn span {
  display: block;
  margin-left: 2px;
  color: #1d1919;
}
.nav_wrap_active1 .search_box {
  padding: 15px 20px;
  height: 70px;
}
.nav_wrap_active1 #searchToggle::before {
  background-image: url(../images/icon_close.png);
}
.nav_wrap_active1 ~ .header_mask {
  display: block;
}
.search_btn {
  margin: 0 30px 0 20px;
}
.nav_btn_wrap {
  position: absolute;
  right: 10px;
}
.icon_bar_wrap {
  z-index: 1;
  display: block;
  width: 20px;
  height: 16px;
}
.icon_bar {
  display: block;
  height: 2px;
  margin-bottom: 5px;
  background: #000;
  transition: all 0.3s;
}
.icon_bar:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .nav_btn_wrap {
    display: block;
  }
  .nav_box {
    float: none;
    position: absolute;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    transition: all 0.3s;
    overflow-y: auto;
  }
  .nav_box.user_login {
    top: 0;
  }
  .nav_menu_box {
    left: -110vw;
  }
  .nav_menu_box_inner .flex_around {
    display: block;
  }
  .nav_item {
    padding: 15px 5px;
    margin: 0 15px;
    border-bottom: 1px solid #efefef;
  }
  .nav_item.active::after,
  .nav_item:hover::after {
    background: none;
  }
  .nav_item > a {
    line-height: 1.4;
  }
  .search_box {
    top: 60px;
  }
  .snavBtn__label {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .lang_search_wrap {
    margin-right: 60px;
  }
  .has_header {
    padding-top: 60px;
  }
  .nav_box {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .nav_logo__img {
    height: 40px;
    margin: 10px auto;
  }
}
.nav_wrap_active .nav_btn_search {
  display: none;
}
.nav_wrap_active .nav_menu_box {
  left: 0;
}
.nav_wrap_active .icon_bar_wrap {
  padding: 5px 0 0 0;
}
.nav_wrap_active .icon_bar {
  background: #000;
}
.nav_wrap_active .icon_bar:first-child {
  transform: rotate(-45deg) translateY(5px);
}
.nav_wrap_active .icon_bar:nth-child(2) {
  display: none;
}
.nav_wrap_active .icon_bar:nth-child(3) {
  transform: rotate(45deg) translateY(-5px);
}
.form_group_wrap {
  margin: 0 0 3rem;
  overflow: hidden;
}
.form_item_control_wrap {
  margin: 1rem 0;
}
.ft_control {
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  outline: none;
  color: #4d4d4d;
  background: #f8f8f8;
  border: 1px solid rgba(179, 179, 179, 0.6);
  height: 40px;
}
.form_item_title {
  font-size: 1.7rem;
  margin: 1.5rem 0;
  font-weight: 700;
}
textarea.ft_control {
  height: 8rem;
  max-height: 10rem;
  resize: none;
  overflow-y: auto;
}
.header_mask {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
