.header {
  width: 100%;  
  height: 100px;
    
  background-color: #0049b5;
  position: relative;
  top: 0;
  z-index: 1;
}
.header h1 {
/*  margin-top: 36px;*/
    margin-top: 0px;
    padding-top: 35px;
    /*padding-left: 50px;*/
}
.content {
  /*background: #029DB7 url(../images/bg_img.png) no-repeat;*/
  background-size: 100% 100%;
  overflow-x: hidden;
  overflow-y: hidden;
/*  min-height: 747px;*/
  height: 100%;
  margin: 0;
  padding: 0;
/*  position: relative;*/
  top: 100px;
  z-index: 0;
  
    background-color: #efefef;
    margin: auto;
    width: 1200px;
}

.content .content-title{
    height: 90px;
    background-color: #2594ea;
    line-height: 90px;
}

.content .content-title .content-title-icon{
    height: 32px;
    width: 32px;
    margin-left: 26px;
    margin-right: 4px;
    margin-top: -15px;
}

.content .content-title span{
    font-family: SimHei;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 0.1em 0em #0049b5;
}

.content .content-title .content-title-img{
    float:right;
    margin-right: 10px;
    margin-top: 4px;
}

.content .login-left {
  margin-top: 7%;
  padding-right: 10%;
  min-height: 474px;
}
.content .login-left .img-center {
  display: block;
  margin: 0 auto;
}
.content .login-form {
  min-height: 435px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 8%;
  padding: 60px 50px 0 50px;
  position: relative;
}
.content .login-form .form-line {
  max-width: 642px;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  border-radius: 5px;
}
.content .login-form .form-line .login-img-move {
  margin-top: 10px;
}
.content .login-form .form-line input {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
  height: 60px;
  color: #fff;
  font-size: 22px;
  padding-left: 20px;
  margin-left: 20px;
}
.content .login-form .form-line input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
.content .login-form .form-line input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 0.8;
}
.content .login-form .form-line input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 0.8;
}
.content .login-form .form-line input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.8;
}
.content .login-form .form-no-line {
  max-width: 642px;
  width: 100%;
  height: 62px;
}
.content .login-form .form-no-line .btn-login {
  height: 62px;
  font-size: 22px;
  color: #fff;
  padding: 10px;
  margin-top: 40px;
  border-radius: 5px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.content .login-form .form-no-line .btn-login:hover {
  font-size: 22px;
  color: #fff;
  padding: 10px;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.4);
}
.footer {
  width: 100%;
  height: 264px;
  background-color: #003f91;
/*  position: fixed;*/
  bottom: 0;
  z-index: 1;
}
.footer .decorate{
    width: 100%;
    height:10px;
    background-color: #003570;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #CCC!important;
}
.errortip {
  font-size: 15px;
  color: red;
/*  display: inline-block;*/
  width: 100%;
  /*position: absolute;*/
  left: 50px;
  top: 55%;
  display: none;
}

.modal-block {
  list-style: none;
  padding-left: 137px;
}

.modal-block b {
    color: red;
    height: 34px;
    line-height: 34px;
    margin-right: 2px;
    font-size: 16px;
}

 .modal-block .modal-row {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.modal-block .modal-row .modal-left {
  width: 95px;
  display: inline-block;
}
.modal-block .modal-row .modal-left .modal-left-text {
  display: inline-block;
  text-align: right;
}
.modal-block .modal-row .modal-left .text-move-top {
  position: relative;
}
.modal-block .modal-row .modal-right {
  display: inline-block;
/*  width: 320px;*/
  margin: 0 auto;
}
.modal-block .modal-row .modal-right .form-control {
  width: 270px;
  margin-left: 10px;
  display: inline-block;
}