#container {
  background-color: #fff;
  padding-bottom: 35px;
}

#partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.footer-part {
  position: absolute;
  width: 100%;
  bottom: 0;

}


#footer {
  background: #fff;
  border-top: 1px solid #fff;
  padding: 30px 0;
  justify-content: center;
}

.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
  border: 0;
}

.label .el-input__inner {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
}

input {
  border-radius: 0 !important;
}

.el-select-dropdown__item.selected {
  color: #232328;
}

.el-select .el-input__inner:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #232328;
}

.container h3 {
  padding-top: 120px;
  font-size: 32px;
  font-family: 'MiSans-Medium';
  text-align: center;
  height: 44px;
  font-weight: 400;
  color: #000000;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}


.container .login-partner {
  text-align: center;
}

.container .col {
  display: flex;
  justify-content: center;
  padding-top: 22px;
}

.container .col.agree {
  padding-top: 60px;
}

.container .label {

  margin-right: 0px;
}

.container .phoneBox {}

.container .phoneBox .el-input {
  border: 0;
  border-bottom: 1px solid #CFCFCF;
}

.container .col div {
  display: inline-block;
}

.container .col .gain {
  padding: 7.5px 0 0 22px;
}

.container .col input::placeholder {
  height: 22px;
  font-size: 16px;
  font-family: 'MiSans-Regular';
  font-weight: 400;
  color: #CFCFCF;
  line-height: 22px;
  padding-left: 6px;
}

.container .col .code {
  width: 90px;
  border: 0;
  font-size: 16px;
  font-family: 'MiSans-Regular';
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  padding: 12px 0 12px 14px;
  outline: none;
  margin-right: 20px;
}

.container .col .phone .el-input__inner {
  padding: 0;
  padding-left: 15px;
  font-size: 16px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #d8d8d8;
}

.container .col .phone .el-input.is-focus .el-input__inner {
  /* border-color: #409EFF; */
}

.container .col .phone {
  width: 244px;
  text-align: left;
  border: 0;
  font-size: 16px;
  font-family: 'MiSans-Regular';
  font-weight: 400;
  line-height: 22px;
  color: #CFCFCF;
  outline: none;
}

.verifybox {
  border-radius: 0;
  border: 0;
}

.el-form-item {
  margin-bottom: 0;
}

.container .col .verify {
  width: 272px;
  text-align: left;
  border: 0;
  font-size: 16px;
  font-family: 'MiSans-Regular';
  font-weight: 400;
  color: #CFCFCF;
  line-height: 22px;
  outline: none;
}

.container .col .getBtn {
  background-color: transparent;
  border: 0;
  height: 30px;
  font-size: 14px;
  font-family: 'MiSans-Regular';
  font-weight: 400;
  color: #000;
  line-height: 30px;
  cursor: pointer;
}

.container .loginBtn {
  width: 320px;
  height: 40px;
  background-color: transparent;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
  background-image: url(/assets/images/testImg/login-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;

}


.el-select .el-input__inner {
  cursor: pointer;
}

.elselect .el-input__inner {
  border: 0;
  padding-left: 30px;
  font-size: 16px;
  border-bottom: 1px solid #d8d8d8;
}

.el-select {
  display: inline-block;
  position: relative;
  width: 115px;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #000;
}


.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: #000;
  background-color: #000;

}

@media (max-width: 768px) {
  .el-form-item {
    width: 100%;
  }

  .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
    width: 100%;
  }

  .container .phoneBox {
    width: 100%;
  }

  .container h3 {
    display: flex;
    flex-direction: column;
    padding-right: 35px;
    text-align: center;
    height: 28px;
    font-size: 32px;
    line-height: 32px;
    padding-left: 28px;
    align-items: center;
    margin: 50px 0;
  }

  .container .col {
    display: flex;
    padding-right: .28rem;
  }

  .container .col.agree {
    /* padding-top: 110px; */
  }

  .container .bottom {
    /* padding-top: 44px; */
  }

  .footer-part {
    position: absolute;
    width: 100%;
    bottom: auto;


  }

  .container .label {
    margin-right: .26rem;
  }

  .container .label .el-input__inner {
    padding: 0 .25rem;
  }

  .container .verifyBox {
    margin-right: 10px;
    width: 100%
  }



  .container .gain {
    width: auto;
  }

  .container .loginContent {
    padding-left: .28rem;
  }

  .container .col .verify {
    width: 100%
  }

  .container .col .verify .el-input__inner {
    padding: 0;
    padding-left: 15px;
  }

  .container .col .phone {
    width: 100%;

  }

  .container .col .getBtn {
    width: 80px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;

  }


  .container .loginBtn {
    margin-top: 8px;
    font-weight: 400;
    width: 6.4rem;
    height: .8rem;
  }

  ::v-deep input::-webkit-outer-spin-button,
  ::v-deep input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
  }

  ::v-deep input[type='number'] {
    -moz-appearance: textfield !important;
  }
}
