.page-main {
  margin: 0 auto;
  width: 1200px;
}

.header {
  margin-bottom: 50px;
  height: 60px;
  overflow: hidden;
}
.header p {
  line-height: 60px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 2.5px;
}
.header p:first-of-type {
  float: left;
}
.header p:last-of-type {
  float: right;
  color: #0ECFFF;
  cursor: pointer;
}
.header img {
  vertical-align: -3px;
}


.content {
  text-align: center;
}

.introduce {
  display: inline-block;
  vertical-align: middle;
}
.swiper-container {
  width: 650px;
  height: 600px;
}
.swiper-container .img1 {
  width: 100%;
  background: url('../images/bg1.png') center 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-container .img2 {
  position: relative;
  width: 100%;
  background: url('../images/bg2.png') center 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-container .img2 p {
  position: absolute;
  /* bottom: 20px; */
  color: #FFFFFF;
}
.swiper-container .img2 p:first-of-type {
  font-size: 18px;
  bottom: 120px;
  left: 230px;
  letter-spacing: 1.97px;
}
.swiper-container .img2 p:last-of-type {
  font-size: 14px;
  bottom: 95px;
  left: 270px;
  letter-spacing: 1.53px;
}

.login {
  margin-top: -60px;
  padding: 40px 35px;
  display: inline-block;
  width: 470px;
  height: 305px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(17,52,119,0.50);
}
.index-login{
  height: 335px;
}
.login .item {
  margin-bottom: 20px;
}
.login input {
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  background: rgba(2,19,36,0.50);
  border: 1px solid #3C77F0;
  border-radius: 12px;
  color: white;
  box-sizing: border-box;
  outline: none;
}
.login img {
  margin-left: 10px;
  display: inline-block;
  width: 107px;
  height: 40px;
  border-radius: 12px;
  box-sizing: border-box;
}
.login .refresh {
  margin-left: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../images/refresh.png') 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  vertical-align: middle;
  outline: none;
}
.login #login {
  margin: 0 auto;
  display: block;
  width: 400px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-image: linear-gradient(0deg, #1F49D8 0%, #3B65F3 100%);
  border-radius: 20px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2.81px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  outline: none;
  border: none;
}

/* 弹窗 */
.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9999px;
  z-index: 20;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.alert .warn {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  top: 200px;
  width: 350px;
  border: 1px solid rgba(21, 89, 118, 1);
  background: rgba(16, 27, 86, 1);
  border-radius: 10px;
  color: white;
  box-sizing: border-box;
}
.alert .warn img {
  margin-right: 5px;
  width: 20px;
  vertical-align: text-bottom;
}

.success-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9999px;
  z-index: 20;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.success-alert .success{
  position: relative;
  margin: 0 auto;
  padding: 10px;
  top: 200px;
  width: 350px;
  border: 1px solid rgba(21, 89, 118, 1);
  background: rgba(16, 27, 86, 1);
  border-radius: 10px;
  color: white;
  box-sizing: border-box;
}

.success-alert .success img {
  margin-right: 5px;
  width: 20px;
  vertical-align: text-bottom;
}

.hide {
  display: none;
}

.custom-link{
  cursor: pointer;
  color: #fff;
  margin-top: 10px;
}

.reset-link{
  display: block;
  float: left;
}
.reset-link:hover{
  color: #fff;
}
.reset-link:focus{
  outline: none;
  color: #fff;
  text-decoration:none;
}

.register-link{
  display: block;
  color: #fff;
  float: right;
}
.register-link:hover{
  color: #fff;
}
.register-link:focus{
  outline: none;
  color: #fff;
  text-decoration:none;
}

.resetPassword {
  margin-top: -170px;
  padding: 25px 35px;
  display: none;
  width: 470px;
  height: 510px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(17,52,119,0.50);
}
.resetPassword .item {
  margin-bottom: 20px;
}
.resetPassword input {
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  width: 400px;
  height: 40px;
  line-height: 40px;
  background: rgba(2,19,36,0.50);
  border: 1px solid #3C77F0;
  border-radius: 12px;
  color: white;
  box-sizing: border-box;
  outline: none;
}
.resetPassword img {
  margin-left: 10px;
  display: inline-block;
  width: 107px;
  height: 40px;
  border-radius: 12px;
  box-sizing: border-box;
}
.resetPassword .codeRefreshResetPassword {
  margin-left: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../images/refresh.png') 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  vertical-align: middle;
  outline: none;
}
.resetPassword #resetPassword {
  margin: 0 auto;
  display: block;
  width: 400px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-image: linear-gradient(0deg, #1F49D8 0%, #3B65F3 100%);
  border-radius: 20px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2.81px;
  cursor: pointer;
  outline: none;
  border: none;
}

.resetPassword #smsSendResetPassword {
  margin: 0 auto;
  width: 110px;
  background-image: linear-gradient(0deg, #1F49D8 0%, #3B65F3 100%);
  border-radius: 10px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  line-height: 33px;
}

.login-type-wrap{
  margin-bottom: 15px;
  text-align: left;
}
.login-type-wrap .login-type-desc{
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #ccc;
  letter-spacing: 1.43px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}
.login-type-wrap .login-type-desc.active{
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
.login-type-wrap .login-type-desc:first-child{
  margin-right: 32px;
}

.switch-prompt {
  color:#fff;
  text-align:right;
  margin-top:12px;
  cursor: pointer;
  font-weight:500
}

.switch-prompt a:hover {
  color: #337ab7;
  cursor: pointer;
}

.switch-prompt-left {
  color:#fff;
  text-align:left;
  float:left;
  margin-top:12px;
  cursor: pointer;
  font-weight:500
}

.switch-prompt-left a:hover {
  color: #337ab7;
  cursor: pointer;
}