#app {
  width: 1920px;
}
#app .head {
  background-color: white;
}
#app .head .banxin1200 {
  padding: 27px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .head .banxin1200 .left {
  display: flex;
  align-items: center;
}
#app .head .banxin1200 .left img {
  width: 147.39px;
  height: 36px;
  margin-right: 26.61px;
}
#app .head .banxin1200 .left span {
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
}
#app .head .banxin1200 .left span::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #333333;
  margin-right: 23px;
}
#app .head .banxin1200 a {
  border: 1px solid #333333;
  border-radius: 18px;
  padding: 8px 29px;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
#app .head .banxin1200 a:hover {
  border: 1px solid transparent;
  color: white;
  background-color: #1450EB;
}
#app .main {
  height: 680px;
  background: url(../images/full-screen-login-bg.jpg) 0 0/100% no-repeat;
  position: relative;
}
#app .main .form {
  position: absolute;
  right: 420px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  width: 380px;
  height: 400px;
  border-radius: 8px;
  padding: 40px 35px;
}
#app .main .form .outer-page .tabs {
  padding: 0 45px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
#app .main .form .outer-page .tabs .item {
  font-size: 16px;
  color: #333333;
  position: relative;
  transition: all 0.3s ease-in-out;
  user-select: none;
  cursor: pointer;
}
#app .main .form .outer-page .tabs .item.active {
  color: #3669EC;
}
#app .main .form .outer-page .tabs .item.active::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #3669EC;
  position: absolute;
  bottom: -14px;
  left: 0;
}
#app .main .form .outer-page .register .phone {
  margin-bottom: 31px;
}
#app .main .form .outer-page .register p {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #818EAF;
  margin-bottom: 37px;
}
#app .main .form .outer-page .login .phone {
  margin-bottom: 31px;
}
#app .main .form .outer-page .login .forget-pwd {
  line-height: 16px;
  margin-top: 15px;
  margin-bottom: 37px;
  text-align: center;
}
#app .main .form .outer-page .login .forget-pwd button {
  font-size: 12px;
  color: #1450EB;
}
#app .main .form .find-password .back {
  cursor: pointer;
  margin-bottom: 10px;
}
#app .main .form .find-password .back i,
#app .main .form .find-password .back span {
  font-size: 14px;
  color: #1450EB;
}
#app .main .form .find-password .back i {
  font-size: 12px;
  transform: rotateZ(90deg);
}
#app .main .form .find-password .title {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-bottom: 17px;
}
#app .main .form .find-password .phone {
  margin-bottom: 31px;
}
#app .main .form .find-password .tip {
  font-size: 12px;
  color: #818EAF;
  text-align: center;
  margin-top: 15px;
}
#app .main .form .agreement {
  text-align: center;
}
#app .main .form .agreement span,
#app .main .form .agreement a {
  font-size: 12px;
  color: #3669EC;
}
#app .main .form .agreement span {
  color: #333333;
}
#app .footer {
  background-color: white;
  padding-top: 60px;
  text-align: center;
  font-size: 13px;
  color: #333333;
}
.submit-button {
  width: 100%;
  border-radius: 2px;
  background-color: #3669EC;
  padding: 10px 0;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
}
input {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 8px;
  font-size: 14px;
}
input::placeholder {
  font-size: 14px;
  color: #999999;
}
.code-box {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.code-box .code {
  padding-right: 90px;
}
.code-box button {
  min-width: 85.5px;
  position: absolute;
  font-size: 14px;
  color: #999999;
  right: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  border-left: 1px solid #999999;
  padding-left: 14.5px;
}
.pwd {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.pwd img {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
