/************************* reset *************************/
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, var,
b, i, a, 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 {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  /*vertical-align: top;*/
  vertical-align: middle;
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
  line-height: 1.25em;
  font-size: 13px;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
}
ul, ol {
  margin-left: 1.25em;
  white-space: normal;
  word-break : break-all;
  word-wrap: break-word;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: inline-block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
img, object, embed, video {
  max-width: 100%;
  height: auto;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  float: none;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  background: #ccc;
  border: 0;
  display: block;
}
button, input, select, textarea, a.btn {
  -webkit-appearance: none;
  width: auto;
  min-height: 2em;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 6px;
  outline: none;
  font-size: 12px;
  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";
  color: #000;
  background: #fff;
  vertical-align: baseline;
  overflow: visible;
}
button, a {
  cursor: pointer;
}
input:disabled,select:disabled {
  background: #eee;
}
input:disabled:-webkit-autofill, input:disabled:-webkit-autofill:hover, input:disabled:-webkit-autofill:focus, input:disabled:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 50px #eee inset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #5e5e5e;
}
input[type="checkbox"], input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label i, input[type="radio"] + label i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-right: .5em;
  background: url(../img/check_radio_sheet.png) no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:checked + label i {
  background:url(../img/check_radio_sheet.png) -18px 0 no-repeat;
}
input[type="checkbox"]:checked:disabled + label i {
  opacity: 0.7;
}
input[type="radio"] + label i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/radio02.svg) no-repeat;
  background-size: 30px;
  margin-right: .25em;
  cursor: pointer;
}
input[type="radio"]:checked + label i {
  background:url(../img/radio01.svg) no-repeat;
  background-size: 30px;
}
input[type="checkbox"]:disabled + label i, input[type="radio"]:disabled + label i {
  border: 1px solid #d8dad9;
  cursor: default;
}
input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  color: #d8dad9;
  cursor: default;
}
select {
  background: url(../img/i_menu_d.jpg) #fff center right 10px no-repeat;
}
textarea {
  overflow: auto;
  vertical-align: text-top;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,1) inset;
  transition: background-color 5000s ease-in-out 0s;
}
/************************* base *************************/
body {
  position: relative;
  background: #fff;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover, button:hover {
  opacity: .7;
}
.clearfix:after {
  content:'.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.hide {
  display: none!important;
}
/************************* main *************************/
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 230px;
  background: url(../img/bg_line.jpg) left repeat-y;
  box-sizing: border-box;
}
header, main, footer {
  width: 100%;
  min-width: 1272px;
  background: #fff;
}
header {
  border-bottom: 1px solid #d8dada;
}
.inner_box {
  width: 1272px;
  display: grid;
  -ms-display: grid;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-template-columns: repeat(6, 1fr);
}
.inner_box > div {
  margin: 0 20px;
}
.inner_l {
  /*grid-column: 1 / 2;*/
  grid-column: 2 / 3;
}
.inner_r {
  /*grid-column: 2 / 5;*//*3 / 6;*/
  grid-column: 3 / 6;
}
.inner_01 {
  grid-column: 1 / 2;
}
.inner_02 {
  grid-column: 2 / 3;
}
.inner_03 {
  grid-column: 3 / 4;
  text-align: right; /* align:right; */
}
nav .inner_03 {
  text-align: center;
}
footer .inner_03 {
  text-align: left;
}
.inner_04 {
  grid-column: 4 / 5;
}
.inner_05 {
  grid-column: 5 / 6;
}
.inner_06 {
  grid-column: 6 / 7;
}
.inner_01_02 {
  grid-column: 1 / 3;
}
.inner_01_03 {
  grid-column: 1 / 4;
}
.inner_02_03 {
  grid-column: 2 / 4;
}
.inner_02_04 {
  grid-column: 2 / 5;
}
.inner_03_04 {
  grid-column: 3 / 5;
}
.inner_04_05 {
  grid-column: 4 / 6;
}

.list_box > div, .radio_box_inner > div {
  margin: 12px 0;
}
.list_box > .list_box {
  margin: 0;
}
.list_box > div.inner_02, .list_box > div.inner_03, .list_box > div.inner_02_03 {
  min-height: 40px;
}
div.list_box span.text::before, div.list_box span.text2::before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #f00;
  height: 40px;
}
header .inner_l {
  margin: 0;
  height: 120px;
  display: table;
}
header h1 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
header .inner_r {
  grid-column: 4 / 6;
  height: 120px;
  display: table;
}
nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  align-items: center;
  justify-items: center;
  height: 120px;

}
path, a path {
  color: #666;
}
nav a {
  position: relative;
  font-size: 11px;
  font-weight: 800;
  /*line-height: 120px;*/
  display: inline-block;
}
nav a svg {
  margin-left: 6px;
}
nav .nav_list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}
nav .nav_list a {
  padding-right: 12px;
}
nav .nav_list:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  top: 58px;
  right: 0;
  background: url(../img/i_nav_d.jpg) no-repeat;
  display: block;
  cursor: pointer;
}
nav .nav_active:after {
  background: url(../img/i_nav_t.jpg) no-repeat;
}
nav .nav_list ul {
  position: absolute;
  top: 80px;
  right: 0;
  height: 0;
  width: auto;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
nav .nav_list ul li a {
  margin: 0;
  padding: 0;
  line-height: 2.5em;
}
nav .nav_active > ul {
  height: auto;
  padding: 10px 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8dada;
  transition: all 200ms;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: block;
}
main {
  height: 100%;
}
main .inner_box {
  min-height: 100%;
}
main .inner_l {
  border-right: 1px solid #d8dada;
}
ul.menu {
  list-style: none;
  margin: 0;
  font-weight: 800;
}
ul.menu li {
  position: relative;
  width: 171px;
}
ul.menu li a {
  position: relative;
  width: calc(100%);
  padding: 25px 5px 25px 10px;
  border-left: 4px solid rgb(255, 252, 252);
  border-bottom: 1px solid #d8dada;
  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";
  font-size: 14px;
  display: inline-block;
}
ul.menu li a span {
  position: absolute;
  top: 23px;
  right: 10px;
  font-size: 11px;
}
ul.menu li a.act {
  border-left: 4px solid #d73529;
}
ul.menu .list:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 10px;
  width: 9px;
  height: 5px;
  background: url(../img/i_menu_d.jpg) no-repeat;
  display: block;
  cursor: pointer;
}
ul.menu .active:after {
  background: url(../img/i_menu_t.jpg) no-repeat;
  margin-top: 4px;
}
ul.menu .list ul {
  margin: 0;
  list-style: none;
  font-weight: normal;
  display: none;
}
ul.menu .active > ul {
  height: auto;
  display: block;
}
.network ul.menu .list_network ul, .settings ul.menu .list_settings ul,
.security ul.menu .list_security ul, .nat ul.menu .list_nat ul {
  display: inline-block;
}
.settings ul.menu .list_settings:after {
  background: url(../img/i_menu_t.jpg) no-repeat;
}
.network ul.menu .list_network.active > ul, .settings ul.menu .list_settings.active > ul,
.security ul.menu .list_security.active > ul, .nat ul.menu .list_nat.active > ul {
  height: 0;
  display: none;
}
.network ul.menu .list_network.active:after, .settings ul.menu .list_settings.active:after,
.settings ul.menu .list_settings.active:after, .settings ul.menu .list_settings.active:after {
  background: url(../img/i_menu_d.jpg) no-repeat;
}
ul.menu .list ul li a {
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
}
main .inner_r {
  padding: 20px 0 40px;
}
.main_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 40px;
}
.main_box > h2 {
  grid-column: 1 / 4;
  line-height: 82px;
  font-size: 40px;
  font-weight: 800;
  border-bottom: 4px solid #000;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
}
.sub_func {
  line-height: 82px;
  font-size: 40px;
  font-weight: 1000;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  text-transform: capitalize;
  color: red;
}

.main_sub {
  margin-top: 15px;
  grid-column: 1 / 4;
  display: flex;
  border-bottom: 1px solid #d8dada;
}
.main_sub a {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 5px;
  font-weight: 800;
  line-height: 43px;
  display: inline-block;
}
.main_sub a.active {
  border-bottom: 4px solid #d52b1e;
}
.main_box > .main_img {
  grid-column: 1 / 4;
  height: 230px;
  border-bottom: 1px solid #d8dada;
  display: table;
  width: 100%;
}
.main_box > .main_img span {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.main_box h3, .H3 {
  grid-column: 1 / 4;
  line-height: 60px;
  margin: 0;

  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";

  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #000;
  align-items: center;
  text-transform: capitalize;
  color: #000000;
}
.H3 {
  border-bottom: 0;
}
.main_box h4, .H4 {
  grid-column: 1 / 4;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: -12px;
  padding: 0;
  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  align-items: center;
  color: #000000;
}
.main_box > p {
  padding: 32px 0;
  grid-column: 1 / 4;
  font-size: 11px;
  border-bottom: 1px solid #d8dada;
}
i.i_num {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  line-height: 18px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.list_box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 40px;
  grid-column: 1 / 4;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
}
.list_box > div.list_line, .list_box div.list_line {
  margin: 0;
  height: 1px;
  grid-column: 1 / 4;
  background: #d8dada;
}
.list_box > div, .radio_box_inner > div {
  position: relative;
}
.list_box > div.radio_box {
  margin: 0;
}
.list_box > .inner_01 {
  letter-spacing: -.25px;
}
div.list_box textarea {
  width: calc(100% - 15px);
  height: 10em;
  border: 1px solid #d8dada;
  border-bottom: 1px solid #000;
}
div.list_box textarea:focus {
  border: 1px solid #000;
}
div.list_box input, div.list_box select {
  width: calc(100%);
  padding: 0 8px;
  font-size: 13px;
  border: 1px solid #d8dada;
  border-bottom: 1px solid #000;
  line-height: 43px;
  border-radius: 2px;
  color: #000;
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
}
div.list_box input:focus, div.list_box select:focus {
  border: 1px solid #000;
}
div.list_box input:read-only{
  color: #000;
  border:  0;
  padding: 0;
  font-weight: normal;
}
div.list_box input:disabled {
  color: #5e5e5e;
  padding: 0 8px;
  border: 1px solid #d8dada;
}
div.list_box input.spec {
  width: calc(100%);
  border: 1px solid #d73529;
  line-height: 41px;
  border-bottom: 3px solid #d73529;
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
}
div.list_box input.mini {
  width: 123px;
  margin: 0 12px 0 0px;
}
div.list_box input.mini-right {
  width: 123px;
  margin: 0 0 0 8px;
  float: right;
}
div.list_box input.medium {
  width: 160px;
  margin: 0 6px 0 0px;
}
div.list_box input.medium-right {
  width: 160px;
  margin-left: 6px;
  float: right;
}
div.list_box input.medium2 {
  width: 100%;
  max-width:100%;
}
.text2 span {
  margin: 0 5px;
  line-height: 35px;
}
div.list_box select {
  width: 100%;
}
div.list_box select:disabled {
  color: #d8dada;
  border: 1px solid #d8dada;
}
ul.list_box {
  border-bottom:  1px solid #d8dada;
}
.list_box li, .list_box li a, .list_box li span {
  margin: 15px 0;
  font-size: 11px;
  word-break: break-all;
}
span.title{
   font-family:"f-Bd", Arial, PMingLiU, "STHeiti TC"!important;
   text-transform: capitalize;
}
div.list_box span.title, div.list_box span.text, div.list_box span.text2, div.list_box span.text3 {
  height: 48px;
  line-height: 40px;
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
  font-weight: 450;
  font-size: 13px;
  color: #000000;
  word-break: break-all;
}
div.list_box span.subTitle{
  line-height: 70px;
  height: 70px;
  float: right;
  text-transform: capitalize;
}
div.list_box span.text2 {
  font-size: 13px;
}
div.list_box div.text2 {
  width: 170px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  height: 50px;
}
div.list_box .tooltip {
  position: absolute;
  width: 170px;
  height: 35px;
  top: 0;
  left: 0;
}



b.light {
  color: #d8dada;
  line-height: 35px;
}
b.spec {
  color: #d52b1e;
  line-height: 35px;
}
.list_box li span.title, .list_box li span.title a, .list_box li a span.title, .list_box span.title,
.list_box span.text{
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
  font-weight: 800;
  line-height: 40px;
}
.list_box li span.spec, .list_box li span.spec a, .list_box li a span.spec, .list_box p.spec {
  color: #CC4D0F;
  font-style: normal;
  font-weight: 450;
  font-size: 13px;
}
div.list_box span.title, .main_box > h2,
.list_box li span.spec, .list_box li span.spec a, .list_box li a span.spec, .list_box p.spec, span.sub_func {
  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";

}

.main_box > h2 {
  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";

}
div.list_box span.title, .slog_box_l p{
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";

}

.main_box h3,.inner_01_03 h3{
  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";
  font-weight: 0;
  padding: 5px 0;
}
.main_box h4,.inner_01_03 h4{
  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";
}
i.i_down {
  width: 16px;
  height: 16px;
  background: url(../img/nav_d.jpg) #fff center 4px no-repeat;
  display: inline-block;
}
.list_box i.i_beware {
  width: 19px;
  height: 19px;
  margin: 0px 5px 0 0;
  background: url(../img/i_beware.jpg) #fff center no-repeat;
  display: inline-block;
}
.list_box i.i_spec {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: url(../img/i_em.jpg) no-repeat;
  display: inline-block;
}
.list_box i.fa-angle-right {
  width: 16px;
  height: 16px;
  margin: 18px 0 0 10px;
  font-size: 16px
}
i.i_em {
  width: 18px;
  height: 18px;
  margin: 8px 4px;
  background: url(../img/i_em.png) no-repeat;
  display: inline-block;
}
h3 i.i_em {
  margin: 22px 10px 0;
}
.set_checkbox i.i_em {
  margin: -3px 0 0 5px;
}
.right .set_checkbox {
  text-align: right;
}
.main_box > h4 {
  padding-left: 70px;
  grid-column: 1 / 4;
  background: url(../img/i_settings_d.jpg) 16px 21px no-repeat #d8dada;
  line-height: 47px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 3px;
}
.list_box button, .list_box a.btn
.list_box button, .list_box a.btn {
  min-width: 120px;
  margin: 2px 0;
  padding: 0 8px;
  line-height: 35px;
  background: #000;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.list_box table button, .list_box table a.btn,
.list_box .slog_box button, .list_box .slog_box a.btn {
  margin-top: 0;
  min-width: auto;
  padding: 0;
}
.list_box button.b_main {
  border: 1px solid #000;
  float: right;
}
.list_box button.b_minor {
  border: 1px solid #d8dada;
  background: #fff;
  color: #000;
  float: right;
}
.list_box button:disabled {
  background: #fff;
}
.list_box button.b_main:disabled {
  border: 1px solid #d8dad9;
  background: #d8dad9;
  color: #666666;
  cursor: default;
}
.list_box button.b_minor:disabled {
  border: 1px solid #d8dad9;
  color: #d8dad9;
  cursor: default;
}
.list_box button:disabled:hover {
  opacity: 1;
}
.list_box .btn_upload {
  min-width: 105px;
  margin-right: .5em;
  padding: 0 .5em;
  color: #fff;
  border-radius: 25px;
  line-height: 35px;
  background: #000;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 1px solid #d8dada;
  background: #fff;
  color: #000;
}
.btn_upload span {
  line-height: 35px;
}
.set_checkbox label {
  margin-right: 0;
  font-size: 13px;
}

.list_box.list_box_ip {
  grid-template-columns: repeat(6, 1fr);
  /*grid-column: 1 / 4;*/
}
.radio_box {
  grid-column: 1 / 4;
  display: none;
}
.radio_box_inner {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 40px;
  display: grid;
}
button.btn_delete, button.btn_add {
  width: 100%;
  padding: 30px 0 3px;
  line-height: 20px;
  background: url(../img/i_delete.jpg) center 2px no-repeat #fff;
  color: #000;
  border: 1px solid #d8dada;
  text-align: center;
  border-radius: 0;
}
button.btn_add {
  background: url(../img/i_add.jpg) center 2px no-repeat #fff;
  border-right: 0;
}
.ip_box button.btn_delete, button.btn_add {
  width: 50%;
  margin: 0;
}
button.btn_remove, button.btn_edit, button.btn_schdule {
  margin: 0 .5em;
  padding: 20px 0;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 11px;
  line-height: 0;
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-decoration-line: underline;
  color: #000000;
}
button.btn_edit {
  background: #fff;
  margin-right: 0;
}
.ip_box table {
  width: 100%;
  table-layout:fixed;
}
.ip_box th, .ip_box td {
  padding: 10px 0;
  border: 1px solid #d8dada;
  text-align: center;
  vertical-align: middle;
  width:50%;
  word-break: break-word;
}
.ip_box th {
  font-size: 13px;
  font-weight: 800;
}
.ip_box td {
  font-size: 15px;
}
i.i_tick {
  width: 20px;
  height: 20px;
  background: url(../img/i_tick.jpg) #fff center no-repeat;
  display: inline-block;
}
i.i_forbid {
  width: 20px;
  height: 20px;
  background: url(../img/i_forbid.jpg) #fff center no-repeat;
  display: inline-block;
}
i.i_close {
  width: 20px;
  height: 20px;
  background: url(../img/i_close.jpg) #fff center no-repeat;
  display: inline-block;
}
.list_box > div.slog {
  width: 100%;
  margin: 0px 0;
}
.sub_box {
  grid-column: 1 / 4;
}
.slog_box {
  padding: 10px 0px;
  border-bottom: 1px solid #d8dada;
  color: #333;
  display: flex;
}
.list_box .slog_box p {
  margin: 0;
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
  word-break: break-word;
}
.list_box .slog_box .header {
  margin: 0;
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";
}
.slog_box_f {
  width: 100%;
  padding: 10px 0;
}
.slog_box_l, .slog_box_c {
  width: 60%;
  padding: 10px 0;
}
.slog_box_r {
  width: 40%;
  padding: 5px 0;
  text-align: right;
  position: absolute;
  right: 0;
}
.onoffswitch {
  position: relative;
  width: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: right;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 28px;
  color: #fff;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: " ";
  font-size: 12px;
  font-weight: bold;
  padding-left: 13px;
  background: #49ab44;
  color: #fff;
  text-align: left;
}
.onoffswitch-inner:after {
  content: " ";
  font-size: 12px;
  font-weight: bold;
  padding-right: 13px;
  background-color: #d8dad9;
  color: #000000;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  top: 2px;
  right: 23px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 2px;
}
.circle {
  width: 100px;
  height: 100px;
  margin: 10px 0;
  text-align: center;
  line-height: 100px;
  background: #f0f0f0;
  border-radius: 50px;
  display: inline-block;
}
.list_box > div.page_num {
  margin: 10px 0 0 0;
  text-align: center;
}
.page_num a {
  padding: 15px;
  font-size: 13px;
  font-weight: 800;
  display: inline-block;
}
.page_num a.prve {
  background: url(../img/i_page_l.jpg) center left no-repeat;
}
.page_num a.next {
  background: url(../img/i_page_r.jpg) center right no-repeat;
}
.page_num a.select {
  color: #CC4D0F;
}
.list_box p {
  margin: 15px 0 10px;
  padding: 0;
  font-size: 13px;
  border: none;
}
.list_box p.title {
  margin: 15px 0 0;
  font-weight: 800;
}
.list_box p.note {
  margin: 3px 0 0;
  font-size: 10px;
  color: #d73529;
}
.badge {
  margin: 20px 0;
}
.badge p {
  position: absolute;
  width: 100%;
  color: #999;
  font-size: 13px;
  z-index: 1;
  top: -2px;
  left: 288px;
  font-weight: 800;
}
.badge::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  background: #d8dada;
  z-index: 0;
}
.badge::after {
  content: " ";
  position: absolute;
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  background: #fff;
  border-radius: 18px;
  z-index: 0;
}
.map_box {
  grid-column: 1 / 4;
  position: relative;
  margin: 25px 0;
}
.map_box u {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding: 0 30px 15px;
}
.map_box u.map_lan {
  left: 120px;
}
.map_box u.map_wan {
  right: 50px;
}
.map_box span {
  position: absolute;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  min-width: 40px;
}
.map_box span.line_h {
  width: 35px;
  height: 1px;
  border-bottom: 1px solid #000;
}
.map_box span.line_s {
  width: 1px;
  height: 150px;
  border-left: 1px solid #000;
}
.line_h_1 {
  top: 180px;
  left: 80px;
}
.line_h_2 {
  top: 180px;
  left: 195px;
}
.line_h_3 {
  top: 180px;
  left: 290px;
}
.line_h_4 {
  top: 420px;
  left: 80px;
}
.line_h_5 {
  top: 420px;
  left: 195px;
}
.line_h_6 {
  top: 420px;
  left: 290px;
}
.line_h_7 {
  top: 300px;
  left: 405px;
}
.line_h_8 {
  top: 300px;
  left: 500px;
}
.line_s_1 {
  top: 80px;
  left: 360px;
}
.line_s_2 {
  top: 370px;
  left: 360px;
}
.map_box i {
  display: inline-block;
}
i.i_map_check {
  width: 35px;
  height: 35px;
  background: url(../img/i_map_check.png) no-repeat;
}
i.i_map_forbid {
  width: 35px;
  height: 35px;
  background: url(../img/i_map_forbid.png) no-repeat;
}
.signal_1 {
  top: 165px;
  left: 244px;
}
.signal_2 {
  top: 405px;
  left: 244px;
}
.signal_3 {
  top: 285px;
  left: 454px;
}
.map_nb {
  top: 140px;
  left: 0px;
  background: url(../img/i_map_nb.jpg) top center no-repeat;
  padding: 40px 0 0;
  cursor:  pointer;
}
.map_net {
  top: 155px;
  left: 135px;
  background: url(../img/i_map_net.jpg) top center no-repeat;
  padding: 40px 0 0;
  cursor: pointer;
}
.map_phone {
  top: 380px;
  left: 0px;
  background: url(../img/i_map_phone.jpg) top center no-repeat;
  padding: 40px 0 0;
}
.map_wifi {
  top: 395px;
  left: 140px;
  background: url(../img/i_map_wifi.jpg) top center no-repeat;
  padding: 40px 0 0;
  cursor: pointer;
}
.map_geteway {
  top: 260px;
  right: 210px;
  min-width: 55px;
  background: url(../img/i_map_geteway.jpg) top center no-repeat;
  padding: 55px 0 0;
  cursor: pointer;
}
.map_internet {
  top: 260px;
  right: 0;
  min-width: 55px;
  background: url(../img/i_map_internet.jpg) top center no-repeat;
  padding: 55px 0 0;
}
div.list_box input, div.list_box select, div.list_box button,
.list_box button, .list_box a.btn .list_box button, .list_box a.btn {
  /*margin-top: 13px;
  margin-bottom: 3px;*/
}
div.list_box select.dropdown {
  font-family: Consolas;
}
div.list_box select.spec {
  border: 1px solid #d73529;
  border-bottom: 3px solid #d73529;
}
div.list_box select:disabled {
  border: 1px solid #d8d8d8;
  background: url(../img/i_menu_d2.jpg) #fff center right 10px no-repeat;
}
div.list_box textarea {
  margin: 15px 0;
}
div.list_box .set_checkbox {
  /*margin: 23px 0;*/
  margin: 8px 0;
}
/************************* footer *************************/
footer {
  position: absolute;
  height: 231px;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 11px;
}
footer a {
  color: #fff;
}
footer .inner:first-child {
  border-bottom: 1px solid #696a6a;
}
footer .inner_box {
  padding: 35px 0;
}
footer .copyright {
  padding: 13px 0 17px;
  width: 100%;
  background: #000;
}
.text_box {
  margin: 0;
  list-style: none;
}
.text_box li, footer .inner_d p {
  font-size: 11px;
  line-height: 26px;
  letter-spacing: -.1px;
  font-family: "f-Rm", Arial, PMingLiU, "STHeiti TC";
  display: block;
}
.text_box li:first-child {
    font-family: "f-Bd", Arial, PMingLiU, "STHeiti TC";

  font-weight: 800;
}
footer .inner_d {
  grid-column: 1 / 7;
}
#id_wps_pin {
  line-height: 1.8em;
}
.set_checkbox {
  margin: 12px 0;
}
.onoffswitch {
  /*margin: 11px 0;*/
}
.signal-bars {
  margin: 5px 0;
}
div.list_box > div.title_magin {
  margin-bottom: 80px;
}
/************************* popup *************************/
.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  display: none;
}
.popup {
  position: absolute;
  width: 520px;
  min-height: 150px;
  padding: 35px 35px 20px;
  top: 180px;
  left: 400px;
  background: #fff;
  z-index: 98;
  display: none;
}
.vzlist.popup {
  top: 50px;
}
.popup_login {
  width: 480px;
  min-height: 210px;
  padding: 35px;
  background: url(../img/login_bg.jpg) repeat-x #fff;
}
.popup_login h1 {
  width: 180px;
  margin: -10px 0 0 -15px;
}
.popup_login h3 {
  color: #ff1200;
  font-size: 32px;
  font-weight: bold;
}
.popup_login h3 span {
  font-size: 19px;
}
.popup_login form {
  width: 100%;
  margin: 30px 0 5px;
}
.popup_login label {
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
.signin {
  height: auto;
  background: #ececec;
}
.signin .popup_login {
  padding: 15px;
  border: 1px solid #000;
  margin: 200px auto 0;
}
.popup_login .form_text {
  float: left;
  width: 315px;
  height: 31px;
  border: 1px solid #d8dada;
}
.popup_login .btn_signin {
  width: 153px;
  height: 45px;
  margin-left: -2px;
  padding: 11px 20px 11px 0;
  letter-spacing: 1px;
  background: url(../img/i_right.png) 95px center no-repeat #ff1200;
  background-size: 12px;
  color: #fff;
}
.popup_login a {
  float: right;
  font-weight: bold;
  color: #3189d4;
  font-size: 14px;
}
.btn_close, .btn_close2 {
  position: absolute;
  padding: 0;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../img/i_close.png) center no-repeat;
  background-size: 30px;
  cursor: pointer;
  z-index: 99;
}
.btn_close2 {
  width: 20px;
  height: 20px;
  background: url(../img/i_close2.png) center no-repeat;
}
.popup_box {
  width: 420px;
  padding: 35px 35px 70px;
}
.popup_box .list_box {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 15px;
}
.popup h5 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.popup p {
  font-size: 15px;
  white-space: pre-wrap;
}
.popup .btn_line, .popup .btn_fb {
  width: 275px;
  height: 40px;
  margin: 15px 0;
  cursor: pointer;
}
.popup h2 {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  border-bottom: 1px solid #000;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.popup .list_box > .inner_01 {
  letter-spacing: 0;
}
.popup .list_box > div {
  /*margin: 5px 0;*/
}
.popup .list_box span.title, .popup .list_box span.title2, .popup .list_box span.text2 {
  font-size: 13px;
}
.popup .list_box span.title2, .popup .list_box span.text2 {
  line-height: 70px;
}
.popup .list_box span.title2 {
  font-weight: 800;
}
.popup .list_box button {
  margin-left: .5em;
}
.popup .list_box .mini {
  margin-right: 22px;
}
.popup .week_box {
  margin: 10px 0;
}
.week_box {
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0 10px;
  display: grid;
}
.week_box > div {
  padding: 10px 10px 22px;
  border: 1px solid #d8dada;
  font-weight: 800;
  cursor: pointer;
}
.week_box > div.select {
  padding: 8px 10px 22px;
  border: 1px solid #000;
  border-top: 3px solid #d52b1e;
}
/************************* tooltip *************************/
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 175px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 0;
  z-index: 1;
  bottom: 35px;
  left: 50%;
  margin-left: -90px;
  opacity: 0;
  transition: opacity .5s;
}
li .tooltip .tooltiptext {
  top: -58px;
}
.tooltip .tooltiptext p {
  padding: 0 10px;
  line-height: 1em;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/************************* signal *************************/
.sizing-box {
  height: 24px;
  width: 50px;
  margin: 11px 0;
}
.signal-bars {
  display: inline-block;
}
.signal-bars .bar {
  width: 10%;
  min-height: 20%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 1px;
}
.signal-bars .bar.bar-1  { height: 20%; }
.signal-bars .bar.bar-2 { height: 40%; }
.signal-bars .bar.bar-3  { height: 60%; }
.signal-bars .bar.bar-4 { height: 80%; }
.signal-bars .bar.bar-5  { height: 99%; }
.good .bar {
  background-color: #61a000;
  border: thin solid darken(#61a000, 7%);
}
.bad .bar {
  background-color: #e74c3c;
  border: thin solid darken(#e74c3c, 20%);
}
.ok .bar-1,.bar-2,.bar-3 {
  background-color: #f1c40f;
  border: thin solid darken(#f1c40f, 7%);
}
.ok .bar-4,.bar-5 {
  background-color: #ddd;
  border: thin solid darken(#ddd, 7%);
}
.none .bar {
  background-color: #ddd;
  border: thin solid darken(#ddd, 7%);
}
.bars-4 .bar.bar-5,
.bars-3 .bar.bar-5,
.bars-3 .bar.bar-4,
.bar-1 .bar:not(.bar-1),
.bars-2 .bar:not(.bar-1):not(.bar-2) {
  background-color: #ddd;
  border: thin solid #ddd;
}
/************************* Other *************************/
.ctrl_btn {
  margin-top: 10px;
  margin-bottom: 20px;
}
.ctrl_btn button{
  margin-left: 10px;
}
.ctrl_btn::after{
  display: block;
  clear: both;
  content: "";
}
.parental_btn button{
  margin-left: 10px;
}
.parental_btn {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.list_box .parental_btn button {
  min-width: 83px;
  height: 20px;
  line-height: 20px;
}
.ip_box .info_table th,.ip_box .info_table td{
  padding: 6px 0;
}
.info_table td .ctrl_btn{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.info_table td .ctrl_btn{
  padding: 0px;
}
.info_table td button.b_main {
  min-width: 100px;
  float: none;
  margin: 0 6px;
}
.info_table td button.b_minor {
  min-width: 100px;
  float: none;
  margin: 0 6px;
}



/*for ie10 , ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  header {
    height: 120px;
  }
  .inner_box .inner_l {
    float: left;
    width: 212px;
    padding-top: 20px;
    margin-left: 212px;
  }
  header h1 {
    width: 212px;
    display: inline-block;
  }
  .inner_box .inner_r {
    float: right;
    margin-right: 212px;
    width: 636px;
  }
  .inner_box .inner_r>nav{
    width: 424px;
    padding: 0 20px;
    margin: 0;
  }
  .inner_box .inner_r>nav>div{
    width: 64px;
    height: 100%;
  }
  .inner_box .inner_r>nav>div>.utility_item{
    line-height: 120px;
  }
  [data-class=icon_lte],[data-class=icon_lteCell] {
    display:inline-block;
  }
  [data-class=icon_lteCell]{
    width: 46px;
  }
  .tip_box {
    top: 80px !important;
  }
  [data-class=icon_lte]+.tip_box {
    left: -16px !important;
  }
  [data-class=icon_lteCell]+.tip_box {
    left: -54px !important;
  }
  [data-class=icon_gps]+.tip_box {
    left: -29px !important;
  }
  .ic_util6+.tip_box {
    left: -26px !important;
  }
  .inner_box>div {
    margin: 0;
  }
  nav {
    float: right;
    width: calc(60% - 40px);
    margin: 0 20px;
  }
  nav>div {
    float: left;
    width: 25%;
    display: inline-block;
  }
  main .inner_box {
    display: inline-block;
  }
  main .inner_box .inner_l, main .inner_box::before {
    width: 171px;
    margin: 0 20px 0 232px;
  }
  main .inner_box::before {
    height: calc(100% - 120px);
    position: absolute;
    border-right: 1px solid #d8dada;
    content: " ";
  }
  .main_box .list_box .multiInfo ,.main_box .list_box .multiInfo span{
    line-height: 0px;
  }
  .main_box .list_box .multiInfo a{
    margin: 0;
  }
  .list_box p.title, .ip_box th, .tblW thead th{
    font-family:"f-Bd", Arial, PMingLiU, "STHeiti TC";
  }
  .list_box.wrap_range1{
    margin-top: 40px;
  }
  .wrap_pop1 .wrap_txt1 .input_type3 {
    padding: 0px 6px;
    line-height: 26px;
  }
  input::-ms-clear, input::-ms-reveal {
    display: none;
  }
  ul.menu {
    margin-top: -20px;
    padding-bottom: 30px;
  }
  .inner_box .inner_r .main_box {
    width: 596px;
    margin: 0 20px;
  }
  .main_box>.main_img {
    width: 100%;
  }
  .list_box>.inner_01, .list_box>.inner_02, .list_box>.inner_03 {
    float: left;
    width: 172px;
    display: inline-block;
  }
  .list_box>.inner_01 span, .list_box>.inner_02 span, .list_box>.inner_03 span,.list_box>.inner_02_03 span{
    line-height:40px;
  }
  .list_box>.inner_02 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .list_box>.inner_01_02 {
    content: " ";
    float: left;
    width: 384px;
    margin-right: 40px;
    display: inline-block;
  }
  .list_box>.inner_02_03 {
    float: right;
    width: 384px;
    margin-left: 40px;
  }
  .list_box>.inner_03 {
    float: right;
  }
  .list_box>.inner_01_03{
    float: left;
  }
  ul.list_box {
    clear: both;
    display: inline-block;
  }
  .list_box>div.list_line, .list_box div.list_line {
    clear: both;
  }
  div.list_box input{
    height:43px;
  }
  div.list_box select {
    line-height: 1em;
    padding: 10px 8px;
  }
  .ctrl_btn {
    clear: both;
    margin: 10px 20px;
  }
  div.list_box input.spec {
    line-height: 1em;
  }
  .radio_box_inner>div {
    float: left;
  }
  .radio_box_inner>div.inner_02_03 {
    float: right;
    width: 384px;
    margin-left: 40px;
  }
  .list_box>div.list_line, .list_box div.list_line {
    width: 100%;
  }
  .list_box>.inner_01_03, .list_box p {
    width: 100%;
    display: block;
  }
  .badge {
    display: inline-block;
    padding-top: 120px;
  }
  .badge>p {
    padding-top: 60px;
  }
  .popup .list_box>.inner_01 {
    float: left;
    width: 35%;
  }
  .popup .list_box>.inner_01_02 {
    width: calc(65% - 40px);
  }
  .popup .list_box>.inner_02_03 {
    width: calc(65% - 40px);
  }
  .week_box>div {
    float: left;
    width: 42px;
    margin-right: 8.5px;
  }
  .week_box>div:nth-child(7) {
    margin-right: 0;
  }
  footer .inner_box {
    display: inline-block;
  }
  footer :first-child.inner {
    border: none;
    clear: both;
  }
  footer div.inner:nth-child(2) {
    border-top: 1px solid #696a6a;
  }
  footer .inner_box>div {
    float: left;
    width: 172px;
    margin: 0 20px;
    display: inline-block;
  }
  footer .inner_box>div.inner_d {
    width: 100%;
    margin: 0 20px;
  }
  footer .inner_box>div.inner_02 {
    margin-left: 232px;
  }

  div.list_box input[readonly="readonly"], div.list_box input[readonly] {
    color: #000;
    border: 0;
    padding: 10px 0;
    font-weight: normal;
  }
  div.list_box input.mini, div.list_box input.mini-right {
    width: 100px;
  }
  .vzlist.popup {
    left: 25vw;
  }
}