.user-login-5 {
  min-height: 100vh;
}

.user-login-5 .bs-reset {
  margin: 0;
  padding: 0;
}

.user-login-5 .text-right {
  text-align: right;
}

.user-login-5 .login-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.user-login-5 .login-logo {
  position: absolute;
  top: 2.5em;
  left: 2.5em;
}

.user-login-5 .login-logo.login-6 {
  top: 80px;
  left: 80px;
}

.user-login-5 .login-container {
  position: relative;
  min-height: 100vh;
}

.user-login-5 .login-container>.login-content,
.user-login-5 .login-container .login-social,
.user-login-5 .login-container .login-copyright {
  padding: 0 80px;
}

.user-login-5 .login-container>.login-content {
  margin-top: 30%;
}

.user-login-5 .login-container>.login-content>h1 {
  font-size: 30px;
  font-weight: 300;
  color: #4e5a64;
}

.user-login-5 .login-container>.login-content>p {
  color: #a0a9b4;
  font-size: 15px;
  line-height: 22px;
}

.user-login-5 .login-container>.login-content>.login-form {
  margin-top: 80px;
  color: #a4aab2;
  font-size: 13px;
}

.user-login-5 .login-container>.login-content>.login-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  border-color: #a0a9b4;
  color: #868e97;
  font-size: 14px;
  margin-bottom: 30px;
}

.user-login-5 .login-container>.login-content>.login-form input:focus {
  outline: 0;
}

.user-login-5 .login-container>.login-content>.login-form .forgot-password,
.user-login-5 .login-container>.login-content>.login-form .login-button {
  display: inline-block;
}

.user-login-5 .login-container>.login-content>.login-form .rem-password {
  margin-top: 10px;
}

.user-login-5 .login-container>.login-content>.login-form .rem-password>p {
  margin: 0;
}

.user-login-5 .login-container>.login-content>.login-form .rem-password>.rem-checkbox {
  border-color: #a4aab2;
}

.user-login-5 .login-container>.login-content>.login-form .forgot-password {
  margin-right: 1em;
}

.user-login-5 .login-container>.login-content>.login-form .forgot-password>a {
  color: #a4aab2;
}

.user-login-5 .login-container>.login-content>.login-form .forgot-password>a:hover {
  color: #337ab7;
  text-decoration: none;
}

.user-login-5 .login-container>.login-content>.login-form .forgot-password>a:focus {
  color: #a4aab2;
  text-decoration: none;
}

.user-login-5 .login-container>.login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}

.user-login-5 .login-container>.login-footer .login-social {
  padding-right: 0;
}

.user-login-5 .login-container>.login-footer .login-social li {
  display: inline-block;
  list-style: none;
  margin-right: 1em;
}

.user-login-5 .login-container>.login-footer .login-social a {
  color: #a9b5be;
  font-size: 18px;
}

.user-login-5 .login-container>.login-footer .login-social a:hover {
  color: #337ab7;
  text-decoration: none;
}

.user-login-5 .login-container>.login-footer .login-social a:focus {
  color: #a9b5be;
}

.user-login-5 .login-container>.login-footer .login-copyright {
  padding-left: 0;
  margin-top: 6px;
}

.user-login-5 .login-container>.login-footer .login-copyright>p {
  margin: 0;
  font-size: 13px;
  color: #a9b5be;
}

@media (max-width: 1365px) {
  .user-login-5 .login-logo.login-6 {
    top: 40px;
    left: 40px;
  }

  .user-login-5 .login-container>.login-content,
  .user-login-5 .login-container .login-social,
  .user-login-5 .login-container .login-copyright {
    padding: 0 40px;
  }

  .user-login-5 .login-container .login-social {
    padding-right: 0;
  }

  .user-login-5 .login-container .login-copyright {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .user-login-5 {
    min-height: 50vh;
  }

  .user-login-5 .login-bg {
    min-height: 50vh;
  }

  .user-login-5 .login-logo.login-6 {
    position: relative;
    margin: 0 0 40px 0;
  }

  .user-login-5 .login-container {
    min-height: 50vh;
  }

  .user-login-5 .login-container>.login-content {
    margin-top: 60px;
  }

  .user-login-5 .login-container>.login-content .login-form {
    margin-top: 40px;
  }

  .user-login-5 .login-container .rem-password {
    margin-bottom: 1em;
  }

  .user-login-5 .login-container>.login-footer {
    position: relative;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .user-login-5 .login-container>.login-footer .login-social li {
    margin-right: 0.5em;
  }
}

@media (max-width: 640px) {
  .user-login-5 .login-container>.login-content .text-right {
    text-align: left;
  }
}


.login{
  min-width: 1400px;
}
.login-header {
  width: 100%;
  background-color: #fff;
  padding-left: 57px;
  padding-right: 38px;
  min-width: 1456px;
}

.login-logo {
  display: inline-block;
  color: #474544;
  font-size: 28px;
  line-height: 90px;
}

.login-header .float-right {
  float: right;
  display: inline-block;
  padding-top: 34px;
  padding-bottom: 23px;
}

.login-button {
  width: 68px;
  height: 33px;
  text-align: center;
  color: #fff;
  background-color: #ea6254;
  font-size: 16px;
  border: none;
  border-radius: 6px;
}

.login-content {
  width: 100%;
  height: 993px;
  background-color: #f6f6f6;
  min-width: 1456px;
}

.login-banner {
  width: 100%;
  height: 240px;
  background: url(../../img/login-banner.jpg) no-repeat center;
}

.login-main {
  width: 1456px;
  height: 753px;
  padding-top: 25px;
  padding-bottom: 32px;
  margin: 0 auto;
}

.area-inf {
  display: inline-block;
  width: 976px;
  height: 693px;
  border: 1px solid #dcd7d9;
  background-color: #fff;
}

.area-data {
  width: 100%;
  height: 145px;
}

.area-data ul{
  width: 100%;
  height: 145px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding-left: 59px;
  padding-right: 24px;
}

.area-data li {
  list-style: none;
  float: left;
  display: block;
  width: 197px;
  height: 79px;
  margin-top: 33px;
  margin-right: 24px;
  border-radius: 6px;
}

.area-data h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.area-map {
  width: 100%;
  height: 500px;
  padding-left: 60px;
  margin-top: 64px;
}

.map-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #437f9c;
  display: block;
  margin: 0 auto;
}

.login-main .float-right {
  float: right;
  width: 461px;
  height: 695px;
  background-color: #f6f6f6;
}

.login-introduce {
  width: 100%;
  height: 298px;
  margin-bottom: 13px;
  background-color: #f6f6f6;
  background: url(../../img/login-introduce.png) no-repeat center;
}

.notice-inf {
  width: 100%;
  height: 382px;
  border: 1px solid #dcd7d9;
  border-radius: 5px;
  background-color: #fff;
}

.notice-title {
  font-size: 20px;
  color: #b58e42;
  border-left: 8px solid #bf923d;
  margin: 23px 0 10px 41px;
  padding-left: 12px;
  font-weight: 700;
}

.news-list{
  overflow: hidden;
  width:100%;
  height:310px;
  padding:0 40px;
  margin: 0;
}

.news-list li {
  list-style: none;
  padding: 18px 57px 16px 0px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #dcd7d9;
}

.news-list div {
  display: inline-block;
}

.news-list span {
  background-color: #d2b680;
  color: #fff;
  padding: 0 10px;
  border-radius: 2px;
  margin: 0;
  border: 0;
  font-weight: 400;
  display: inline-block;
}

.login-footer {
  width: 100%;
  height: 86px;
  padding-top: 39px;
  font-size: 12px;
  color: #474544;
  text-align: center;
  background-color: #e4e4e4;
  min-width: 1456px;
}

/*登陆弹窗*/
.login-page {
  z-index: 3;
  width: 746px;
  height: 538px;
  border: 1px solid #dcd7d9;
  border-right: 9px solid #d4b780;
  position: fixed;
  background-color: #fff;
  padding: 50px 42px 72px;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -373px;
  margin-top: -269px;
}

.login-page-content-a {
  width: 278px;
  height: 414px;
  background-color: pink;
  float: left;
  background: url(../../img/login-page-bg.png) no-repeat center;
}

.login-page-content-b {
  width: 343px;
  height: 414px;
  background-color: #fff;
  float: right;
}
.login-page-main .num-login .item{
  padding: 0 15px 0 30px;
}
.login-page-main .card-login{
  margin-left: 20px;
}
.login-form{
  width: 100%;
  height: 414px;
}

.login-form .item {
  width: 343px;
  margin-bottom: 30px;
  height: 44px;
  padding: 0 20px;
  position: relative;
}

/* 登录窗第一行*/
.login-form .firstLine {
  color: #a3a2a1;
  background: #fff;
  font-size: 32px;
}
.login-title {
  color: #d4b780;
  background: #fff;
  font-size: 34px;
  font-weight: bold;
  margin-right: 30px;
}

.login-form ul {
  height: 30px;
  margin: 0 !important;
  padding-left: 20px;
  padding-bottom: 40px;
}

.login-form ul li {
  float: left;
  width: 40%;
  text-align: left;
  list-style: none;
}

.login-form ul li a {
  display: inline-block;
  font-size: 16px;
  color: #7b7b7b;
  text-decoration: none;
}
.login-form ul li.active .round-dian{
  width: 9px;
  height: 9px;
  background-color: #c4a262;
  border-radius: 50%;
  display: inline-block;
  line-height: 22px;
}
.login-form ul li .round-dian{
  display: inline-block;
  width: 9px;
  height: 9px;
}
.login-form ul li .hide{
  display: none;
}

.login-form li.active a {
  color: #c4a262;
}

.login-form .item input {
  display: inline-block;
  height: 44px;
  width: 100%;
  border: 1px solid #e3e4e5;
  border-radius: 5px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c4c4c4;
  font-size: 14px;
}

.login-form .item a.loginMsg {
  display: inline-block;
  float: right;
  height: 44px;
  line-height: 25px;
  width: 132px;
  background: #62b9ed;
  color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  border-radius: 5px;
  text-decoration: none;
  position: absolute;
  top: 1px;
  right: 16px;
}

.login-form .item a:hover, .login-form .item a:visited, .login-form .item a:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.btn-gray {
  position: absolute;
  color: #fff;
  background-color: rgb(190, 194, 197);
  display: block;
  float: right;
  height: 44px;
  line-height: 25px;
  width: 132px;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  border-radius: 5px;
  text-decoration: none;
  top: 1px;
  right: 16px;
}

.login-form a.loginBtn {
  display: block;
  margin-top: 40px;
  height: 60px;
  padding-top: 10px;
  width: 200px;
  background: #ea6254;
  color: white;
  font-size: 26px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

/*遮罩层*/
.login-cover {
  display: none;
  width: 100%;
  height: 1175px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  min-width: 1456px;
}

.download-certificate {
  margin-bottom: 19px;
  color: #f60909;
  font-size: 14px;
}

.download-certificate a {
  color: #f60909;
  font-size: 14px;
  text-decoration: none;
}

.download-certificate a:hover {
  color: #f62309;
}

.download-certificate a i {
  margin-right: 3px;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.login-error {
  position: absolute;
  top: 52px;
  width: 326px;
  border: 1px solid #fbcdc7;
  left: 24px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  color: #e5383c;
  border-radius: 5px;
  background: #ffefef;
}


/* 证书登录样式 */
.form-group-login-s select{
  width: 100%;
  line-height: 42px;
  height: 44px;
  border: 1px solid #ddd;
  padding-left: 15px;
  color: #666;
  outline: none;
}
.form-group-login input{
  width: 100%;
  line-height: 42px;
  height: 44px;
  border: 1px solid #ddd;
  padding-left: 15px;
  color: #666;
  outline: none;
}
.download-certificate {
  margin-bottom: 19px;
  margin-top:20px;
  color: #f60909;
  font-size: 14px;
}
.download-certificate a {
  color: #f60909;
  font-size: 14px;
  text-decoration: none;
}
.btn-login {
  display: block;
  margin-top: 40px;
  height: 60px;
  padding-top: 0;
  width: 200px;
  background: #ea6254;
  color: white;
  font-size: 26px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  border:none;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

/* 响应式弹窗 登录界面 */
@media screen and (max-width: 1475px) {
  .login{
    min-width: 100% !important;
  }
  .login-header{
    min-width: 100% !important;
  }
  .login-main{
    width: 98%;
    margin: 0 1%;
  }
  .area-inf{
    width: 60%;
  }
  .login-content{
    min-width: 100%;
  }
  .login-cover{
    min-width: 100%;
  }
  .login-footer{
    min-width: 100%;
  }
}

@media screen and (max-width: 1270px) {
  .login{
    min-width: 100% !important;
  }
  .login-header{
    min-width: 100% !important;
  }
  .login-main{
    width: 1180px;
    margin: 0;
  }
  .area-inf{
    width: 60%;
  }
  .login-content{
    min-width: 100%;
  }
  .login-cover{
    min-width: 100%;
  }
  .login-footer{
    min-width: 100%;
  }
}