.language {
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  height: 0.34rem;
  width: 0.35rem;
  background: url("../images/language.jpg") no-repeat;
  background-size: 100% 100%;
}
.language-select {
  position: absolute;
  right: 0.34rem;
  top: 0.2rem;
  height: 0.4rem;
  width: 0.5rem;
  background: url("../images/language.jpg") no-repeat;
  background-size: 70% 80%;
  border: none;
}

.star-tip {
  color: red;
  font-weight: 600;
  font-style: normal;
}

.account-item span:first-child {
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  z-index: 9;
}

.mg-t-24 {
  margin-top: 24px;
}

.mg-l-40 {
  margin-left: 40px;
}

.tab-wrap {
  display: none;
  border-bottom: 1px solid rgba(234, 234, 234, 1);
  margin-bottom: 24px;
}

.tab-wrap span {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  padding-bottom: 10px;
  cursor: pointer;
  user-select: none;
}

.wide-red-line {
  border-bottom: 3px solid #d7150e;
  font-size: 16px;
  color: #d7150e !important;
}

.process-public {
  position: absolute;
  touch-action: none;
  cursor: pointer;
  top: 12px;
  right: 12px;
}

.view-icon-size {
  width: 20px;
  height: 20px;
  top: 10px;
}

.actnum-clear-icon,
.phonenum-clear-icon {
  display: none;
}

#username-clone {
  padding-right: 60px;
}

.hikId-label {
  margin-right: 10px;
}
.move-r-12 {
  right: 12px;
}

.move-r-38 {
  right: 36px;
}

.selected-placeholder {
  color: #999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  width: 96px;
}

.fixed-wrap {
  position: fixed;
  overflow: hidden;
}

.bg-body {
  background: url("../images/bg-3.jpg") no-repeat;
  background-size: cover;
}

#loading-div {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 100;
  display: none;
}
.loading-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.sso-section {
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  color: #333333;
  display: flex;
}
.help-div {
  margin-top: 0.16rem;
  font-size: 16px;
}

.help-div span:first-child {
  color: #666666;
}

.help-div span:last-child {
  color: #3880fd;
}
.jingshi-img {
  width: 0.3rem;
  height: 0.25rem;
  margin-right: 10px;
}
.account-item {
  position: relative;
  text-align: left;
  margin-bottom: 24px;
}

.icon-select-div {
  position: absolute;
  top: 0;
  right: 22px;
  z-index: 91;
  cursor: pointer;
  background: #fff;
  width: 330px;
  padding-top: 12px;
}
.icon-select-div .arrow {
  margin-left: 10px;
  background: url("../images/sanjiao.png");
  background-size: 100% 100%;
  height: 16px;
  width: 16px;
  float: left;
  margin-top: 7px;
}
.icon-select-div .language-div {
  background: url("../images/lang-1.svg");
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  float: left;
}
.icon-select-div .text {
  float: left;
  line-height: 25px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.select-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.language-arrow {
  width: 10px;
  height: 7px;
  float: left;
}

.error-info {
  left: 0;
  font-size: 14px;
  margin-bottom: 16px;
  width: 100%;
}
.modal-ul {
  position: absolute;
  top: 35px;
  right: 2px;
  display: none;
  z-index: 9999;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 rgba(221, 221, 221, 0.5);
  width: 200px;
  background: #fff;
  text-align: center;
  padding: 0px 15px 20px;
}
.language-ul.modal-ul:before {
  border-bottom: 8px #ccc solid;
}
.language-ul.modal-ul li {
  padding: 0px 15px;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  background: #fff;
  line-height: 40px;
  white-space: nowrap;
}
.language-ul.modal-ul li.active {
  color: #d7150e;
}

.left-content {
  width: 640px;
  background-image: url("../images/hikvision_logo.svg"),
    url("../images/bg2.jpg ");
  background-repeat: no-repeat, no-repeat;
  background-position: 40px 40px, top center;
  background-size: auto auto, cover;
  /* border: 0.001rem solid transparent; */
}

.left-content .logo-icon {
  width: 1.6rem;
  height: 0.32rem;
  background: url("../images/hikvision_logo_r.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.27rem;
  margin-top: 0.24rem;
}

.right-content {
  flex: 1;
  position: relative;
  /*开启后图片固定，只滚动内容区域 overflow-x: hidden;
  overflow-y: auto; */
  height: 100%;
  display: flex;
  align-items: center;
}
.right-content > header > .language-select {
  position: absolute;
  right: 0.34rem;
  top: 0.2rem;
  height: 0.4rem;
  width: 0.5rem;
  background: url("../images/language.jpg") no-repeat;
  background-size: 70% 80%;
  border: none;
  color: transparent;
}

.right-content > header > .language-select option {
  color: #626469;
}

.right-content > header > .language-select-icon {
  background: url("../images/sanjiao.png");
  background-size: 100% 100%;
  position: absolute;
  height: 0.1rem;
  width: 0.1rem;
  right: 0.34rem;
  top: 0.3rem;
}

.sso-section > .logo-icon {
  position: absolute;
  width: 1.6rem;
  height: 0.32rem;
  background: url("../images/hikvision_logo_r.png") no-repeat;
  background-size: 100% 100%;
  left: 0.27rem;
  top: 0.24rem;
}
.lang-wrap {
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  height: 76%;
  overflow: auto;
}
.lang-title-wrap {
  justify-content: space-between;
  padding: 15px 15px 0;
}
.lang-title-wrap .close-img {
  top: 0 !important;
  position: static !important;
}
.duigou-img {
  width: 16px;
  height: 13px;
}
.modal-ul {
  display: block;
  width: 100%;
  box-shadow: none;
  border: none;
}
.modal-ul:after {
  border: none;
}
.modal-ul li {
  padding: 0 !important;
  width: 100%;
  display: flex;
  height: 50px;
  line-height: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
  position: relative;
}
#login-form {
  width: 100%;
}

.shadow-article {
  width: 398px;
  margin: auto;
  text-align: left;
}
.title-wrap > .title,
.shadow-article header {
  font-size: 34px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  white-space: nowrap;
}

.title-wrap > .title-h2 {
  color: #333333;
}
.shadow-article header {
  width: 100%;
  margin-bottom: 0.32rem;
}
.shadow-article footer {
  width: 100%;
  margin-top: 24px;
}

.message-info {
  color: #d7292f;
}
.required:before {
  content: "*";
  position: absolute;
  color: red;
  left: 0;
  font-size: 0.16rem;
}

.btn-sso {
  margin: auto;
  background: #d7150e;
  border: 1px solid #d7150e;
  border-radius: 10px;
  letter-spacing: 0;
  text-align: center !important;
  cursor: pointer;
}
.btn-sso label {
  cursor: pointer;
}
.btn-sso:disabled {
  background: #cccccc !important;
  border: 1px solid #cccccc !important;
}
.btn-confirm {
  max-width: 100%;
  min-width: 88px;
  line-height: 30px;
  height: 32px;
  width: auto;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center !important;
  cursor: pointer;
  display: inline-block;
}
.btn-confirm:hover {
  background: #ff0012;
}
.modal {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 99;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.18rem;
  z-index: 99;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 435px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.modal-body-header {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
}

.modal-title {
  font-size: 16px;
  font-weight: 600;
}

.modal-body-content .modal-body-row {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
}
.modal-body .close-img {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
.modal-body .btn-close {
  min-width: 88px;
  padding: 0 17px;
  height: 32px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
  border-radius: 16px;
  margin: auto;
  display: block;
  margin-top: 20px;
}
.error-message {
  color: #d7292f;
  display: none;
  font-size: 12px;
  width: 100%;
  margin-bottom: -16px;
  margin-top: 2px;
}

.promptWrap label {
  display: none;
}

.successDiv,
.failedDiv {
  display: none;
}
.successDiv .success-title,
.failedDiv .success-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.successDiv .success-title .img-span,
.failedDiv .success-title .img-span {
  width: 88px;
  height: 88px;
  display: block;
  position: relative;
  margin: 0 auto 12px;
}
.successDiv .success-title .img-span img,
.failedDiv .success-title .img-span img {
  width: 100%;
}
.successDiv .success-box,
.failedDiv .success-box {
  color: #666666;
  text-align: center;
  font-size: 16px;
  margin-top: 12px;
  line-height: 22px;
}
.hideDiv span.img-span {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
}
.hideDiv span.img-span img {
  width: 100%;
}

.text-center {
  text-align: center;
}

.secondary-nav-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 80px;
  width: 375px;
  transition: all 0.3s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  z-index: 90;
  background-color: #fff;
  overflow-y: auto;
}

.languageBox {
  display: flex;
  flex-wrap: wrap;
  padding-left: 28px;
}
.languageList {
  margin-bottom: 6px;
  line-height: 1.6;
}
.languageList:first-child {
  width: 53%;
}
.languageList:last-child {
  width: 45%;
}
.languageItem {
  margin-bottom: 25px;
}
.countryTitle {
  font-weight: 700;
  font-size: 14px;
}
.countryList li {
  font-size: 12px;
  line-height: 1.9;
  cursor: pointer;
}
.countryList li.active {
  color: #d7150e;
}
.countryList li:hover {
  color: #d7150e;
  text-decoration: underline;
  text-decoration-color: #d7150e;
}

/* 0214 原临界值800，需兼容810的ipad */
@media only screen and (max-width: 810px) {
  html {
    font-size: 425%;
  }
  .title-wrap > .title,
  .shadow-article header {
    font-size: 24px;
  }
  .account-label {
    font-size: 14px;
    height: 20px;
  }

  .help-div {
    font-size: 14px;
  }
  footer.btn-modal-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .icon-select-div {
    width: auto;
    top: 12px;
    padding-top: 0;
    z-index: auto;
  }
  .icon-select-div:hover #lang-modal {
    display: block;
  }
  .secondary-nav-wrapper,
  .languageBox.language-ul {
    display: none !important;
  }
  #password-rules {
    display: none !important;
  }
  .message-box {
    max-width: 366px;
    width: 92%;
    padding: 20px;
    padding-left: 66px;
    text-align: left;
    left: 50%;
  }
  .message-box:before {
    left: 20px;
  }
  .successDiv .success-box,
  .failedDiv .success-box {
    margin-bottom: 76px;
  }

  .successDiv .success-title .img-span,
  .failedDiv .success-title .img-span {
    margin-bottom: 20px;
  }
  .modal-body {
    width: 92% !important;
    max-width: 398px;
    padding: 20px 15px 24px;
  }
  .modal-body-header {
    margin-bottom: 20px;
  }

  .line-input,
  .line-select {
    font-size: 14px;
  }

  .sso-section {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  .sso-section .left-content {
    width: 100% !important;
    height: 166px;
    background-image: url("../images/hikvision_logo.svg"),
      url("../images/mobile-bg.png ");
    /* background-repeat: no-repeat, no-repeat; */
    background-position: 16px 16px, top center;
    /* background-size: auto auto, cover; */
    flex-shrink: 0;
  }

  .sso-section .scale-less-height {
    height: 120px !important;
  }

  .shadow-article footer {
    text-align: center;
  }
  .sso-section .right-content {
    width: 100%;
    right: 0;
    padding: 0;
    max-width: 398px;
    margin: auto;
    display: block;
  }
  .account-item,
  .register-form-row {
    margin-bottom: 16px;
  }

  footer > .btn-confirm {
    width: 4.35rem;
    margin: auto;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 20px;
  }
  .title-wrap,
  .shadow-article {
    margin-top: 35px;
  }
  .shadow-article {
    width: 92% !important;
    position: static;
    transform: none;
    max-width: 398px;
  }
  .sso-form__label::before {
    border: none !important;
  }

  .sso-form__label {
    background-color: #fff !important;
  }
  #country,
  option {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 811px) {
  .shadow-article {
    width: 300px;
  }
  .title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 811px) {
  html {
    font-size: 425%;
  }
  .left-content {
    width: 450px;
  }

  #lang-modal {
    display: none !important;
  }
}
@media only screen and (max-width: 1919px) and (min-width: 811px) {
  /* .modal-body{
    padding: 24px;
  }
  .modal-body-content{
    padding: 0 8px;
    margin: 30px 0;
  }
  .modal-body .modal-body-row:first-child {
    margin-bottom: 4px;
  }
 */
  html {
    font-size: 525%;
  }

  #lang-modal {
    display: none !important;
  }
}

@media (min-width: 810px) {
  .sso-tips__img:hover + .sso-tips__wrap {
    display: block;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 625%;
  }

  #lang-modal {
    display: none !important;
  }
}

.logging-text {
  display: none;
}

.icon-loding {
  animation: rotating 2s linear infinite;
  position: relative;
  top: 3px;
  left: 3px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cas-footer {
  color: rgb(51, 51, 51);
  font-size: 12px;
  width: 92%;
  text-align: center;
  margin: 40px auto 0;
  padding-bottom: 24px;
}
.cas-footer.fixBottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}
.fixBottom.hidden {
  display: none;
}
@media screen and (max-width: 810px) {
  .cas-policy {
    margin-top: 8px;
    display: block;
  }
}
@media screen and (min-width: 811px) {
  .cas-policy {
    margin-left: 20px;
  }

  .modal-body {
    padding: 24px;
  }
  .modal-body-content {
    padding: 0 8px;
    margin: 30px 0;
  }
  .modal-body .modal-body-row:first-child {
    margin-bottom: 4px;
  }
}

.remember-login-box {
  display: flex;
  align-items: center;
  color: rgb(102, 102, 102);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.remember-login-box input {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 12px;
  border: 1px solid rgb(153, 153, 153);
  border-radius: 2px;
  background: rgb(255, 255, 255);
}

.remember-login-tip-box {
  display: flex;
  padding: 12px;
  border-radius: 4px;
  background: rgb(245, 245, 245);
  margin-top: 16px;
}

.remember-login-tip-icon {
  margin-right: 8px;
  font-size: 20px;
}

.remember-login-tip-txt {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}
