.ws-header .userinfo,
.ws-header .notice {
  display: none !important;
}
.ws-content {
  width: 100%;
  min-height: 946px;
  padding: 114px 10px 10px;
  background: url('../png/login-bg-0c3673628bbf410b413597d8cb6c0cfb.png') repeat center top;
}
.ws-content .wrap {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.ws-content .ws-left {
  float: left;
  margin-top: 198px;
}
.ws-content .ws-left img {
  width: 100%;
}
.ws-content .ws-right {
  width: 462px;
  background: #fff;
  border-radius: 3px;
  padding: 50px 32px 28px 31px;
  float: right;
}
.ws-content .ws-right .title {
  color: #1e2b6f;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.ws-content .ws-right .title > span {
  border-bottom: 1px solid #9097c0;
  padding-bottom: 10px;
}
.ws-content .mt20 {
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
}
.ws-content .mt20 p {
  font-weight: bold;
  margin-bottom: 8px;
}
.ws-content .mt20 p span {
  color: #e43f52;
}
.ws-content .mt20 input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 49px;
}
.ws-content .mt20 > img {
  position: absolute;
  left: 18px;
  top: 48px;
}
.ws-content .mt20 .code-btn {
  width: 120px;
  height: 42px;
  border: 1px solid #ddd;
  background: transparent;
  outline: none;
  float: right;
}
.ws-content .mt20 .verCode-input {
  display: inline-block;
  width: 262px;
  vertical-align: middle;
  padding-right: 15px;
}
.ws-content .mt33 {
  margin-bottom: 33px;
}
.ws-content .ftsz0 {
  font-size: 0;
}
.ws-content .common-btn {
  width: 100%;
  height: 42px;
  color: #fff;
  outline: none;
  background: #1e2b6f;
  margin: 30px 0;
}
.ws-content .or-login {
  text-align: center;
  margin-bottom: 20px;
}
.ws-content .or-login p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.ws-content .or-login img {
  cursor: pointer;
}
.ws-content .remember label {
  margin-bottom: 0;
  vertical-align: middle;
}
.ws-content .remember label input {
  margin-top: 6px;
  margin-right: 10px;
}
.ws-content .remember span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.ws-content .register-text {
  text-align: center;
}
.ws-content .register-text span {
  color: #337ab7;
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.register-wrap {
  padding: 48px 10px;
  background-size: 100% 100%;
}
.register-wrap .name-wrap .mt20 {
  width: 48%;
  display: inline-block;
}
.register-wrap .name-wrap .mt20:first-child {
  margin-right: 10px;
}
.register-wrap .name-wrap img {
  top: 45px;
}
.register-wrap .remember label {
  margin-top: -3px;
}
.register-wrap .login-text {
  float: right;
  margin-top: 6px;
}
.register-wrap .login-text span {
  color: #337ab7;
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
}
.create-account-wrap .vcode-wrap .verCode-input {
  padding: 0 15px;
  width: 209px;
}
.create-account-wrap .vcode-wrap .code-btn {
  width: auto;
}
.create-account-wrap .verificationcode .form-control {
  width: 55%;
  height: 42px;
  line-height: 42px;
}
.find-password {
  padding-top: 223px;
}
.find-password .text {
  font-weight: bold;
  margin: 17px 0 28px;
}
.find-password .ws-left {
  margin-top: 70px;
}
.find-password .common-btn {
  margin: 0 0 36px;
}
.bind-mobile {
  padding-top: 223px;
}
.bind-mobile .ws-left {
  margin-top: 70px;
}
.bind-mobile select {
  width: 80px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  padding: 0 15px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.bind-mobile .mt20 .mobile-input {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
.bind-mobile .mt20 .code-btn {
  width: 44%;
}
.bind-mobile .mt20 .verCode-input {
  display: inline-block;
  width: 52%;
}
.bind-orcid {
  padding-top: 223px;
}
.bind-orcid .ws-left {
  margin-top: 70px;
}
.bind-orcid .ws-right {
  padding-bottom: 51px;
}
.bind-orcid .mt20 input {
  width: 83px;
  text-align: center;
  padding: 0 5px !important;
  display: inline-block;
}
.bind-orcid .first-text {
  margin-bottom: 20px;
}
.bind-orcid .first-text span {
  vertical-align: middle;
}
.bind-orcid .orcid-tip {
  font-size: 12px;
  position: relative;
}
.bind-orcid .orcid-tip span {
  vertical-align: middle;
}
.bind-orcid .orcid-tip .text-wrap {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: none;
}
.bind-orcid .orcid-tip .glyphicon-exclamation-sign:hover {
  color: red;
}
.bind-orcid .orcid-tip .glyphicon-exclamation-sign:hover .text-wrap {
  display: block !important;
}
.bind-orcid .text {
  font-size: 12px;
}
.tip-text {
  border: 1px solid #c40606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 5px -3px #ccc;
  -moz-box-shadow: 3px 3px 5px -3px #ccc;
  box-shadow: 3px 3px 5px -3px #ccc;
  line-height: 1.5;
  margin: 0;
  padding: 3px 12px 3px 26px;
  position: relative;
  display: none;
}
.tip-text span {
  position: absolute;
  top: 3px;
  left: 8px;
  color: #c40606;
}
.tip-active {
  border: 1px solid #c40606 !important;
}
.clock {
  display: none;
}
.modal-content img {
  float: right;
  margin: 20px 30px;
}
.modal-content iframe {
  width: 100%;
  min-height: 500px;
}
@media screen and (max-width: 1200px) {
  .ws-content .ws-left {
    width: 50%;
  }
}
@media screen and (max-width: 970px) {
  .ws-content .ws-left {
    width: 44%;
  }
  .ws-content .ws-right {
    max-width: 410px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ws-content .ws-right input {
    padding: 0 35px;
  }
  .ws-content .ws-right img {
    left: 10px;
  }
  .ws-content .remember {
    display: flex;
    align-items: center;
  }
  .ws-content .mt20 .verCode-input {
    width: 64%;
  }
  .ws-content .mt20 .code-btn {
    float: right;
  }
  .bind-mobile .mt20 .mobile-input {
    width: 71%;
    float: right;
  }
  .bind-mobile .mt20 .code-btn {
    width: 50%;
  }
  .bind-mobile .mt20 .verCode-input {
    width: 43%;
  }
  .bind-orcid .mt20 input {
    width: 71px;
  }
  .vcode-wrap {
    display: flex;
    justify-content: space-between;
  }
  .vcode-wrap .code-btn {
    width: auto;
  }
  .create-account-wrap .vcode-wrap .code-btn {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .ws-content {
    height: auto;
    padding-top: 0;
  }
  .ws-content .mt33 {
    margin-bottom: 20px;
  }
  .ws-content .ws-left {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 55px;
  }
  .ws-content .ws-right {
    max-width: 100%;
    width: 100%;
    padding: 15px 14px 30px;
    float: left;
  }
  .ws-content .ws-right input {
    padding-right: 15px;
  }
  .ws-content .ws-right .code-btn {
    margin-left: 6px;
  }
  .ws-content .mt20 .code-btn {
    width: 100px;
    font-size: 12px;
  }
  .register-wrap {
    padding-bottom: 16px;
  }
  .register-wrap .mt20 {
    margin-bottom: 10px;
  }
  .register-wrap .ws-right .title {
    font-size: 20px;
  }
  .register-wrap .ws-right .title > span {
    padding-bottom: 16px;
  }
  .register-wrap .login-text {
    font-size: 12px;
  }
  .register-wrap .login-text span {
    font-size: 15px;
    margin-left: 3px;
  }
  .find-password,
  .bind-mobile,
  .bind-orcid {
    min-height: 843px;
  }
  .bind-mobile .mt20 .mobile-input {
    width: 65%;
  }
  .bind-mobile .mt20 .code-btn {
    width: 50%;
    padding: 0 5px;
  }
  .bind-mobile .mt20 .verCode-input {
    width: 46%;
  }
  .bind-orcid .mt20 input {
    width: 56px;
  }
  .create-account-wrap .mt20 .code-btn {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .register-wrap .name-wrap .mt20:first-child {
    margin-right: 6px;
  }
  .create-account-wrap #verCode {
    width: 100px;
  }
}
@media only screen and (max-device-width: 320px) {
  .ws-content .ws-right {
    max-width: 300px;
  }
  .ws-content .remember span {
    font-size: 14px;
  }
  .ws-content .mt20 .verCode-input {
    width: 57%;
  }
  .bind-mobile .mt20 .verCode-input {
    width: 47%;
  }
  .bind-mobile select {
    margin-right: 10px;
  }
  .register-wrap .name-wrap .mt20 {
    width: 48%;
  }
  .find-password .ws-right .title {
    font-size: 25px;
    padding-bottom: 12px;
  }
}
