.login-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'PingFangSC-Thin';
  background: url(../img/login/bg.jpeg) no-repeat;
  background-size: cover;
}
.login-container .login-logo {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 0 0 50px;
}
.login-logo img {
  width: 413px;
  height: 70px;
}
.login-content {
  display: flex;
  justify-content: space-around;
}
.login-content .login-box {
  width: 350px;
}
.login-content .swiper-container {
  width: 600px;
  height: 400px;
  margin: 50px 0 0 0;
}
.login-box .login-box-header {
  width: 324px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
} 
.login-box-header .cn-text {
  font-size: 24px;
  line-height: 1.5;
  color: #e83367;
}
.login-box-body .form-group {
  margin: 0;
}
.login-box-body .form-control {
  width: 324px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px 0 70px;
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
}
.form-control.form-user {
  margin-bottom: 30px;
  background: url(../img/login/user.png) no-repeat left 20px center;
  background-size: 28px 28px;
}
.form-control.form-pwa {
  background: url(../img/login/pwa.png) no-repeat left 20px center;
  background-size: 28px 28px;
}
.login-box-body .checkbox {
  display: flex;
  width: 324px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.checkbox label {
  display: flex;
  align-items: center;
  width: 324px;
  height: 50px;
  padding: 0;
}
.checkbox .layui-form-checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  background-color: transparent;
  padding: 0;
  border-radius: 100%;
  border-color: #e83367;
}
.layui-form-checkbox .layui-icon {
  display: block;
  font-size: 0;
}
.layui-form-checked .layui-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #e83367;
  font-size: 0;
  margin: 0;
  border-radius: 100%;
}
.login-box-body .login-btn {
  width: 324px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
}
.login-box-body .download-text {
  position: relative;
  width: 324px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 20px 0 15px 0;
}
.login-box-body .download-text:before,
.login-box-body .download-text:after {
  content: '';
  position: absolute;
  top: 11px;
  width: 88px;
  height: 1px;
  background-color: #fff;
}
.login-box-body .download-text:before {
  left: 27px;
}
.login-box-body .download-text:after {
  right: 27px;
}
.login-box-body .qr-code-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 324px;
}
.login-box-body .qr-code {
  width: 100px;
  height: 100px;
}
.login-box-body .qr-code:first-child {
  margin-right: 42px;
}
.login-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
}

/* swiper */
.swiper-pagination {
  text-align: left;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  margin-right: 24px;
  background-color: transparent;
  border-radius: 0;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination-bullet-active {
  background-color: #e83367;
  border-color: #e83367;
}
.text-list {
  padding: 0;
  margin: 0;
}
.text-list .text-item {
  margin-bottom: 50px;
}
.text-item .item-title {
  font-size: 24px;
  color: #e83367;
  margin-bottom: 10px;
}
.text-item .item-content {
  font-size: 20px;
  color: #fff;
}