@charset "UTF-8";
/*
 * 蓝凌云服务2.0
 * 登录页面样式表单
 * @20150630 xieyj
 */
i {
  font-style: normal;
}

img {
  border: none;
  display: block;
}

body {
  background: #FFFFFF;
  font-family: verdana "microsoft yahei";
}

:-ms-input-placeholder {
  font-family: "Microsoft YaHei" !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: normal;
}

::-moz-placeholder {
  font-size: 14px !important;
  font-weight: normal;
}

input[type='text']:-webkit-autofill,
input[type='password']:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/*
 * 表单 用户名密码
 */
.iser-login-body {
	background-color:white;
  width: 290px;
  height:300px;
  margin-left: 65%;
  margin-top:5%;
 padding:20px;
 border-radius: 8px;
}
.iser-login-body .figure {
	
  margin: 70px 0 20px 0;
}
.iser-login-body .figure img {
  height: 64px;
  width: 64px;
  margin: 0 auto;
  
}

.gui-login-form {
  position: relative;
  height: 95px;
}
.gui-login-form li {
  height: 46px;
  list-style: none;
}
.gui-login-form li.login_input {
  border: 1px solid #B6C1CB;
  background: #fff;
  position: relative;
}
.gui-login-form li.login_input input {
  border: 0px;
  border-radius: 6px;
  height: 20px;
  width: 268px;
  padding: 12px 10px;
  background: transparent;
  color: #33485D;
  font-size: 16px;
  font-weight: bold;
  font-family: "microsoft yahei" , verdana;
}
.gui-login-form li.login_input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 92px white inset;
  color: #33485D !important;
}
.gui-login-form li.noline {
  border-top: 0px;
}
.gui-login-form li.username {
  border-radius: 6px 6px 0 0;
  border-bottom: 0px;
}
.gui-login-form li.password {
  border-radius: 0 0 6px 6px;
}
.gui-login-form li.selected {
  border: 1px solid #8093A2;
  box-shadow: 0px 0px 2px #BAC1C9;
}

/*
 * 全局提示
 */
.gui-login-info {
  height: 40px;
  position: relative;
}
.gui-login-info i.login_hint {
  background: none;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
}

/*
 * 注册
 */
.iser-join-body {
  width: 290px;
  position: relative;
  margin: 0 auto;
}
.iser-join-body .iser-login-slogan {
  height: 60px;
}

/*
 * 申请加入表单
 */
.iser-join-form {
  width: 290px;
  margin: 20px auto;
  padding: 0 0 24px 0;
}
.iser-join-form dl {
  height: 51px;
}
.iser-join-form dl dt {
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  position: relative;
  float: left;
  width: 80px;
}
.iser-join-form dl dt span {
  color: #595959;
}
.iser-join-form dl dd {
  float: left;
  width: 208px;
  height: 36px;
  position: relative;
}
.iser-join-form dl dd i {
  position: absolute;
  left: 0px;
  bottom: -18px;
  font-size: 12px;
  background: none;
  height: 20px;
  line-height: 20px;
}
.iser-join-form dl dd input {
  border-radius: 4px;
  border: 1px solid #B6C1CB;
  width: 188px;
  line-height: 34px;
  height: 34px;
  padding: 0 10px;
  background: #fff;
  color: #33485D;
  font-size: 14px;
  font-weight: bold;
  font-family: verdana;
}
.iser-join-form dl dd input:focus {
  border: 1px solid #8093A2;
  box-shadow: 0 0 3px 0 #BAC1C9;
}
.iser-join-form dl dd .getcode_btn {
  position: absolute;
  top: 7px;
  right: 4px;
  height: 22px;
  width: auto;
  border-radius: 11px;
  background: #f4f4f4;
  border: 1px solid #b4b4b4;
}
.iser-join-form dl dd .getcode_btn:hover {
  background: #dadada;
  border: 1px solid #9b9b9b;
}
.iser-join-form dl dd .getcode_btn input[type=button] {
  font-size: 12px;
  font-weight: normal;
  border-radius: initial;
  width: auto;
  height: 22px;
  line-height: 22px;
  border: 0px;
  cursor: pointer;
  font-family: "microsoft yahei";
  box-shadow: none;
  background: none;
}
.iser-join-form dl dd .getcode_btn input[type=button].btnDisabled {
  color: #8C8C8C;
}
.iser-join-form dl dd .getcode_btn input[type=button].btnDisabled:hover {
  background: #f4f4f4;
}

/*
 * 提交成功
 */
.iser-join-success {
  text-align: center;
  display: none;
}
.iser-join-success figure {
  padding-top: 30px;
}
.iser-join-success figure figcaption {
  font-size: 30px;
  font-weight: 100;
  line-height: 60px;
}
.iser-join-success figure img {
  margin: 0 auto;
}
.iser-join-success figure.join-success-action {
  -webkit-animation: joinSuccesAction 1 0.3s ease-in-out;
  -moz-animation: joinSuccesAction 1 0.3s ease-in-out;
  -ms-animation: joinSuccesAction 1 0.3s ease-in-out;
  -o-animation: joinSuccesAction 1 0.3s ease-in-out;
  animation: joinSuccesAction 1 0.3s ease-in-out;
}
@-webkit-keyframes joinSuccesAction {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  90% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes joinSuccesAction {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  90% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.iser-join-success p {
  font-size: 18px;
  color: #8C8C8C;
}
.iser-join-success p span {
  padding: 0 5px;
  font-size: 16px;
}

/*
 * 表单 用户名密码
 */
.iser-forget-hint {
  position: absolute;
  text-align: center;
  right: -250px;
  top: 60px;
  width: 200px;
  border: 1px dashed #FF6600;
  background: #fff9f5;
  border-radius: 4px;
  padding: 20px 0;
  line-height: 22px;
  font-size: 12px;
}
.iser-forget-hint span {
  display: inline-block;
  padding: 15px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #FF6600;
}

/*
 * 主logo
 */
.iser-login-logo {
  position: absolute;
  left: 120px;
  top: 40px;
  min-width: 100px;
  height: 20px;
}
.iser-login-logo img {
  width: 380px;
  height:65px;
  float: left;
}
.iser-login-logo span {
  color: #a6a6a6;
  border-left: 1px solid #d9d9d9;
  padding-left: 10px;
  margin-left: 10px;
}

/*
 * 顶部导航
 */
.iser-login-topbar {
  position: absolute;
  right: 25px;
  top: 25px;
}
.iser-login-topbar a {
  display: block;
  float: left;
  font-size: 14px;
  color: #33485D;
  border-radius: 12px;
  padding: 0 10px;
  margin: 0 0 0 10px;
  height: 24px;
}
.iser-login-topbar a:hover {
  color: #212e3c;
  cursor: pointer;
  background: #E7E7E7;
}
.iser-login-topbar a img {
  display: block;
  float: left;
  margin: 5px 3px 0 0;
}
.iser-login-topbar a i {
  display: block;
  float: left;
  line-height: 24px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    .iser-login-topbar a i { line-height: 24px; }
} */
/*
 * 内容主体
 */
#view_login, #view_join, #view_forget {
 	position: absolute;
 	top:135px;
  background-image:url("/iser/dist/images/hjbanner.png");
  background-size:100%;
  height:500px;
  width:100%;
}

/*
 * SLOGAN
 */
.iser-login-slogan {
  height: 100px;
  line-height: 100px;
  font-size: 22px;
  color: #33485D;
  text-align: center;
}

/*
 * 提示信息
 */
.login_hint {
  position: absolute;
  bottom: 12px;
  left: 0px;
  background: #fff;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  margin: 0 5px;
  padding: 0 5px;
  color: #DE4138;
  display: none;
}

/**
 * 按钮样式
 */
.gui-login-submit {
  height: 38px;
  border-radius: 3px;
  background: #16a5e9;
  box-shadow: 0 2px 0 0 #16a5e9;
  transition: background 200ms ease-out;
  margin-bottom: 15px;
}
.gui-login-submit input {
  border: none;
  height: 38px;
  line-height: 36px;
  background: transparent;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  
}
.gui-login-submit:hover {
  background: #2884d7;
}

.buttom-gray {
  background: #ededed;
  box-shadow: 0 -4px 0 0 #c7c7c7 inset;
}
.buttom-gray input {
  color: #3F7ECF;
}
.buttom-gray:hover {
  background: #c7c7c7;
}
.buttom-gray:hover input {
  color: #224e86;
}

.buttom-plain {
  background: none;
  box-shadow: 0 1px 0 0 #b9d0ee;
  border: 1px solid #b9d0ee;
}
.buttom-plain input {
  color: #3F7ECF;
}
.buttom-plain:hover {
  background: none;
}
.buttom-plain:hover input {
  color: #224e86;
}

.bps {
  border: none;
  height: 26px;
  box-shadow: none;
 
}
.bps input {
  height: 22px;
  line-height: 22px;
  text-align: right;
  font-size:12px;
}
.bps:hover {
  background: none;
}

.login_hint_action {
  -webkit-animation: dungAction 1 0.3s ease-in-out;
  -moz-animation: dungAction 1 0.3s ease-in-out;
  -ms-animation: dungAction 1 0.3s ease-in-out;
  -o-animation: dungAction 1 0.3s ease-in-out;
  animation: dungAction 1 0.3s ease-in-out;
}
@-webkit-keyframes dungAction {
  0% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  40% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-0px);
    -moz-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    -o-transform: translateX(-0px);
    transform: translateX(-0px);
  }
}
@keyframes dungAction {
  0% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
  20% {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  40% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(-0px);
    -moz-transform: translateX(-0px);
    -ms-transform: translateX(-0px);
    -o-transform: translateX(-0px);
    transform: translateX(-0px);
  }
}
/*
 * 页脚
 */
.iser-login-footer {
  text-align: center;
  height: 56px;
  position: fixed;
  bottom: 30px;
  width: 100%;
}
.iser-login-footer p {
  height: 24px;
  color: #a6a6a6;
}
.iser-login-footer p span {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  display: inline-block;
  padding: 0 10px 0 7px;
  border-right: 1px solid #C1C1C1;
}
.iser-login-footer p span:last-child {
  border-right: 0px;
}
.iser-login-footer p a {
  cursor: pointer;
  color: #a6a6a6;
  font-size: 12px;
}
.iser-login-footer p a:hover {
  color: #000;
}

/*
 * 弹出层
 */
.gui-popup-shade {
  -webkit-animation: popupShadeShowAction 0.3s ease-in-out forwards;
  -moz-animation: popupShadeShowAction 0.3s ease-in-out forwards;
  -ms-animation: popupShadeShowAction 0.3s ease-in-out forwards;
  -o-animation: popupShadeShowAction 0.3s ease-in-out forwards;
  animation: popupShadeShowAction 0.3s ease-in-out forwards;
  background: #000;
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes popupShadeShowAction {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
}
@keyframes popupShadeShowAction {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
}
.gui-popup-shade-hide {
  -webkit-animation: popupShadeHideAction 400ms ease-in-out forwards;
  -moz-animation: popupShadeHideAction 400ms ease-in-out forwards;
  -ms-animation: popupShadeHideAction 400ms ease-in-out forwards;
  -o-animation: popupShadeHideAction 400ms ease-in-out forwards;
  animation: popupShadeHideAction 400ms ease-in-out forwards;
}
@-webkit-keyframes popupShadeHideAction {
  0% {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
@keyframes popupShadeHideAction {
  0% {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
.gui-popup-body {
  -webkit-animation: popupShowAction 0.6s ease-in-out forwards;
  -moz-animation: popupShowAction 0.6s ease-in-out forwards;
  -ms-animation: popupShowAction 0.6s ease-in-out forwards;
  -o-animation: popupShowAction 0.6s ease-in-out forwards;
  animation: popupShowAction 0.6s ease-in-out forwards;
  position: absolute;
  z-index: 9999999;
  background: #fff;
}
@-webkit-keyframes popupShowAction {
  0% {
    -webkit-transform: scale(0, 0);
    -webkit-opacity: 0;
    -moz-transform: scale(0, 0);
    -moz-opacity: 0;
    -ms-transform: scale(0, 0);
    -ms-opacity: 0;
    -o-transform: scale(0, 0);
    -o-opacity: 0;
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.002, 1.002);
    -webkit-opacity: 1.002;
    -moz-transform: scale(1.002, 1.002);
    -moz-opacity: 1.002;
    -ms-transform: scale(1.002, 1.002);
    -ms-opacity: 1.002;
    -o-transform: scale(1.002, 1.002);
    -o-opacity: 1.002;
    transform: scale(1.002, 1.002);
    opacity: 1.002;
  }
  70% {
    -webkit-transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -ms-transform: scale(0.96, 0.96);
    -o-transform: scale(0.96, 0.96);
    transform: scale(0.96, 0.96);
  }
  90% {
    -webkit-transform: scale(1.001, 1.001);
    -moz-transform: scale(1.001, 1.001);
    -ms-transform: scale(1.001, 1.001);
    -o-transform: scale(1.001, 1.001);
    transform: scale(1.001, 1.001);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes popupShowAction {
  0% {
    -webkit-transform: scale(0, 0);
    -webkit-opacity: 0;
    -moz-transform: scale(0, 0);
    -moz-opacity: 0;
    -ms-transform: scale(0, 0);
    -ms-opacity: 0;
    -o-transform: scale(0, 0);
    -o-opacity: 0;
    transform: scale(0, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.002, 1.002);
    -webkit-opacity: 1.002;
    -moz-transform: scale(1.002, 1.002);
    -moz-opacity: 1.002;
    -ms-transform: scale(1.002, 1.002);
    -ms-opacity: 1.002;
    -o-transform: scale(1.002, 1.002);
    -o-opacity: 1.002;
    transform: scale(1.002, 1.002);
    opacity: 1.002;
  }
  70% {
    -webkit-transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -ms-transform: scale(0.96, 0.96);
    -o-transform: scale(0.96, 0.96);
    transform: scale(0.96, 0.96);
  }
  90% {
    -webkit-transform: scale(1.001, 1.001);
    -moz-transform: scale(1.001, 1.001);
    -ms-transform: scale(1.001, 1.001);
    -o-transform: scale(1.001, 1.001);
    transform: scale(1.001, 1.001);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.gui-popup-body-hide {
  -webkit-animation: popupHideAction 600ms ease-in-out forwards;
  -moz-animation: popupHideAction 600ms ease-in-out forwards;
  -ms-animation: popupHideAction 600ms ease-in-out forwards;
  -o-animation: popupHideAction 600ms ease-in-out forwards;
  animation: popupHideAction 600ms ease-in-out forwards;
}
@-webkit-keyframes popupHideAction {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-transform: scale(1, 1);
    -moz-opacity: 1;
    -ms-transform: scale(1, 1);
    -ms-opacity: 1;
    -o-transform: scale(1, 1);
    -o-opacity: 1;
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    -webkit-opacity: 0;
    -moz-transform: scale(0, 0);
    -moz-opacity: 0;
    -ms-transform: scale(0, 0);
    -ms-opacity: 0;
    -o-transform: scale(0, 0);
    -o-opacity: 0;
    transform: scale(0, 0);
    opacity: 0;
  }
}
@keyframes popupHideAction {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-transform: scale(1, 1);
    -moz-opacity: 1;
    -ms-transform: scale(1, 1);
    -ms-opacity: 1;
    -o-transform: scale(1, 1);
    -o-opacity: 1;
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    -webkit-opacity: 0;
    -moz-transform: scale(0, 0);
    -moz-opacity: 0;
    -ms-transform: scale(0, 0);
    -ms-opacity: 0;
    -o-transform: scale(0, 0);
    -o-opacity: 0;
    transform: scale(0, 0);
    opacity: 0;
  }
}
.gui-popup-body .gui-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: -30px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 100;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 28px;
  background: #333333;
}
.gui-popup-body .gui-popup-close i {
  color: #8C8C8C;
  display: block;
  width: 30px;
  text-align: center;
}
.gui-popup-body .gui-popup-close:hover i {
  color: #fff;
}

/*
 * 二维码
 */
.iser-qrcode {
  display: none;
  background: #fff;
  position: absolute;
  right: 35px;
  top: 65px;
  width: 258px;
  border: 1px solid #E2E2E2;
}
.iser-qrcode img {
  margin: 0 auto;
  width: 258px;
}
.iser-qrcode h1 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  height: 40px;
  padding: 0px;
  margin: 0px;
}
.iser-qrcode p {
  font-size: 14px;
  text-align: center;
  color: #9E9E9E;
  height: 60px;
}

/*关于服务平台*/
.iser-about {
  display: none;
  width: 430px;
  height: 440px;
}
.iser-about h1 {
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-weight: normal;
  font-size: 22px;
}
.iser-about p {
  font-size: 16px;
  margin: 0 20px;
  line-height: 30px;
  text-indent: 32px;
}
