* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Microsoft YaHei";
}
.box-model {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  position: relative;
  width: 100%;
  height: 775px;
  min-width: 1200px;
  background: #000;
  overflow: hidden;
}
.wrap .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 5;
}
.wrap .header > div {
  padding: 12px 36px 0 36px;
}
.wrap .header > div .header-right {
  float: right;
  margin-top: 10px;
  color: #fff;
}
.wrap .wrapper {
  height: 100%;
}
.wrap .wrapper .banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wrap .wrapper .banner > ul {
  display: none;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap .wrapper .banner > ul > li {
  float: left;
  height: 830px;
  display: block;
  position: relative;
  overflow: hidden;
}
.wrap .wrapper .banner > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .wrapper .banner > ul > li > a > img {
  display: block;
  width: 100%;
}
.wrap .wrapper .banner > .banner_btn_item {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1200px;
  height: 6px;
  margin-left: -600px;
}
.wrap .wrapper .banner > .banner_btn_item .img-btn-list {
  text-align: center;
  z-index: 10;
}
.wrap .wrapper .banner > .banner_btn_item .img-btn-list .circleProgress_wrapper {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.wrap .wrapper .banner > .banner_btn_item .img-btn-list .circleProgress_wrapper.current {
  border: 1.5px solid #00b9d9;
}
.wrap .login-form {
  position: absolute;
  right: 10%;
  top: 25%;
  width: 400px;
  min-height: 410px;
  padding: 40px 36px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  z-index: 99;
}
.wrap .login-form h5 {
  font-size: 22px;
  color: #000;
  width: 100%;
  font-weight: normal;
  letter-spacing: 4px;
}
.wrap .login-form .login_slogan {
  font-size: 14px;
  color: #575b5d;
  padding: 18px 0;
}
.wrap .login-form .login_hint {
  position: relative;
  display: none;
  line-height: 24px;
  margin-bottom: 16px;
  padding: 7px 12px 7px 32px;
  font-size: 14px;
  border: 1px solid #F15532;
  color: #F15533;
  background: #FEEEEB;
  box-sizing: border-box;
}
.wrap .login-form .login_hint .iconfont {
  position: absolute;
  left: 10px;
  font-size: 16px;
}
.wrap .login-form .login_input input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #cfcfcf;
  margin-bottom: 16px;
  color: #333;
  font-size: 14px;
  padding-left: 14px;
  box-sizing: border-box;
  outline: none;
}
.wrap .login-form input[type=button] {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  border-radius: 4px;
  background: #00b9d9;
  border: none;
  margin-top: 14px;
  cursor: pointer;
  outline: none;
}
.footer .section-1 {
  text-align: center;
  width: 100%;
  margin: 60px 0 0 0;
  color: #999999;
  font-size: 14px;
}
.footer .section-2 {
  text-align: center;
  padding: 20px 0 10px 0;
}
@media screen and (min-width: 1299px) and (max-width: 1399px) {
  .wrap {
    height: 530px;
  }
  .footer .section-1 {
    margin-top: 20px;
  }
  .footer .section-2 {
    text-align: center;
    padding: 6px 0;
  }
  .wrap .login-form {
    top: 17.5%;
    right: 4%;
  }
}
