.login {
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 100px;
}

.login .title {
  color: #0167C1;
  font-size: 29px;
  line-height: 38px;
  margin-bottom: 2px;
}

.login .s-title {
  color: #afafaf;
  font-size: 18px;
  margin-bottom: 50px;
}

.login .input-box {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin: 0 auto;
}

.login .input-box .input-item-box {
  display: flex;
  width: 100%;
}

.login .input-box .input-item-box .box2 input {
  flex: 1;
  border: none;
  height: 48px;
  line-height: 48px;
}

.login .input-box .input-item-box .code {
  height: 51px;
  background-color: #0275D4;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 51px;
  flex: 0 0 115px;
  margin-left: 11px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login .input-box .input-item-box .code.active {
  background-color: #cecece;
}

.login .input-box .input-item {
  border: 1px solid rgba(139, 148, 157, 0.3);
  border-radius: 3px;
  height: 51px;
  line-height: 51px;
  margin-bottom: 22px;
  display: flex;
  width: 100%;
  flex: 1;
}

.login .input-box .input-item.box1 .icon-phone {
  flex: 0 0 52px;
  position: relative;
  color: #757575;
}

.login .input-box .input-item.box1 .icon-phone::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 41px;
  background-color: rgba(139, 148, 157, 0.3);
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.login .input-box .input-item input {
  flex: 1;
  border: 1px solid rgba(139, 148, 157, 0.3);
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
}

.login .btn-login {
  margin: 0 auto;
  border-radius: 4px;
  width: 400px;
  height: 51px;
  line-height: 51px;
  background-color: #0275D4;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login .register {
  color: #757575;
  margin-top: 26px;
  font-size: 17px;
  cursor: pointer;
}
