html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
input, form, textarea, p, th, td, hr, button, a, s, b, i {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", Airal, sans-serif, MiSans-Regular, MiSans;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
img, span {
    vertical-align: middle;
    display: inline-block;
}
ul li {
    list-style-type: none;
}
a, a:hover {
    cursor: pointer;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
    background-color: transparent;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
[class*="col-"], .input-group[class*="col-"] {
    padding: 0 10px;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 1200px;
    padding: 0;
    margin: 0;
    background: url("../img/bg.png") no-repeat top/100% #F3F3F3;
}
.header > .header-box {
    position: relative;
    width: 70%;
    min-width: 1080px;
    height: 90px;
    margin: 0 auto;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-box .nav-pills {
    height: 100%;
    display: inline-flex;
    justify-content: flex-end;
}
.header-box .nav-pills li {
    min-width: 72px;
    flex: 1;
    margin-left: 0;
}
.header-box .nav-pills img {
    width: 36px;
    margin-bottom: 2px;
}
.header-box .nav-pills li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #CCE0FF;
    background-color: transparent;
    padding: 5px 8px;
    font-size: 14px;
    white-space: nowrap;
}
.header-box .nav-pills li a:hover,
.header-box .nav-pills li a:focus {
    color: #FFF;
    background-color: transparent;
}
.header-box li.active a {
    color: #FFF;
    font-weight: bold;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 68px;
    color: #999;
    font-size: 16px;
    background-color: #FFF;
    text-align: center;
}
.footer > a {
    color: #999;
    text-decoration: none;
    vertical-align: middle;
}
.footer > a::after {
    content: "|";
    margin: 0 10px;
    font-weight: bold;
}
.main {
    width: 70%;
    min-width: 1080px;
    padding: 20px 0;
    margin: 0 auto;
    overflow: auto;
}
.main.row {
    display: flex;
}
.main.row > div {
    height: 100%;
    background-color: #FFF;
    border-radius: 6px;
}
.main .aside {
    padding: 0;
    width: 248px;
    height: 100%;
    overflow-y: auto;
}
/* wizard */
#wizard > div {
    width: 100%;
    height: auto;
    padding: 20px 25%;
    margin-bottom: 20px;
}
.wizTitle {
    min-height: 34px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 -5px 15px -5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.termTips {
    font-size: 12px;
    color: #8B8B92;
    margin-top: 5px;
    text-align: right;
}
.fnTips {
    font-size: 12px;
    color: #999;
    margin: 5px -5px 15px -5px;
}
.font-bold, .page-content.device_status h5 {
    font-weight: bold;
}
#wizWanState {
    min-height: 34px;
}
#ScanFailure > div:first-child {
    position: relative;
    text-align: center;
}
#ScanFailure > div:first-child > img {
    position: relative;
    width: 120%;
    left: -8%;
}
#ScanFailure .imgText {
    position: absolute;
    color:#3D64A3;
    font-size: 14px;
    text-align: center;
}
#ScanFailure .imgText:nth-of-type(1) {
    top: 35%;
    right: 200px;
}
#ScanFailure .imgText:nth-of-type(2) {
    top: 48%;
    left: 140px;
}
#ScanFailure .imgText:nth-of-type(3) {
    top: 56%;
    right: 60px;
}
#imgTips {
    text-align: center;
    color:#F5B74B;
    font-size: 16px;
    margin-bottom: 20px;
}
#imgTips > img {
    margin-right: 4px;
}
#ScanFailure > div:last-child {
    margin-bottom: 30px;
}
#setDual, #setSysPwd {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
}
#setDual > .switch, #setSysPwd > .switch {
    margin-left: 10px;
}
#setLoading span.text-right,
#setLoading .text-right > span {
    white-space: pre;
}
#setLoading .text-right img {
    margin-left: 2px;
    cursor: pointer;
}
#app {
    width: 140px;
}
#appTips {
    margin: 20px 0;
    font-size: 12px;
    color: #8B8B92;
}
#wizard > div > .row:last-child {
    justify-content: center;
}
#loadingModal.wizModal .modal-content {
    border-radius: 20px;
    width: 438px;
    height: 270px;
    margin: 0 auto;
}
#loadingModal.wizModal .modal-body {
    height: 100%;
}
#loadingModal.wizModal .modal-body img {
    width: 178px;
    margin-bottom: 16px;
}
/* menu list */
.main.row > .aside {
    background-color: transparent;
}
#menu-list {
    margin: 0;
}
#menu-list .panel {
    margin: 0 0 6px 0;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    background-color: #FFF;
}
#menu-list .panel:last-child {
    margin-bottom: 0;
}
#menu-list .panel-heading {
    padding: 10px 0 10px 10px;
    color: #000;
    border: none;
    border-radius: inherit;
    background-color: #FFF;
    transition: color 0.3s ease;
}
#menu-list .panel-heading:hover,
#menu-list .panel-heading:has([aria-expanded="true"]) {
    color: #4A85E1;
}
#menu-list .panel-collapse {
    border-radius: inherit;
}
#wizard .btn-default:hover,
#menu-list .panel-collapse, #addRule:hover,
.modal-dialog .modal-footer .btn-default {
    color: #000;
    background-color: #FFF;
}
#menu-list .panel-title {
    cursor: pointer;
    padding-right: 30px;
    font-size: 16px;
    position: relative;
}
#menu-list .panel-title[data-toggle] > .glyphicon {
    position: absolute;
    top: 20%;
    right: 8px;
    font-size: 14px;
}
#menu-list .panel-title[data-toggle].collapsed > .glyphicon::before {
    content: "\e258";
}
#menu-list .panel-title[data-toggle] > .glyphicon::before {
    content: "\e259";
}
#menu-list .panel-body {
    padding: 0;
    border: none;
}
#menu-list .nav > li > a {
    font-size: 14px;
    color: #000;
    padding: 6px 16px;
    border-radius: 6px;
    transition: color 0.3s ease;
    text-transform: capitalize;
}
#menu-list > .active .panel-heading {
    background-color: #E4F2FD;
    color: #4A85E1;
}
#menu-list .nav > li.active::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4A85E1;
}
#menu-list .nav > li > a:hover {
    background-color: #FFF;
    color: #FFBE62;
}
#menu-list > .active li.active > a {
    font-weight: bold;
    background-color: #FFF;
    color: #4A85E1;
}
/* page content */
#page {
    flex: 1;
    height: 100%;
    padding: 0 0 0 20px;
    background-color: transparent;
}
.page-content {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    overflow: auto;
}
.page-content.row {
    display: flex;
    justify-content: center;
}
.page-content.row > div {
    height: 100%;
    background-color: #FFF;
    border-radius: 6px;
}
.page-content.row > .content {
    margin: 0 20px 0 0;
    padding: 20px 50px;
    overflow: auto;
}
.page-content.row > .content.col-xs-12 {
    width: 100%;
    margin: 0;
}
.page-content .content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin: 0 -15px 15px -15px;
    border-bottom: 1px solid #999;
    text-transform: capitalize;
}
.main.device_status [class*="col-"],
.page-content.device_status [class*="col-"] {
    padding: 0;
}
/* index */
.main.device_status > div:first-child {
    padding-right: 20px;
}
.main.device_status > div > div {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #FFF;
}
.main.device_status #wifi_info {
    height: 340px;
    background-color: #ECF4FF;
    display: flex;
    align-items: center;
}
#wifi_info > div {
    flex: 1;
    height: 100%;
    padding-left: 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
#wifi_info .ssid-info {
    flex: 1;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
#wifi_info .ssid-info:first-child {
    margin-bottom: 20px;
}
#wifi_info .ssid-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #333;
}
#wifi_info .ssid-row > div[data-i18n]:nth-child(2) {
    white-space: pre;
    margin: 0 5px 0 10px;
}
#wifi_info .ssid-row > div:last-child {
    white-space: break-spaces;
    word-break: break-all;
}
.main.device_status .title-row {
    display: flex;
    align-items: center;
    color: #A2A4AA;
}
.main.device_status .title-row > span[data-i18n="index.lblSetting"], #downloadApp {
    cursor: pointer;
}
.main.device_status .title-row > .glyphicon {
    height: 16px;
    font-size: 13px;
    padding-left: 2px;
    cursor: pointer;
}
.main.device_status .title-row > div {
    flex: 1;
    margin-left: 10px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
}
.main.device_status .title-row .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.main.device_status .title-row .status {
    font-size: 12px;
    color: #999;
}
.main.device_status > div:first-child .row {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0 0 55px;
}
.main.device_status > div:last-child .title-row {
    padding-left: 20px;
    border-left: 5px solid #1D428A;
}
.main.device_status > div:last-child .title-row .title {
    flex: 1;
}
.main.device_status > div:last-child .row {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 0 25px;
}
#device_info .nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}
#device_info .nav-tabs a {
    font-size: 14px;
    color: #999;
    padding: 0;
    border: none;
    background-color: #FFF;
    height: 25px;
    line-height: 25px;
}
#device_info .nav-tabs > li:first-child > a {
    padding: 0 20px;
}
#device_info .nav-tabs a:hover {
    border: none;
    background-color: #FFF;
}
#device_info .nav-tabs > li.active > a {
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
#device_info .nav-tabs > li.active::after {
    display: block;
    content: "";
    width: 50%;
    height: 4px;
    margin: 0 auto;
    background-color: #1D428A;
}
#device_info .tab-content {
    overflow: auto;
    max-height: 140px;
}
#device_info .table {
    margin-bottom: 0;
}
#device_info .table thead {
    font-size: 12px;
    color: #A2A4AA;
    background-color: #FFF;
}
#device_info .table tbody {
    font-size: 14px;
    color: #666;
}
#device_info .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F5FAFE;
}
#device_info .table > tbody > tr > td {
    padding-bottom: 6px;
    white-space: pre;
}
#device_info .table > tbody > tr:last-child > td {
    border: none;
}
/* wireless/network */
.main.wireless > div, .main.network > div {
    position: relative;
    background-color: #FFF;
    border-radius: 6px;
    padding: 20px 30px;
    margin: 0 0 20px 0;
}
.main.wireless > .row:first-child > .control-label {
    height: auto;
    padding: 0;
    font-size: 14px;
    color: #666;
    text-transform: initial;
}
.main.wireless .title, .main.network .title {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    padding: 6px 0;
    z-index: 1;
}
.main.wireless .row .control-label,
.main.network .row .control-label {
    font-size: 16px;
}
.main div[data-target="#helpModal"] {
    position: absolute;
    right: 20px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
}
.main div[data-target="#helpModal"] > img {
    margin-right: 4px;
}
.main.wireless #setWifi, .main.network #setWan {
    min-width: 20%;
    font-size: 14px;
}
/* terminal */
.main.terminal .tabHeader {
    position: relative;
    margin-bottom: 15px;
}
.main.terminal .nav-tabs {
    border-bottom: 2px solid;
}
.main.terminal .nav-tabs li {
    width: 208px;
    height: 44px;
    background-color: #FFF;
    border-radius: 8px 8px 0 0;
    margin: 0 10px 0 0;
}
.main.terminal .nav-tabs li a {
    border: none;
    font-size: 16px;
    color: #333;
    background-color: transparent;
    text-align: center;
}
.main.terminal .nav-tabs li a:hover {
    background-color: transparent;
}
.main.terminal .nav-tabs li.active {
    background-color: #3D65A3;
}
.main.terminal .nav-tabs li.active a {
    color: #FFF;
}
.main.terminal .tab-content {
    position: relative;
    height: 569px;
    padding-top: 10px;
    margin-bottom: 20px;
    background-color: #FFF;
    border-radius: 8px;
    overflow: auto;
    text-align: center;
}
#offlineList td[colspan] {
    padding: 20px;
}
.terminal .table thead th {
    font-size: 16px;
    background-color: #FFF;
}
.terminal .table tbody tr {
    border-top: 1px solid #ddd;
}
#online_devices tr > td:first-child div {
    display: flex;
    align-items: center;
    margin-left: 25%;
    white-space: pre;
    word-break: keep-all;
}
.terminal .table tbody td > div {
    margin: 8px auto;
}
.terminal .table .form-control {
    padding: 6px;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #FFF;
}
.terminal .table .editName {
    margin-left: 10px;
    cursor: pointer;
}
.terminal .table .changeName,
#helpModal .modal-dialog {
    width: 60%;
}
.terminal .table .removeThis {
    cursor: pointer;
}
/* device_status */
.page-content.device_status > .row {
    height: 224px;
    padding: 20px 0;
    margin: 0 0 20px 0;
    background-color: #FFF;
    border-radius: 6px;
    display: flex;
}
.page-content.device_status > .row:last-child {
    margin-bottom: 0;
}
.page-content.device_status > .row > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-content.device_status > .row > div:first-child {
    padding: 0 4px;
    text-align: center;
    align-items: center;
    border-right: 1px solid #e4e4e4;
}
.page-content.device_status > .row > div:first-child > img {
    width: 40px;
    margin-bottom: 10px;
}
.page-content.device_status h5,
.page-content.device_status > .row .row {
    min-height: 30px;
    padding: 0;
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
}
.page-content.device_status #lanInfo {
    justify-content: flex-start;
}
.page-content.device_status #ssid2, .page-content.device_status #ssid5 {
    white-space: break-spaces;
    word-break: break-word;
    padding-right: 2px;
}
.page-content.device_status .item-type {
    color: #838383;
}
.main > div .row, .content .row {
    position: relative;
    display: flex;
    align-items: center;
}
.row > .control-label {
    font-weight: normal;
    margin-bottom: 0;
    text-transform: capitalize;
}
.row > .control-label.sub-label {
    color: #999;
    font-size: 14px;
}
h5.depart-line {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 -5px 15px -5px;
    border-bottom: 1px solid #ccc;
}
h5.depart-line.collapsed {
    border: none;
    margin-bottom: 0;
}
hr.depart-line {
    margin: 0 -5px 15px -5px;
    border-bottom: 1px solid #ccc;
}
#ipv6AddrPreResBtn {
    width: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
#staticInfo .input-group .form-control {
    border-radius: 4px;
}
#staticInfo .input-group .form-control:last-child {
    width: 50px;
}
#staticInfo .input-group-addon {
    width: 20px;
    padding: 0;
    border: none;
    background-color: #FFF;
}
.row.includeAddRule {
    justify-content: flex-end;
}
#addRule {
    height: auto;
    min-width: 40px;
    margin-left: 4px;
}
#addRule > img {
    width: 14px;
    margin-right: 4px;
}
/* wifi schedule */
#timeRuleSetting h5.row {
    padding: 0 0 4px 0;
}
#timeRuleSetting .period {
    display: inline-flex;
    align-items: center;
}
#childWifi .select,
#timeRuleSetting .select {
    display: inline-block;
    width: 20%;
}
#childWifi .time,
#timeRuleSetting .time {
    display: inline-block;
    margin: 0 4px;
}
.selectDate {
    min-width: 30px;
    width: auto;
    height: 34px;
    padding: 0 6px;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #FFF;
}
.selectDate:first-child {
    margin-left: 0;
}
.selectDate:last-child {
    margin-right: 0;
}
/* wireGuard client */
#wireGuardCliTab {
    padding: 10px 0;
    margin: 0 -5px 10px -5px;
    border-bottom: 1px solid #ccc;
}
#wireGuardCliTab > a {
    color: #333;
    padding: 5px 0;
    margin-right: 10px;
}
#wireGuardClient #wireGuardCliTab .active {
    color: #3371B7;
    cursor: default;
}
/* select_mode */
#repradio > .control-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#repradio input[type=radio] {
    margin: 0 4px 0 0;
}
#repradio label[data-i18n] {
    margin-bottom: 0;
}
#replisttitle {
    font-weight: 600;
}
#proflisttitle .text:last-child,
#replisttitle .text:last-child {
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0;
}
#replist {
    height: 400px;
    overflow: auto;
    position: relative;
}
.prflist {
    height: 150px;
    overflow: auto;
    top: 90px;
    left: 10%;
    right: 10%;
    font-size: 14px;
    text-align: center;
}
#replist .table > tbody > tr > td:first-child,
.prflist .table > tbody > tr > td:first-child {
    width: 25%;
}
#replist .table > tbody > tr > td:last-child,
.prflist .table > tbody > tr > td:last-child {
    width: 15%;
}
#repscandynamic {
    position: absolute;
    top: 90px;
    left: 10%;
    right: 10%;
    font-size: 14px;
    text-align: center;
}
#replist #scanwifitips {
    font-size: 16px;
    font-weight: bolder;
    color: #ff6e3b;
    line-height: 16px;
    padding-top: 200px;
    text-align: center;
}
.prflist tr, #replist tr {
    cursor: pointer;
}
.prflist tr:nth-child(odd),
#replist tr:nth-child(odd) {
    background-color: #eee;
}
.prflist tr:nth-child(even),
#replist tr:nth-child(even) {
    background-color: #FFF;
}
#repbtn {
    margin-top: 15px;
}
#RepSetting .title {
    font-weight: 600;
    margin: 0 -5px 15px -5px;
    border-bottom: 1px solid #ccc;
}
/* wol */
#wolTable {
    height: 250px;
    overflow-y: auto;
}
#wolTable thead {
    position: sticky;
    top: 0;
}
#wolModal .input-group {
    padding-left: 5px;
}
#wolModal .input-group > input, #wolModal .input-group > span {
    padding: 4px;
}
/* upgrade */
.canUpgrade {
    color: #2F63DD;
}
/* multi_wan */
#multi_wan {
    overflow-y: auto;
    overflow-x: clip;
}
#multi_wan .title {
    padding: 16px;
    border-radius: 4px;
    margin: 0 -15px 15px -15px;
    font-size: 14px;
    font-weight: bold;
    background-color: #eee;
}
#itfPrio > .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    user-select: none;
    will-change: transform;
    transition: transform 100ms linear;
    transform: translate(0px, 0px);
}
#itfPrio > .item.drag {
    opacity: 0.75;
    background-color: #ccc;
    z-index: 10;
    position: relative;
    transition: none;
}
#itfPrio > .item > .dragBtn {
    cursor: move;
    padding: 6px;
    border-radius: 4px;
}
#itfPrio > .item > .dragBtn::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-bottom: 4px;
    border: 6px solid transparent;
    border-bottom-color: #333;
    border-top-width: 0;
}
#itfPrio > .item > .dragBtn::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #333;
    border-bottom-width: 0;
}
#itfPrio > .item > .dragBtn:hover {
    background-color: #ccc;
}
/* Mode switch */
.switchImg {
    width: 100%;
    margin: 0 0 10px 0;
}
/* help */
.help {
    padding: 20px;
    overflow: auto;
    font-size: 14px;
}
.help > h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.help > div > h5, .help > h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.help > div > p, .help > p {
    margin-bottom: 15px;
}
.help > p:last-child {
    margin-bottom: 0;
}
/* 表格 */
.table {
    margin-bottom: 15px;
}
.table thead {
    height: 28px;
    background: #E6EDF8;
    border-radius: 6px;
}
.table > thead > tr > th {
    border: none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
}
.table > tbody > tr > td {
    padding: 6px 6px 2px 6px;
    line-height: 20px;
    border: none;
    text-align: center;
    vertical-align: middle;
}
.table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}
.table > tbody > tr:last-child > td[data-i18n*="lblNo"] {
    padding: 10px;
}
.table td > span {
    display: inline-block;
    padding: 4px 6px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.table .form-control {
    text-align: center;
}
.table td > span.disabled {
    opacity: 0.5;
    color: #999;
    cursor: not-allowed;
}
.table > tbody .deleteThis {
    color: #F5A73D;
    border-color: #F5A73D;
    margin: 2px;
    text-transform: uppercase;
}
.table > tbody .editThis {
    color: #2F63DD;
    border-color: #2F63DD;
    margin: 2px;
    text-transform: uppercase;
}
/* 按钮 */
.btn {
    width: auto;
    height: 36px;
    min-width: 100%;
    outline: none !important;
    padding: 4px;
    font-size: 12px;
    text-transform: uppercase;
}
.main .row:last-child .btn, .content .row:last-child .btn,
#wcloud_setting .btn, #backup_reset .btn, #ping_or_tracert .btn,
#rep_setting .btn, #upgradeBtn, #phyDetectBtn {
    font-size: 14px;
}
#reloadUpnpList {
    min-width: 90px;
}
/* 下拉列表 */
.select.dropdown {
    position: relative;
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
}
.select.dropdown .dropdown-toggle {
    width: 100%;
    height: 100%;
    border: none;
}
.select.dropdown .dropdown-toggle::after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-top-color: #555;
    margin: 0;
}
.select.dropdown .dropdown-menu {
    padding: 0;
    width: 100%;
    max-height: 120px;
    min-width: auto;
    overflow-y: auto;
}
.select.dropdown .dropdown-menu li {
    line-height: 20px;
    padding: 2px 12px;
    margin: 0;
    text-align: center;
}
.select.dropdown .dropdown-menu > li > label {
    width: 100%;
    padding: 2px 12px;
    margin: 0;
    font-weight: 400;
}
.select.dropdown .dropdown-menu li:hover {
    background-color: #ebebeb;
}
/* 开关组件 */
.switch {
    display: inline-flex;
}
.switch-label {
    position: relative;
    width: 48px;
    height: 24px;
    margin: 5px auto;
    cursor: pointer;
    border-radius: 16px;
    background-color: #ADADAD;
    transition: background-color 0.3s ease-in 0s;
}
.switch-inner {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: #FFF;
    transition: right 0.3s ease-in 0s;
}
.switch-checkbox:checked + .switch-label > .switch-inner {
    right: 1px;
}
.switch-checkbox[disabled] + .switch-label {
    cursor: not-allowed;
}
/* 更改滚动条样式 */
html, body, .container, .main, .page-content, .content, .help, .modal, .dropdown-menu {
    /* 隐藏火狐浏览器滚动条 */
    scrollbar-width: thin;
    /* 隐藏IE10+浏览器滚动条 */
    /* -ms-overflow-style: none; */
    /* 滚动条轨道颜色 */
    /* scrollbar-track-color: rgba(243, 243, 243, 0); */
    /* 滚动条两边箭头颜色 */
    /* scrollbar-arrow-color: rgba(243, 243, 243, 0); */
    /* 滚动条的颜色 */
    /* scrollbar-face-color: rgba(243, 243, 243, 0); */
    /* 滚动条阴影的颜色 */
    /* scrollbar-shadow-color: rgba(243, 243, 243, 0); */
    /* 滚动条强阴影的颜色 */
    /* scrollbar-darkshadow-color: rgba(243, 243, 243, 0); */
}
.aside {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.aside::-webkit-scrollbar {
    width: 0;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: inherit;
}
/* 更改滚动条的轨道样式 */
::-webkit-scrollbar-track {
    border-radius: 4px;
}
/* 更改滚动条的滑块样式 */
::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
}
/* 更改横向与竖向滚动条交接处的样式 */
::-webkit-scrollbar-corner {
    background-color: transparent;
}
/* 文本域去除右下角条纹 */
textarea {
    resize: none;
    outline: none;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #eee;
    padding: 10px;
}
/* 模态框部分 */
.modal-dialog {
    width: 530px;
    margin: 30px auto;
}
.modal-dialog > .modal-content {
    padding: 0 15px;
}
.modal-dialog .modal-body {
    font-size: 14px;
}
.modal-body h5 {
    text-align: left;
    padding: 15px;
    margin: 15px -15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-dialog .modal-footer .btn {
    height: 30px;
}
.modal-body h5 > img {
    width: 8px;
    margin-top: 5px;
    float: right;
}
.modal-body .row .control-label {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
}
.modal-body .text-left > .control-label,
.form-group .text-left > .control-label {
    display: inline-flex;
    align-items: center;
}
.modal-body .text-left > .control-label > input,
.form-group .text-left > .control-label > input {
    margin: 0 4px;
}
span.input-group-addon {
    background-color: transparent;
    border: none;
}
#otaInfoModal .modal-dialog,
#appModal .modal-dialog {
    top: 30%;
    transform: translateY(-50%);
}
#helpModal .modal-body {
    padding: 15px 30px;
}
#helpModal .modal-body .item {
    padding: 15px;
    background-color: #F2F2F2;
    border-radius: 8px;
    color: #333;
}
#helpModal .modal-body .item .title {
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0;
}
#helpModal .modal-body .item .text {
    font-size: 16px;
    margin: 0 20px 10px 20px;
}
/* 进度条 */
#loadingBarModal .modal-dialog,
#loadingModal .modal-dialog {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#loadingBarModal .modal-body,
#loadingModal .modal-body {
    height: 150px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#loadingBarModal .modal-body .progress {
    width: 90%;
    height: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
#loadingBarModal .modal-body .progress-text {
    width: 90%;
}
#loadingBarModal .modal-body .btn, #loadingModal .modal-body .btn {
    width: 40%;
    min-width: auto;
    margin-top: 10px;
}
#loadingModal .modal-body img {
    width: 80px;
}
img.selectFile {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    cursor: pointer;
}
/* 密码强度 */
.eyes, .wzeyes {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.eyes ~ .form-control, .wzeyes ~ .form-control {
    padding-right: 26px;
}
.row.include-pwd, .flex-wrap {
    flex-wrap: wrap;
}
.pwd-strength {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pwd-strength span {
    flex: 1;
    height: 10px;
    background-color: #c5c5c5;
}
.pwd-strength span:nth-child(2) {
    margin: 0 5px;
}
.pwd-strength.mode1 span:first-child {
    background-color: #dc2424;
}
.pwd-strength.mode2 span:nth-child(1),
.pwd-strength.mode2 span:nth-child(2) {
    background-color: #ff831e;
}
.pwd-strength.mode3 span {
    background-color: #00d76f;
}
#closeBarBtn,
#menu-list .nav > li.off, .header-box > .nav > .off,
body .off, .main > div .row.off, .page-content .row.off,
#setSysPwd.off, .switch-checkbox {
    display: none;
}
/* 去掉IE浏览器中密码框自带的图标 */
input[type="password"]::-ms-reveal {
    display: none;
}
.height-auto {
    height: auto;
}
#downloadApp {
    cursor: pointer;
    margin-left: 4px;
}
.icon_del {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.form-group.row.info {
    font-weight: 600;
    margin-left: -5px;
    border-bottom: 1px solid #ccc;
}
.scroll-box {
    height: 170px;
    overflow: auto;
    padding-right: 10px;
}
.bracket::after {
    content: "("attr(data-text)")";
}
.comma::after {
    content: ":";
    margin-right: 4px;
}
/* 特殊输入框 */
.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;
}