/* @import 'header/css-sprite.css'; */
/* 顶部头样式 */
.top_head_wrapper {
  width: 100%;
  position: absolute;
  z-index: 10001;
  height: 64px;
  background: #212735;
  min-width: 1200px;
}
.top_head_wrapper .g_top_header {
  width: 100%;
  background: transparent;
  min-width: 1000px;
  margin-bottom: 0;
  border: none;
}
.top_head_wrapper .g_top_header.fadeIn {
  position: fixed;
  top: 0;
  left: 0;
  background: #212735;
  animation: fadeIn 0.3s ease-in both;
  /* box-shadow: 0px -1px 10px 0px rgba(138,138,138,0.4); */
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.g_top_header .g_top_con {
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  height: 64px;
  margin: 0 auto;
}
/* LOGO */
.g_top_header .g_top_con .logo {
  float: left;
  display: block;
  padding: 18px 0 0;
  position: relative;
  z-index: 4;
  /* margin-right: 84px; */
}
.g_top_header.fadeIn .g_top_con .logo {
  padding-top: 16px;
}
.g_top_header .g_top_con .logo img {
  width: 88px;
  height: 31px;
  display: none;
}
.g_top_header.fadeIn .g_top_con .logo .logo_black {
  display: block;
}
.g_top_header .g_top_con .logo .logo_white {
  display: block;
}
.g_top_header.fadeIn .g_top_con .logo .logo_white {
  display: none;
}
.g_top_header .g_top_con .info {
  float: left;
  padding: 0;
}
.g_top_header .g_top_con .right_nav_info {
  float: right;
}
.g_top_header .g_top_con .info .nav_list {
  float: left;
  position: relative;
}
.g_top_header .g_top_con .info .nav_list_item {
  border-bottom: 4px solid transparent;
  font-size: 16px;
  line-height: 60px;
  margin: 0 30px;
  float: left;
}
.g_top_header .g_top_con .info .nav_list_item>a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.g_top_header .g_top_con .info .nav_list_item.cur {
  border-color: #0DA5EF;
}
.g_top_header .g_top_con .info .nav_list_item.cur>a,
.g_top_header .g_top_con .info .nav_list_item:hover>a {
  color: #0DA5EF;
}

.g_top_header .g_top_con .info .user {
  float: left;
  width: auto;
  text-align: center;
  margin-left: 60px;
  /* width: 132px; */
  width: 98px;
}
.g_top_header .g_top_con .info .user .login {
  display: none;
  /* padding-left: 15px; */
  /* padding-right: 15px; */
  position: relative;
}
.g_top_header .g_top_con .info .user .login p {
  line-height: 23px;
  white-space: nowrap;
}
.g_top_header .g_top_con .info .user .login p:after {
  clear: both;
  display: block;
  content: "";
}
.g_top_header .g_top_con .info .user .login p span {
  height: 16px;
  width: 2px;
  display: block;
  background: #0DA5EF;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  margin-top: 23px;
  transform: rotateZ(15deg);
}
.g_top_header .g_top_con .info .user .login p a {
  font-size: 14px;
  color: #0DA5EF;
  display: block;
  line-height: 60px;
  float: left;
}
.g_top_header .g_top_con .info .user .login p a:hover {
  color: #13C8FF;
  text-decoration: none;
}
.g_top_header .g_top_con .info .user .logined {
  position: relative;
  padding-left: 20px;
  height: 64px;
}
.g_top_header .g_top_con .info .user .logined .avatar {
  display: block;
  /* margin: 0 auto; */
  width: 48px;
  height: 48px;
  position: relative;
  top: 9px;
  float: right;
  /***新认证图标***/
}
.g_top_header .g_top_con .info .user .logined .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.g_top_header .g_top_con .info .user .logined .avatar .icon_new {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../images/header/icon_new2.png") no-repeat;
  display: none;
  top: 32px;
  left: 36px;
}
.g_top_header .g_top_con .info .user .logined .avatar .icon1_0 {
  background-position: -128px -29px;
  border-radius: 50%;
  display: block;
}
.g_top_header .g_top_con .info .user .logined .avatar .icon2_0 {
  background-position: -128px -29px;
  border-radius: 50%;
  display: block;
}
.g_top_header .g_top_con .info .user .logined .avatar .icon3_0 {
  background-position: -128px -29px;
  border-radius: 50%;
  display: block;
}
.g_top_header .g_top_con .info .user .logined .avatar .icon0_1,
.g_top_header .g_top_con .info .user .logined .avatar .icon0_2,
.g_top_header .g_top_con .info .user .logined .avatar .icon0_3,
.g_top_header .g_top_con .info .user .logined .avatar .icon0_4 {
  background-position: -128px -57px;
  border-radius: 50%;
  display: block;
}
.g_top_header .g_top_con .info .user .logined .user_info {
  position: absolute;
  top: 64px;
  right: 0px;
  z-index: 100;
  width: 136px;
  text-align: left;
  overflow: hidden;
  height: 0;
  opacity: 0;
  display: none;
  background: url(../images/header/frame_bg_20191009.png?t=20191009) center no-repeat;
}

.g_top_header .g_top_con .info .user .logined .user_info .actions {
  padding: 10px 0;
}
.g_top_header .g_top_con .info .user .logined .user_info .actions a {
  font-size: 16px;
  color: #333;
  display: block;
  margin: 0 auto;
  width: 128px;
  line-height: 53px;
  text-align: left;
  padding-left: 17px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.g_top_header .g_top_con .info .user .logined .user_info .actions .work {
  display: none;
}
.g_top_header .g_top_con .info .user .logined .user_info .actions .setting,
.g_top_header .g_top_con .info .user .logined .user_info .actions .work {
  border-bottom: 1px solid #E5E5E5;
}
.g_top_header .g_top_con .info .user .logined .user_info .actions a:hover {
  color: #0DA5EF;
  text-decoration: none;
}
.g_top_header .g_top_con .info .user .logined:hover .user_info {
  display: block;
  opacity: 1;
  /* height: 124px; */
  /* height: 180px; */
  height: auto;
}

@media screen and (max-width: 1300px) {
  .g_top_header .g_top_con .logo {
    padding-left: 24px;
  }
  .g_top_header .g_top_con .info .user {
    /* width: 140px; */
    width: 146px;
    /* margin-left: 42px; */
    margin-left: 12px;
  }
  .g_top_header .g_top_con .info .user .login {
    padding: 0 24px;
  }
  .g_top_header .g_top_con .info .user .logined {
    padding-right: 24px;
  }
  .g_top_header .g_top_con .info .user .logined .user_info {
    right: 24px;
  }
}


/* 登录窗口 */
#pop_overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  min-width: 1000px;
}
.pop_dialog {
  z-index: 10001;
}
.pop_login {
  width: 499px;
  height: 490px;
  background: #fff;
  border-radius: 10px;
  padding-top: 0 !important;
}
.pop_wrapper {
  width: 100%;
  height: 100%;
}
.pop_wrapper .login_wrapper {
  /* position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -182px; */
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.login_wrapper .login_head {
  padding: 64px 24px;
  position: relative;
  background: url(../images/header/dlbg.png) no-repeat;
}
.login_wrapper .login_head h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: 'Microsoft YaHei';
}
.login_wrapper .login_head .close {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 18px;
  top: 18px;
  background: url(../images/header/ico_close.png) no-repeat center;
  cursor: pointer;
}
.login_wrapper .login_head .close:hover {
  background-image: url(../images/header/ico_close_hover.png);
}
.login_wrapper .login_body {
  padding: 0 74px 20px;
  font-family: 'Microsoft YaHei';
}
.login_wrapper .login_body .form_group input {
  width: 352px;
  height: 44px;
  font-size: 16px;
  background:#EAEAEA;
  border-radius: 6px;
  padding: 0 14px;
  display: block;
  border: none;
  outline: none;
  box-sizing: border-box;
  margin-top: 20px;
}
.login_wrapper .login_body .form_tips {
  height: 18px;
  margin-bottom: 10px;
  color: #EF5050;
  font-size: 16px;
  line-height: 18px;
}
.login_wrapper .login_body .form_link:after {
  display: block;
  content: '';
  clear: both;
}
.login_wrapper .login_body .form_link {
  padding: 15px 0;
}
.login_wrapper .login_body .form_link a {
  font-size: 16px;
  color: #999;
  text-decoration: none;
  display: inline-block;
  line-height: 24px;
}
.login_wrapper .login_body .form_link .link_reg {
  float: left;
}
.login_wrapper .login_body .form_link .link_pdw {
  float: right;
}
.login_wrapper .login_body .form_link a:hover {
  color: #0DA5EF;
}
.login_wrapper .login_body .form_btn .submit_btn {
  width: 352px;
  height: 48px;
  background: #212735;
  border-radius: 4px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-family: 'Microsoft YaHei';
}
.login_wrapper .login_body .form_btn .submit_btn:hover {
  background: #2C3345;
  color: #fff;
}
.login_wrapper .login_body .form_btn .submit_btn:active {
  background: #1B202B;
}
.login_wrapper .login_body .form_other {
  padding-top: 12px;
  text-align: center;
}
.login_wrapper .login_body .form_other:after {
  display: block;
  content: '';
  clear: both;
}
.login_wrapper .login_body .form_other .label {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  display: block;
  float: left;
  font-size: 0;
}
.login_wrapper .login_body .form_other .qq_login {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../images/header/ico_qq.png) no-repeat center;
}
.login_wrapper .login_body .form_other .wx_login {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 16px;
  background: url(../images/header/ico_wx.png) no-repeat center;
  background-size: 28px 28px;
}


.form_other a{
  position: relative;
}
.form_other a::before{
  display: inline-block;
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
 
  top: 0;
  left: 0;
  z-index: 2;
}
.form_other a:hover::before{
  display: block;
  background: rgba(255, 255, 255, .4);
}
.form_other a:active::before{
  display: block;
  background: rgba(0, 0, 0, .4);
}