﻿@charset "UTF-8";

.layout_header {
  display: flex;
  justify-content: center;
}

.layout_header_box {
  width: 1200px;
}

.layout_header_tools_bar {
  height: 36px;
  line-height: 36px;
  background: url(../images/index/topToolsBg.png);
  border-bottom: #e1e1e1 1px solid;
  display: flex;
  justify-content: center;
}

.layout_header_tools_bar_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}

.layout_header_tools_bar_box div {
  margin-right: 25px;
}

.layout_header_tools_bar_box div:last-child {
  margin: 0;
}

.layout_header_tools_bar_box img {
  vertical-align: middle;
}

.layout_header_logo_bar {
  display: flex;
  justify-content: center;
  background: #fff;
  line-height: 122px;
  height: 100px;
}

.layout_header_logo_bar_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout_header_search_bar {
  width: 550px;
  display: flex;
  justify-content: center;
  background: url(../images/index/icon_search_bg.png?v=1.0.0) no-repeat;
  background-position: center;
  height: 100px;
}

.layout_header_search_bar_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 240px; */
  height: 36px;
  border-radius: 6px;
  border: #619bcb 1px solid;
  padding: 0 10px;
  margin-top: 18px;
}

.layout_header_search_bar_box div {
  color: #999;
}

.layout_header_search_bar_box input {
  outline: none;
  border: none;
  background: transparent;
}

.layout_header_nav_bar {
  background: #0f5896;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center;
}

.layout_header_nav_bar_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout_header_nav_item {
  flex: 1;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  /*font-family: '黑体';*/
  color: #FFF;
  cursor: pointer;
  user-select: none;
  margin-right: 30px;
}

.layout_header_nav_bar_box .layout_header_nav_item:last-child {
  margin: 0;
}

.layout_header_nav_item_chk {
  position: relative;
  background: #0b73d5;
  padding: 5px 0;
}

.layout_header_nav_item_chk::after {
  content: '';
  background: url(../images/index/icon_top_nav_shaow.png) no-repeat;
  position: absolute;
  width: 7px;
  height: 58px;
  right: -7px;
  top: 0;
}

.layout_header_nav_item_icon {
  display: inline-block;
  position: relative;
  top: 2px;
}

.layout_header_msg_bar {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.layout_header_msg_bar_box {
  width: 1200px;
  display: flex;
}

.layout_header_msg_box {
  overflow: hidden;
  width: 1140px;
}

.layout_header_msg_box_s {
  position: relative;
  white-space: nowrap;
}

.layout_header_msg {
  margin-right: 60px;
  color: #185896;
  display: inline-block;
}

.vx_icon_box, .user_login_info_box {
  cursor: pointer;
  user-select: none;
  position: relative;
}

.vx_icon_box .vx_code_img_box {
  display: none;
}

.vx_icon_box:hover .vx_code_img_box {
  display: block;
}

.user_login_info_box .user_login_info_box_big {
  display: none;
}

.user_login_info_box:hover .user_login_info_box_big {
  display: block;
}

.vx_code_img_box {
  padding: 15px;
  background: #FFF;
  position: absolute;
  top: 30px;
  left: -50px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  border-radius: 5px;
}

.user_login_info_box_big {
  background: #FFF;
  position: absolute;
  #width: 280px;
  height: 205px;
  top: 30px;
  left: -120px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  border-radius: 5px;
  overflow: hidden;
}

.user_login_box {
  padding: 15px 20px 0 20px;
}

.header_tools_icon {
  width: 18px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
}

.header_tools_icon:hover {
  width: 85px;
  transition: all 0.3s;
}

.header_tools_icon_box {
  width: 85px;
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.header_tools_icon img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.header_tools_icon_txt {
  display: inline-block;
  margin: 0 !important;
}

.user_login_info_item {
  line-height: 24px !important;
  white-space: nowrap;
}

.user_login_info_item span:first-child {
  display: inline-block;
  width: 70px;
  color: #999;
}

.user_login_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
}

.user_login_btns div {
  flex: 1;
  text-align: center;
  margin: 0 !important;
  background: #f1f1f1;
  position: relative;
}

.user_login_btns div:first-child::after {
  position: absolute;
  content: '';
  border-right: #cccdce 1px solid;
  width: 1px;
  height: 20px;
  right: 0;
  top: 8px;
}

.popup_iframe_nav_box {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
  display: none;
  /* height: 100%; */
  z-index: 99999;
}

.popup_iframe_nav_box_s {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  overflow: hidden;
}

.popup_iframe_nav_box_s iframe {
  width: 1200px;
  height: calc(100% - 162px);
}

.popup_iframe_nav_tools_box {
  margin: 20px;
  text-align: center;
}

.all_nav_btn_show {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: all 0.5s;
}

.all_nav_btn_show:hover {
  transform: rotate(360deg);
  transition: all 0.5s;
}

.layout_header_window {
  position: fixed;
  top: 255px;
  left: calc(50% + 630px);
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  min-height: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px;
  padding: 12px;
  z-index: 998;
}

.layout_header_window_item {
  padding: 8px 0;
  border-bottom: #e9e9e9 1px solid;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.layout_header_window .layout_header_window_item:last-child {
  border: none;
  padding-bottom: 0;
}