html {
  position: relative;
  font-size: 16px;
}
.header {
  width: 100%;
}
.header .content {
  padding: 0;
  height: 90px;
  position: relative;
}
/* @media (max-width: 1023px) {
  .header .content {
    width: 100%;
    height: 50px;
  }
} */
.header .content .logo {
  display: inline-block;
  height: 100%;
  line-height: 90px;
  /*cursor: pointer;*/
}
/* @media (max-width: 1023px) {
  .header .content .logo {
    width: 100%;
    text-align: center;
    line-height: 50px;
  }
} */
.header .content .logo img {
  height: 24px;
}
/* @media (max-width: 1023px) {
  .header .content .logo img {
    height: 21px;
  }
} */
.header .content .nav-pills {
  height: 90px;
  display: inline-block;
  /* background-color: #000000; */
  margin: 0;
}
/* @media (max-width: 1023px) {
  .header .content .nav-pills {
    padding-top: 0px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 100;
    height: auto;
    width: 244px;
    border-radius: 0;
  }
} */
.header .content .nav-pills li {
  height: 100%;
  margin-left: 0;
}
/* @media (max-width: 1023px) {
  .header .content .nav-pills li {
    height: 50px;
    border-bottom: 1px solid #424242;
    background-color: transparent;
  }
} */
.header .content .nav-pills li a {
  width: 100%;
  display: inline-block;
  height: 100%;
  color: #CCE0FF;
  line-height: 90px;
  background-color: transparent;
  padding: 0 42px 0 0;
  font-size: 18px;
}
/* @media (max-width: 1023px) {
  .header .content .nav-pills li a {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    line-height: 49px;
    color: #999999;
    font-size: 13px;
  }
} */
.header .content .nav-pills li a:hover {
  color: #FFFFFF;
  background-color: transparent;
}
/* @media (max-width: 1023px) {
  .header .content .nav-pills li a .caret {
    margin-left: 110px;
  }
} */
.header .content .nav-pills li:last-child {
  padding-right: 0;
}
.header .content .nav-pills li:last-child a {
  padding-right: 0;
}
.header .content .nav-pills .active a {
  color: #FFFFFF;
  font-weight: bold;
}
.header .content .nav-pills .dropdown .btn {
  width: 130px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #CCE0FF;
  padding: 0;
  font-size: 18px;
}
/* @media (max-width: 1023px) {
  .header .content .nav-pills .dropdown .btn {
    font-size: 13px;
  }
} */
.header .content .nav-pills .dropdown .btn:hover {
  color: #CCE0FF;
}
.header .content .nav-pills .dropdown .btn .caret {
  color: #CCE0FF;
}
.header .content .nav-pills .dropdown .dropdown-menu {
  background-color: #000000;
  opacity: 0.9;
  height: auto;
  padding: 24px 20px;
  width: 196px;
  left: -45px;
}
@media (max-width: 1023px) {
  .header .content .nav-pills .dropdown .dropdown-menu {
    margin-top: 0;
    /* padding-top: 0; */
    padding: 0 20px;
    width: 160px;
    border-radius: 0;
    border: none;
    left: -65px;
  }
}
.header .content .nav-pills .dropdown .dropdown-menu li {
  padding: 0;
  background-color: transparent;
  margin-bottom: 24px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header .content .nav-pills .dropdown .dropdown-menu li {
    margin-bottom: 0;
    line-height: 50px;
  }
}
.header .content .nav-pills .dropdown .dropdown-menu li span {
  color: #999999;
  vertical-align: middle;
}
.header .content .nav-pills .dropdown .dropdown-menu li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .content .nav-pills .dropdown .dropdown-menu li .iconed {
  display: none;
}
.header .content .nav-pills .dropdown .dropdown-menu li .icon {
  display: inline-block;
}
.header .content .nav-pills .dropdown .dropdown-menu .active span {
  color: #FFFFFF;
}
.header .content .nav-pills .dropdown .dropdown-menu .active .iconed {
  display: inline-block;
}
.header .content .nav-pills .dropdown .dropdown-menu .active .icon {
  display: none;
}
.container{
  min-width: 1224px !important;
}
.footer {
  width: 100%;
  height: 68px;
  padding: 26px 0 31px 0;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
}
.footer .container {
  max-width: 1100px;
  padding: 0;
}
.footer .bah {
  /*border-top: 1px solid #D7D7D7;
  padding-top: 10px;*/
  text-align: center;
  color: #999999;
  font-size: 16px;
}
a#w_wav {
  text-align: center;
  color: #999999;
  font-size: 16px;
}
.footer .up {
  padding-bottom: 18px;
}
.footer .row .col-md-3 {
  text-align: right;
  height: 136px;
}
.footer .row .wx-code {
  text-align: left;
  border-right: 1px solid #D7D7D7;
}
.footer .row .col-md-3 .content {
  display: inline-block;
}
.footer .row .col-md-3 .content .wx-text {
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.footer .row .col-md-3 .content {
  text-align: left;
}
.footer .title {
  color: #666666;
  font-size: 16px;
  position: relative;
  line-height: 16px;
  line-height: 32px;
}
.footer .text {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.to_height1 {
  height: 12.5rem;
}
.to_height2 {
  height: 0.8rem;
}
.to_height3 {
  height: 1.5rem;
}
.btn:focus {
  outline: none!important;
}
.eyes {
  position: absolute;
  right: 3%;
  top: 15%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
/*.password_strength {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-left: 5px;
}*/
.modal {
  min-width: 1240px;
}

.msg_span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 45px;
  margin-left: 100px;
}

#loadingBarModal .modal-dialog,
#loadingModal .modal-dialog {
  position: absolute;
  width: 610px;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: unset;
}

/* @media (max-width: 480px) {
  #loadingBarModal .modal-dialog,
  #loadingModal .modal-dialog {
    top: 16%;
  }
} */

#loadingBarModal .modal-dialog .modal-content,
#loadingModal .modal-dialog .modal-content {
  width: 80%;
  margin: 0 auto;
}

#loadingBarModal .modal-dialog .modal-content .modal-header .modal-title,
#loadingModal .modal-dialog .modal-content .modal-header .modal-title,
#helpModal .modal-dialog .modal-content .modal-header .modal-title,
#Revert .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

#loadingBarModal .modal-dialog .modal-content .modal-body,
#loadingModal .modal-dialog .modal-content .modal-body {
  padding: 15% 0;
}

#loadingBarModal .modal-dialog .modal-content .progress {
  position: absolute;
  width: 80%;
  height: 10px;
  z-index: 12;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
}

#loadingBarModal .modal-dialog .modal-content .progress-text {
  position: absolute;
  top: 35%;
  left: 10%;
}

/* @media (max-width: 1023px) {
  #loadingBarModal .modal-dialog .modal-content .progress-text {
    font-size: 12px;
  }
} */

#loadingModal .modal-dialog .modal-content .btn,
#loadingBarModal .modal-dialog .modal-content .btn {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40%;
  height: 25%;
  line-height: 25%;
  cursor: pointer;
  border-radius: 5px;
}

#loadingModal .modal-dialog .modal-content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
}

#loadingModal .modal-dialog .modal-content .text {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

#helpModal .modal-lg .modal-body {
  padding: 15px 0px;
  padding-bottom: 15px;
}
/* @media (max-width: 1023px) {
  #helpModal .modal-lg .modal-body {
    padding: 15px;
  }
} */
#helpModal .modal-lg .modal-body .item,
#Revert .modal-lg .modal-body .item {
  padding: 15px;
  margin: 0 30px;
  background-color: #F2F2F2;
  border-radius: 8px;
  margin-bottom: 10px;
}
/* @media (max-width: 1023px) {
  #helpModal .modal-lg .modal-body .item {
    margin: 0;
    margin-bottom: 10px;
  }
} */

#Revert .modal-lg .modal-body .item .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin-bottom: 16px;
}

#helpModal .modal-lg .modal-body .item .title {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin: 20px 0px 20px 40px;
}
/* @media (max-width: 1023px) {
  #helpModal .modal-lg .modal-body .item .title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 14px;
  }
} */

#helpModal .modal-lg .modal-body .item .hr{
  margin: 0px;
}

#Revert .modal-lg .modal-body .item .text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

#helpModal .modal-lg .modal-body .item .text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 20px 60px;
}

#helpModal .modal-lg .modal-body .item .text .hr{
  margin: 20px 0px; 
}

#helpModal .modal-lg .modal-body .item img {
  height: 100px;
  width: 700px;
  margin: 20px 15px;
}
/* @media (max-width: 1023px) {
  #helpModal .modal-lg .modal-body .item .text {
    font-size: 12px;
    line-height: 18px;
  }
}*/
/* @media(min-width:1401px){ html { font-size: 16px; } }
@media(max-width:1400px){ html { font-size: 15px; } #confirm_show1,#confirm_show2 { width: 45%;} }
@media(max-width:800px){ html  { font-size: 14px; } #confirm_show1,#confirm_show2 { width: 50%;} }
@media(max-width:540px){ html { font-size:12px; } }
@media(max-width:480px){ html { font-size:11px; } }
@media(max-width:414px){ html { font-size:10px; } #confirm_show1,#confirm_show2 { width: 70%;} }
@media(max-width:375px){ html { font-size:9px; } }
@media(max-width:360px){ html { font-size:8px; } }
@media(max-width:320px){ html { font-size:7px; } } */
.error_r {
  color: red;
  font-size: 1rem;
}
.off {
  display:none;
}

/* 特殊输入框 */
.input-box {
  width: 100%;
  height: 34px;
  padding: 4px 6px;
  color: #555;
  border-radius: 4px;
  background-color: #FFF;
  text-align: center;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.input-box > .input-area {
  width: 22px;
  outline: none;
  text-align: center;
  flex: 1;
}
#macInfo .input-box {
  margin-top: 10px;
}

.WPA3_tips {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  text-align: left;
}

.col-xs-7 .eyes {
  right: 8%;
}

.bracket::after {
  content: "("attr(data-text)")";
  overflow-wrap: break-word;
}

/* 登陆密码的弹窗*/
.custom-tips {
  position: absolute;
  z-index: 999999;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-tips-content {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  padding: 8px 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  hyphens: none;
  white-space: normal;
}

.custom-tips-content img {
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 8px;
}

/* 外部箭头 */
.custom-tips-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  z-index: 2;
}

/* 箭头内边 */
.custom-tips-arrow::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -6px;
  border-width: 5px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  z-index: 1;
}