@charset "utf-8";
/**
* @FileName: variable.less
* @Description: ixietong前台网站统一变量管理，可进行统一变色
* @author mingminghe@ebnew.com
* @date 2018/4/17 13:45
* @version V1.0
*/
body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.mg-t44 {
  margin-top: 44px;
}
.height-px40 {
  line-height: 40px;
  height: 40px;
}
/* 公共头 */
/* 登录条 */
.eip-header-register {
  line-height: 40px;
  height: 40px;
  /*border-bottom: 1px solid #ececec;*/
}
.eip-header-register .register-tel .reg-tel {
  float: left;
  margin-left: 20px;
}
.eip-header-register span {
  font-size: 12px;
  color: #666;
}
.eip-header-register a {
  font-size: 12px;
  /*color: #444;*/
}
.eip-header-register a:hover {
  text-decoration: none;
  color: #2e77ff;
}
/* login条-登录-strat */
.eip-header-register .msg-bg {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 18px;
}
.eip-header-register .register-login span.msg-icon {
  float: right;
  margin-top: 10px;
}
.eip-header-register .register-login .login span {
  margin-left: 0;
}
/* login条-登录-end */
.pd-t3-ie {
  padding-top: 3px \0;
}
/* -------- search条 客服电话 start  -------------- */
.eip-header-search .service-call {
  color: #9a9a9a;
}
/* -------- search条 客服电话 end  -------------- */
/* nav条-导航条-strat */
.eip-header-nav {
  line-height: 46px;
  width: 100%;
  height: 46px;
  background: #2a487e;
}
.eip-header-nav ul.header-nav-l {
  width: 855px;
  /*border-right: 1px solid #0049d3;*/
}
.eip-header-nav ul li {
  line-height: 46px;
  float: left;
  height: 46px;
  text-align: center;
}
.eip-header-nav ul.header-nav-l li {
  width: 140px;
}
.eip-header-nav ul li a {
  font-size: 16px;
  display: block;
  color: #fff;
}
.eip-header-nav ul.header-nav-r {
  width: 345px;
  border-left: 1px solid #377bfc;
}
.eip-header-nav ul.header-nav-r li {
  padding-right: 15px;
  padding-left: 15px;
}
.eip-header-nav ul.header-nav-r li a {
  font-size: 14px;
}
.eip-header-nav ul li.active {
  background: #004ee2;
}
.eip-header-nav .reg-nav {
  position: relative;
}
.eip-header-nav ul li .nav-content {
  position: absolute;
  z-index: 111;
  top: 45px;
  display: none;
  width: 110px;
  border: 1px solid #1045a9;
  background: #fff;
}
.eip-header-nav .reg-nav .nav-content li {
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  text-align: left;
}
.eip-header-nav .reg-nav .nav-content li a {
  font-size: 14px;
  font-weight: normal;
  color: #444;
}
.eip-header-nav .reg-nav .nav-content li a:hover {
  color: #1a66f3;
}
.eip-header-nav ul li.active .nav-content {
  display: block;
  border: 1px solid #1045a9;
}
/* nav条-导航条-end */
.layout__page-title {
  background-color: #f5f5f5;
  height: 88px;
  border-top: 1px #ececec solid;
  padding: 20px 0;
}
.layout__page-title a {
  color: #4d90ff;
}
.layout__page-title .page--logo {
  margin-left: 5px;
}
.layout__page-title .page--logo:after {
  content: '';
  background-color: #d1d1d1;
  width: 1px;
  height: 50px;
}
.layout__page-title .page--header-label {
  position: relative;
  color: #444444;
  font-size: 24px;
}
.layout__page-title .page--header-label:before {
  position: relative;
  content: '';
  width: 1px;
  height: 49px;
  background-color: #d1d1d1;
  margin: -5px 20px 0;
  float: left;
}
.layout__page-title .page--header-login {
  color: #999;
  font-size: 12px;
  height: 49px;
  line-height: 49px;
}
