.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mt0 {
  margin-top: 0;
}
.dialogWrap {
  height: 625px;
  background: url(../images/loginBg.jpg) no-repeat center;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.dialog_box {
  display: none;
  position: absolute;
  top: 78px;
  right: 0;
  width: 508px;
  height: 0;
  background-color: #fff;
  padding: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog_box.show {
  display: block;
  height: 487px;
}
.dialog_title {
  line-height: 70px;
  font-size: 32px;
  text-align: center;
}
.dialog_input_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 455px;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  text-align: center;
  color: #5d5e5d;
  background-color: #fff;
  border: solid 1px #d2d2d2;
  margin-bottom: 30px;
}
.dialog_input_box.dialog-error {
  border: solid 1px red;
}
.dialog_input_box.dialog-error .dialog_error_tips {
  font-size: 14px;
}
.dialog_input_box.dialog-error .dialog_error_tips {
  font-size: 14px;
}
.dialog_input_box.focus {
  border: solid 1px #599bf8;
}
.dialog_input_box .iconBg {
  float: left;
  width: 79px;
  height: 68px;
  background-color: #eee;
}
.dialog_input_box .icon {
  display: inline-block;
  margin: 15px auto 0;
}
.dialog_input_box .dialog_input_tips {
  float: left;
  margin-left: 15px;
}
.dialog_input_box .dialog_input_tips.getcode {
  cursor: pointer;
}
.dialog_input_box .dialog_input_tips.getcode:hover {
  color: #599bf8;
}
.dialog_input_box .dialog_input {
  float: left;
  color: #5d5e5d;
  width: 315px;
  background: #fff;
  width: 230px;
  display: inline-block;
  padding-left: 20px;
}
.dialog_input_box .dialog_error_tips {
  font-size: 0;
  color: red;
  text-align: left;
  position: absolute;
  bottom: -17px;
  line-height: 1px;
  display: block;
  width: 100%;
  left: 0;
}
.dialog_footer_left {
  float: left;
}
.dialog_footer_right {
  float: right;
}
.dialog_input_btn {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  width: 457px;
  height: 64px;
  line-height: 64px;
  background-color: #599bf8;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: auto;
}
.dialog_input_btn:hover {
  opacity: 0.8;
}
.dialog_other_item {
  font-size: 18px;
  margin-top: 23px;
  display: block;
  cursor: pointer;
  color: #050505;
}
.dialog_other_item:hover {
  color: #5d5e5d;
}
.dialog_footer_tips {
  font-size: 18px;
  color: #7a7a7a;
  text-align: center;
  cursor: default;
}
.dialog_input::-webkit-input-placeholder {
  color: #5d5e5d;
}
.dialog_input::-moz-placeholder {
  color: #5d5e5d;
}
.dialog_input:-ms-input-placeholder {
  color: #5d5e5d;
}
.dialog_input_tips.getcode.disabled {
  color: #a8a8a8;
  cursor: default;
}
.dialog_input_tips.getcode.disabled:hover {
  color: #a8a8a8;
}
.dialog_close {
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(../images/img/dialog_close.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
}
.dialog_back {
  width: 10px;
  height: 10px;
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0px;
  cursor: pointer;
}
.dialog_back:hover {
  border-color: #599bf8;
}
.dialog_smile {
  width: 64px;
  height: 64px;
  display: block;
  background: url(../images/img/smile.png) no-repeat;
  margin: 30px auto;
}
.dialog_pss_notice {
  font-size: 16px;
  margin: 0 0 50px;
  text-align: center;
}
.dialog_pss_tips {
  color: #999;
  line-height: 26px;
  font-size: 14px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dialog_input_tips.pwd-icon {
  width: 24px;
  height: 12px;
  display: inline-block;
  background: url(../images/img/pwd.png) no-repeat;
  background-position: -27px 0;
  cursor: pointer;
  margin-left: 80px;
}
.dialog_input_tips.pwd-icon.open {
  width: 24px;
  height: 12px;
  background: url(../images/img/pwd.png) no-repeat;
  background-position: -50px 0;
}
@media screen and (max-width: 1366px) {
  .dialog_box {
    top: 57px;
    padding: 20px;
  }
  .dialog_box.show {
    height: 470px;
  }
  .dialog_input_box {
    margin: 0 auto 30px;
  }
}
/*# sourceMappingURL=map/login.css.map */
