/* CSS reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, s, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
    font: inherit
}
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    background: #fff\9;
}
input[type='button'], button {
    overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button, input {
    line-height: normal;
    *overflow: visible;
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}
textarea {
    height: auto;
    overflow: auto;
    vertical-align: top;
}
textarea {
    resize: vertical;
}
ul {
    list-style: none;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: baseline;
}
img {
    -ms-interpolation-mode: bicubic;
}
del {
    text-decoration: line-through;
}
/*============== end css reset ==============*/
/*============== normalize tags ==============*/

html {
    height: 100%;
    background-color: #d7d7d7;
}
.bgcolor-fff {
    background-color: #fff;
}
body {
    color: #333;
    line-height: 20px;
    height: 100%;
    font-family: 'Microsoft Yahei Regular', 'Microsoft Yahei';
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    background-color: #fff;
    *overflow-x: hidden;
    *overflow-y: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
abbr[title], dfn[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
a:link, a:visited {
    text-decoration: none;
    outline: 0
}
a:hover, a:focus, a:active, a:focus {
    outline: 0;
}
h1 {
    font-size: 138.5%;
}
h2 {
    font-size: 123.1%;
}
h3 {
    font-size: 108%;
}
optgroup {
    font-weight: normal;
}
table {
    max-width: 100%;
    background-color: transparent;
    font-size: inherit;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
pre {
    margin: .2em 0 0 0;
    padding: .2em;
    background: whiteSmoke;
    border: 1px dotted #785;
}
code {
    white-space: pre;
}
a:link acronym[title], a:visited acronym[title] {
    cursor: pointer
}
/*============== form elements ==============*/

label, input, button, select, textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
input, button, select, textarea {
    font-family: 'Microsoft Yahei Regular', 'Microsoft Yahei';
}
select, textarea, input[type='text'], input[type='password'], input[type='number'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='email'], input[type='url'], input[type='search'], input[type='tel'], input[type='color'], .uneditable-input, .text-input, .text {
    display: inline-block;
    height: 20px;
    border: 1px solid #ccc;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea {
    height: auto;
}
select {
    -webkit-border-radius: 0;
}
select:focus, textarea:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .text-input:focus, .text:focus {
    border: 1px solid #f00;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 51, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 51, .6);
}
input, textarea, .uneditable-input {
    width: 206px;
}
select {
    width: 220px;
    
    height: 28px;
    
    *margin-top: 4px;
}
label[for], select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
input[type='radio'], input[type='checkbox'] {
    line-height: normal;
    cursor: pointer;
    /* For ie8*/
    
    margin-top: 0px \9;
    /* For ie7*/
    
    *margin-top: 0;
}
input[type='file'], input[type='image'], input[type='submit'], input[type='reset'], input[type='button'], input[type='radio'], input[type='checkbox'] {
    width: auto
}
legend, .legend {
    color: #d82228;
    font-size: 14px;
    line-height: 35px;
}
legend .head-button {
    float: right;
    margin-top: 5px;
    margin-right: 30px;
}
legend .help-img {
    background: url(../img/help_button.jpg);
    display: inline-block;
    float: right;
    width: 19px;
    height: 20px;
    cursor: pointer;
}
.legend-body {
    border: 1px solid #ccc;
    background: #fff;
    margin: 0px;
    margin-bottom: 20px;
    width: 80%;
    min-width: 690px;
    padding: 43px;
}
legend small {
    font-size: 12px;
    color: #999;
}
.legend-main {
    margin-top: 20px;
}
.legend-main em {
    font-style: italic;
}
.legend-status {
    float: left;
    width: 350px;
}
.legend-pie1 {
    float: left;
}
#cpu {
    width: 160px;
    height: 120px;
}
#ram {
    width: 160px;
    height: 120px;
}
.legend-text {
    text-align: center;
}
label.radio, label.checkbox {
    display: inline-block;
    min-height: 18px;
    padding-left: 15px;
    padding-top: 5px;
    margin-right: 5px;
    margin-left: -15px;
    vertical-align: middle;
    /* for IE7 */
    
    *margin-right: 18px;
}
label.radio-label, label.checkbox {
    display: inline-block;
    min-height: 18px;
    padding-left: 15px;
    padding-top: 3px;
    margin-left: -15px;
    margin-right: 20px;
    vertical-align: middle
    /* for IE7 */;
    
    *margin-right: 18px
}
label.radio input, label.checkbox input {
    float: left;
    width: auto;
    margin-right: 4px;
    /* for ie8*/
    
    margin-right: 1px \9;
    *zoom: 1;
    margin-top: 3px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
    pointer-events: none;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent;
}
input.placeholder-text {
    color: #c6c3c0;
}
.input-mic-mini, input.input-mic-mini {
    width: 25px;
    padding: 2px 4px;
}
.input-minic, input.input-minic {
    width: 40px;
}
.input-mini, input.input-mini {
    width: 63px;
}
.input-little, input.input-little {
    width: 70px;
}
.input-small, input.input-small {
    width: 90px;
}
.input-medium, input.input-medium {
    width: 150px;
}
.input-xmedium, input.input-xmedium {
    width: 185px;
}
.input-large, input.input-large {
    width: 280px;
}
.input-xlarge, input.input-xlarge {
    width: 420px;
}
.input-xxlarge, input.input-xxlarge {
    width: 530px;
}
.control-group {
    margin-bottom: 12px;
    *zoom: 1;
}
.control-group:before, .control-group:after {
    display: table;
    line-height: 0;
    content: '';
}
.control-group:after {
    clear: both;
}
.control-label {
    float: left;
    width: 160px;
    line-height: 30px;
    padding-top: 4px;
    font-size: 13px;
    text-align: left;
    color: #000;
}
.control-label-title {
    float: none;
}
.controls {
    margin-left: 180px;
    line-height: 34px;
    color: #333;
    /* for IE7 */
    
    *padding-left: 20px;
    *margin-left: 0;
}
.controls-text {
    padding-top: 4px;
}
/* for IE7 */

table .control-label {
    float: none;
    padding-bottom: 12px;
}
table .controls {
    padding-bottom: 12px;
    padding-left: 20px;
}
.help-block, .help-inline {
    color: #676767;
}
.help-block {
    display: block;
    margin-bottom: 10px;
}
.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    /* for IE7 */
    
    *display: inline;
    *zoom: 1;
}
.text-red, .red {
    color: #ff0000;
}
.text-warning {
    color: #d82228;
}
.text-title {
    color: #f90;
}
.text-error {
    color: #D32A27;
}
.text-info {
    color: #979797;
}
.text-inactive {
    color: #979797;
}
.text-success {
    color: #090;
}
/*============== table ==============*/

.table {
    width: 100%;
}
.table-control {
    width: 90%;
    margin: 0px 0px 10px;
}
.table a, .tableClass a {
    color: blue;
}
.table a:hover, .table a:focus, .table a:active, .table a:focus {
    text-decoration: underline;
    color: #c00;
}
.tableClass a:hover, .tableClass a:focus, .tableClass a:active, .tableClass a:focus {
    text-decoration: underline;
    color: #c00;
}
.table tr {
    border-bottom: 1px solid #eee;
    background: #fff;
    height: 42px;
}
.table th, .table td {
    padding: 6px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
}
.table th {
    border-bottom: 1px #d82228 solid;
    color: #d82228;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f2f2f2;
}
.table-fixed {
    table-layout: fixed;
}
.table-fixed tr th, .table-fixed tr td {
    padding-right: 0px;
}
.table-fixed tr td {
    padding-left: 0px;
	word-break: break-word;
}
.table-fixed tr td.fixed, .table-fixed tr th.fixed {
    word-break: keep-all;
    white-space: nowrap;
}
.table-fixed tr td {
    overflow: hidden;
    text-overflow: ellipsis;
}
.elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-fixed tr td[title], .table-fixed tr th[title] {
    cursor: default;
}

.text-fixed {
   overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap; 
}
/*============== button ==============*/

.btn-del {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-buttons-s.png?version=1624327918) no-repeat 0 -65px;
    cursor: pointer;
}
.icon-btn .caret {
    display: inline-block;
    padding-left: 23px;
    height: 20px;
    background: url(../images/icon-buttons-s.png?version=1624327918) no-repeat 0 50px;
    font-size: 13px;
    cursor: pointer;
}
.icon-btn .edit {
    background-position: 0 0;
}
.icon-btn .del {
    background-position: 0 -66px;
}
.icon-btn .mode {
    background-position: -0px -259px;
}
.icon-btn .export {
    background-position: 0 -30px;
}
.icon-btn .refresh {
    background-position: 0 0;
}
.icon-btn .add {
    background-position: 0 -101px;
}
.icon-btn .reboot {
    background-position: 0 -131px;
}
.icon-btn .upgrade {
    background-position: 0 -166px;
}
.icon-btn .reset {
    background-position: 0 -199px;
}
.control-btn {
    float: right;
    margin-right: 10px;
}
.btn {
    display: inline-block;
    width: auto;
    padding: 3px 14px;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 1px/2px;
            border-radius: 1px/2px;
    background-color: #fafafa;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    cursor: pointer;
    outline: none;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* For ie7, ie8 */
    
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
    
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
    /* For ie7 */
    
    *display: inline;
    *margin-left: .3em;
    *zoom: 1;
}
/* Opera and Firefcx nosupport change line-height, default line-height is 16px*/

input.btn {
    line-height: 16px;
    padding: 5px 14px;
    *height: 32px;
}
input.btn-large, .btn-large {
    padding: 7px 30px;
}
input.btn-ok, .btn-ok {
    padding: 7px 30px;
    border: 1px solid #d82228;
    background-color: #d82228;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d82220), to(#d82230));
    background-image: -webkit-linear-gradient(top, #d82220, #d82230);
    background-image: -o-linear-gradient(top, #d82220, #d82230);
    background-image: -moz-linear-gradient(top, #d82220, #d82230);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d82220), to(#d82230));
    background-image: linear-gradient(to bottom, #d82220, #d82230);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffd82220', endColorstr='#ffd82230', GradientType=0);
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffd82220', endColorstr='#ffd82230', GradientType=0);
    color: #fff;
}
input.btn-ok-small, .btn-ok-small {
    border: 1px solid #d82228;
    background-color: #d82228;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d82220), to(#d82230));
    background-image: -webkit-linear-gradient(top, #d82220, #d82230);
    background-image: -o-linear-gradient(top, #d82220, #d82230);
    background-image: -moz-linear-gradient(top, #d82220, #d82230);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d82220), to(#d82230));
    background-image: linear-gradient(to bottom, #d82220, #d82230);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffd82220', endColorstr='#ffd82230', GradientType=0);
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffd82220', endColorstr='#ffd82230', GradientType=0);
    color: #fff;
}
input[type="file"]::-webkit-file-upload-button {
    padding: 8px 22px;
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.btn-upgrade {
    padding: 8px 22px\0;
    background-color: #fafafa\0;
    border: 1px solid #ccc\0;
    border-bottom-color: #b3b3b3\0;
    -webkit-border-radius: 4px\0;
            border-radius: 4px\0;
}
.icon-btn {
    padding: 5px 8px;
    margin-right: 6px;
    *padding: 3px 5px;
    *min-width: 75px;
}
.btn:hover, .btn:focus {
    border: 1px solid #ccc;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #333\0;
}
.btn.disabled, .btn[disabled] {
    background-image: none;
    cursor: default;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn.disabled:hover, .btn[disabled]:hover {
    border: 1px solid #ccc;
}
input.btn-disabled, .btn-disabled {
    padding: 7px 30px;
    border: 1px solid gray;
    background-color: gray;
    color: #fff;
}
.btn-small {
    padding: 3px 12px;
    font-size: 12px;
    line-height: 18px;
}
.btn-mini {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 17px;
}
.btn-link {
    margin-top: 15px;
    text-decoration: none;
}
.btn-group {
    text-align: center;
    margin-top: 20px;
    position: fixed;
}
.btn-group .btn-link, .btn-group .btn {
    margin-left: 15px;
}
.btn-ok, #save {} .btn-cancel, #cancel {}
/*============== layout ==============*/

[class*='span'] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
.span12 {
    width: 940px;
}
.span11 {
    width: 860px;
}
.span10 {
    width: 780px;
}
.span9 {
    width: 700px;
}
.span8 {
    width: 620px;
}
.span7 {
    width: 540px;
}
.span6 {
    width: 460px;
}
.span5 {
    width: 380px;
}
.span4 {
    width: 300px;
}
.span3 {
    width: 220px;
}
.span2 {
    width: 140px;
}
.span1 {
    width: 60px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    /* For ie7 */
    
    *zoom: 1;
}
.container:before, .container:after {
    display: table;
    line-height: 0;
    content: '';
}
.container:after {
    clear: both;
}
/*============== nav ==============*/

.page-head {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}
.head-inner {
    width: 1000px;
    height: 35px;
    padding: 5px 0;
    background-color: #d82228;
    z-index: 1000;
    /* For IE6 */
    
    zoom: 1;
}
.lang-en .head-inner {
    width: 1020px;
}
.page-head .head-inner {
    position: relative;
}
.head-inner a {
    display: inline-block;
}
.logout {
    float: right;
    margin-right: 5px;
    margin-top: 20px;
    *margin-top: -12px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}
.logout:hover {
    text-decoration: underline;
}
#helpsection {
    position: absolute;
    right: 50px;
    top: 0;
    width: 140px;
    padding: 45px 2px 0 0;
    background: url(../images/menu2.png?version=1624327918) no-repeat 105px 31px;
    cursor: pointer;
}
#helpsection ul {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-size: 14px;
}
#helpsection ul li a {
    display: inline-block;
    width: 72px;
    padding: 8px 15px 8px 40px;
    border-bottom: 1px solid #d7d7d7;
    background: url(../images/help-linker-s.png?version=1624327918) no-repeat 0 0;
    background-color: #f2f2f2;
    cursor: pointer;
    color: #333;
}
#helpsection ul li a:hover {
    background-color: #fff;
}
#helpsection .product-info {
    width: 136px;
    background-position: 6px 8px;
}
#helpsection .tech-support {
    width: 136px;
    background-position: 6px -36px;
}
#helpsection .connect-us {
    width: 136px;
    background-position: 6px -74px;
}
#helpsection .help {
    width: 136px;
    background-position: 4px -114px;
}
#infolist {
    width: 190px;
}
.lang-en #helpsection .product-info {
    background-position: 6px 8px;
}
.lang-en #helpsection .tech-support {
    background-position: 6px -35px;
}
.lang-en #helpsection .connect-us {
    background-position: 6px -75px;
}
.lang-en #helpsection .help {
    background-position: 4px -115px;
}
.head-bottom {
    height: 30px;
    width: 1000px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #f2f2f2;
}
.lang-en .head-bottom {
    width: 1020px;
}
.nav-list {
    position: fixed;
    top: 75px;
    width: 150px;
    background-color: #f2f2f2;
}
.lang-en .nav-list {
    width: 170px;
}
.nav-list a {
    display: block;
    padding: 11px 0px 11px 55px;
    background-color: #f2f2f2;
    color: #333;
    /* For ie7 */
    
    *zoom: 1;
}
.nav-list a:hover {
    background-color: #fff;
}
.nav-list a.active {
    margin-right: -1px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    background-color: #fff;
    color: #d82228;
}
.page-footer {
    position: fixed;
    bottom: 0;
    height: 10px;
    min-width: 780px;
    background: #fff;
    /* For IE6 */
    
    _display: none;
}
#nav-head {
    border-bottom: 1px solid #d82228;
    overflow: hidden;
}
#nav-head li {
    float: left;
    border: none;
}
#nav-head li a {
    display: inline-block;
    padding: 12px 30px;
    cursor: pointer;
}
.lang-en #nav-head li a {
    display: inline-block;
    padding: 12px 9px;
    cursor: pointer;
}
#nav-head li .active {
    color: #d82228;
    border-bottom: 1px solid #d82228;
}
#nav-head li a:hover {
    color: #d82228;
}
/* Utilities */

.cb {
    clear: both;
}
.none {
    display: none
}
.onwdsscan {
    cursor: wait;
}
.fl {
    float: left;
    display: inline-block;
}
.fr {
    float: right;
    display: inline-block;
}
.clearfix {
    *zoom: 1;
    clear: both;
    overflow: hidden;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
/* Specific pages */

.set-lang {
    position: absolute;
    top: 10px;
    right: 50px;
    height: 27px;
    width: 125px;
}
.set-lang input[type='radio'] {
    position: relative;
    top: -40px;
    width: 0px;
    height: 0px;
}
.set-lang label {
    position: relative;
    display: inline-block;
    float: left;
    height: 23px;
    line-height: 23px;
    width: 60px;
    border: 1px solid #bcbcbc;
    text-align: center;
    background-color: #f2f2f2;
    z-index: 2;
}
.set-lang label:first-child {
    -webkit-border-radius: 10px 0 0 10px;
            border-radius: 10px 0 0 10px;
    border-right: none;
}
.set-lang label:last-child {
    -webkit-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0;
    border-left: none;
}
.set-lang label.active {
    color: #fff;
    background-color: #d82228;
    border: 1px solid #d82228;
}
.loginform {
    background-color: #f2f2f2;
    height: 100%;
}
.loginform .container {
    width: 1000px;
}
.container-inner {
    margin-top: 150px;
}
.loginbrand {
    float: left;
    width: 499px;
    height: 320px;
    border-right: 1px solid #ccc;
    /* background-color: #aaa; */
}
.loginbox {
    margin-left: 500px;
    width: 490px;
    height: 320px;
    border-left: 1px solid #ccc;
    overflow: hidden;
    /* background-color: #aaa; */
}
.loginbox-inner, .loginbrand-inner {
    margin: auto;
    padding: 0 30px;
    width: 240px;
    height: 320px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: visible;
    /* background-color: #fff; */
}
.brand-icon {
    float: left;
    margin: 100px 20px 20px 20px;
    width: 180px;
    height: 24px;
    background: url(../images/logo1.gif?version=1624327918) no-repeat 0 0;
}
.brand-demon {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    clear: left;
}
.brand-info {
    font-size: 12px;
    color: #a0a0a0;
    text-align: center;
}
.login-icon {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 20px 80px;
    background: url(../images/loginicon.png?version=1624327918) no-repeat 0 0;
}
#loginButton {
    width: 240px;
    padding: 0px 6px;
    height: 40px;
    border: 1px solid #d82228;
}
.loginbox .control-group, .loginbox button {
    padding: 8px 6px 8px 26px;
    height: 28px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 19px;
    border-radius: 19px;
}
.loginbox .control-group {
    position: relative;
    background-color: #fff;
    clear: left;
}
#pwdPlaceholder, #userPlaceholder {
    position: relative;
    top: -20px;
    left: 20px;
    color: #ccc;
}
.loginbox .input-box-focus {
    border: 1px solid #d82228;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 51, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 102, 51, .6);
}
.loginbox .control-group label {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 14px;
    width: 24px;
    height: 24px;
}
label.user {
    background: url(../images/user.png?version=1624327918) no-repeat -4px -2px;
}
label.pwd {
    background: url(../images/lock.png?version=1624327918) no-repeat -2px 0;
}
.loginbox input {
    width: 180px;
    padding: 6px 0 0 17px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.loginbox input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.loginbox input:focus {
    border: none;
}
.login-tip {
    display: inline-block;
    position: relative;
    width: 220px;
    color: #a0a0a0;
    cursor: pointer;
    text-align: right;
    overflow: visible;
}
.login-tip-text {
    position: absolute;
    top: -93px;
    left: -110px;
    width: 300px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: left;
    color: #666;
    visibility: hidden;
}
.lang-en .login-tip-text {
    top: -128px;
}
.login-tip:hover .login-tip-text {
    visibility: visible;
}
.wrap {
    height: 100%;
    background: #d7d7d7;
    /* For IE 6 */
    
    _position: relative;
    _text-align: center;
}
.wrap .container {
    position: relative;
    width: 1000px;
    background-color: #fff;
    min-height: 100%;
}
.lang-en .wrap .container {
    width: 1020px;
}
.sub-menu {
    position: absolute;
    left: 0;
    width: 150px;
    height: 100%;
    border-right: 1px solid #d7d7d7;
    min-height: 552px;
    background-color: #f2f2f2;
    font: normal 14px/2 'Microsoft Yahei Regular', 'Microsoft Yahei';
    ;
}
.lang-en .sub-menu {
    width: 170px;
}
#menu {
    float: left;
    width: 100%;
    text-align: left;
}
.main-content {
    float: left;
    margin: 75px 0 0 151px;
    width: 829px;
    min-height: 552px;
    min-height: 1px\9;
    padding: 0 10px;
    padding-bottom: 35px;
    background-color: #fff;
}
.lang-en .main-content {
    margin-left: 171px;
}
.no-bottom-content {
    padding-bottom: 0;
}
.main-full {
    padding-top: 30px;
    padding-left: 30px;
}
.main-content .main-middle {
    width: 829px;
    margin-top: 50px;
    *margin-top: 0;
    *padding-top: 50px;
    background-color: #fff;
}
.main-top {
    position: fixed;
    width: 828px;
    height: 49px;
    background-color: #fff;
    border-bottom: 2px solid #d82228;
    vertical-align: center;
    z-index: 100;
}
.main-bottom {
    position: fixed;
    bottom: 0;
    width: 1005px;
    height: 35px;
    border-top: 1px solid #eee;
    background-color: #fff;
    z-index: 100;
}
.main-top .control-group {
    margin-top: 10px;
}
#scroll-right {
    overflow-y: scroll;
    overflow-x: hidden;
    *overflow-y: hidden;
}
.main-content #loading {
    position: absolute;
    top: 100px;
    left: 280px;
}
.main-content iframe {
    width: 100%;
    border: 0;
}
.word-break {
    max-width: 120px;
    word-wrap: break-word;
    word-break: break-word;
}
.control-text {
    clear: both;
    word-break: break-word;
    word-wrap: break-word;
    /*overflow:hidden; text-overflow:ellipsis; word-break:keep-all; white-space:nowrap;*/
}
.main_bottom {
    bottom: 0px;
    position: fixed;
    height: 38px;
    z-index: 100;
    width: 841px;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
}
.footer_button {
    float: right;
    padding: 6px;
}
#saveMsg {
    position: fixed;
    top: 120px;
    left: 50%;
    margin-left: -119px;
    width: 222px;
    padding: 28px 8px;
    color: #fff;
    font-size: 14px;
    z-index: 9999;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #666;
    opacity: .9;
    filter: alpha(opacity=90);
}
/*****chart********/

.chart .chart-user {
    clear: both;
    border: 1px solid gray;
    min-height: 270px;
    overflow: hidden;
}
#canvas-chart1, #canvas-chart2, #canvas-chart3, #canvas-user {
    position: relative;
    width: 60%;
    height: 180px;
    margin-left: 200px;
    overflow: hidden;
}
.loading {
    background: url(../img/loading.gif) no-repeat center;
}
.onloading_pic {
    background: url(../img/loading.gif) no-repeat center;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 800px;
    height: 100%;
}
.percent {
    width: 100px;
    height: 180px;
    float: left;
}
.load-bg {
    width: 90%;
    height: 100%;
    text-align: center;
    background-color: #000;
}
.load-center {
    /*background-color:#00ff00;*/
    
    background: url(../img/sys1.gif);
    height: 100px;
    width: 30px;
    margin: 20px 20px 10px;
    display: inline-block;
}
.load-percent {
    /*background-color:#008040;*/
    
    background: url(../img/sys2.gif);
}
.load-text {
    color: #00ff00;
}
.chart_box {
    clear: both;
    border: 1px solid gray;
    /*display:none;*/
    
    height: 270px;
}
.user_app-st {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.user_app-1div {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    float: left
}
.user_app-4div {
    position: relative;
    width: 23%;
    height: 220px;
    overflow: hidden;
    float: left;
    padding-left: 10px
}
.user_app-2div {
    position: relative;
    width: 47%;
    height: 220px;
    overflow: hidden;
    float: left;
    padding-left: 10px
}
.user_app-3div {
    position: relative;
    width: 30%;
    height: 220px;
    overflow: hidden;
    float: left;
    padding-left: 10px
}
.float-right {
    float: right;
    display: inline
}
.chart-content-title {
    font-size: 12px;
    margin-left: 10px;
    float: left;
    display: inline-block
}
#colorLineContain {
    margin-right: 6px;
    width: 95px;
    margin-top: 30px;
}
.lineColorSpan {
    display: inline-block;
    font-size: 1px;
    width: 20px;
    height: 2px;
}
.head-bottom .auth-info {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}
.head-bottom .mode-info {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}
.brand {
    margin: 0 6px 0 15px;
    width: 160px;
    height: 28px;
}
.brand-slogan {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.icons, .img-icons {
    background-image: url(../images/icon-menu.png?version=1624327918);
    background-repeat: no-repeat;
    border: none;
}
.icons-dev-scan {
    background-position: 20px 10px;
}
.icons-wl-policy {
    background-position: 20px -70px;  
}
.icons-dev-manage {
    background-position: 20px -30px;
}

.icons-dev-manage2 {
    background-position: 20px -68px;
}

.icons-sta-state {
    background-position: 20px -110px;
}
.icons-adv-policy {
    background-position: 20px -145px;
}
.icons-adv-setup {
    background-position: 20px -180px;
}
.icons-activate-auth {
    background-position: 20px -220px;
}
.icons-ad-push {
    background-position: 20px -296px
}
.icons-portal {
    background-position: 20px -300px;
}
.icons-system-tool {
    background-position: 20px -260px;
}
.input-append, .input-prepend {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}
.input-append input, .input-prepend input {
    position: relative;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}
.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
    z-index: 2;
}
.search-container {
    position: relative;
    float: right;
}
.search-container label {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    /* background: url(../images/search-icon.png) no-repeat 2px 5px;
  z-index: 2; */
}
.search-container .input-append .btn {
    padding: 3px 10px;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    height: 28px;
}
#search-box, #search-box2 {
    /*带有搜索按钮时的样式
  padding: 3px 2px 3px 12px;
   margin-right: -5px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px; */
    
    padding: 3px 6px 3px 26px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    background: url(../images/search-icon.png?version=1624327918) no-repeat 2px 3px;
}
#goToBtn {
    height: 28px;
}
#page {
    float: right;
    margin-right: 15px;
    margin-top: 2px;
    text-align: right;
}
.pageGo {
    float: right;
    margin-left: 5px;
    margin-top: 4px;
    vertical-align: middle;
}
.pageGo label {
    display: inline-block;
    float: left;
}
.pageGo label:first-child {
    padding-top: 3px;
}
#page a {
    display: inline-block;
    line-height: 25px;
    width: 32px;
    margin-left: 3px;
    padding: 1px 2px;
    color: #555;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}
#page a.active {
    color: #d82228;
}
#page .next {
    padding: 2px 4px;
}
#page .prev {
    padding: 2px 4px;
}
.info-hidden-flag {
    margin-left: 2px;
}
.middle-header {
    padding: 10px 0;
}
#data-count {
    color: #d82228;
}
.set-page-count {
    float: right;
}
#page-count, #page-count1 {
    width: 60px;
    margin-left: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
input.remark-input {
    width: 60px;
    padding: 3px 4px;
}
.remark-td {
    display: inline-block;
    width: 60px;
    height: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}
.clientNum-input {
    width: 30px;
    padding: 3px 4px;
}
.clientNum-edit {
    display: none;
}
.channel-input {
    width: 30px;
    padding: 3px 4px;
}
.channel-select {
    width: 45px;
    padding: 3px 0px;
}
.demo-table .table-title {
    padding-right: 12px;
    cursor: pointer;
   /*  white-space: nowrap; */
}
.demo-table td, .demo-table th {
    text-align: center;
}
.table-title.des-order {
    /*降序*/
    
    background: url(../images/icon-edit-s.png?version=1624327918) no-repeat right -26px;
}
.table-title.asc-order {
    /*升序*/
    
    background: url(../images/icon-edit-s.png?version=1624327918) no-repeat right -5px;
}

.lang-en .table-title.des-order {
    background-position: right -30px;
}

.lang-en .table-title.asc-order {
    background-position: right -9px;
}

.no-text-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.refresh-text {
    text-decoration: underline;
    margin-left: 5px;
    color: #d82228;
    cursor: pointer;
}
.edit-item {
    display: block;
    margin: auto;
    width: 32px;
    height: 30px;
    background: url(../images/icon-editbbb.png?version=1624327918) no-repeat 4px -49px;
    cursor: pointer;
}
.edit-item-disabled {
    display: block;
    margin: auto;
    width: 32px;
    height: 30px;
    background: url(../images/icon-editbbb.png?version=1624327918) no-repeat 4px -49px;
    cursor: not-allowed;
}
#sel_all {
    margin-left: -4px;
}
.demo-table .inactive {
    color: #999;
}
input.file-hidden {
    width: 0;
    height: 0;
    margin-left: -90px;
    margin-top: -25px;
    border: none;
}
.select-file {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 16px;
}
.sys-content {
    /* padding-top: 10px; */
}
/**********************window*/

.window {
    overflow: hidden;
    border: none;
    width: 417px;
    top: 60px;
    z-index: 8000;
    padding: 5px;
    *z-zoom: 8000;
    position: absolute;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #fff;
    border: 1px solid #ddd\0;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}
.window .tabs {
    height: 30px;
}
.tabs li {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.window .tabs li {   
    float: left;
    height: 30px;
    padding-top: 8px;
    text-align: center;
}
#ssidpolicy {
    width: 100%;
}
#radiopolicy {
    width: 100%;
}
.tabs .tabs-menu2 {
    width: 207px;
}
.tabs .tabs-menu3 {
    width: 120px;
}
.tabs li {
    cursor: pointer;
}
.window .control-label {
    text-align: right;
    width: 120px;
}
.window .controls {
    margin-left: 140px;
}
.window .active {
    background: #f00;
}
.window .border-right {
    border-right: 1px solid #ccc;
}
.window .control-group {
    margin-bottom: 5px;
}
.btn-on {
    background: url(../images/btn_en.png?version=1624327918) 0 no-repeat;
    width: 56px;
    height: 28px;
    padding-top: 5px;
    cursor: pointer;
}
.body-scroll-right {
    overflow-y: scroll;
    *overflow-y: hidden;
}
.btn-off {
    background: url(../images/btn_off.png?version=1624327918) 0 no-repeat;
    width: 56px;
    height: 28px;
    padding-top: 5px;
    cursor: pointer;
}
.lan-status {
    width: 100px;
    margin-right: 30px;
    float: left;
}
.online {
    margin-left: 20px;
    background: url(../images/online.png?version=1624327918) 0 no-repeat;
    width: 37px;
    height: 37px;
}
.outline {
    margin-left: 20px;
    background: url(../images/outline.png?version=1624327918) 0 no-repeat;
    width: 37px;
    height: 37px;
}
.gray {
    color: #ccc;
}
.green {
    color: #008000;
}
.main-top #rebootpolicy, .main-top #alertpolicy {
    *width: 96px;
}
.placeholder {
    position: absolute;
    top: 4px;
    left: 26px;
    color: #ccc;
}
/* reboot and upgrading */

#gbx_overlay {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 2999;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    _position: absolute;
}
#gbx_overlay.transparent {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    background: transparent;
}
#loading_div {
    display: none;
    position: fixed;
    z-index: 3000;
    height: 150px;
    width: 260px;
    background-color: #363636;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545454), to(#414141));
    background-image: -webkit-linear-gradient(top, #545454, #414141);
    background-image: -o-linear-gradient(top, #545454, #414141);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#414141));
    background-image: linear-gradient(to bottom, #545454, #414141);
    background-image: -moz-linear-gradient(top, #545454, #414141);
    /* For ie7, ie8 */
    
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff545454', endColorstr='#ff414141', GradientType=0);
    
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff545454', endColorstr='#ff414141', GradientType=0);
}
#loading_div #loadding, #upgrading {
    width: 200px;
    height: 24px;
    background-color: #fff;
    display: inline-block;
    text-align: left;
    margin-top: 50px;
}
#loading_div #load_pc {
    background: #d82228 center repeat-x;
    height: 24px;
    display: inline-block;
}
#loading_div #loading_text {
    margin-top: 5px;
}
#loading_div #upgrading {
    width: 260px;
}
#loading_div #upgrade_pc {
    background: #d82228 center repeat-x;
    height: 24px;
    display: inline-block
}
.desk-alarm-tip {
    top: 2px;
    left: 7px;
}
.email-alarm-tip {
    top: 2px;
    left: 7px;
}
.weekday-box {
    display: inline-block;
    width: 58px;
}
.login-html {
    background-color: #f2f2f2;
}
#testMailBox {
    text-decoration: underline;
    cursor: pointer;
    color: #d82228;
}
#unique_code {
    cursor: text;
}
#selWeekDay {
    margin-left: 40px;
}
#devscan-table .th1 {
    width: 16px;
}
#devscan-table .th2 {
    width: 50px;
}
#devscan-table .th3 {
    width: 87px;
}
#devscan-table .th4 {
    width: 115px;
}
#devscan-table .th5 {
    width: 120px;
}
#devscan-table .th6 {
    width: 52px;
}
#devscan-table .th7 {
    width: 120px;
}
#devscan-table .th8 {
    width: 64px;
}
#devscan-table .th9 {
    width: 67px;
}
#devscan-table .th10 {
    /*width: 54px;*/
}
#wirelessPolicy-table .th1 {
    width: 16px;
}
#wirelessPolicy-table .th2 {} #wirelessPolicy-table .th3 {
    width: 107px;
}
#wirelessPolicy-table .th4 {
    width: 55px;
}
#wirelessPolicy-table .th5 {
    width: 50px;
}
#wirelessPolicy-table .th6 {
    width: 65px;
}
#wirelessPolicy-table .th7 {
    width: 72px;
}
#wirelessPolicy-table .th8 {
    width: 90px;
}
#wirelessPolicy-table .th9 {
    width: 59px;
}
#wirelessPolicy-table .th10 {
    width: 44px;
}
#wirelessPolicy-table .th11 {
    width: 78px;
}
#devManage-table .th1 {
    width: 16px;
}
#devManage-table .th2 {
    width: 50px;
}
#devManage-table .th3 {
    width: 57px;
}
#devManage-table .th4 {
    width: 111px;
}
#devManage-table .th5 {
    width: 64px;
}
#devManage-table .th6 {
    width: 110px;
}
#devManage-table .th7 {
    width: 100px;
}
#devManage-table .th8 {
    width: 64px;
}
#devManage-table .th9 {
    width: 67px;
}
#devManage-table .th10 {
    width: 54px;
}
#devManage-table .th11 {
    width: 78px;
}
#devManage-table .th12 {
    width: 85px;
}
#stastate-table .th1 {
    width: 16px;
}
#stastate-table .th2 {
    width: 70px;
}
#stastate-table .th3 {
    width: 115px;
}
#stastate-table .th4 {
    width: 64px;
}
#stastate-table .th5 {
    width: 77px;
}
#stastate-table .th6 {
    width: 80px;
}
#stastate-table .th7 {
    width: 80px;
}
#stastate-table .th8 {
    width: 80px;
}
#stastate-table .th9 {
    width: 75px;
}
#stastate-table .th10 {
    width: 75px;
}
#stastate-table .th11 {
    width: 40px;
}
#stastate-table .th12 {
    width: 85px;
}
#advPolicy-table .th1 {
    width: 16px;
}
#advPolicy-table .th2 {
    width: 90px;
}
#advPolicy-table .th3 {
    width: 77px;
}
#advPolicy-table .th4 {
    width: 462px;
}
#advPolicy-table .th5 {
    width: 72px;
}
#advSetup-table .th1 {
    width: 16px;
}
#advSetup-table .th2 {
    width: 60px;
}
#advSetup-table .th3 {
    width: 60px;
}
#advSetup-table .th4 {
    width: 120px;
}
#advSetup-table .th5 {
    width: 110px;
}
#advSetup-table .th6 {
    width: 65px;
}
#advSetup-table .th7 {
    width: 70px;
}
#advSetup-table .th8 {
    width: 70px;
}
#advSetup-table .th9 {
    width: 70px;
}
#advSetup-table .th10 {
    width: 50px;
}
#adManage-table .th1 {
    width: 32px;
}
#adManage-table .th2 {
    width: 200px;
}
#adManage-table .th3 {
    width: 260px;
}
#adManage-table .th4 {} #adPush-table .tb-sel {
    width: 32px;
}
#adPush-table .tb-ssid {
    width: 140px;
}
#adPush-table .tb-adname {
    width: 140px;
}
@media (max-width: 1030px) {
    .page-head, .nav-list, .main-top, .main-bottom {
        position: absolute;
    }
}
@media (max-height: 560px) {
    .nav-list, .main-bottom {
        position: absolute;
    }
}

@media (min-width: 1300px) {
    .head-inner, .head-bottom, .wrap .container {
        width: 1300px;
    }
    .main-content, .main-top, .main-content .main-middle, .main-bottom {
        width: 1129px;
    }
    .lang-en .main-content, .lang-en .main-top, .lang-en .main-content .main-middle, .lang-en .main-bottom {
        width: 1119px;
    }
    .lang-en .wrap .container, .lang-en .head-inner, .lang-en .head-bottom {
        width: 1300px;
    }
    .lang-en .main-content {
        padding: 0 5px;
    }
    #nav-head li a {
        padding: 12px 36px;
    }
    .lang-en #nav-head li a {
        padding: 12px 15px;
    }
    input.remark-input {
        width: 80px;
    }
    .remark-td {
        width: 80px;
    }
    #devscan-table .th1 {
        width: 32px;
    }
    #devscan-table .th2 {
        width: 90px;
    }
    #devscan-table .th3 {
        width: 90px;
    }
    #devscan-table .th4 {
        width: 110px;
    }
    #devscan-table .th5 {
        width: 115px;
    }
    #devscan-table .th6 {
        width: 110px;
    }
    #devscan-table .th7 {
        width: 120px;
    }
    #devscan-table .th8 {
        width: 95px;
    }
    #devscan-table .th9 {
        width: 100px;
    }
    #devscan-table .th10 {
        /* width: 77px;*/
    }
    #wirelessPolicy-table .th1 {
        width: 32px;
    }
    #wirelessPolicy-table .th2 {
        width: 120px;
    }
    #wirelessPolicy-table .th3 {
        width: 100px;
    }
    #wirelessPolicy-table .th4 {
        width: 70px;
    }
    #wirelessPolicy-table .th5 {
        width: 85px;
    }
    #wirelessPolicy-table .th6 {
        width: 100px;
    }
    #wirelessPolicy-table .th7 {
        width: 100px;
    }
    #wirelessPolicy-table .th8 {
        width: 100px;
    }
    #wirelessPolicy-table .th9 {}
    #wirelessPolicy-table .th12 {
        width: 78px;
    }
    #devManage-table .th1 {
        width: 32px;
    }
    #devManage-table .th2 {
        width: 90px;
    }
    #devManage-table .th3 {
        width: 90px;
    }
    #devManage-table .th4 {
        width: 110px;
    }
    #devManage-table .th5 {
        width: 115px;
    }
    #devManage-table .th6 {
        width: 100px;
    }
    #devManage-table .th7 {
        width: 110px;
    }
    #devManage-table .th8 {
        width: 75px;
    }
    #devManage-table .th9 {
        width: 75px;
    }
    #devManage-table .th10 {
        width: 80px;
    }
    #stastate-table .th1 {
        width: 32px;
    }
    #stastate-table .th2 {
        width: 120px;
    }
    #stastate-table .th3 {
        width: 120px;
    }
    #stastate-table .th4 {
        width: 120px;
    }
    #stastate-table .th5 {
        width: 80px;
    }
    #stastate-table .th6 {
        width: 100px;
    }
    #stastate-table .th7 {
        width: 100px;
    }
    #stastate-table .th8 {
        width: 100px;
    }
    #stastate-table .th9 {
        width: 100px;
    }
    #advPolicy-table .th1 {
        width: 32px;
    }
    #advPolicy-table .th2 {
        width: 160px;
    }
    #advPolicy-table .th3 {
        width: 90px;
    }
    #advPolicy-table .th4 {
        width: 500px;
    }
    #advPolicy-table .th5 {
        width: 90px;
    }
    #advSetup-table .th1 {
        width: 32px;
    }
    #advSetup-table .th2 {
        width: 70px;
    }
    #advSetup-table .th3 {
        width: 100px;
    }
    #advSetup-table .th4 {
        width: 120px;
    }
    #advSetup-table .th5 {
        width: 110px;
    }
    #advSetup-table .th6 {
        width: 70px;
    }
    #advSetup-table .th7 {
        width: 100px;
    }
    #advSetup-table .th8 {
        width: 100px;
    }
    #advSetup-table .th9 {
        width: 100px;
    }
    #advSetup-table .th10 {
        width: 80px;
    }
}
.radio-group label {
    margin-right: 20px;
}
/*bulletin card*/

.bullentinContainer {
    margin: 40px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    *zoom: 1;
}
.bullentinContainer:before, .bullentinContainer:after {
    display: table;
    content: '';
    line-height: 0;
}
.bullentinContainer:after {
    clear: both;
}
.bulletinCard {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
}
.bulletinCard.small {
    width: 180px;
}
.bulletinCard.middle {
    width: 250px;
}
.bulletinCard.large {
    width: 816px;
}
.bulletinCard .card-head {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background-color: #f2f2f2;
}
.bulletinCard .num-box {
    font-size: 32px;
    color: #008000;
    padding: 35px 0;
    text-align: center;
}
.inner-window .main-top, .inner-window .main-bottom {
    position: absolute;
    width: 100%;
    border-bottom: none;
}
.inner-window .middle-header {
    padding-top: 53px;
}
.fade-in-out {
    /*  -webkit-transition: all 1.2s ease-in-out left;
 -o-transition: all 1.2s ease-in-out left;
 transition: 1.2s ease-in-out left; */
}
.inner-window {
    position: relative;
    overflow: hidden;
    min-height: 506px;
}
#basicSetup {
    position: absolute;
    width: 100%;
    left: 0;
}
#basicSetup.deactive {
    left: -100%;
}
#addAd {
    position: absolute;
    width: 100%;
    left: 0;
}
#addAd.deactive {
    left: 100%;
}
a.btn-link, .btn-link {
    text-decoration: underline;
    margin-right: 15px;
    cursor: pointer;
}
.btn-link.deactive, .btn-link.deactive:hover {
    color: #aaa;
    cursor: not-allowed;
}
.imgPreviewBox {
    width: 90px;
    height: 60px;
    margin-right: 15px;
}
.plain-window {
    padding: 0;
    border: 1px solid #ccc;
    top: 5px;
}
.window-large {
    width: 780px;
    height: 395px;
}
.window-medium {
    width: 480px;
}
.window .win-head {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #f2f2f2;
}
.win-head input {
    float: right;
    margin: 10px 10px 0 0;
}
.window .win-footer {
    margin: 10px 0;
}
.card-body .win-header {
    padding-left: 10px;
    padding-top: 6px;
    vertical-align: baseline;
}
.win-scrollY .win-content {
    overflow-y: scroll;
}
.select-list {
    position: static;
    float: left;
    width: 242px;
    height: 260px;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
}
.select-list .win-content {
    height: 220px;
}
.select-list ul li {
    margin-top: 7px;
    padding-left: 10px;
}
.select-list ul li label {
    display: inline-block;
    width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
#addPushAd {
    display: none;
    left: 50px;
    top: 2px;
}
#ssidList>li>label {
    padding-left: 15px;
    width: 180px;
    background: url(../images/btn-collapse.png?version=1624327918) no-repeat 0px -14px;
    cursor: pointer;
}
#ssidList>li>label.expand {
    background-position: 0px 8px;
}
#webAuth {
    left: 170px;
    top: 40px;
    display: none;
}
#passengerLineChart {
    height: 320px;
    width: 100%;
}
#loginStatistic, #terminalType, #new_old_customer {
    height: 300px;
    position: relative;
}
.overLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
    line-height: 250px;
    text-align: center;
}
.circle {
    margin-top: 56px;
    border: 30px solid #99f;
    -webkit-border-radius: 95px;
           border-radius: 95px;
    behavior: url(css/ie-css3.htc);
    width: 130px;
    height: 130px;
    margin-left: 30px;
    line-height: 130px;
    
}
#totalcustomer {
    color: #008000;
}
#chooseMonth {
    width: 100px;
    margin-right: 10px;
}
.disable {
    color: #999 !important;
}
.legend-pic {
    display: inline-block;
    width: 160px;
    margin-bottom: 10px;
}
.legend-pic .pic {
    height: 80px;
    background: url(../images/state.png?version=1624327918) no-repeat;
}
.legend-pic .pic-ac {
    background-position: 45px 24px;
}
.legend-pic .pic-ap {
    background-position: -104px 22px;
}
.legend-pic .pic-terminal {
    background-position: 45px -73px;
}
.legend-pic .pic-terminal-type {
    background-position: -103px -75px;
}
.legend-text span {
    color: #008000;
}
#ssidList ul li {
    font-size: 12px;
}
#ssidList ul {
    padding-left: 7px;
    color: #777;
}
.ssidFollow {
    position: relative;
    overflow: visible !important;
    top: 1px;
}
.ssidFollow>ul {
    display: none;
    padding: 5px 10px;
    padding: 0\0;
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid #999;
    top: 35px;
    min-width: 120%;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.ssidFollow>ul>li {
    border-bottom: 1px solid #ccc;
    line-height: 25px;
    cursor: pointer;
    overflow: hidden;
}
.ssidFollow>ul>li:hover {
    /* background: #eee; */
}
.ssidFollow>ul>li:last-child {
    border-bottom: none;
}
.ssidFollow:hover>ul {
    display: block;
}
.text-ellipsis {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
}
@-webkit-keyframes waitting {
    0% {
        color: #fff;
    }
    50% {
        color: #f00;
    }
    100% {
        color: #fff;
    }
}

.loadding-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    cursor: wait;
}
.loadding-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
}
.loadding-layer .icon {
    color: #f00;
    line-height: 80px;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -40px;
    margin-top: -40px;
    text-align: center;
    background: url('../images/load.gif?version=1624327918') no-repeat;
/*     -webkit-animation: fade 1.5s infinite; */
	font-weight: bolder;
	font-size: 18px;
}
@-webkit-keyframes fade {
	0% {
		text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
		color: rgba(255,0,0,1);
	}
	50% {
		text-shadow: 1px 1px 3px rgba(0,0,0,0);
		color: rgba(255,0,0,0.05);
	}
	100% {
		text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
		color: rgba(255,0,0,1);
	}
}

label.file {
   position: relative;
}

label.file input[type='file'] {
    opacity: 0;
    background: transparent;
    position:absolute;
    width: 100%;
    height: 100%;
    height: 0\9;
    width: 0\9;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
} 
.storeSet {
    width: 450px;
    display: inline-block;
}
.storePreview {
    width: 206px;
    display: inline-block;
    vertical-align: top;
}
.storePreview> img {
    margin-top: 70px;
    vertical-align: top;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.weixinLogoPrev {
    vertical-align: top;
}

.weixinLogoPrev .imgContainer {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    
    text-align: center;
}
.weixinLogoPrev .imgContainer img{
    max-width: 100%;
}

.weixinBgPrev {
    vertical-align: top;
}
.weixinBgPrev .imgContainer {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;

    text-align: center;
}
.weixinBgPrev .imgContainer img{
    max-width: 100%;
}

.lang-en .device-opt label.btn{
    width: 118px;
    padding: 5px;
}

.lang-en .device-opt input.btn {
    width: 130px;
}
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 

#pingInfo {
    width: 350px;
    height: 200px;
    margin: 10px 0;
}

.access-header {
    margin: 10px;
    font-weight: 900;
}

#accessCodeUrl {
    width: 338px;
}

.access-url-info {
    float: right;
    margin-right: 80px;
    color: #CCC;
}

.access-label {
    margin: 0 10px;
}

.access-label-info {
    margin-left: 158px;
    color: #CCC;
}

#fileLabel {
    line-height: 27px;
    position: relative;
    display: inline-block;
    width: 100px;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 0.5px;
    background-color: #fafafa;
    color: #333333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    cursor: pointer;
    outline: none;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
    height: 28px;
}

.access-controls {
    margin: 15px 0;
    margin-left: 15px;
}

.containe {
    margin-left: auto; 
    margin-right: auto; 
    width: 641px;
    height: 410px;
}

.content-box {
    margin: 50px 100px;
    height: 400px;
    border: 1px solid #d7d7d7;
}

.generate-header {
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 30px;
    padding-top: 51px;
}

.generate-controls {
    margin-left: 50px;
    margin-top: 100px;
}

#print {
    margin-left: 20px;
    margin-left: 10px;
}

.generate-top {
    width: 1366px;
}

.generate-html {
    background-color: #fff;
}

.pwd-box {
    position: absolute;
    top: 140px;
    left: 545px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.voucher-style {
    padding: 0 10px;
}

.pwd-box-cfg {
    display: inline-block;
    width: 315px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.pwd-info {
    margin: 40px 0;
}

.pwd {
    font-weight: 900;
    font-size: 42px;
    padding: 10px 50px;
}

.pwd-accessTime {
    margin-top: 48px;
}

.pwd-btn {
    float: right;
    margin-top: 10px;
}

#pwdBox input {
    margin-left: 20px;
}

.head-container {
    margin-left: 15px;
    border-bottom: 0px;
    width: 98.5%;
}

@media (max-width: 829px) {
    .overflow-x {
        overflow-x: auto; 
        min-height:300px;
    }
}

@media (max-width: 1299px) {
    .table-overflow {
        overflow-x: auto; 
        min-height:300px;
    }
}

.searchIcon {
  position: relative;
  right: 3px;
  width: 30px;
  height: 28px;
  z-index: 99999;
  background: url(../images/searchIcon.png?version=1624327918) 0 no-repeat;
}

.acce-border {
      border-bottom: 1px solid #CCC;
}

.time-padding {
      padding: 2px 10px;
}

.auth-contain {
    margin: auto;
    width: 411px;
}

#apChangeMode .legend-main .control-label {
    text-align: left;
}

#apChangeMode .control-group {
    padding-left: 40px;
}