.Top {
  position: relative;
  z-index: 9;
  height: 86px !important;
}
#content {
  clear: both;
  color: #666;
  margin-top: -20px;
}
#content .xgklogin-wrap {
  margin-top: 0;
}
.xgklogin-wrap {
  position: relative;
  height: 772px;
  z-index: 5;
}
.xgklogin-wrap .xgklogin-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 772px;
}
.xgklogin-wrap .xgklogin-banner #banner-bg {
  width: 100%;
  height: 842px;
  background: url(/Public/Front/style/images/login-bg2.png) top center no-repeat;
  margin-top: -70px;
}
.xgklogin-inner {
  width: 1200px;
  margin: 0px auto;
  padding-top: 170px;
  height: 673px;
}
.xgklogin-inner .xgklogin-form {
  width: 420px;
  height: auto;
  float: right;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px -2px rgba(53, 53, 53, .5);
  box-shadow: 0px 6px 68px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.xgklogin-inner .xgklogin-block,
.xgklogin-inner .zhw-qrcode-login {
  padding: 32px 40px;
  height: auto;
}
.icon-sprite {
	position: relative;
}
.icon-sprite::after {
  content: '';
  position: absolute;
  vertical-align: middle;
  background-image: url(/Public/Front/style/images/login-sprite.png);
  background-repeat: no-repeat;
}

/* 头部 */
.l-r-title {
  height: 24px;
}

.l-r-title .l-r-txt {
  line-height: 1;
  float: left;
}
.l-r-title .l-r-txt span,
.l-r-title .l-r-txt span a {
  display: inline-block;
  color: #888;
  font-size: 18px;
  cursor: pointer;
  transition: color .3s;
}
.l-r-title .l-r-txt span:hover,
.l-r-title .l-r-txt span:hover a {
  color: #222;
}
.l-r-title .l-r-txt span.cur {
  color: #222;
}
.l-r-title .l-r-txt em.sep-long {
  display: inline-block;
  height: 15px;
  border-left: 1px solid #c0c0c0;
  margin: 0 28px;
}

/* 二维码登录 */

.xgklogin-box {
  margin-top: 15px;
}

/* 输入框 */

.input-item {
  width: 338px;
  height: 42px;
  border: 1px solid #E8E8E8;
  margin-bottom: 16px;
  position: relative;
}

.input-item input {
  border: 0;
  outline: none;
  width: 258px;
  height: 42px;
  padding: 0 40px;
}

.input-item.item-fore1 .clear-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  line-height: 13px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #787878;
  cursor: pointer;
  font-size: 13px;
}

/* label 图标 */

.input-item label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 42px;
}
.xgklogin-account-icon.icon-sprite::after {
  top: 14px;
  left: 14px;
  width: 11px;
  height: 14px;
  text-align: center;
  background-position: -15px -13px;
  transition: all .3s;
}
.input-focus .xgklogin-account-icon.icon-sprite::after {
  background-position: -33px -13px;
}

.xgklogin-pwd-icon.icon-sprite::after,
.reg-pwd-icon.icon-sprite::after {
  top: 14px;
  left: 14px;
  width: 13px;
  height: 14px;
  text-align: center;
  background-position: -54px -14px;
  transition: all .3s;
}
.input-focus .xgklogin-pwd-icon.icon-sprite::after,
.input-focus .reg-pwd-icon.icon-sprite::after {
  background-position: -72px -14px;
}

.xgklogin-verify-icon.icon-sprite::after,
.reg-verify-icon.icon-sprite::after {
  top: 17px;
  left: 14px;
  width: 15px;
  height: 10px;
  text-align: center;
  background-position: -141px -17px;
  transition: all .3s;
}
.input-focus .xgklogin-verify-icon.icon-sprite::after,
.input-focus .reg-verify-icon.icon-sprite::after {
  background-position: -164px -17px;
}


.item-fore4 {
  margin-top: -10px;
  height: 10px;
  color: #888;
}






.item-fore4 .xgklogin-forget-pw-safe a {
  color: #888;
  font-size: 12px;
  transition: color .3s;
}
.item-fore4 .xgklogin-forget-pw-safe a:hover {
  color: #fc3737;
}


/* 登录按钮 */
.form .item-fore5 {
  margin: 0 auto;
  height: 44px;
  position: relative;
  text-align: center;
  margin-top: 38px
}
.form .item-fore5 .btn-img {
  display: block;
  width: 340px;
  background: #fc3737;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  border-radius: 4px;
  transition: all .3s;
  cursor: pointer;
}
.form .item-fore5 .btn-img:hover {
  box-shadow:0px 3px 20px 0px rgba(252, 55, 55, 0.68);
}

/* 第三方登录 */
.xgklogin-coagent {
  margin-top: -2px;
  margin-bottom: 32px;
  text-align: center;
}

.xgklogin-coagent .coagent-title {
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #888;
	margin-bottom: 10px;
}
.coagent-title::after,
.coagent-title::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 40px;
  width: 70px;
  height: 1px;
  background: #d8d8d8;
}
.coagent-title::before {
  left: auto;
  right: 40px;
}
.coagent-list .coagent-item {
  display: inline-block;
  margin: 15px;
  margin-top: 8px;
  margin-bottom: 0;
  cursor: pointer;
}

.coagent-list .coagent-item .icon-sprite {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 auto;
}
.coagent-list .coagent-item .icon-sprite::after,
.coagent-list .coagent-item .wx-icon.icon-sprite::after {
  width: 41px;
  height: 41px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-position: -66px -40px;
}

.coagent-list .coagent-item .wx-icon.icon-sprite::after {
  background-position: -117px -40px;
}


.coagent-list .coagent-item:hover .icon-sprite::after,
.coagent-list .coagent-item:hover .wx-icon.icon-sprite::after {
  height: 48px;
  background-position: -168px -40px;
}

.coagent-list .coagent-item:hover .wx-icon.icon-sprite::after {
  background-position: -219px -40px;
}

.coagent-list .coagent-item span {
  display: block;
  color: #888;
	font-size: 12px;
  margin-top: 10px;
}



.Top{width:100%;height:80px;background:#fff; }
.Top .publicCenter{width:1180px;height:50px;margin:0px auto;padding:15px 10px;background:#fff; }
.publicCenter .publicLogo{width:130px;display:inline-block;float:left;}
.publicCenter .publicLogo img{width:100%;}
.publicCenter .publicLogoY{width:280px;padding:0 5px;margin-top:20px;float:left;height:30px;line-height:30px;text-align:left;font-size:14px;color:#666;}
.publicCenter .publicNav{width:50%;float:right;margin-top:20px;height:30px;}
.publicNav .publicNavTxt{display:inline-block;float:right;height:30px;}
.publicNav .publicNavTxt a{display:inline-block;height:30px;line-height:30px;padding:0 15px;color:#666;font-size:14px;}
.bc{margin-left:auto;margin-right:auto;}   /*块状元素集中对齐 block center*/
.fl{float:left;display:inline;}  /* 可修复IE6中双倍边距bug */
.fr{float:right;display:inline;}

.clearfix:after{
	content:'';
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clearfix{    /*IE低版本浏览器*/
	zoom:1;
}
a{
	/* text-decoration: none; */
}
.clear{
	clear: both;
}