.header {
  background: #f7f9ff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-left {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #102865;
  font-size: 18px;
}

.header .header-left img {
  margin-right: 4px;
  width: 25px;
  height: 25px;
}

.header .header-right {
  display: flex;
  align-items: center;
}

.header .header-right .block {
  display: flex;
  align-items: center;
  color: #102865;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.header .header-right .block:hover {
  color: #286df7;
}

.header .header-right .ico1 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../images/newLogin/03.png") no-repeat center;
  background-size: 100%;
}

.header .header-right .ico2 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../images/newLogin/04.png") no-repeat center;
  background-size: 100%;
}

.header .header-right .block:hover .ico1 {
  background: url("../images/newLogin/03_2.png") no-repeat center;
  background-size: 100%;
}

.header .header-right .block:hover .ico2 {
  background: url("../images/newLogin/04_2.png") no-repeat center;
  background-size: 100%;
}

.header .header-right .block .QR-code {
  position: absolute;
  width: 194px;
  background: #1d2129;
  border-radius: 20px;
  padding: 26px;
  top: 20px;
  right: 0px;
  z-index: 99;
}

.header .header-right .block .QR-code img {
  width: 100%;
  height: 142px;
  border-radius: 16px;
  background: #ffffff;
}

.header .header-right .block .QR-code p {
  color: #e4e9fe;
  font-size: 14px;
  margin-top: 14px;
  text-align: center;
}

.header .header-right .block .download {
  width: 132px;
  position: absolute;
  background: #1d2129;
  border-radius: 20px;
  padding: 26px;
  top: 20px;
  right: 0px;
  color: #e4e9fe;
  font-size: 14px;
  text-align: center;
  z-index: 99;
}

.banner {
  height: 777px;
  background: #eaf0ff url("../images/newLogin/banner.jpg") no-repeat center;
  position: relative;
}

.banner .login-block {
  position: absolute;
  width: 630px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  right: 0px;
  top: 165px;
}

.banner .login-block .h2 {
  font-weight: 600;
  color: #1d2129;
  font-size: 22px;
  text-align: center;
  margin-bottom: 18px;
}

.banner .login-block .el-input__inner {
  background: #f2f3f5;
  border-radius: 14px;
  border: none;
  height: 54px;
}

.banner .login-block .btn .el-button--primary {
  height: 56px;
  background: #286df7 !important;
  border-radius: 14px;
  width: 100%;
  border: none;
  margin-top: 18px;
  font-size: 18px;
}

.banner .login-block .btn .el-button--primary.is-disabled,
.banner .login-block .btn .el-button--primary.is-disabled:active,
.banner .login-block .btn .el-button--primary.is-disabled:focus,
.banner .login-block .btn .el-button--primary.is-disabled:hover {
  background: #bfd3fd !important;
}

.banner .login-block .login-code {
  width: 142px;
  height: 142px;
  border: 1px solid;
  border-color: #e5e6eb;
  border-radius: 16px;
  margin: 38px auto 0;
  overflow: hidden;
}

.banner .login-block .login-code img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.banner .login-block .msg {
  text-align: center;
  color: #1d2129;
  font-size: 16px;
  margin-top: 38px;
  line-height: 26px;
}

.banner .login-block .msg i {
  color: #286df7;
}

.banner .login-block .password,
.banner .login-block .img-code {
  position: relative;
}

.banner .login-block .password .forget {
  position: absolute;
  color: #286df7;
  color: #286df7;
  font-size: 14px;
  top: 6px;
  right: 20px;
  cursor: pointer;
}

.banner .login-block .el-input .el-input__clear {
  display: none !important;
}

.banner .login-block .img-code img {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  width: 80px;
  height: 38px;
  background: #dddddd;
}

.banner .rests {
  display: flex;
  align-items: center;
}

.banner .rests .border {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-color: #e5e6eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}

.banner .rests .border2 {
  flex-shrink: 0;
  height: 40px;
  border: 1px solid;
  border-color: #e5e6eb;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  padding: 0 20px;
  cursor: pointer;
  color: #1d2129;
  font-weight: 600;
  font-size: 14px;
}

.banner .rests .border:hover {
  background: #eaf0ff;
}

.banner .rests .border2:hover {
  background: #eaf0ff;
}

.banner .rests .border img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.block_01 {
  padding: 60px 40px;
}

.block_01 h1 {
  font-weight: 600;
  color: #102865;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.block_01 .grid-content_01 {
  text-align: center;
  cursor: pointer;
}

.block_01 .grid-content_01 .top-img {
  width: 140px;
  height: 140px;
}

.block_01 .grid-content_01 p {
  font-weight: 500;
  color: #102865;
  font-size: 20px;
  margin-top: 25px;
}

.block_01 .grid-content_01 p:last-child {
  color: #949da8;
  font-size: 17px;
  margin-top: 20px;
}

.block_01 .grid-content_01 .checked {
  font-weight: 500;
  font-size: 28px;
}

.block_01 .grid-content_02 {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 18px #e5e8f7;
  padding: 36px 40px;
  margin-top: 40px;
  line-height: 28px;
}

.block_01 .grid-content_02 h2 {
  font-weight: 500;
  color: #102865;
  font-size: 24px;
}

.block_01 .grid-content_02 p {
  color: #4e5969;
  font-size: 18px;
  margin-top: 16px;
}

.block_01 .grid-content_02 .img1 {
  width: 100%;
  max-width: 354.67px;
  max-height: 312px;
  margin-top: 16px;
}

.block_01 .grid-content_02 .img2 {
  width: 100%;
  max-width: 1280px;
  max-height: 337px;
  margin-top: 16px;
}

.block_01 .grid-content_02 .img3 {
  width: 100%;
  max-width: 586px;
  max-height: 312px;
  margin-top: 16px;
}

.block_02 {
  background: linear-gradient(180deg, #f0f5ff 0%, #eaf0ff 100%);
  padding: 60px 40px;
}

.block_02 h1 {
  font-weight: 600;
  color: #102865;
  font-size: 36px;
  text-align: center;
}

.block_02 .grid-content_01 {
  height: 216px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 18px #e5e8f7;
  padding: 38px 40px;
  display: flex;
  align-items: center;
  margin-top: 27px;
}

.block_02 .grid-content_01 img {
  width: 140px;
  height: 140px;
  border-radius: 8.75px;
  margin-right: 28px;
}

.block_02 .grid-content_01 h2 {
  font-weight: 500;
  color: #102865;
  font-size: 24px;
}

.block_02 .grid-content_01 p {
  color: #4e5969;
  font-size: 18px;
  margin-top: 15px;
  line-height: 27px;
}

.block_03 {
  background: linear-gradient(180deg, #ffffff 0%, #eaf0ff 100%);
  text-align: center;
  padding: 60px 0;
}

.block_03 .bg {
  max-width: 1440px;
  margin: 0 auto;
}

.block_03 .bg img {
  width: 100%;
}

.block_03 p {
  font-weight: 600;
  color: #102865;
  font-size: 36px;
  margin-top: 36px;
}

.block_03 button {
  width: 278px;
  height: 56px;
  background: #286df7;
  border-radius: 14px;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  margin-top: 56px;
}

.user-iphone-number {
  position: relative;
}

.user-iphone-number .sendCode {
  position: absolute;
  border: none;
  background: none;
  top: 16px;
  color: #286df7;
  font-size: 14px;
  right: 20px;
}

.user-iphone-number .disabled-btn {
  color: #dcdfe6 !important;
  cursor: no-drop;
}
