html,
body {
  width: 100%;
  margin: 0;
  font-family: Noto Sans, "Hiragino Sans GB", Tahoma, Verdana, sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

.pubTips {
  padding: 5px 30px;
  color: #689800;
  font-size: 12px;
  border: 1px solid #afd759;
  box-shadow: 0 0 5px rgba(130, 190, 0, .35);
  border-radius: 2px;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -100px;
}

.pubTips .tips-close {
  background: url("../images/spr_icons.png") #faffef no-repeat;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  background-position: -48px 0;
}

.pubTips i {
  background: url("../images/spr_icons.png") #faffef no-repeat;
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
}

.ui-tips-error {
  background-color: #fff5f5;
  color: #dd4e4e;
  box-shadow: 0 0 5px rgba(225, 86, 86, .35);
  border-color: #eba0a0;
}

.ui-tips-error i {
  background-position: -16px 0 !important;
}

.ui-tips-warning {
  color: #eba434;
  background-color: #fffef3;
  border-color: #f5d193;
  box-shadow: 0 0 5px rgba(248, 171, 58, .35);
}

.ui-tips-warning i {
  background-position: -32px 0 !important;
}

.loginBg {
  background: url("../images/loginBg.jpg") repeat;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.loginHead {
  background: #444d58;
  height: 60px;
  line-height: 60px;
}

.loginHead p {
  font-size: 16px;
  color: #bed1d3;
  opacity: 0.9;
  text-align: center;
}

.loginHead a {
  font-size: 18px;
  color: #3ed6ea;
  margin-left: 20px;
}

.loginMain {
  width: 430px;
  margin: 0 auto;
  padding-top: 88px;
}

.loginLogo {
  text-align: center;
  height: 75px;
  margin: 0 auto;
}

.loginMainTable {
  margin-top: 32px;
}

.loginMainHead {
  width: 410px;
  height: 50px;
  background: #60c7d0;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
}

.loginMainCon {
  width: 388px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  margin-top: 14px;
  background: #fff;
  padding: 14px 20px 14px 20px;
}

.form-row {
  position: relative;
}

.form-item {
  position: relative;
}

.form-label {
  color: #333;
  font-size: 16px;
  padding: 9px 0;
  letter-spacing: 1px;
}

.form-text,
.form-password,
.error {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  font-size: 14px;
}

.form-text input,
.form-password input,
.error p {
  width: 100%;
  border: none;
  outline: none;
  border: 0;
  padding: 8px 20px 8px 36px;
  width: 330px;
}

.form-verifiCode {
  font-size: 14px;
}

.form-verifiCode input {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  padding: 0 5px;
  width: 165px;
  line-height: 32px;
}

.form-verifiCode img {
  height: 34px;
  vertical-align: top;
}

.form-verifiCode a {
  color: #60c7d0;
  text-decoration: none;
}

.form-verifiCode a:hover {
  text-decoration: underline;
}

.error p {
  margin: 0;
}

.form-row.login {
  margin-top: 30px;
  overflow: hidden;
}

.form-row.login > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.rememberMe input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.loginButton {
  float: right;
  background: #60c7d0;
  border-radius: 3px;
  color: #fff;
  width: 74px;
  height: 30px;
  border: none;
}

.loginButton:hover {
  background: #0bafbd;
}

.loginFoot {
  width: 430px;
  margin: 70px auto 0;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.loginFoot p {
  line-height: 26px;
}

.loginFoot a {
  color: #60c7d0;
}

.loginFoot a:hover {
  text-decoration: underline;
}

.form-row .iconfont {
  position: absolute;
  left: 8px;
  font-size: 23px;
  top: 3px;
  color: #999999;
}

.form-row .iconfont.warm {
  top: 6px;
}

.error {
  border: 1px solid #f9bfc1;
  background-color: #fbd9d9;
  display: none;
}

.error .iconfont {
  color: #e7141a;
}

.layer {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#changePwd {
  position: absolute;
  width: 356px;
  height: 256px;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -178px;
  margin-top: -128px;
  background-color: #fff;
  box-shadow: 0 0 10px #999;
}

.layerHead {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #60c7d0;
  padding: 0 80px 0 15px;
}

.layerContent {
  padding: 20px;
}

#prompting {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}

#prompting img {
  height: 15px;
  margin-right: 10px;
}

.pwdTxt {
  padding: 10px 0;
  position: relative;
  font-size: 12px;
}

.pwdTxt label {
  text-align: right;
  width: 76px;
  display: inline-block;
}

.pwdTxt input {
  width: 210px;
  height: 25px;
  line-height: 25px;
  padding: 0 14px 0 4px;
  border-radius: 2px;
  border: 1px solid #c4c4c4;
  font-size: 12px;
}

.pwdTxt img {
  position: absolute;
  right: 14px;
  top: 19px;
  cursor: pointer;
  width: 17px;
}

.blue {
  color: #60c7d0;
}

.btnArea {
  text-align: right;
  margin-top: 20px;
}

.btnArea input {
  width: 54px;
  height: 26px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.btnArea #confirm {
  background-color: #60c7d0;
  border: 1px solid #60c7d0;
  margin-right: 5px;
}

.btnArea #cancel {
  background-color: #ed3b3b;
  border: 1px solid #ed3b3b;
}

.btnArea input:hover {
  opacity: .9;
}

.changePwdMsg {
  color: #f04134;
  font-size: 12px;
  display: none;
}

#checkIE {
  text-align: center;
  background-color: #ffe1a8;
  line-height: 32px;
  font-size: 14px;
}

#checkIE a {
  color: red;
  font-size: 16px;
  margin-left: 10px;
}