* {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input {
  outline: none;
  border: none;
}

a {
  outline: none;
  color: inherit;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

a:focus {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0 none !important;
}

span:focus {
  outline: none;
}

div:focus {
  outline: none;
}

@font-face {
  font-family: 'sy-bold';
  src: url("../fonts/SourceHanSansCN-Bold.eot");
  src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
  font-family: 'sy-normal';
  src: url("../fonts/SourceHanSansCN-Regular.eot");
  src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}
.login-body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/login-bg.jpg) center center no-repeat;
  background-size: 1920px 1080px;
}

.login-block {
  width: 100%;
  height: 100%;
  text-align: center;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.login-banner {
  width: 660px;
  margin-right: 80px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  text-align: left;
}

.slide-text .s-left, .slide-text .s-right {
  text-align: left;
}
.slide-text .s-left img, .slide-text .s-right img {
  width: 58px;
  height: 47px;
}
.slide-text .s-right {
  text-align: right;
}
.slide-text .s-middle {
  padding: 0 60px;
  width: 660px;
}
.slide-text .s-middle .s-title {
  font-size: 64px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1em;
  font-family: 'sy-bold';
}
.slide-text .s-middle .s-desc {
  margin-top: 40px;
  font-size: 36px;
  color: #FFFFFF;
  font-family: 'sy-normal';
}

.login-boxes {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  padding: 30px 50px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
}
.login-boxes .logo {
  width: 88px;
  height: 88px;
  margin: 0 auto;
}
.login-boxes .logo img {
  width: 88px;
  height: 88px;
}
.login-boxes .login-form .i-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.login-boxes .login-form .i-input {
  
}
.login-boxes .login-form .i-input input {
  width: 300px;
  border-bottom: 1px solid #1770ff;
  font-size: 16px;
  padding: 7px 0;
  background:none
}
.login-boxes .login-form .i-input input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.login-boxes .login-form .i-input input::-moz-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.login-boxes .login-form .i-input input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.login-boxes .login-form .i-input .input-active {
  border-bottom: 1px solid #1770ff;
}
.login-boxes .login-form .login-yanzheng {
  width: 300px;
  background-color: #f8faff;
  margin-top: 15px;
}
.login-boxes .login-form .remember {
  margin-top: 10px;
}
.login-boxes .login-form .remember label span {
  color: rgba(153, 153, 153, 0.5);
}
.login-boxes .login-form .login-btn {
  margin-top: 20px;
}
.login-boxes .login-form .login-btn input {
  width: 300px;
  height: 48px;
  background-color: #1770ff;
  border-radius: 24px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 48px;
  box-shadow: 0 0 15px rgba(23, 122, 255, 0.5);
  font-weight: bold;
  word-spacing: 10px;
  letter-spacing: 10px;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  width: 70px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 20px;
}

.swiper-pagination-bullet:nth-child(1) {
  margin-left: 0;
}

.swiper-pagination-bullet-active {
  background-color: #1770ff;
}

@media only screen and (max-width: 1250px) {
  .login-banner {
    display: none;
  }
}

/*# sourceMappingURL=login.css.map */
