/* 遮罩层 */
.iden-hint-wrap {
  font-size: 24px;
  color: #fff;
  position: fixed;
  height: 60px;
  line-height: 60px;
  left: 50%;
  top: 100px;
  z-index: 999999;
  padding: 0 35px;
  border-radius: 5px;
  transform: translateX(-50%);
}
.iden-hint-wrap.succeed {
  background-color: #5cb85c;
}
.iden-hint-wrap.warning {
  background-color: #f0ad4e;
}
.iden-hint-wrap.danger {
  background-color: #d9534f;
}
.iden-hint-wrap.default {
  background-color: rgba(0, 0, 0, 0.6);
}
.close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.close-rt:hover {
  color: #ddd;
}
a {
  color: #333;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/*新增1500宽容器*/
.big-col5 {
  width: 282px;
  margin-right: 22.5px;
  margin-bottom: 30px;
  float: left;
  border: 1px solid #eee;
}
/* 屏幕大于1520px的时候显示的样式，此处为新的样式，正在使用 */
.big-content {
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1521px) {
  .big-col5 {
    margin-right: 22.5px;
  }
  .big-col5:nth-child(5n) {
    margin-right: 0;
  }
}
/* 屏幕小于1500px的时候显示的样式 */
@media screen and (max-width: 1520px) {
  .big-content {
    width: 1200px;
  }
  .big-col5 {
    margin-right: 24px;
  }
  .big-col5:nth-child(4n) {
    margin-right: 0;
  }
  .header-common .main-nav li {
    margin-right: 14px;
    font-size: 14px;
    padding: 10px 6px;
  }
}
.header-common {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
}
.header-common * {
  box-sizing: border-box;
}
.header-common a {
  color: #333;
}
.header-common a:hover {
  color: #fc4147;
}
.header-common .main-menu {
  height: 40px;
}
.header-common .main-menu .name {
  font-size: 12px;
}
.header-common .main-menu .user_logined_sidenav2 {
  top: 40px;
}
.header-common .header-t {
  height: 30px;
  background: #EBEBEB;
}
.header-common .inner-t {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
}
.header-common .inner-t .fr span {
  margin-left: 30px;
}
.header-common .inner-t .fl li {
  float: left;
  margin-right: 30px;
}
.header-common .inner-t .fl li a {
  color: #666;
}
.header-common .inner-t .fl li a:hover {
  color: #fc4147;
}
.header-common .inner-b {
  position: relative;
  height: 60px;
  z-index: 999;
}
.header-common .iden-logo {
  position: absolute;
  left: 0;
  top: 10px;
  width: 132px;
  height: 40px;
  float: left;
}
.header-common .iden-logo a {
  display: block;
  margin: 0 auto;
  width: 132px;
  padding-top: 40px;
  background: url(/img/images/v2/logo-13240.png) no-repeat top;
  background-size: 132px 40px;
  color: #D51E23;
  text-align: center;
  height: 0;
  overflow: hidden;
}
.header-common .main-nav {
  font-size: 15px;
  text-align: center;
  float: left;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  *zoom: 1;
}
.header-common .main-nav:before,
.header-common .main-nav:after {
  content: " ";
  display: table;
}
.header-common .main-nav:after {
  clear: both;
}
.header-common .main-nav li {
  position: relative;
  float: left;
  padding: 10px;
  height: 60px;
  margin-right: 20px;
}
.header-common .main-nav li:hover .sub-nav {
  display: block;
}
.header-common .main-nav li a {
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: left;
}
.header-common .main-nav li a .dot {
  position: relative;
  display: inline-block;
}
.header-common .main-nav li a .dot i {
  display: none;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 5px;
  height: 5px;
  background: #fc4147;
  border-radius: 50%;
}
.header-common .main-nav li a .dot i.show {
  display: block;
}
.header-common .main-nav li:last-child {
  margin-right: 0;
}
.header-common .main-nav li.active,
.header-common .main-nav li:hover {
  background: #fc4147;
}
.header-common .main-nav li.active > a,
.header-common .main-nav li:hover > a {
  color: #fff !important;
}
.header-common .main-nav li.active .icon-ellipsis i,
.header-common .main-nav li:hover .icon-ellipsis i {
  background-color: #fff;
}
.header-common .main-nav li .icon-ellipsis i {
  display: inline-block;
  background: #333;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.header-common .main-nav .sub-nav {
  display: none;
  position: absolute;
  top: 60px;
  left: -20px;
  padding: 8px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-common .main-nav .sub-nav a {
  display: block;
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  white-space: nowrap;
}
.header-common .main-nav .sub-nav a:hover {
  background: #eee;
}
.header-common .nav-r-con {
  position: absolute;
  top: 0;
  right: 0;
}
.header-common .login-registration-wrap {
  float: left;
  line-height: 60px;
  font-size: 16px;
}
.header-common .login-registration-wrap > div {
  float: left;
}
.header-common .login-registration-wrap .separator {
  height: 16px;
  line-height: 20px;
  border: .5px solid #999;
  margin: 22px 22px 0;
}
.header-common .main-menu {
  float: left;
  z-index: 90;
  position: relative;
  height: 60px;
  width: 115px;
  padding: 12px;
  cursor: default;
  color: #fc4147;
  background-color: #fff;
}
.header-common .main-menu .msg {
  position: relative;
  float: left;
  color: #fc4147;
  line-height: 36px;
}
.header-common .main-menu .msg i {
  font-size: 20px;
}
.header-common .main-menu .msg .unread_msgNum {
  position: absolute;
  top: 2px;
  left: 20px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 50%;
  color: #fff;
  background: #fc4147;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  overflow: hidden;
}
.header-common .main-menu .ico {
  float: right;
}
.header-common .main-menu .user-profile {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  vertical-align: middle;
}
.header-common .main-menu .icon-select-up {
  transition: all 0.5s;
  font-size: 12px;
  display: inline-block;
  transform: scale(0.8) rotate(180deg);
}
.header-common .main-menu .user_logined_sidenav2 {
  position: absolute;
  background-color: #fff;
  right: 0;
  z-index: 99999;
  padding: 0 20px 0;
  top: 56px;
  width: 190px;
}
.header-common .main-menu .user_logined_sidenav2 > div a:not(.userName) {
  overflow: hidden;
  height: 34px;
  transition: height 0.5s;
  line-height: 34px;
  font-size: 14px;
  color: #444;
  display: block;
}
.header-common .main-menu .user_logined_sidenav2 > div a:not(.userName):hover {
  color: #fc4147;
}
.header-common .main-menu .user_logined_sidenav2 > div a:not(.userName):last-child {
  margin-bottom: 7px;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  overflow: hidden;
  display: block;
  color: #333;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg > a {
  display: inline-block;
  float: left;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg .user-name {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #444;
  width: 100px;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-common .main-menu .user_logined_sidenav2 .user-msg .user-flag {
  float: right;
  margin-top: 5px;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  padding: 0 4px;
  color: #09BB07;
  border: 1px solid #09BB07;
  border-radius: 3px;
}
.header-common .main-menu .user_logined_sidenav2 .full-item {
  margin: 0 -20px;
  background: #F8F8F8;
}
.header-common .main-menu .user_logined_sidenav2 .full-item .g_change_status {
  margin-bottom: 0 !important;
}
.header-common .main-menu .user_logined_sidenav2 .change-item {
  padding: 10px 0;
}
.header-common .main-menu .user_logined_sidenav2 .change-item .g_change_status {
  background: #fff;
  padding-left: 20px;
  margin-bottom: 0;
}
.header-common .main-menu .user_logined_sidenav2 {
  display: none;
  padding-top: 0;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 6px 10px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.header-common .main-menu .border-bot {
  border-bottom: solid 1px #e5e5e5;
}
.header-common .main-menu:hover .icon-select-up {
  transform: rotateZ(360deg);
}
.header-common .up-btn {
  float: left;
  display: block;
  padding-top: 17px;
  margin-right: 15px;
}
.header-common .up-btn img {
  width: 22px;
}
.header-common input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.header-common .login-success .main-menu {
  display: block !important;
}
.header-common .loginError .login-registration-wrap {
  margin-left: 15px;
  display: block !important;
}
.header-common .login-registration-wrap {
  display: none;
}
.header-common .authCode {
  color: #333;
  font-size: 14px;
  padding-right: 0;
  cursor: pointer;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 1px;
}
.header-common .IDEN-bc-verify {
  background-color: #eee;
}
.header-common .thirdparty-login li {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.header-common .thirdparty-login li a {
  border: solid 1px;
  border-radius: 50%;
  padding: 4px;
}
.header-common .thirdparty-login li .icon {
  font-size: 40px;
  color: #666;
}
.header-common .thirdparty-login li .icon:hover {
  color: #fc4147;
}
.header-common .no-click {
  opacity: 0.5;
  cursor: default!important;
}
.header-common .slider .success {
  background-size: 50% !important;
}
.header-common .subjoin-tab-bar {
  height: 40px;
  background: #eee;
  line-height: 40px;
}
.header-common .subjoin-tab-bar .tab-list {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-common .subjoin-tab-bar .tab {
  display: inline-block;
  padding: 0 5px;
}
.header-common .subjoin-tab-bar .tab.active {
  color: #fc4147;
}
.header-common .subjoin-tab-bar .tab + .tab {
  margin-left: 28px;
}
.h-ac-sub {
  height: 40px;
  background: #eee;
  line-height: 40px;
  margin-top: 25px;
  background: transparent;
}
.h-ac-sub .tab-list {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.h-ac-sub .tab {
  display: inline-block;
  padding: 0 5px;
}
.h-ac-sub .tab.active {
  color: #fc4147;
}
.h-ac-sub .tab + .tab {
  margin-left: 28px;
}
.h-ac-sub .tab-list {
  padding-bottom: 10px;
  font-size: 18px;
}
.h-ac-sub .tab-list .tab {
  position: relative;
}
.h-ac-sub .tab-list .tab:hover {
  color: #fc4147;
}
.h-ac-sub .tab-list .tab.active:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fc4147;
}
/**下面是commont.css上搬来的*/
.g_right-fixed {
  z-index: 9999;
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 40px;
  height: 200px;
  box-sizing: border-box;
}
.g_right-fixed * {
  box-sizing: border-box;
}
.g_right-fixed .triangle {
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  right: -4px;
  color: #ddd;
  border-right: solid 1px;
  border-top: solid 1px;
}
.g_right-fixed li {
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  margin-top: -1px;
}
.g_right-fixed li i {
  line-height: 40px;
  font-size: 24px;
  color: #fc4147;
}
.g_right-fixed li > div {
  border: solid 1px #ddd;
  border-radius: 5px;
  top: 0;
  background: #fff;
}
.g_right-fixed li > div img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
}
.g_right-fixed li .goqq {
  padding: 10px 0;
}
.g_right-fixed li:nth-child(1) > div {
  position: absolute;
  padding: 6px;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 230px;
  left: -240px;
  text-align: left;
}
.g_right-fixed li:nth-child(2) > div > div {
  display: inline-block;
}
.g_right-fixed li:nth-child(2) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 334px;
  left: -346px;
  top: 0;
}
.g_right-fixed li:nth-child(2) > div .img3 {
  width: 100px;
  height: 100px;
}
.g_right-fixed li:nth-child(3) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 136px;
  left: -146px;
  top: 0;
}
.g_right-fixed li:nth-child(4) > div {
  position: absolute;
  display: none;
  /* background: url(/static/img/images/right-fixed-bg.png) no-repeat;  */
  width: 136px;
  left: -146px;
  top: 0;
}
.g_right-fixed li i:hover + div {
  display: block;
}
.g_right-fixed li i:hover + div,
.g_right-fixed li a:hover + div {
  display: block;
}
.g_right-fixed .icon-go-call + div span {
  margin: 5px;
  display: block;
}
.g_right-fixed .icon-go-wechat + div,
.g_right-fixed li a + div {
  height: 142px;
  background-position-y: -100px;
  padding-top: 12px;
}
.g_right-fixed .icon-go-qq {
  cursor: pointer;
}
.g_right-fixed .icon-go-qq + div span {
  position: relative;
  top: -4px;
}
.g_right-fixed p {
  color: #333;
  margin-bottom: 0;
}
.g_right-fixed span {
  font-size: 14px;
  color: #666;
}
.g_right-fixed .toggleActivity {
  position: absolute;
  width: 46px;
  height: 46px;
  top: -43px;
  left: -8px;
  cursor: pointer;
  background: url('/img/images/toggleActivity.png') no-repeat;
  margin: 0;
  border: none;
}
.g_right-fixed #go_top {
  position: relative;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  background: #fc4147;
  overflow: hidden;
}
.g_right-fixed #go_top:hover i {
  top: -38px;
}
.g_right-fixed #go_top:hover span {
  top: 0;
}
.g_right-fixed #go_top i {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  font-size: 22px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  color: #fff;
}
.g_right-fixed #go_top i:before {
  font-size: 22px;
}
.g_right-fixed #go_top span {
  color: #fff;
  top: 38px;
  left: 0;
  position: absolute;
  line-height: 19px;
  height: 38px;
  width: 38px;
  -webkit-transition: .1s ease;
  transition: .1s ease;
}
/* 滚动条 */
::-webkit-scrollbar-track-piece {
  background-color: #eee;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
.thirdparty-login li {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.thirdparty-login li a {
  border: solid 1px;
  border-radius: 50%;
  padding: 4px;
}
.thirdparty-login li .icon {
  font-size: 40px;
  color: #666;
}
.thirdparty-login li .icon:hover {
  color: #fc4147;
}
.IDEN-alter-gray,
.IDEN-alter-cg,
.IDEN-alter-sb {
  width: 400px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  position: fixed;
  left: 50%;
  margin-left: -200px;
  top: 20px;
  text-align: center;
  display: none;
  z-index: 9999999999999999999999999999;
}
/* 屏幕小于1500px的时候显示的样式 */
@media screen and (max-width: 1520px) {
  .header-common .main-nav li {
    margin-right: 16px;
    padding: 10px 8px;
  }
}
.com-head-max1500 .header-common .main-nav li {
  margin-right: 16px;
  padding: 10px 8px;
}
/*# sourceMappingURL=common-header.css.map */