.header_wrap { width: 100%; height: 90px; background: #000000; font-size: 16px; position: fixed; top: 0; z-index: 999; }

.header_wrap .header { min-width: 1920px; display: flex; justify-content: center; align-items: center; transform: translateX(-50%) !important; position: absolute; left: 50%; }

.header_wrap .header .h3c_logo { display: flex; width: 236px; height: 90px; }

.header_wrap .header .h3c_logo img { width: 236px; height: 90px; }

.header_wrap .header .nav_wrap { display: flex; flex-direction: row; align-items: center; margin: 0 35px 0 30px; }

.header_wrap .header .nav_wrap li { margin: 0 10px; color: #ffffff; position: relative; }

.header_wrap .header .nav_wrap li > a { color: #ffffff; padding-bottom: 8px; border-bottom: 1px solid #000000; cursor: pointer; white-space: nowrap; }

.header_wrap .header .nav_wrap li > a.active { color: #79B4EC; border-bottom: 1px solid #79B4EC; }

.header_wrap .header .nav_wrap li > a:hover { color: #79B4EC; }

.header_wrap .header .nav_wrap li > div { display: none; width: 110px; background: #000; position: absolute; top: 27px; left: -23px; padding-top: 20px; }

.header_wrap .header .nav_wrap li > div a { display: flex; align-items: center; justify-content: center; width: 100%; height: 44px; font-size: 16px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.6); cursor: pointer; }

.header_wrap .header .nav_wrap li > div a:last-of-type { border: none; }

.header_wrap .header .nav_wrap li > div a:hover { color: #79B4EC; }

.header_wrap .header .nav_wrap li > div a.active { color: #79B4EC; }

.header_wrap .header .signed { width: 104px; height: 70px; display: flex; justify-content: center; align-items: center; color: #fff; position: relative; cursor: pointer; display: none; }

.header_wrap .header .signed .logginStatus { display: flex; align-items: center; }

.header_wrap .header .signed .logOutBtn { position: absolute; width: 100%; height: 44px; bottom: -44px; left: 0; color: #79B4EC; background: #2B4A69; display: flex; justify-content: center; align-items: center; }

.header_wrap .header .signed .logOutBtn img { width: 20px; height: 20px; margin-right: 10px; }

.header_wrap .header .language_switch { display: flex; align-items: center; color: #ffffff; padding-right: 20px; }

.header_wrap .header .language_switch img { width: 20px; height: 20px; margin-right: 3px; }

.header_wrap .header .language_switch a { color: #ffffff; margin: 0 4px; white-space: nowrap; }

.header_wrap .header .language_switch .activea { color: #518DC7; }

.header_wrap .header .line { display: inline-block; height: 20px; border-left: 1px solid #ffffff; margin: 0 15px 0 15px; }

.header_wrap .header .login_register_btn { display: flex; align-items: center; color: #ffffff; margin-right: 32px; }

.header_wrap .header .login_register_btn img { width: 20px; margin-right: 8px; }

.header_wrap .header .login_register_btn a { color: #ffffff; white-space: nowrap; }

.header_wrap .header .intle_logo { display: flex; align-items: center; }

.header_wrap .header .intle_logo:first-of-type img { width: 188px; height: 90px; }

.header_wrap .header .intle_logo:last-of-type img { width: 116px; height: 90px; }

@media (max-width: 1366px) { .header_wrap { width: 100%; height: 90px; background: #000000; font-size: 16px; position: fixed; top: 0; z-index: 999; }
  .header_wrap .header { min-width: 1920px; display: flex; justify-content: center; align-items: center; transform: scale(0.8) translateX(-62.5%) !important; position: absolute; left: 50%; }
  .header_wrap .header .h3c_logo { display: flex; width: 236px; height: 90px; }
  .header_wrap .header .h3c_logo img { width: 236px; height: 90px; }
  .header_wrap .header .nav_wrap { display: flex; flex-direction: row; align-items: center; margin: 0 35px 0 30px; }
  .header_wrap .header .nav_wrap li { margin: 0 10px; color: #ffffff; }
  .header_wrap .header .nav_wrap li a { color: #ffffff; padding-bottom: 8px; border-bottom: 1px solid #000000; cursor: pointer; white-space: nowrap; }
  .header_wrap .header .nav_wrap li a.active { color: #79B4EC; border-bottom: 1px solid #79B4EC; }
  .header_wrap .header .nav_wrap li a:hover { color: #79B4EC; }
  .header_wrap .header .signed { width: 104px; height: 70px; display: flex; justify-content: center; align-items: center; color: #fff; position: relative; cursor: pointer; display: none; }
  .header_wrap .header .signed .logginStatus { display: flex; align-items: center; }
  .header_wrap .header .signed .logOutBtn { position: absolute; width: 100%; height: 44px; bottom: -44px; left: 0; color: #79B4EC; background: #2B4A69; display: flex; justify-content: center; align-items: center; }
  .header_wrap .header .signed .logOutBtn img { width: 20px; height: 20px; margin-right: 10px; }
  .header_wrap .header .language_switch { display: flex; align-items: center; color: #ffffff; padding-right: 20px; }
  .header_wrap .header .language_switch img { width: 20px; height: 20px; margin-right: 3px; }
  .header_wrap .header .language_switch a { color: #ffffff; margin: 0 4px; white-space: nowrap; }
  .header_wrap .header .language_switch .activea { color: #518DC7; }
  .header_wrap .header .line { display: inline-block; height: 20px; border-left: 1px solid #ffffff; margin: 0 15px 0 15px; }
  .header_wrap .header .login_register_btn { display: flex; align-items: center; color: #ffffff; margin-right: 32px; }
  .header_wrap .header .login_register_btn img { width: 20px; margin-right: 8px; }
  .header_wrap .header .login_register_btn a { color: #ffffff; white-space: nowrap; }
  .header_wrap .header .intle_logo { display: flex; align-items: center; }
  .header_wrap .header .intle_logo:first-of-type img { width: 188px; height: 90px; }
  .header_wrap .header .intle_logo:last-of-type img { width: 116px; height: 90px; } }
