html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
body {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
input, button {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
  outline: none;
}
@media screen and (max-width: 1600px) {
  .content {
    transform: initial !important;
  }
}
.content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0;
  display: block;
}
.outer {
  font-size: 0;
  padding-top: 20px;
  width: 100%;
  box-sizing: content-box;
}
.inner {
  width: 100%;
}
.inner .logo {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.inner .logo img {
  height: 70px;
}
.inner .center {
  padding: 50px 0;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(239,239,239);
}
.inner .center .form-wrap {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.inner .center .left-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inner .center .left-img img {
  width: 100%;
}
.inner .form-wrap .form {
}
.inner .form-wrap .form form {
  position: relative;
  margin: 0 auto;
  width: 350px;
  padding: 30px;
  /*height: 280px;*/
  background-color: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.03) 0px 0.5px 1px;
  overflow: hidden;
}
.inner .form-wrap .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  text-align: left;
  margin-top: 16px;
}
.inner .form-wrap .field-title{
  font-size: 20px;
  color: #333;
}
.inner .form-wrap .field input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  padding: 8px 15px;
  background-color: #F8F8F8;
}
.inner .form-wrap .verify-field input {
  margin-right: 50px;
}
.inner .form-wrap .field .verify {
  height: 35px;
  cursor: pointer;
}
.inner .form-wrap .field .verify img {
  height: 100%;
}
.inner .form-wrap .operate {
  margin-top: 20px;
  /* text-align: right; */
}
.inner .form-wrap .operate::after,.inner .form-wrap .operate::before{
  display: table;
  content: '';
}
.inner .form-wrap .operate::after{
  clear: both;
}
.inner .form-wrap .operate a {
  text-decoration: none;
  font-size: 14px;
}
.inner .form-wrap .operate a.color-green {
  color: rgb(24,151,71);
}
.inner .form-wrap .operate a.color-grey {
  color: #7D878D;
  float: right;
  margin-right: 10px;
}
.inner .form-wrap .operate span {
  display: inline-block;
  color: #7D878D;
  font-size: 14px;
  padding: 0 8px;
}
.inner .form-wrap .login-btn {
  margin-top: 20px;
}
.inner .form-wrap .login-btn input {
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  background-color: rgb(24,151,71);
  color: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 4px;
  padding: 12px 0;
}
.inner .form-wrap .login-btn input:hover {
  background-color: rgba(24,151,71,.8);
}
.copyright{
  margin-top: 30px;
  color: #666;
  text-align: center;
  font-size: 12px;
}
.inner .form-wrap .form .others {
  padding-top: 30px;
  text-align: center;
}
.inner .form-wrap .form .others .txt {
  position: relative;
  display: inline-block;
  /* color: rgba(255, 255, 255, 0.8); */
  color: #7D878D;
  font-size: 13px;
}
.inner .form-wrap .form .others .txt::before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #7D878D;
  position: absolute;
  top: 9px;
  left: -75%;
}
.inner .form-wrap .form .others .txt::after {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #7D878D;
  position: absolute;
  top: 9px;
  right: -75%;
}

.inner .form-wrap .form .others .third-party {
  padding-top: 20px;
}
.inner .form-wrap .form .others .third-party a {
  text-decoration: none;
}
.inner .form-wrap .form .others .third-party img {
  cursor: pointer;
  width: 30px;
  padding: 0 10px;
  box-sizing: initial;
}

.pswLogin .btn,.codeLogin .btn{
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.codeLogin{
  display: none;
}
.codeLogin .code{
  margin: auto 8%;
}
.code-title{
  font-size: 16px;
  color: #333;
  text-align: center;
}
