@media (max-width: 767px) {
  .container {
    width: 100%;
  }

  .navBox {
    display: none;
  }

  .navBoxH5 {
    top: 60px;
    position: fixed !important;
  }

  .contentBox {
    width: 100%;
    margin: 118px auto 170px;
  }

  #login .contentBox .loginBox {
    width: 100%;
  }

  #login .contentBox .loginBox .loginForm .codeBox .input {
    width: calc(100% - 160px) !important;
  }

  #login .contentBox .checkAgreementBox {
    padding: 0 15px;
  }

  #login .contentBox .checkAgreementBox .input {
    float: left;
    margin-top: 2px !important;
  }

  #login .contentBox .checkAgreementBox .agreement {
    width: calc(100% - 18px);
    float: left;
  }

  .contentBox {
    width: 100% !important;
    max-width: 384px;
  }

  .codeBtn-login {
    width: 130px !important;
  }

  ::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .navBox {
    display: none;
  }

  .contentBox {
    width: 100%;
    margin: 118px auto 170px;
  }

  #login .contentBox .loginBox {
    width: 320px;
  }

  #login .contentBox .loginBox .loginForm .codeBox .input {
    width: 182px !important;
  }

  .verifyCodeBox .input {
    width: 200px !important;
  }

  #login .contentBox .checkAgreementBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contentBox {
    width: 384px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .navBox {
    display: block;
  }

  .navBoxH5 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
}

#login {
  width: 100%;
  height: auto;
  color: #333333;
}

#login .navBox {
  width: 100%;
  height: 40px;
  background: #1a1a1f;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 8;
}

#login .navBox .nav {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}

#login .navBox .nav:hover {
  background: #555555;
  cursor: pointer;
}

#login .navBoxH5 {
  width: 100%;
  height: auto;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 8;
}

#login .navBoxH5 .menusIcon {
  width: 100%;
  height: 40px;
  background: #1a1a1f;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

#login .navBoxH5 .menusIcon .text {
  margin-left: 10px;
  font-size: 18px;
}

#login .navBoxH5 .menusItem {
  width: 100%;
  height: auto;
  background: #f5f7fa;
  display: none;
}

#login .navBoxH5 .menusItem .menu {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  border-top: 1px solid #cfd5e4;
  padding: 0 15px;
}

#login .navBoxFixed {
  position: fixed;
  top: 60px;
}

#login .contentBox {
  height: auto;

}

#login .contentBox .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 16px;
}

#login .contentBox .loginBox {
  margin: 25px auto 0;
}

#login .contentBox .loginBox .tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#login .contentBox .loginBox .tabs .tab {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #AAAAAA;
  border-bottom: 3px solid #FFFFFF;
  padding-bottom: 3px;
}

#login .contentBox .loginBox .tabs .tab:last-of-type {}

#login .contentBox .loginBox .tabs .active {
  color: rgba(0, 0, 0, 0.86);
  border-bottom: 3px solid #194BBF;
  padding-bottom: 3px;
}

#login .contentBox .loginBox .loginForm .inputBox {
  margin-top: 20px;
}

#login .contentBox .loginBox .loginForm .inputBox .input {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0;
  color: #7F7F7F;
  font-size: 14px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.04);
}

#login .contentBox .loginBox .loginForm .inputBox .input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

#login .contentBox .loginBox .loginForm .inputBox .input:focus {
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

#login .contentBox .loginBox .loginForm .passwordBox {
  position: relative;
}

#login .contentBox .loginBox .loginForm .passwordBox .img {
  position: absolute;
  right: 16px;
  top: 30%;
  width: 20px;
  height: 14px;
  cursor: pointer;
}

#login .contentBox .loginBox .loginForm .passwordBox .fa-eye {
  position: absolute;
  right: 16px;
  top: 30%;
  color: #888888;
  cursor: pointer;
}

#login .contentBox .loginBox .loginForm .codeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#login .contentBox .loginBox .loginForm .codeBox .picture {
  height: 37px;
}

#login .contentBox .loginBox .loginForm .codeBox .picture .fa {
  color: #AAAAAA;
  font-size: 20px;
  vertical-align: top;
  height: 37px;
  padding-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}

#login .contentBox .loginBox .loginForm .codeBox .codeBtn {
  width: 130px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #00508b;
  border-radius: 10px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 20px;
  cursor: pointer;
}

#login .contentBox .loginBox .loginForm .codeBox .codeBtn:hover {
  background-color: #0179c1;
}

#login .contentBox .loginBox .forgotText {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
  cursor: pointer;
}

#login .contentBox .loginBox .btns .btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  padding: 0;
  margin: 20px 0 0 0;
}

#login .contentBox .loginBox .btns .loginBtn {
  background-color: #194BBF;
  color: #FFFFFF;
  border-radius: 2px;
}

#login .contentBox .loginBox .btns .loginBtn:hover {
  background-color: #0179c1;
}

#login .contentBox .loginBox .btns .registerBtn {
  background-color: #FFFFFF;
  color: #00508B;
  border: 1px solid #00508b;
}

#login .contentBox .loginBox .btns .registerBtn:hover {
  background-color: #00508b;
  color: #FFFFFF;
}

#login .contentBox .loginBox .thirdPartyLogin {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}

#login .contentBox .loginBox .newAccount {
  text-align: center;
  font-size: 12px;
  color: #406ACC;
  margin-top: 36px;
  cursor: pointer;
}

#login .contentBox .otherLoginMethodsTextBox {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

#login .contentBox .otherLoginMethodsTextBox .line {
  width: 100%;
  height: 1px;
  background-color: #D7D7D7;
}

#login .contentBox .otherLoginMethodsTextBox .text {
  font-size: 16px;
  white-space: nowrap;
}

#login .contentBox .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

#login .contentBox .imgBox .img {
  cursor: pointer;
}

#login .contentBox .imgBox .img:hover {
  animation: shake 0.38s;
  -webkit-animation: shake 0.38s;
}

#login .contentBox .imgBox .wxImg {
  width: 41px;
  height: 41px;
}

#login .contentBox .imgBox .qqImg {
  width: 35px;
  height: 37px;
  margin: 0 20px;
}

#login .contentBox .imgBox .fImg {
  width: 40px;
  height: 40px;
}

#login .contentBox .checkAgreementBox {
  margin: 25px 0 20px;
  overflow: hidden;
}

#login .contentBox .checkAgreementBox input[type=checkbox] {
  margin: 0;
}

#login .contentBox .checkAgreementBox .agreement {
  font-size: 14px;
  margin-left: 5px;
}

#login .contentBox .checkAgreementBox .agreement .policy {
  color: #00508B;
  cursor: pointer;
}

.verifyCode-login {
  display: flex;
  align-items: center;
}

.verifyCode-login img {
  width: 90px;
  height: 40px;
  margin-left: 10px;
  border: none;
  cursor: pointer;
}

.verifyCode-login .refresh {
  margin-left: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.verifyCodeBox .btn-default {
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.86);
  width: 110px;
  height: 40px;
  border: none;
  opacity: 1;
}

.phoneumberBox {
  position: relative;
  display: flex;
}

.phoneumberBox div {
  position: absolute;
  color: rgba(0, 0, 0, 0.86);
  font-size: 14px;
  width: 50px;
  height: 40px;
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}

.phoneumberBox .input {
  padding-left: 60px !important;
}

/* .verifyCodeBox .btn:hover {
  background: #0179c1;
  color: #ffffff;
} */

.el-card__body {
  padding: 24px 32px !important;
}

.codeBtn-login {
  width: 110px;
  height: 40px;
  border: none;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.86);
  margin-left: 13px;
}

.codeBtn2-login {
  color: #C0C4CC!important;
}

.codeBtn2-login:hover {
  cursor: not-allowed!important;
  color: #C0C4CC;
}