/*
 * we-wins 2018-12-20
 * 色值： #008000; #3176de;
 */
.icon-font {
  font-family: dinregular, sans-serif !important;
}

.default-font {
  font-family: arial, "Gotham", "microsoft yahei", "宋体", dinregular;
}

@font-face {
  font-family: 'dinregular';
  src: url('/fonts/dinregNew.eot');
  src: url('/fonts/dinregNew.eot?#iefix') format('embedded-opentype'), url('/fonts/dinregNew.woff') format('woff'), url('/fonts/dinregNew.ttf') format('truetype'), url('/fonts/dinregNew.svg#dinregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('/images/Gotham-Light.eot');
  src: url('/images/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('/images/Gotham-Light.woff') format('woff'), url('/images/Gotham-Light.ttf') format('truetype'), url('/images/Gotham-Light.svg#dinregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

input[type="password"].gt-ie10, input[name="user"].gt-ie10 { font-family: Arial !important; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  font-size: 12px;
  margin: 0;
  font-family: arial, "Gotham", "microsoft yahei", "宋体", dinregular;
  color: #444;
  background: #f7f7f7;
  min-height: 100%;
  position: relative;
}
body * { max-height: 99999px; }

.btn-limit {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
}

button {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
}

input, textarea, select, button {
  font-family: arial, "Gotham", "microsoft yahei", "宋体", dinregular;
}

#main {
  font-size: 1.4rem;
  min-width: 975px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0.2em 0 0.2em 0;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #444;
  outline: none;
}

img {
  height: auto;
  width: 100%;
}

label.radio {
  cursor: pointer;
  font-size: 1.0em;
  margin-right: 1em;
  width: 7em;
  display: inline-block;
}

table {
  background: none repeat scroll 0 0 #fff;
  /* border: 1px solid #D0D0D0; */
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}

table tr td, table tr th {
  /* padding: 0.625em; */
  /* border: 1px solid #cbcbcb; */
  word-wrap: break-word;
  word-break: break-word;
}

th {
  background: #f5f5f5;
}

ul, li {
  list-style-position: outside;
  list-style: none;
  -webkit-padding-start: 0px;
}

.size-960 .line {
  margin: 0 auto;
  max-width: 60em;
  padding: 0 0.625em;
}

.size-975 .line {
  margin: 0 auto;
  max-width: 97.5rem;
  padding: 0 0.625em;
}

.size-1140 .line {
  margin: 0 auto;
  max-width: 71.25em;
  padding: 0 0.625em;
}

.size-960.align-content-left .line, .size-1140.align-content-left .line {
  margin-left: 0;
}

textarea, pre {
  font-family: Arial sans-serif;
  font-size: 1em;
}

.line:after, nav:after, .center:after, .box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.count-number {
  font-family: 'mfg';
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.8em;
  margin-left: 0.3125em;
  text-align: center;
  width: 1.8em;
  color: #777;
  margin-bottom: -0.3125em;
}

ul.chevron .count-number {
  display: none;
}

ul.chevron .submenu>a:after, ul.chevron .sub-submenu>a:after, ul.chevron .aside-submenu>a:after, ul.chevron .aside-sub-submenu>a:after {
  content: "\f004";
  display: inline-block;
  font-family: mfg;
  font-size: 0.7em;
  margin: 0 0.625em;
  float: right;
}

.aside-nav>ul>li.active-item>a:link, .aside-nav>ul>li.active-item>a:visited {
  background: none repeat scroll 0 0 #999;
  color: #10abe1;
}

.aside-nav li li.active-item {
  color: #10abe1;
  background: #fff;
}

.aside-nav>ul>li.active-item>a {
  background: #fff !important;
  border: 1px solid #2668ca !important;
  color: #2668ca !important;
}

.aside-nav li li.active-item>a {
  /* background: none repeat scroll 0 0 #999; */
  color: #2668ca;
}

.nav-text {
  display: none;
}

.aside-nav ul {
  padding: 0;
}

.aside-nav li {
  list-style: none outside none;
  cursor: pointer;
}

.aside-nav li a {
  display: block;
  padding: 1.1em 0.5em 1.1em 0.7em;
  background: #fff;
}

.aside-nav li a:hover {
  color: #2668ca;
}

.aside-nav>ul>li:last-child a {
  border-bottom: 0 none;
}

.aside-nav li>ul {
  height: 0;
  display: block;
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
}

.aside-nav li ul ul {
  border: 0;
  background: #fff;
}

.aside-nav ul ul a {
  padding: 0.625em 1.25em;
}

.aside-nav li a:link, .aside-nav li a:visited {
  color: #333;
}

.aside-nav li li a:hover {
  color: #2668ca;
}

.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before, .aside-nav li li.active-item a:hover:before {
  content: "\f006";
  display: inline-block;
  font-family: "mfg";
  font-size: 12px;
  margin: 0 0.625em 0 -1.25em;
  width: 0.625em;
}

.aside-nav li li a:link, .aside-nav li li a:visited {
  background: none;
}

.aside-nav .show-aside-ul, .aside-nav .active-aside-item {
  display: block;
  height: auto;
}

.padding {
  display: list-item;
  list-style: none outside none;
  padding: 10px;
}

/*.margin {margin:0 -0.625em;}*/

.margin {
  margin: 0 -0.625em;
}

.line {
  clear: left;
}

.line .line {
  padding: 0;
}

.hide-l {
  display: none;
}

.box {
  background: none repeat scroll 0 0 #fff;
  display: block;
  padding: 1.25em;
  width: 100%;
}

.margin-bottom {
  margin-bottom: 1em;
}

.navi {
  width: 100%;
}

div.button, div.button_gray {
  font-size: 1.2em;
  font-family: inherit;
  margin-bottom: 1.25em;
}

div.button, div.button_gray {
  width: 100%;
  border: 0 none;
  color: #fff;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  cursor: pointer;
  width: 100%;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
  border-radius: 1.8rem;
  font-size: 1.3rem;
}

.center {
  float: none;
  margin: 0 auto;
  display: block;
}

.padding_left {
  padding-left: 6rem;
}

.line_form {
  vertical-align: middle;
  line-height: 2.7em;
}

.line-switch {
  padding-bottom: 2.3rem;
  padding-top: 0.6rem;
}

.line-switch .switch-control {
  float: right
}

fieldset.line_form {
  vertical-align: middle;
  line-height: 2.0em;
}

div.button {
  background: #3176de;
}

div.button:hover {
  background: #3176de;
}

div.button_gray {
  background: none repeat scroll 0 0 #CCC;
}

div.button_gray:hover {
  background: none repeat scroll 0 0 #CCC;
}

.home_icon {
  font-size: 3em;
}

@font-face {
  font-family: 'mfg';
  src: url('/images/mfglabsiconset-webfont.eot');
  src: url('/images/mfglabsiconset-webfont.svg#mfg_labs_iconsetregular') format('svg'), url('/images/mfglabsiconset-webfont.eot?#iefix') format('embedded-opentype'), url('/images/mfglabsiconset-webfont.woff') format('woff'), url('/images/mfglabsiconset-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

i, .icon {
  font-family: 'mfg';
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color: #e3e3e3;
}

.gradient {
  color: #999999;
  text-shadow: 1px 1px 1px rgba(27, 27, 27, 0.19);
  transition: all 0.1s ease-in-out 0s;
}

.gradient:hover, .gradient .current {
  color: #EEEEEE;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.25);
}

.status-top-div {
  height: 48px;
}

.status-top-div>ul, .status-top-div>ul>li {
  height: 100%;
}

.status-top-div>ul>li {
  display: table;
  float: right;
  height: 34px;
  font-size: 13px;
  font-family: "dinregular", "黑体";
}

.status-top-div>ul>li>* {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 7px;
}

.battery-top-li {
  padding-left: 10px;
}

#battery {
  width: 28px;
  height: 100%;
  text-align: center;
  padding: 0;
  margin-left: 10px;
}

#battery span {
  display: inline-block;
  font-family: "Microsoft Yahei";
}

#battery.battery-0 {
  background: url(/images/battery_0.png) no-repeat center bottom;
}

#battery.battery-1 {
  background: url(/images/battery_1.png) no-repeat center bottom;
}

#battery.battery-2 {
  background: url(/images/battery_2.png) no-repeat center bottom;
}

#battery.battery-3 {
  background: url(/images/battery_3.png) no-repeat center bottom;
}

#battery.battery-4 {
  background: url(/images/batterying.gif) no-repeat center bottom;
}

#wifi {
  font-size: 1.5em;
}

#wifi.on {
  color: #fff;
}

#wifi.off {
  color: #444;
}

#extender {
  cursor: pointer;
  font-size: 1.65em;
}

#ethernet-icon {
  display: table-cell;
  font-size: 1.85em;
}

#pppoe-icon {
  display: table-cell;
  font-size: 1.85em;
}

#static-icon {
  display: table-cell;
  font-size: 1.85em;
}

.traffic-tips-div {
  display: none;
  position: fixed;
  bottom: 0px;
  right: -290px;
  background: #fff;
  width: 290px;
  height: 84px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.traffic-tips-div .header span {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-family: dinregular;
  font-size: 1.5em;
  color: #5a5a5a;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.traffic-tips-div .mainbody {
  margin-top: 35px;
  font-family: "宋体";
  text-align: center;
  color: #f00;
  font-weight: bold;
}

.adjust-traffic-dialog {
  /* padding-left: 30px; */
}

#txt-adjust-traffic {
  height: 25px;
  line-height: 25px;
}

#select-adjust-traffic {
  height: 25px;
  line-height: 25px;
}

#above-quota {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.wifi-class-div {
  padding: 0 2em;
}

.wifi-class-div>div {
  border: 1px solid #999;
}

.wifi-class-div>div+div {
  margin-top: 30px;
}

.wifi-class-div>div>.header {
  background: #999;
  padding: 0.8em;
  color: #fff;
}

.wifi-class-div>div>.line {
  padding: 2em 1em;
}

#to-set-main-wifi, #to-set-guest-wifi {
  margin: 0;
}

.wifi-nav-div {
  border-bottom: 1px solid #ccc;
}

.wifi-nav-div ul li {
  float: left;
  font-size: 1em;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.wifi-nav-div ul li:nth-child(2) {
  margin-left: 20px;
}

.wifi-nav-div ul li:nth-child(3) {
  float: right;
  font-size: 13px;
  color: #2668ca;
  font-weight: bold;
}

.wifi-nav-div ul li:nth-child(1):hover, .wifi-nav-div ul li:nth-child(2):hover {
  border-bottom: 2px solid #2668ca;
  color: #2668ca;
}

.wifi-nav-div ul li.active {
  border-bottom: 2px solid #2668ca;
  color: #2668ca;
}

header#title {
  width: 100%;
  z-index: 1;
}

section#algin-center {
  margin-bottom: 48px;
}

footer#copyright {
  height: 48px;
  width: 100%;
  line-height: 48px;
  /* border-top: 1px solid #ddd; */
  text-align: center;
  font-size: 1.2rem;
}

a.help-link, .footer-ssid, .copyright-p {
  float: left;
  color: #767d82;
  font-size: 12px;
}

a.help-link {
  padding: 0 30px;
  text-decoration: underline;
}

a.help-link:hover {
  color: #a0a2a9;
}

.copyright-p {
  /* float: right; */
  color: #767d82;
  /* padding-right: 30px; */
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

#to_logo {
  width: 180px;
  margin-left: 80px;
  height: 80px;
  margin-top: 3px;
  background: url(/images/logo.png?v=cpe_general_1) no-repeat;
  background-size: contain;
}

#op_tbl input[type='checkbox'] {
  display: none
}

/* **********************************home.html************************************* */

.topology {
  position: relative;
  margin: 0px auto 6rem;
  width: 600px;
  height: 9rem;
}

.topology-section {
  position: relative;
  width: 80px;
  height: 90px;
}

.topology-section p {
  position: absolute;
  /*bottom: 0;*/
  top: 70px;
  color: #767d82;
  font-size: 14px;
  width: 100%;
  text-align: center;
  word-break: break-word;
  /* font-weight: bold; */
}

#device-terminal {
  background: url(/images/device.png) no-repeat center top;
  background-size: 70px;
  user-select: none;
}

#mobile-router {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: -10px;
  background: url(/images/cpe.png) no-repeat center top;
  background-size: 80px;
}

#net-status {
  background: url(/images/net.png) no-repeat center top;
  background-size: 60px;
}

.wifi-zone {
  position: absolute;
  width: 150px;
  left: 95px;
}

.connection-zone {
  position: absolute;
  width: 150px;
  right: 95px;
}

.connection-zone hr, .wifi-zone hr {
  margin-top: 29px;
}

#user-list-count {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 15px;
  /* background: #32a3fa; */
  right: 22px;
  top: 7px;
  color: #000;
  text-align: center;
  /* border: 1px solid #aaa; */
  line-height: 30px;
  font-weight: bold;
}

.router-status {
  width: 82rem;
  margin: 0 auto;
}

.router-status ._item {
  width: 250px;
  height: 220px;
  border: 1px solid #ddd;
}

.home-page {
  padding: 6rem 0;
}

.home-connect-tbl {
  background: transparent;
  width: 90%;
  margin: 20px auto 0;
}

.home-connect-tbl td {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  padding: 0.625em 0;
}

.home-connect-tbl tr:first-child td {
  width: 50%;
}

.home-connect-tbl tr:last-child td {
  border-bottom: 0
}

.current-traffic-title {
  font-size: 13px;
  font-weight: bold;
  /* text-align: center; */
  padding-top: 10px;
  padding-left: 20px;
}

.align_right {
  display: inline-block;
}

#title {
  background: #fff;
}

#product_name {
  margin-top: 0.4em;
  text-align: left;
}

#sms_text {
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
}

#sms_icon {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 2em;
  cursor: pointer;
}

.red {
  color: red !important;
}

.blue {
  color: #2878bc !important;
}

.gray {
  color: #ccc !important;
  cursor: not-allowed;
}

.yellow {
  color: #f8ae0e !important;
}

#lang {
  text-decoration: underline;
  color: #FFF;
  cursor: pointer;
}

.normal {
  color: white;
}

#traffic_01 {
  font-size: 2.2em;
  margin-left: -0.4em;
}

#traffic_02 {
  font-size: 2.2em;
  margin-left: -1.1em;
}

#traffic_21 {
  font-size: 2.2em;
  margin-left: -0.4em;
  color: #2f2;
}

#traffic_22 {
  font-size: 2.2em;
  margin-left: -1.1em;
  color: #2f2;
}

.traffic_11 {
  color: #2f2;
}

.traffic_12 {
  color: #2f2;
}

#roam {
  font-size: 1em;
  color: #efe;
}

#waiting {
  text-align: center;
  vertical-align: middle;
  /* height: 2em;
  line-height: 2em; */
}

#waiting_txt {
  height: 2em;
  line-height: 2em;
  vertical-align: top;
  display: inline-block;
}

#sms_send_tips {
  width: 100%;
  height: 100%;
  text-align: center;
}

#runapp {
  font-size: 2em;
  vertical-align: left;
  text-align: center;
  display: none;
}

#runapp a {
  color: #f00;
  position: relative;
  animation: animated_div 2s infinite;
  -moz-animation: animated_div 2s infinite;
  -webkit-animation: animated_div 2s infinite;
  -o-animation: animated_div 2s infinite;
  display: block;
}

#refresh_msisdn {
  color: #fff;
  display: none;
  margin-left: 8px;
}

#span_msisdn {
  display: inline-block;
  width: 14px;
}

#default-tips {
  background: #f25b49;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  min-width: 97.5rem;
}

.top-navbar>div {
  margin: 0 auto;
  height: 100%;
}

.top-navbar a {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
  padding-bottom: 15px;
  padding-top: 5px;
}

.top-navbar .active-item {
  font-weight: bold;
  color: #000;
  /* background: #eee;
  border-radius: 0.6rem; */
}

.top-navbar .iconfont {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 2.8rem;
  text-align: center;
  line-height: 60px;
}

.to_terminal .iconfont:before {
  font-size: 2.4rem;
}

.terminal-type-icon {
  display: block;
  width: 32px;
  height: 32px
}

.terminal-type-icon.pc {
  background: url(/images/icon.png) no-repeat -64px 0
}

.terminal-type-icon.android {
  background: url(/images/icon.png) no-repeat 0 0
}

.terminal-type-icon.ios {
  background: url(/images/icon.png) no-repeat -32px 0
}

#tbl_user {
  font-size: 1.3rem;
}

#tbl_user p {
  padding: 5px;
}

.switch-control {
  position: relative;
  width: 48px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  font-size: 44px;
}

.switch-control.icon-switch-ON {
  color: #3176de;
}

.switch-control.icon-switch-OFF {
  color: #CCC;
}

.list-upload-icon, .list-download-icon {
  position: relative;
  padding-left: 20px !important;
}

.list-upload-icon:before, .list-download-icon:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  width: 11px;
  height: 13px;
}

.list-upload-icon:before {
  background: url(/images/icon.png) no-repeat -14px -87px;
}

.list-download-icon:before {
  background: url(/images/icon.png) no-repeat 0 -87px;
}

#tbl_user td, #tbl_user th {
  padding: 0.8em 10px;
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: content-box;
}

#tbl_user th {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.password-template {
  position: relative;
}

form.customform button.show-pwd-btn {
  position: absolute;
  width: 26px;
  height: 16px;
  right: 5px;
  top: 12px;
  outline: none;
}

form.customform button.show-pwd-btn.show {
  background: url(/images/icon.png) no-repeat -69px -44px;
}

form.customform button.show-pwd-btn.off {
  background: url(/images/icon.png) no-repeat -69px -64px;
}

div.module-zone {
  padding-top: 30px;
  padding-left: 30px;
}

div.module-zone:nth-child(2) {
  margin-bottom: 70px;
}

.module-zone .icon {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.module-zone .text {
  float: left;
  padding-left: 10px;
}

.module-zone .title {
  font-size: 13px;
}

.module-zone .description {
  font-size: 11px;
  color: #909396;
  margin-top: 5px;
  max-width: 130px;
  word-break: break-word;
}

.module-zone>div {
  margin-bottom: 50px;
}

.app-modules {
  display: inline-block;
  cursor: pointer;
  height: 100px;
}

.internal-page-box header {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.internal-page-box header {
  margin-bottom: 3.5rem;
}

.internal-page-icon {
  width: 40px;
}

.internal-page-text {
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.border-table tr:hover td {
  background: #eee;
}

.border-table td, .border-table th {
  border: 1px solid #ccc;
  padding: 1rem;
}

.border-bottom-table tr:not(:last-child) td, .border-bottom tr:not(:last-child) th {
  border-bottom: 1px solid #ccc;
}

.border-bottom-table td, .border-bottom th {
  padding: 0.8rem;
}

table.border-table th {
  background: transparent;
}

.tborder-table td, .tborder-table th {
  border-width: 1px 0 1px 0;
  border-color: #ccc;
  border-style: solid;
  padding: 1rem;
}

.table-striped tr:not(.hide):nth-child(2n+1)>* {
  background: #f0f1f2;
  padding: 0.9rem 1rem;
}

.table-striped tr:not(.hide):nth-child(2n)>* {
  padding: 0.9rem 1rem;
}

#div_content {
  padding: 0 3rem 5rem;
}

.hide {
  display: none
}

#div_tbl p {
  /* color: #9c9c9c; */
  font-weight: bold;
}

#errHint_1, .error-msg {
  color: red;
  text-align: center;
}

#errHint {
  color: red;
}

.open-time-line {
  display: none;
}

#txt-ppoe-status, #txt-extender-status {
  outline: none;
  border-width: 0 0 1px 0;
}

.edit-limit {
  font-size: 1.2rem;
  text-decoration: underline;
}

.editName {
  text-decoration: underline
}

#txtEditAlias {
  margin: 0 auto;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  display: block;
  text-indent: 5px;
}

#txtEditLimit {
  margin: 0 auto;
  width: 50%;
  height: 3rem;
  line-height: 3rem;
  text-indent: 5px;
  margin-left: 70px;
}

.btn {
  outline: none;
  cursor: pointer;
}

.btn-primary {
  background: #fff;
  border: 1px solid #ccc;
  color: #2a2c32;
  width: 13rem;
  text-align: center;
  margin-right: 2rem;
  padding: 1.25rem;
}

.btn-primary.active {
  background: #3176de;
  border: 0;
  color: #fff;
}

a.link-back-module {
  color: #3176de;
  font-size: 1.4rem;
  line-height: 40px;
}

a.link-back-module:hover {
  text-decoration: underline;
}

.user-list-type-btns button {
  width: 22%;
  position: relative;
  background-color: #fff;
  color: #2a2c32;
  padding: 1.25rem 1.5rem;
  margin-right: 2rem;
  border: 1px solid #ccc;
  cursor: pointer;
  outline: none;
}

.user-list-type-btns button:before {
  position: absolute;
  content: '';
  /*background: url(/images/icon.png) no-repeat -160px -4px;*/
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15px;
}

.user-list-type-btns button:nth-child(2):before {
  /*background: url(/images/icon.png) no-repeat -200px -4px;*/
}

.user-list-type-btns button:nth-child(3):before {
  /*background: url(/images/icon.png) no-repeat -180px -4px;*/
}

.user-list-type-btns button.active {
  background-color: #3176de;
  color: #fff;
  border: 0
}

.user-list-type-btns button.active:nth-child(1):before {
  /*background: url(/images/icon.png) no-repeat -160px -30px;*/
}

.user-list-type-btns button.active:nth-child(2):before {
  /*background: url(/images/icon.png) no-repeat -200px -30px;*/
}

.user-list-type-btns button.active:nth-child(3):before {
  /*background: url(/images/icon.png) no-repeat -180px -30px;*/
}

.user-list-type-btns {
  margin-bottom: 3rem;
}

#cpu-echart {
  height: 200px;
}

#speed-echart {
  position: relative;
  height: 150px;
  margin-top: 25px;
  z-index: 10;
}

.echart-element {
  position: relative;
}

#cpu-occu-rate {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: -0.7rem;
}

#speed-up {
  position: absolute;
  background: #20c7f2;
  width: 70px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  left: 160px;
  bottom: 0px;
  height: 16px;
  line-height: 16px;
  font-size: 1.1rem;
}

#speed-down {
  position: absolute;
  background: #6757da;
  width: 70px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  left: 160px;
  bottom: 20px;
  height: 16px;
  line-height: 16px;
  font-size: 1.1rem;
}

.legend-echarts {
  position: absolute;
  bottom: 5px;
  left: 1.8rem;
}

.legend-echarts label {
  position: relative;
  display: inline-block;
  font-size: 1.0rem;
  padding-left: 1.2rem;
  margin-right: 1.8rem;
}

.legend-echarts label:before {
  display: block;
  background: #6757da;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}

.legend-echarts label.download-legend:before {
  background: #6757da;
}

.legend-echarts label.upload-legend:before {
  background: #20c7f2;
}

#cpu-echart+.legend-echarts label:nth-child(1):before {
  background: #008000;
}

#echart-ip-address {
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 20px;
  top: 13px;
  font-weight: bold;
}

.right-border-line {
  position: absolute;
  height: 160px;
  width: 0;
  border-right: 1px dashed #e9e9e9;
  top: 0;
  right: 99px;
}

.top-border-line {
  position: absolute;
  height: 0;
  border-top: 1px dashed #e9e9e9;
  width: 100%;
  left: 0;
  top: 50px;
}

.wan-net-conn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  left: 50%;
  margin-left: -10px;
  font-size: 20px;
  background: #fff;
}

.connect-status-text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -40px;
  font-size: 1.2rem;
  color: #fc355d;
}

form.customform {
  position: relative;
}

form.border-form {
  padding-top: 3.5rem;
  border-top: 1px solid #ccc
}

#sms_menu a, #to_inbox a, #to_outbox a, #to_drafts a, #to_filter_ip a, #to_filter_mac a, #to_filter_url a, #to_filter_pf a, #to_port_trigger a, #to_filter_dmz a, #to_upnp a, #to_online_update a, #to_local_firm a {
  border: 1px solid #ccc;
}

table.dataTable tbody td {
  border: 1px solid #cbcbcb;
}

#errHint1, #errHint2, #errHint3, #errHint4, #errHint5 {
  color: red;
}

.package-line {
  display: none;
}

.start-date-div>select {
  float: left;
  width: 33.33% !important;
}

#list-info tbody tr {
  cursor: pointer;
}

#list-info tbody tr:hover {
  background: #f5f5f5;
}

#to_search {
  color: #3176de;
  font-size: 1.1em;
  padding-left: 2rem;
}

#to_search:hover {
  text-decoration: underline;
}

#sel-parental-name {
  margin-bottom: 0;
}

.gray-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
}

div.widget-con {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 640px;
  max-height: 448px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #FFF;
  margin: auto;
}

i.close-btn {
  top: 7px;
  right: 10px
}

p.system-time {
  margin: 20px 35px 20px;
  font-size: 12px;
  color: #3f4044
}

#TimePick {
  position: absolute;
  top: 40px;
  width: 640px;
}

ul.hourList {
  padding: 0;
  width: 64px;
  font-size: 0;
  float: left;
  margin-top: -6px;
  text-align: center;
  list-style: none;
}

ul.hourList li {
  font-size: 9px;
  height: 13.6px;
  color: #3f4044;
}

ul.weekList {
  margin-left: 64px;
  height: 31px;
  line-height: 31px;
  padding: 0
}

ul.weekList li {
  color: #3f4044;
  font-size: 9px;
  width: 77px;
  text-align: center;
  display: inline-block;
}

table.tableWeek {
  float: left;
  font-weight: normal;
  border-collapse: collapse;
  width: 537px;
  height: 326px;
}

td.weekTd {
  border: 1px solid #DDD;
  margin: 0;
  font-size: 0;
  text-align: center;
  padding: 0 !important
}

canvas.canvasDrag {
  position: absolute;
  left: 64px;
  width: 537px;
  height: 326px;
  top: 31px;
  cursor: pointer;
}

i.tableICell {
  display: inline-block;
  height: 11px;
  width: 74px;
}

div.pick-tip {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
}

span.pick-desc {
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: #4f5356;
  margin: 0 10px 0 80px
}

span.cell-selected {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #ff9002;
  vertical-align: middle
}

input.btn-width {
  width: 80px;
  font-size: 12px;
  margin-bottom: 12px;
  /* margin-left: 507px; */
  margin-top: 10px;
  height: 28px;
  margin-right: 20px;
  line-height: 28px;
  background: #444;
  color: #fff;
  border-radius: 5px;
  border: 0;
  outline: none
}

input.btn-width-right {
  width: 80px;
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 0;
  margin-left: 0;
  height: 28px;
  line-height: 28px;
  margin-right: 40px;
  background: #444;
  color: #fff;
  border-radius: 5px;
  border: 0;
  outline: none
}

.time-pick {
  padding: 20px;
}

p.alert-title {
  font-size: 12px;
  text-align: center;
  color: #4f5356;
  line-height: 40px;
  height: 40px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dcdcdc;
}

.btn-add-schedule-item {
  width: 100px;
  border: 0 none;
  color: #fff;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  cursor: pointer;
  /* width: 100%; */
  /* border-radius: 1.5rem; */
  /* font-size: 1rem; */
  background: #3176de;
  padding: 0 20px;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 14px;
  float: right;
  margin-right: 15px;
  outline: none;
}

.shedule-item-icon {
  display: block;
  width: 22px;
  height: 24px;
}

.shedule-item-icon .icon-clock {
  font-size: 24px;
  cursor: pointer;
}

.parental-form {
  font-size: 1.3rem;
}

.schedule-item {
  border: 1px dotted #ddd;
  padding: 10px;
}

td.time-select-group select {
  width: 60px;
}

.circle-weekday {
  user-select: none;
  display: inline-block;
}

.circle-weekday span{
  display: inline-block;
  padding: 3px 10px;
  border: 1px dotted #888;
  cursor: pointer;
  margin-right: 2px;
}

.circle-weekday span.selected{
  border: 1px dotted #85bd22;
  background: #85bd22;
  color: #fff;
}

.time-select-group span {
  margin: 0 10px;
}

.circle-time-td label {
  margin-right: 15px
}

.delete-sdcedule {
  color: #d81e06 !important;
  margin-left: 10px;
}

.save-sdcedule {
  color: #85bd22 !important;
}

.delete-sdcedule:hover,
.save-sdcedule:hover {
  text-decoration: underline;
}

.sel-bottom-border {
  outline: none;
  border-width: 0 !important;
  border-bottom-width: 1px !important;
}

.wifi-timed-rboot {
  width: 20% !important
}

.signal-ad-wrap {
  border: 1px solid #dedede;
  height: 60px;
  border-radius: 30px;
  padding: 0 40px;
}

.signal-ad-wrap>div {
  position: relative;
  padding-top: 23px;
}

.signal-middle-line {
  height: 14px;
  background: #f0f0f0;
  /* width: 80%; */
  /* margin: 23px auto; */
  border-radius: 5px;
  border: 1px solid #dedede;
}

.signal-level {
  position: absolute;
  top: 18px;
  list-style: none;
  padding-inline-start: 0;
  width: 100%;
}

.signal-level li {
  position: relative;
  list-style: none;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dedede;
  cursor: pointer;
}

.signal-level li.icon-right1 {
  color: #85bd22;
  font-size: 25px;
  position: relative;
}

.signal-level li.iconfont:before {
  position: absolute;
  left: -2px;
  top: -4px;
}

.signal-level li:nth-child(3) {
  margin: 0 auto;
}

.signal-level li span.level-text {
  position: absolute;
  top: 55px;
  display: block;
  width: 50px;
  font-size: 1.3rem;
  /* left: 10px; */
  margin-left: -2px;
}

.top-status {
  background: #000;
  color: #fff;
  padding: 0 2rem;
}

nav.top-navbar {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
}

#main-container {
  max-width: 97.5rem;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.6rem;
  margin: 3rem auto;
  padding: 3rem;
}

#btn-logout {
  color: #fff;
}

#btn-help{
  color: #fff;
}

.data-picker {
  width: 45%;
}

.data-picker select {
  float: left;
  width: 50% !important;
}

.vpn-hidden-item {
  display: none
}

.vpn-page-box {
  font-size: 1.25rem;
}

.vpn-table {
  margin-top: 2rem;
}

.vpn-table td>input, .vpn-table td>select {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 100%;
}

a.link-vpn-op {
  white-space: nowrap;
}

a.link-vpn-op:not(:last-child) {
  margin-right: 10px;
}

a.link-vpn-op:hover {
  text-decoration: underline
}

#add-vpn-secure-check, #edit-vpn-secure-check {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  padding: 0;
  box-sizing: border-box;
}

div.relative-zone {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 2rem 0;
}

.internal-title {
  word-break: break-word;
  position: absolute;
  font-weight: bold;
  top: 5px;
}

.btns-page-zone {
  /* margin-top: 2rem; */
}

.btns-page-zone>*:first-child {
  margin-left: 2rem;
}

.lamp-box {
  margin-top: 11px;
}

.lamp-box .left:first-child {
  font-size: 1.2rem;
  line-height: 24px;
  margin-right: 1rem;
  font-weight: bold;
}

#tbl_contact, #tbl_group_mgt {
  border-collapse: collapse;
}

#net_tips {
  margin: 1.5rem 0;
}

.diagnosis-items .right {
  font-size: 1.2rem;
  color: #ccc;
}

.diagnosis-items .line {
  height: 3.5rem;
  line-height: 3.5rem;
}

.diagnosis-items .wrap-line {
  border-bottom: 1px solid #e1e1e1;
}

#wifi_status_area.wrap-line {
  border-top: 1px solid #e1e1e1;
}

.detect-item-info {
  margin-left: 50px;
  line-height: 26px;
  font-size: 1.2rem;
}

.running-circle {
  animation: rotate-circle 2s infinite linear;
}

#diag-status {
  position: relative;
  width: 185px;
}

#diag-status .state-graphic {
  width: 100%;
  height: 185px;
  border-radius: 75px;
}

#diag-status .state-txt, #diag-status .state-score {
  position: absolute;
  width: 100%;
  top: 83px;
  text-align: center;
  font-size: 1.5rem;
  z-index: 1;
}

#diag-status .state-score {
  font-size: 1.3rem;
  display: none;
  top: 70px;
}

#diag-status .state-score .s-value {
  font-size: 3.5rem;
}

#diag-status.state-well .state-graphic {
  background: #2f2;
}

#diag-status.state-well .state-txt, #diag-status.state-well .state-score {
  color: #2f2
}

#diag-status.state-warn .state-graphic {
  background: #f8ae0e;
}

#diag-status.state-warn .state-txt, #diag-status.state-warn .state-score {
  color: #f8ae0e
}

#diag-status.state-bad .state-graphic {
  background: #ff0101;
}

#diag-status.state-bad .state-txt, #diag-status.state-bad .state-score {
  color: #ff0101
}

.diagnosis-items .icon-right1 {
  color: #5dbd38;
  font-size: 2rem;
}

.diagnosis-items .icon-ic_wrong {
  color: #ff0101;
  font-size: 2rem;
}

.diagnosis-container {
  font-size: 1.3rem;
}

.diagnosis-tips {
  font-size: 1.2rem;
  text-align: center;
  width: 170px;
  margin-top: 30px;
}

.qos-ul {
  list-style-position: outside;
  list-style: none;
  padding-inline-start: 0;
}

.qos-ul li {
  list-style-position: outside;
  list-style: none;
  padding-inline-start: 0;
  float: left;
  width: 25%
}

.qos-wrap-circle {
  position: relative;
  border: 1px solid #adbbc9;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.qos-wrap-circle.iconfont::before {
  background: #adbbc9;
  line-height: 60px;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  font-size: 3.2rem;
}

.qos-text {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  font-size: 1.3rem;
  color: #444;
  text-align: center;
}

div.qos-wrap-circle.icon-yingkuipinghengfenxi::before {
  font-size: 4rem;
}

div.qos-wrap-circle.icon-wangye::before {
  font-size: 4.8rem;
  line-height: 65px;
}

.qos-ul li.active-item>div {
  background: #fe9818;
  border: 0
}

.qos-ul li.active-item .qos-text {
  color: #fe9818;
  font-weight: bold;
}

.qos-ul li.active-item .iconfont::before {
  background: #fe9818;
}

.main-feature-qos {
  display: none;
  margin-top: 20px;
  margin-bottom: 50px
}

@keyframes rotate-circle {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

@media screen and (min-width:97.5rem) {
  .top-navbar>div {
    width: 97.5rem;
  }
}

@media screen and (min-width:801px) {
  .aside-nav {
    margin-right: 2rem;
  }
  .aside-nav>ul>li {
    padding-bottom: 1rem;
  }
  .aside-nav li a {
    border-bottom: 0;
  }
  .size-975 header>.line {
    width: 97.5rem;
  }
  #to_help {
    margin-top: 1px;
  }
  #to_update {
    cursor: pointer;
    color: rgb(255, 0, 0);
    margin-top: -6px;
  }
  #to_sms1 {
    margin-top: -5px;
  }
  .signal {
    font-size: 0.8em;
    margin-top: -8px;
  }
  .signal_none {
    font-size: 0.8em;
  }
  #traffic {
    margin-top: -8px;
  }
  div.relative-zone .internal-title {
    top: 2.5rem;
  }
  #extender_set .search-btn {
    position: absolute; right: -80px;
  }
}

@media screen and (max-width:800px) {
  #to_help {
    margin-top: 1px;
  }
  #to_update {
    cursor: pointer;
    color: rgb(255, 0, 0);
    margin-top: -6px;
    margin-bottom: 20px;
  }
  #to_sms1 {
    margin-top: -5px;
  }
  #signal {
    font-size: 0.8em;
    margin-top: -8px;
  }
  #cspn {
    margin-bottom: 20px;
  }
  #traffic {
    margin-top: -8px;
  }
  div.button, div.button_gray {
    font-family: inherit;
    margin-top: 1.2em;
  }
  div.button, div.button_gray {
    width: 100%;
    border: 0 none;
    color: #FFFFFF;
    height: 2.0em;
    line-height: 2.0em;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    cursor: pointer;
    width: 100%;
  }
  .aside-nav li a {
    border-bottom: 1px solid #ccc;
  }
  #main_content .customform {
    padding: 0 1em;
  }
  div.relative-zone .internal-title {
    top: 0.5rem;
  }
  .internal-title {
    top: -2rem;
  }
  .border-form .internal-title {
    top: 10px !important;
  }

  #extender_set .search-btn {
    position: relative;
    top: -1rem;
    left: -2rem;
  }
  input, textarea {
    border: 1px solid rgb(118, 118, 118);
  }
}

@media screen and (max-width: 600px) {
  .align_right {
    text-align: right;
  }
  #div_content {
    padding: 0 0 2rem;
  }
  #main-container {
    padding: 1.5rem;
  }
  .btn-primary {
    width: 45%;
    text-align: center;
    margin-right: 0;
  }
  .btn-wifi-nav:first-child {
    float: left;
  }
  .btn-wifi-nav:last-child {
    float: right;
  }
}

/*--------------------------- login.htm  ---------------------------------*/

.login-form-box {
  position: absolute !important;
  background: #fff;
  height: 300px;
  width: 450px;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -225px;
  padding: 60px 70px;
  box-shadow: 0px 0px 25px #999;
}

.login-footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding-bottom: 15px;
}

.user-login-box {
  position: relative;
}

.user-login-box span.iconfont {
  position: absolute;
  height: 26px;
  width: 26px;
  margin-top: 5px;
  margin-left: 9px;
  font-size: 2.5rem;
}

.user-login-box input, .pwd-login-box input {
  /* text-indent: 40px; */
  padding-left: 40px !important;
}

.pwd-login-box input {
  margin-bottom: 0 !important;
}

.pwd-login-box span.iconfont {
  position: absolute;
  height: 26px;
  width: 26px;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 2.5rem;
}

.pwd-login-box {
  margin-bottom: 2rem;
}

#error_info {
  text-align: center;
  font-size: 13px;
  color: #f00;
}

.login-form-box #error_info {
  padding-bottom: 2rem;
}

.lang-box {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #3176de;
  font-size: 1.2rem;
}

div.lang-box a {
  color: #3176de;
  text-decoration: underline;
}

#user-list-tb {
  border: 1px solid #ccc;
}

#user-list-tb td, #user-list-tb th {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.switch-area {
  display: none;
}

table.firewall-tbl input {
  padding: 0.2em;
  margin-bottom: .5rem;
  margin-top: .5rem;
  height: 2em;
}

table.firewall-tbl tr:first-child th {
  padding: .5rem 0;
}

table.firewall-tbl td:last-child, table.firewall-tbl th:last-child {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  font-size: 1.4rem;
  cursor: pointer;
}

table.firewall-tbl td:last-child:hover, table.firewall-tbl th:last-child:hover {
  color: red
}

table.firewall-tbl td:first-child, table.firewall-tbl th:first-child {
  vertical-align: middle;
  width: 50px;
}

#div_notify td, #div_notify th {
  border-bottom: 1px solid #ccc;
  padding: .5rem 0
}

#div_notify a {
  text-decoration: underline;
  color: blue
}

.chosen-container-multi .chosen-choices {
  max-height: 150px;
  overflow: auto !important;
}

progress {
  display: inline-block;
  width: 100%;
  height: 1.4em;
  border: 2px solid #CCC;
  background-color: #e6e6e6;
  color: #00FF00;
  /*IE10*/
}

/*ie6-ie9*/

progress ie {
  display: block;
  height: 100%;
  background: #00FF00;
}

progress::-moz-progress-bar {
  background: #00FF00;
}

progress::-webkit-progress-bar {
  background: #e6e6e6;
}

progress::-webkit-progress-value {
  background: #00FF00;
}

.button_dialog {
  display: inline-block;
  margin-left: 10px;
  width: 100px;
  height: 25px;
  line-height: 26px;
  padding: 0px 1.8rem !important;
}

input[type="password"]::-ms-reveal,
input[type="password" i]::-ms-reveal {
  display: none;
}

input[type="password"]::-ms-clear,
input[type="password" i]::-ms-clear {
  display: none;
}

form.customform .data-picker select {
  padding-left: 0px;
  padding-right: 0px;
}