/*! ipcv1.0.0-skyworthsg--1.0.10--version01 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
html {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  overflow-x: hidden;
  min-width: 1024px;
  overflow-x: auto;
}
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: Arial, Helvetica;
  background-color: #4e617c;
  color: #FFF;
  font-size: 1rem;
}
.min-font {
  color: #8ea1a3;
  font-size: 0.8rem;
  white-space: normal;
}
.err-msg {
  color: #f84343;
}
.nvr-button {
  width: 13rem;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #6595d5;
  cursor: pointer;
  user-select: none;
  color: #FFF;
}
.nvr-button:active {
  background-color: #5489ce;
}
.is-disabled {
  background-color: rgba(180, 178, 178, 0.425);
  cursor: default;
  pointer-events: none;
}
#header {
  width: 100%;
  height: 68px;
}
#main {
  width: 100%;
  height: calc(100% - 68px);
  display: flex;
}
#container {
  width: calc(100% - 250px);
  height: 100%;
  background-color: #223649;
  overflow-y: auto;
  color: #e0e0e0;
}
.nvr-header {
  width: 100%;
  height: 68px;
  display: flex;
  justify-content: space-between;
  background-color: #60728b;
  user-select: none;
  overflow: hidden;
}
.nvr-header .logo {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.nvr-header .logo-title {
  margin: 0.22rem 0.14rem 0.14rem 0.42rem;
  font-size: 1.4rem;
  color: #fff;
}
.nvr-header .versions {
  padding: 0.2rem 0.4rem;
  text-align: center;
  font-size: 0.6rem;
  border-radius: 0.2rem;
  background-color: #e0b567;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
  white-space: nowrap;
}
.nvr-header .menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
.nvr-header .menu .menu-item {
  width: 100%;
  max-width: 140px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-right: 1.2rem;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
}
.nvr-header .menu .is-active {
  border-bottom: 3px solid #ff1717;
}
.nvr-header .menu .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}
.nvr-header .userMent {
  width: 9rem;
  padding-right: 1rem;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nvr-header .userMent .userName {
  margin-right: 10px;
}
.nvr-header .userMent .logout:hover {
  color: #ff4545;
  cursor: pointer;
}
.nvr-menu {
  width: 250px;
  height: 100%;
  user-select: none;
}
.nvr-menu .menu-title {
  width: 100%;
  line-height: 4.4rem;
  text-align: center;
  background-color: #3b4c64;
  font-size: 1.2rem;
}
.nvr-menu .menu-box {
  height: calc(100% - 74px);
  overflow-y: auto;
}
.nvr-menu .menu-item {
  width: 100%;
  line-height: 3.4rem;
  font-size: 1.1rem;
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.nvr-menu .is-active {
  background-color: #7a8391;
}
.nvr-menu .menu-sub {
  width: 100%;
  line-height: 3.4rem;
  font-size: 1.1rem;
  padding-left: 2rem;
  cursor: pointer;
}
.nvr-menu .submenu {
  position: relative;
  height: 3.4rem;
  overflow: hidden;
}
.nvr-menu .submenu::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 1.2rem;
  right: 6px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  /*透明 灰 透明 透明 */
}
.nvr-menu .submenu .menu-item {
  font-size: 1rem;
}
.nvr-menu .submenu-active {
  position: relative;
  height: auto;
  overflow: hidden;
}
.nvr-menu .submenu-active::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 1.2rem;
  right: 6px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  transform: rotate(-90deg);
}
.nvr-menu .submenu-active .menu-item {
  padding-left: 3rem;
}
.nvr-table {
  width: 100%;
}
.nvr-table thead {
  height: 1rem;
  background-color: #424e5a;
}
.nvr-table thead th {
  width: auto;
  height: 3rem;
  line-height: 3rem;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.nvr-table tbody {
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.nvr-table tbody td {
  width: auto;
  height: 3rem;
  line-height: 3rem;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nvr-table thead,
.nvr-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.nvr-table .is-active {
  background-color: #ececec52;
}
.input-checkbox,
label {
  cursor: pointer;
  user-select: none;
}
.nvr-form {
  width: 100%;
}
.nvr-form .form-item {
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
}
.nvr-form .form-item .iseyes {
  position: absolute;
  top: -3px;
  right: 4px;
  width: 2.6rem;
  height: 2.6rem;
}
.nvr-form .form-label {
  width: 45%;
}
.nvr-form .form-input {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.nvr-form .form-input .slider-value {
  margin: 0 4px 0 16px;
  min-width: 26px;
}
.nvr-form input[type=text],
.nvr-form input[type=password],
.nvr-form input[type=date] {
  width: 100%;
  height: 1.8rem;
  padding-left: 1.4rem;
  color: #fff;
  outline: none;
  background-color: #354854;
  border: none;
}
.nvr-form select {
  width: 100%;
  height: 1.9rem;
  color: #fff;
  outline: none;
  background-color: #354854;
  border: none;
  padding-left: 1.2rem;
}
.nvr-form select option {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: contain;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:checked {
  background-color: #18f2a2;
  border-color: #18f2a2;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #18f2a2;
  border-color: #18f2a2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.switch-button {
  display: none;
  /*隐藏表单元素*/
}
.switch-button + label {
  /*+选择器选择紧跟“+”左边选择器的第一个元素*/
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  width: 34px;
  height: 17px;
  border-radius: 15px;
  background-color: #ccc;
  vertical-align: middle;
  cursor: pointer;
}
.switch-button:checked + label {
  /*选中表单后的样式，:checked表示checkbox被选中后的状态*/
  background-color: #04e38c;
}
.switch-button + label::before {
  /*使用伪元素生成一个按钮*/
  content: '';
  display: block;
  height: 13px;
  width: 13px;
  position: absolute;
  border-radius: 50%;
  left: 3px;
  top: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.switch-button:checked + label::before {
  /*checkbox选中时按钮的样式*/
  left: 19px;
  transition: all 0.2s linear;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 8px;
  /*滚动条宽度*/
  height: 8px;
  /*滚动条高度*/
  overflow: overlay;
}
* {
  scrollbar-width: thin;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  /*滚动条的背景区域的圆角*/
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  /*滚动条的圆角*/
  -webkit-box-shadow: inset 0 0 6px rgba(190, 189, 189, 0.8);
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  color: #ffffff;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  width: 460px;
  margin: 0 auto;
  pointer-events: none;
}
.nvr-loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  width: 460px;
  margin: 0 auto;
}
.modal-content {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #495d6c;
  background-clip: padding-box;
  border: 3px solid #6cd2ff;
  outline: 0;
  font-size: 1rem;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  text-align: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #7289a1;
  font-size: 1.2rem;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 2rem 3rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
}
.modal-close {
  width: 50%;
  background-color: #4f5d67;
  padding: 20px 0;
  cursor: pointer;
}
.modal-confirm {
  width: 50%;
  background-color: #5c6a76;
  padding: 20px 0;
  cursor: pointer;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

body {
  background-image: -webkit-linear-gradient(top, #688ab8, #363c3c);
  background-image: -ms-linear-gradient(top, #688ab8, #363c3c);
}
.form-ts {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  color: #c9c9c9;
  font-size: 0.9rem;
}
.form-ts .ssdl {
  cursor: pointer;
}
.form-ts .wjmm {
  cursor: pointer;
}
.forget #qrcode {
  text-align: center;
}
.forget .content {
  margin: 26px 0;
  font-size: 0.9rem;
}
.forget .czkl {
  width: 380px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.forget .czkl .form-label {
  width: 100px;
}
.bottom-err {
  color: #e07070;
  font-size: 0.9rem;
  margin-top: 1rem;
}
.modal-backdrop.in {
  opacity: 0;
}
#loginModal .modal-content {
  background-color: transparent;
}
#loginModal .modal-footer {
  border-top: 1px solid #7289a1;
}
#loginModal .modal-confirm {
  background-color: transparent;
}
.select-language {
  width: 100px;
  position: absolute;
  z-index: 99999;
  right: 20px;
  top: 20px;
}
select[name=language]{
  display: none;
}

