@font-face {
    font-family: FSElliotPro;
    src: url("../font/FSElliotPro.ttf");
}
*{
    font-family: FSElliotPro;

}
a:focus{outline:none;}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
html,div,ul,p,h1,h2,h3,h4,h5,h6,td,input{
    margin: 0;
    padding: 0;
}
.d-flex{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.containerDiv{
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.tool{
    width: 960px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}
.logout{
    text-decoration: none;
    position: absolute;
}
.logout:hover{
    color: rgb(0,173,239);
}

.info li{
    padding-right: 3px;
    list-style: none;
}
#sms-status{
    position: relative;
}
.sms_title{
    width: 20px;
    height: 16px;
    display: block;
    position: absolute;
    background: red;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border-radius: 5px;
    right: 0;
    user-select: none;
    color: #ffffff;
}

.content-des{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
h1{
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.introduce{
    width: 730px;
    position: absolute;
    left: 180px;
    top: 14px;
}
.introduce p{
    font-size: 14px;
}
.content-des img{
    padding-left: 27px;
    padding-top: 15px;
}
.content{
    margin: 0 auto;
    height: auto !important;
    min-height: 500px;
    padding-top: 20px;
}
.content-left{
    width: 240px;
    min-height: 450px;
    height: auto !important;
    float: left;
    padding-top: 5px;
    margin-top: -5px;
}
.content-right{
    width: 718px;
    min-height: 450px;
    height: auto !important;
    /*border-left: 1px solid #dedede; 宸﹀彸渚у垎鍓茬嚎*/
    float: right;
    margin-top: 5px;
}
.content-box{
    height: auto;
    overflow: inherit;
    /* width: 960px; */
    border: 3px solid #c0c0c0;
    border-radius: 10px;
    margin: 0 auto;
    background: white;
    max-width: 960px;
}
.main-title{
    padding: 15px 0 0 45px;
}

.main-title h1{
    color: red;
}
.main-content{
    padding: 0px 45px;
    height: auto !important;
    margin: 25px auto;
}
.main-content table tr {
    height: 41px;
}
input[type=text],input[type=password]{
    border: 1px solid #8a8a8a;
    height: 40px;
    font-size:14px;
    padding-left: 10px;
    border-radius: 5px;
}
/*娓呴櫎ie鐨勯粯璁ら€夋嫨妗嗘牱寮忔竻闄わ紝闅愯棌涓嬫媺绠ご*/
select::-ms-expand { display: none; }
select {
    height: 40px;
    padding-left: 10px;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    /*寰堝叧閿細灏嗛粯璁ょ殑select閫夋嫨妗嗘牱寮忔竻闄�*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    /*鍦ㄩ€夋嫨妗嗙殑鏈€鍙充晶涓棿鏄剧ず灏忕澶村浘鐗�*/
    background: url("../images/select.png") no-repeat scroll right 5px center transparent;
    background-color: white;
    background-size: 20px;
    /*涓轰笅鎷夊皬绠ご鐣欏嚭涓€鐐逛綅缃紝閬垮厤琚枃瀛楄鐩�*/
    padding-right: 30px;
    outline-style: none;
}

.selectList{
    position: absolute;
    padding-left: 3px;
    right: 7px;
    top: 18px;
    width: 92px;
    height: 22px;
}
/*-----------------------------瀛愯彍鍗� start-------------------------------*/
.menu-left{
    height: auto !important;
    min-height: 400px;
}

.menu-left ul{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.menu-left li{
    list-style: none;
}

.menu-left-item{
    min-height: 27px;
    margin-bottom: 5px;
    line-height: 27px;
}

.nosubmenu{
    background-image: url("../images/menu_left_gray.png");
}

.nosubmenu a{
    width: 100%;
    height: 100%;
    margin: 0 0 0 10px;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 13px;
    line-height: 27px;
}

.nosubmenu.click{
    background: url("../images/menu_left_gray.png");
}

.submenu{
    background: url("../images/menu_left_gray.png");
}
.submenu span{
    margin: 0 0 0 10px;
}
.submenu.click{
    background: url("../images/menu_left_gray_click.png");
    background-repeat: no-repeat;
}

.submenu-item{
    margin-bottom: 0;
    background: url("../images/menu_left_white.png");
}
.submenu-item a{
    width: 91%;
    height: 100%;
    padding-left: 20px;
    text-decoration: none;
    display: inline-block;
    color: black;
}
.submenu-item.active{
    background: url("../images/menu_left_Babyblue.png");
}
.submenu-item.click{
    background: url("../images/menu_left_blue.png");
}
/*.submenu-item.click a{*/
/*background-image: url("../images/menu_left_blue.png");*/
/*background-size: 100% 100%;*/
/*}*/
.submenu-item.active a{

}
/*-----------------------------瀛愯彍鍗� end-------------------------------*/
.btn-area{
    min-height: 25px;
    margin: 20px 0 20px 0;
    padding: 20px 10px 0 0;
    border-top: 1px solid #dedede;
    text-align: right;
}
.btn_wps {
    margin:0;
    border-top: 0px;
    text-align: left;
}
.common-btn{
    padding: 8px 30px;
    border: 1px solid #0f375a;
    background-color: #0f375a;
    color: #ffffff;
    cursor: pointer;
    outline-style: none;
    border-radius: 27px;
}
.common-btn:hover{
    background-color: #185386;
    border: 1px solid #185386;
}
.common-btn:disabled{
    background-color: #185386;
    border: 1px solid #185386;
    color: gray;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.copyright{
    text-align: center;
    font-size: 16px;
}
.copyright span{
    text-decoration: none;
    text-align: center;
    display: inline-block;
}
.copyright span a{
    font-size: 16px;
    color: inherit;
    text-decoration: none;
}
.copyright span a:hover{
    color: red;
}
.noscript_text {
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    padding-top: 24px;
}
.pointer{
    cursor: pointer;
}
.mask{
    width: 100%;
    min-width: 960px;
    height: 100%;
    z-index: 1000;
    background: rgba(183, 183, 183, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

#diatitle{
    float: left;
}
#diaclose{
    float: right;
}
#diatitle span{
    color: white;
    font-size: 16px;
    line-height: 21px;
}
.login-input{
    padding: 30px 0 0 60px;
}
.login-error-tips{
    text-align: left;
    color: red;
    font-size: 15px;
}

.user-login{
    width: 340px;
    height: 110px;
    font-size: 13pt;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -170px;
}

.user-input{
    width: 260px;
    height: 70px;
    float: left;
}

.user-input-name, .user-input-pw{
    width: 150px;
    height: 18px;
    margin: 0 0 0 5px;
}

.login-btn {
    width: 60px;
    height: 55px;
    font-size: 14pt;
}

.login-tips1{
    font-size: 14pt;
}

#dialog{
    position: fixed;
    min-width: 400px;
    width: auto !important;
    min-height: 200px;
    height: auto !important;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -200px;
    background-color: white;
    border-left: 4px solid #7b7b7b;
    border-bottom: 4px solid #7b7b7b;
    border-right: 4px solid #7b7b7b;
    border-radius: 4px 4px 4px 4px;
}
#dialoghead{
    height: 30px;
    padding: 5px 5px 0 5px;
    background-color: #7b7b7b;
}
#dialogbody{
    min-width: 400px;
    width: auto !important;
    min-height: 100px;
    height: auto !important;
    text-align: center;
    padding-right: 30px;
}
#dialogbodyleft{
    min-width: 400px;
    width: auto !important;
    min-height: 100px;
    height: auto !important;
    text-align: left;
    padding-right: 30px;
}
#dialogbottom{
    margin: 20px 40px 20px 40px;
}
#dialogsms{
    position: fixed;
    min-width: 400px;
    width: auto !important;
    min-height: 200px;
    height: auto !important;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -200px;
    background-color: white;
    border-left: 4px solid #7b7b7b;
    border-bottom: 4px solid #7b7b7b;
    border-right: 4px solid #7b7b7b;
    border-radius: 4px 4px 4px 4px;
}
#waitingdialog{
    width: 300px;
    padding: 50px 0 0 60px;
}
#waitingimg{
    float: left;
    min-width: 50px;
    min-height: 50px;
    margin: 0 10px 0 0;
    background: url(../images/waiting.gif) no-repeat center;
}
#waitingmsg{
    float: left;
    width: 240px;
    min-height: 50px;
    display: table;
}
#waitingmsg span{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}

#waitingdialogsms{
    width: 300px;
    padding: 50px 0 0 60px;
}

#waitingimgsms{
    float: left;
    min-width: 50px;
    min-height: 50px;
    margin: 0 10px 0 0;
    background: url(../images/waiting.gif) no-repeat center;
}
#waitingmsgsms{
    float: left;
    width: 240px;
    min-height: 50px;
    display: table;
}
#waitingmsgsms span{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}

#resultdialog{
    width: 300px;
    padding: 50px 0 0 60px;
}
#resultmsg {
    float: left;
    width: 290px;
    min-height: 50px;
    display: table;
}
#resultmsg span{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}
#confirmdialog{
    width: 300px;
    padding: 30px 50px 0 50px;
}
#confirmmsg{
    padding: 0 10px 0 10px;
    min-height: 50px;
    font-size: 14px;
    line-height: 20px;
    display: table;
    width: 290px;
}
#confirmmsg span{
    vertical-align: middle;
    display: table-cell;
}
#tipdialog{
    width: 300px;
    padding: 50px 0 0 60px;
}
#tipmsg{
    float: left;
    width: 280px;
    min-height: 50px;
    display: table;
}
#tipmsg span{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}
.info-img{
    min-width: 35px;
    height: 32px;
    float: left;
}
.info{
    overflow: hidden;
    margin: 10px auto;
}
/***************************  common  *****************************/
.input-status{
    width: 250px;
}
.select-status {
    width: 250px;
}
.error-tips {
    font-size: 14px;
    color: red;
}
.filterform table {
    text-align: center;
}
.filterlist th {
    background-color: rgb(191,191,191);
}
.oddtr {
    background-color: rgb(240,240,240);
}
.option-btn {
    margin: 0 5px 0 5px;
    color: rgb(68,150,168);
    text-decoration: underline;
    cursor: pointer;
    word-break: keep-all;
}
.eventr {
    background-color: rgb(221,221,221);
}
#listbody th{
    text-align: center !important;
    background-clip: padding-box;
}
.add_div{
    text-align: right;
    padding-bottom: 10px;
}
.add-btn{
    margin-right: 20px;
}
.add_div .add-btn {
    margin: 0px 10px 0px 20px;
}
#menu-left-settings{
    user-select: none;
    overflow-y: auto;
    margin-right: -17px;
}
/***************************  ethernet  *****************************/
h2{
    margin-bottom: 20px;
}
#connectmode-mode-depart {
    width: 45px;
}
.connectmode-info-depart {
    width: 15px;
}
#ethtable_info table tr td {
    text-align: left;
}
/***************************  VPN  *****************************/
.input_VPNsubnet{
    width: 60px;
}
.vpn_table{
    width: 100%;
}
.vpn_table tr{
    width: 100%;
}
.vpn_table tr td{
    width: 50%;
}
/***************************  DHCP  *****************************/
.inputip {
    width: 50px;
}
#leasetime {
    width: 116px;
    margin-right: 10px
}
/***************************  wlan settings  *****************************/
#securitymodetips24,#securitymodetips5{
    color: red;
}
/***************************  wlan mac filter  *****************************/
.macname {
    width: 88% !important;
    position: absolute;
    top: 0px;
    border-right: none !important;
    border-radius: 5px 0 0 5px !important;
}
.modetips{
    margin: 45px 0 10px 0;
}
.tips {
    margin: 0 0 10px 0;
    color: red;
    font-size: 16px;
}
.width180 {
    width: 180px;
}
.width100 {
    width: 180px;
}
.errortips{
    color: red;
    text-align: left;
}
.firewall_btn-area{
    margin: 50px 0 20px 0;
}
/*#listtable,#wifilisttable{
    font-size: 12px;
}*/
/***************************  sip server  *****************************/
.input-sipserver {
    width: 150px;
}
.sipdes{
    font-size: 14px;
    padding-left: 5px;
}
.select-sipserver{
    width: 162px;
}
.sip_input{
    width: 178px;
}
.newsipselect{
    width: 190px;
    height: 27px;
}
#newSip:disabled{
    background: rgb(255,115,115);
    border: 1px solid rgb(255,115,115);
}
/***************************  reboot reset  *****************************/
.rebootreset-tips
{
    height: 50px;
    margin: 45px 0 30px 0;
    font-size: 16px;
}
.rebootreset{
    width: 45%;
    height: 400px;
    float: left;
    border: 2px solid #c0c0c0;
    border-radius: 10px;
    margin-right: 45px;
    margin-bottom: 45px;
    text-align: center;
    padding: 10px;
    background: #ffffff;
}
.rebootresetImg{
    margin-top: 30px;
}
.rebootresetBtn{
    width: 250px;
    height: 50px;
    font-size: 24px;
}
.content-reboot{
    border: none !important;
    background: none !important;
}
/***************************  system log  *****************************/
.checkbox-status{
    margin-right: 5px;
}
/***************************  system log  *****************************/
.versioninfotitle{
    font-size: 16px;
    line-height: 42px;
    margin: 0 10px;
}
/***************************  upgrade  *****************************/
.tdwidth230{
    width: 230px;
}
/* #proinfo{
    margin: 40px 0 0 30px;
} */
#promsg{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    word-break: break-word;
}
#pronav{
    height: 25px;
    border: 2px solid #dedede;
    border-radius: 6px;
}
#probar{
    height: 23px;
    border-radius: 4px;
    color: black;
    background-color: #01c3ff;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.inputfile {
    width: 200px;
    height: 29px;
    padding-left: 10px;
    font-size:100%;
    border: 1px solid rgb(68,150,168);
    display: inline;
}

#txt{
    margin-left: 4px;
    width: 250px;
    margin-right: 10px;
}
.file-btn{
    width: 50px;
    height: 30px;
    float: right;
    padding: 0 5px 0 5px;
    margin: 0 0 0 10px;
    border: 1px solid red;
    border-radius: 5px;
    background-color: red;
    box-shadow:2px 2px 2px #666;
    color: #ffffff;
    cursor: pointer;
    outline-style: none;
}
.typefile{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*#check:disabled{
    background-color: rgb(255,115,115);
    border: 1px solid rgb(255,115,115);
}*/
/***************************  system admin  *****************************/
.layui-table {
    color: #333;
}
.main-content .layui-table>.pwdColor {
    padding:0px;
}
.pwdColor .content_option span{
    display: inline-block;
    padding: 2px 8px;
    background: #ccc;
    font-size: 10px;
    line-height: 20px;
}
.pwdColor b{
    font-size: 12px;
    color: red;
}
.pwdColor span.co1 {
    background:#f00;
    color: #fff;
}
.pwdColor span.co2 {
    background:#00ff66;
    color: #fff;
}
.pwdColor span.co3 {
    background:#0033cc;
    color: #fff;
}
/***************************  device info  *****************************/
.under{
    position: relative;
    display: block;
    width: 250px;
    height: 20px;
    background: darkgray;
    border-radius: 10px;
}
.usage{
    display: block;
    position: absolute;
    width: 0;
    height: 20px;
    background: lightskyblue;
    border-radius: 10px
}
.strContent{
    position: absolute;
    word-break: keep-all;
    display: block;
    width: 100%;
    text-align: center;
}
/***************************  sntp  *****************************/
.select-lang{
    width: 150px;
    padding-right: 30px;
    margin: 27px auto;
    display: block;
}
.select-shot{
    width: 80px;
    padding-right: 30px;
    margin-right: 10px;
}
.front{
    position: absolute;
    width: 220px;
    left: -10px;
    top:0px;
    border-right: none !important;
    border-radius: 5px 0 0 5px !important;
}
.enable-title{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.marginleft20{
    margin-left: 20px;
}
.marginleft10{
    margin-left: 10px;
}
.marginright10{
    margin-right: 10px;
}
.select-timezone{
    width: 90%;
    padding-right: 30px;
}
.input-sntp{
    margin-left: 10px;
}

.select-ntp{
    width: 70px;
    padding-left: 3px !important;
}
.table-setTime{
    padding-left: 30px;
    padding-top: 25px;
}
.aLink{
    cursor:pointer;
    color:blue;
    text-decoration: underline;
}
/***************************  mac filter  *****************************/
/*#macfilterlist, #ipfilterlist, #portforwardlist{
    max-height: 378px;
    overflow-y: scroll;
}*/
#macfilterlist, #ipfilterlist, #portforwardlist{
    overflow-x: auto;
}
/*#macfilterform table tr td, #ipfilterlistform table tr td, #portforwardlistform table tr td{
    position: relative;
}*/
.macmodetips, .ipmodetips, .forwardtips{
    margin-top: 15px;
}
/*.macfilter-add, .ipfilter-add, .forward-add{
    position: absolute;
}*/
.errordiolag{
    display: block;
    position: relative;
    width: 150px;
    height: auto;
    background-size: 150px 90px;
    border-top: 5px solid red;
    border-left: 5px solid red;
    border-right: 5px solid red;
    background: white;
    border-radius: 5px 5px 0 0;
    word-break: break-word;
    text-align: center;
    color: #ff0000;
    padding: 10px 0;
}
.errorbottom{
    display:block;
    position: relative;
    width: 160px;
    height: 25px;
    background-image: url('../images/errorbottom.png');
    background-size: 160px;
    background-repeat: no-repeat;
}
#errorDiv{
    display: block;
    position: absolute;
    bottom: 38px;
    z-index: 999999;
}
#listhead{
    position: absolute;
    height: 75px;
    z-index: 9;
    font-size: 14px;
}
.select-machost{
    width: 100%;
}
/***************************  ip filter  portforward *****************************/
.listTable th{
    background-color: rgb(191,191,191);
}
.listTable select{
    padding-left: 0;
}
#protocol{
    width: 95%;
    /*padding-left: 0;*/
}
#statuslist,#statuslist3{
    width: 95%;
}
.listForm input {
    width: 100%;
    text-align: center;
    padding: 0;
}
.listForm table {
    text-align: center;
}
::-ms-clear {
    display: none;
}
/***************************  dmzsetting *****************************/
.resultDiv{
    max-width: 600px;
    max-height: 200px;
    min-width: 600px;
    min-height: 200px;
}
/***************************  mobile connection *****************************/
.tdwidth120{
    width: 120px;
    height: 32px;
    text-align: left;
}
.newprofileinput{
    width: 178px;
}
.newprofileselect{
    width: 190px;
    height: 27px;
}
#newprofiledialog{
    width: auto !important;
}
.fontcolorred{
    color: red;
}
.network-select{
    width: 100px;
}
.tdwidth40{
    width: 40px;
}
.tdwidth80{
    width: 80px;
}
.tdwidth120{
    width: 120px;
}
.tdwidth60{
    width: 120px;
}
.tdwidth100{
    width: 100px;
}
#networkform td{
    text-align: center;
}
#networkform{
    margin: 10px;
}
#networkform th{
    background-color: rgb(191,191,191);
    text-align: center;
    font-weight: bold;
}

body{
    padding: 0;
    margin: 0;
}
.containerDiv{
    height: 100vh;
    min-width: 600px;
}
.container-left{
    height: 100%;
    width: 20%;
    min-width:240px;
    background: linear-gradient(rgb(22,80,130),rgb(79,167,185));
    float:left;
    overflow: hidden;
}
.logo_div{
    width: 240px;
    height: 80px;
    margin: 0 auto;
}
#logo{
    width: 220px;
    padding-top: 25px;
}
#logos{
    width: 220px;
    display: block;
    color: white;
    font-size: 26px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    user-select: none;
    margin: auto;
}
.menu-ul{
    margin: 0 auto;
    padding: 0;
}
.leftmenu-img{
    width: 30px;
    height: 30px;
}
.label-span{
    padding-left: 10px;
}
.menu-ul li{
    color: white;
    font-weight: bold;
    font-size: 14px;
    min-height: 51px;
    line-height: 51px;
    list-style: none;
    outline: none;
}
.li-item.click{
    background: #0f375a;
}
.li-item.active{
    background: #185386;
}

.li-item a{
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left:73px;
    color: white;
    font-weight:normal;
    cursor: pointer;
}
.showTr{
    display: table-row;
}
.ul-normal{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url("../images/ul-normal.png") no-repeat right;
    background-size: 15px 15px;
    cursor: pointer;
    outline: none;
    background-origin: content-box;
    padding:0px 30px;
}
.ul-normal.click{
    background: url("../images/ul-selected.png") no-repeat right top 18px;
    background-size: 15px 15px;
    background-origin: content-box;
}
.container-right{
    height: 100%;
    width: 80%;
    float:left;
    background: #E0FFFF;
    overflow-y: auto;
}
.header{
    min-height: 80px;
    height: auto;
    width: 100%;
    background: rgb(15,43,80);
    overflow:hidden;
}
.header-left{
    height: 50px;
    margin: 15px 0 15px 70px;
    float:left;
}
.header-left-img{
    float: left;
}
.header-left-title{
    float: left;
    color: white;
    height: 40px;
    margin: 5px 20px;
    line-height: 20px;
}
.content{
    width: 100%;
}
.footer{
    height: 80px;
    width: 100%;
    margin:50px auto 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.header-right{
    width: auto;
    height: 50px;
    margin:15px 40px 15px 0;
    float: right;
    color: white;
}
.header-right-icon{
    float:left;
    padding:5px 10px;
    color:#c5ff72;
}
.status{
    display:block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #c5ff72;
    margin: 5px auto;
}
/**********************  home  **************************/
.home_title{
    width: 100%;
    margin: 10px 14px;
    float: left;
}
.home_div{
    width: 100%;
    border: 2px solid #c0c0c0;
    border-radius: 10px;
    float: left;
    background: #ffffff;
    overflow: hidden;
}
.home_title_clinets{
    width: 100%;
    margin: 10px 14px;
    float: left;
}
.home_div_clients{
    width: 100%;
    border: 2px solid #c0c0c0;
    border-radius: 10px;
    float: left;
    /* margin: 10px 14px; */
    background: #ffffff;
    overflow-x: auto;
}
.content-box-home{
    border: none !important;
    background: #E0FFFF !important;
    overflow: hidden;
}
.home_div_clients .layui-table td:nth-of-type(2) {
    padding: 9px 15px;
}
pre{
    font-size: 16px;
    border: none;
    background: none;
}
.label_tr {
    padding: 12px;
    display: flex;
    width: 100%;
	align-items: center;
}
.label_tr span {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    color: #193B65;
    width:0;
    white-space:pre-wrap;
    word-wrap: break-word;
}
.label_tr span:last-child {
    flex: 3;
}
.label_tr:nth-of-type(even) {
    background-color: #f2f2f2;
}
/*************************** SMS ********************************/
.content-right{
    width: 960px !important;
}
.right-sms-title{
    width: 650px;
    height: 35px;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 5px gray;
    border-radius: 5px;
    background: linear-gradient(rgb(255,227,227),rgb(255,164,163));
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    color: red;
    /*border-left: 1px solid #dedede; 宸﹀彸渚у垎鍓茬嚎*/
    float: right;
    margin-top: 5px;
}
.childmenu{
    width: 100%;
    height: 65px;
    margin: 20px auto;
    margin-left: 0px;
    /*   background: cadetblue;*/
    position: relative;
    align-items: center;
    text-align: center;
}
.childmenu ul {
    display: flex;
    justify-content: center;
}
.childmenu li{
    float: right;
    list-style: none;
    user-select: none;
}
#inbox_img, #outbox_img, #draftbox_img{
    width: 35px;
    height: 34px;
    position: relative;
    top: 8px;
}


.sms-right{
    width: 100%;
    min-height: 335px;
    position: relative;
}
.submenusms{
    border-radius: 100%;
    background: rgb(200,200,200);
    color: #000000;
}


.sms-menu{
    width: 50px;
    height: 50px;
    list-style: none;
    margin: 10px 50px;
    line-height: 35px;
}
.sms-menu-str{
    display: block;
    width: 170px;
    height: 20px;
    position: relative;
    text-align: center;
    line-height: 20px;
    left: -60px;
    top: 15px;
    font-size: 16px;
}

#boxmessage{
    margin: 10px 10px 10px 10px;
    float: left;
    font-size: 16px;
}
.sms-operator{
    padding:0px 10px;
    text-align: right;
    position: relative;
}
#sms_data{
    padding:0px 10px;
}
.content_sms{
    overflow-x: auto;
    width: 100%;
}
.sms_table th {
    background: linear-gradient(rgb(204,204,204), rgb(204,204,204));
}

.error_message{
    position: absolute;
    margin-top: 20px;
}
.error_message label{
    color: red;
}

/**
鍒嗛〉
 */
.sms_pagination { float:right;padding-right: 10px; color: black}
.sms_pagination label,.sms_pagination b{ color: black}

.sms_pagination div { display:none; }
.sms_pagination span, .sms_pagination input { float:left; }
.sms_go {
    margin-top: 5px;
}
.pageBegin, .prePage, .pageLast, .nextPage {
    width:15px;
    height:30px;
    background:url(../images/navPage.gif) no-repeat left 7px;
    display:inline-block;
    text-decoration: none;
}
.prePage { background-position:-18px 7px; }
.pageLast { background-position:-84px 7px; }
.nextPage { background-position:-68px 7px; }
.page_num a { margin:5px 5px 0 5px;
    color: black;
}
.page_list { margin:0 20px;line-height: 48px; }
.page_list b { margin-left:10px; }
.page_tool { line-height: 48px; }
.sms_span { padding-top:5px; }
.sms_page_tools{margin-bottom:5px ;}

.clr_gray, .clr_gray_disable_btn_center .button_center a , .clr_gray_disable_btn_center .button_center,
.clr_gray_bottom_table_td tr.oddTrBg td, .clr_gray_signal_nocard_p p, .clr_gray_table table {
    color: #5C5C5C;
}
.mouse_on.clr_gray_disable_btn_center {
    border: 1px solid #E0E0E0;
}
.disable_btn {
    float: right;
    min-width: 70px;
    width: auto !important;
    height: 25px;
    padding: 0 5px 0 5px;
    margin: 0 0 0 10px;
    border: 1px solid #55BBFF;
    border-radius: 2px;
    background-image:-moz-linear-gradient(#F6FCFF 0%,#ACDDFA 50%,#88D6FA 55%,#7FD6FC 100%);
    background-image:-webkit-linear-gradient(#F6FCFF 0%,#ACDDFA 50%,#88D6FA 55%,#7FD6FC 100%);
    background-image:-o-linear-gradient(#F6FCFF 0%,#ACDDFA 50%,#88D6FA 55%,#7FD6FC 100%);
    background-image:-ms-linear-gradient(#F6FCFF 0%,#ACDDFA 50%,#88D6FA 55%,#7FD6FC 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(0,startColorstr='#F6FCFF', endColorstr='#65CAFC' );
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(0,startColorstr='#F6FCFF', endColorstr='#65CAFC')";
    cursor: pointer;
}

.file_input_style, .input_style, .pin_input_style {
    width:138px;
    height:20px;
    margin-right:10px;
    line-height:20px;
    padding-left:2px;
    border:#a1a1a1 solid 1px;
}
.input_page{
    width:26px;
    height:20px;
    margin-right:10px;
    line-height:20px;
    padding-left:1px;
    margin-top: 6px;
    border: 1px solid rgba(149, 149, 149, 1);
}

#deletemessage_button:disabled {
    /*   background-color: #dedede;*/
    background: rgba(175, 175, 175,1);
    /*  background: linear-gradient(rgba(125, 125, 125, 1), rgba(149, 149, 149, 1));*/
    border: 1px solid #dedede;
}

.unread td{
    font-weight: bold !important;
    color: #000000 !important;
    font-family: sans-serif;
    outline-style: none;
}
.read td{
    font-weight:400 !important;
    color: rgb(36, 36, 36) !important;
    font-family: sans-serif;
    outline-style: none;
}

.conact-btn{
    min-width: 70px;
    width: auto !important;
    height: 25px;
    padding: 0 5px 0 5px;
    margin: 0 0 0 10px;
    border: 1px solid rgb(190,190,190);
    border-radius: 5px;
    background: linear-gradient(rgb(235,235,235),rgb(190,190,190));
    cursor: pointer;
    /*font: bold 13px/25px Arial, sans-serif;*/
}


#newconactdialog{
    min-width: 400px;
    width: auto !important;
    padding: 15px;
}

.editmessages{
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    margin: 0 auto;
}

#recipientsnew {
    width: 100%;
    height: 30px;
    color: #535353 !important;
    resize: none;
    float: left;
    border: 1px solid #000000;
    padding-right: 25px;
}

#inputcontentnew {
    margin: 1px;
    width: 100%;
    height: 250px;
    color: #535353 !important;
    float: left;
    border: 1px solid #000000;
}
#newconactinfo .layui-table[lay-even] tr:nth-child(even) {
    background-color: #fff;
}

.left{
    float: left;
}
.right{
    float: right;
}

#delconacts{
    position: absolute;
    top: 30px;
    right: 15px;
    margin: auto;
    opacity: 1;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: inline;
}

.autoShowWidth{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.content_span{
    display: block;
    width: 400px;
}

#ok-btn:disabled {
    background-color: rgba(175, 175, 175,1);
    /* background: linear-gradient(rgb(214, 89, 101), rgb(255, 88, 67));*/
    border: 1px solid white;
}
#save-btn:disabled {
    background-color: rgba(175, 175, 175,1);
    /* background: linear-gradient(rgb(214, 89, 101), rgb(255, 88, 67));*/
    border: 1px solid white;
    color:#000;
}
.pinpukLogo{
    float: left;
}
#logout{
    position: fixed;
    left:20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    user-select: none;
}
#logout:hover,#changeLanguage:hover{
    background: rgba(255,255,255,0.8);
}
.logout_img{
    width: 40px;
    height: 40px;
    margin: 5px;
}
#changeLanguage{
    position: fixed;
    left:80px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    user-select: none;
}
.language_img{
    width: 40px;
    height: 40px;
    margin: 5px;
}
#LanguageDiv{
    position: fixed;
    bottom:20px;
    left:80px;
    width: 200px;
    height: 100px;
    border: 3px solid #0f375a;
    border-radius: 10px 10px 10px 25px;
    background: #ffffff;
    user-select: none;
}
.display-notes {
    padding:9px 15px;
}
.display-notes h1 {
    font-size: 16px;
    line-height: 1.6;
    font-family: FSElliotPro,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: red;
    padding:0px 0px 9px;
}
.display-notes p {
    padding:9px 0px;
    font-size: 12px;
}
/*wait*/
.layui-layer-dialog.wait-class .layui-layer-content .layui-layer-ico {
    display: block;
    position: inherit;
    width: 100%;
    background-position: center;
    top:0px;
    left:0px;
    margin-bottom:10px;
}
.layui-layer-dialog.wait-class .layui-layer-padding {
    padding : 30px;
    max-width:500px;
}

#autosync-networktime .layui-table td,#autosync-networktime .layui-table th {
    padding: 9px 0px;
}
.select-status>.layui-input-block {
    margin-left:0px;
}
.select-status>.layui-input-block>.layui-select-disabled .layui-disabled {
    border: 1px solid #8a8a8a !important;
    color : inherit  !important;
}
.new_profile_style.layui-layer-page>.layui-layer-content,.dialog_content.layui-layer-page>.layui-layer-content {
    overflow: inherit;
}
#ethernet-info .layui-table td:first-of-type {
    width: 340px;
}
#wifimacfilterform .layui-table td input {
    text-align:center;
}
.layui-form-selectup dl {
    top:auto !important;
    bottom:auto !important;
}

.layui-table td:first-of-type {
   width: 340px;
}
#networkform .layui-table td:first-of-type {
    width:auto;
}
.content-box-home .layui-table td:first-of-type {
   width: 250px;
}
.layui-table td:nth-of-type(2) {
    padding: 9px 0px;
}
.set_dialog_sntp .layui-table td:first-of-type,.set_dialog_localtime .layui-table td:first-of-type {
   width: auto;
}
.set_dialog_sntp.layui-layer-page .layui-layer-content,.set_dialog_localtime.layui-layer-page .layui-layer-content{
    overflow: inherit;
}
.set_dialog_sntp.layui-layer-page .layui-layer-content .layui-input-block {
    margin:0 100px;
}
.sntp_content {
    padding-right: 50px;
}
.layui-form input[type=checkbox], .layui-form input[type=radio] {
    display: inline!important;
}
#autosync-networktime .layui-table td:first-of-type {
    padding: 9px 15px;
}
.layui-table tbody tr:hover {
    background-color: transparent;
}
.set_dialog_localtime.layui-layer-page .layui-layer-content .layui-input-block {
    margin:0;
}

.listForm .layui-table td:first-of-type,.listForm .layui-table th:first-of-type,.filterform .layui-table td:first-of-type,.filterform .layui-table th:first-of-type{
    width:89px;
}
#macfilterform .layui-table td:nth-of-type(4),.listForm th:nth-of-type(4) {
    width:100px;
}
#macfilterform .layui-table td:nth-of-type(3),.listForm .layui-table td:nth-of-type(5),.layui-table th:nth-of-type(3),#macfilterform .layui-table th:nth-of-type(5) {
    width:150px;
}
.layui-table .layui-input-block {
    margin-left:0px;
}
.layui-table .layui-form-item {
    margin-bottom: 0px;
    text-align:left;
}
#macfilterform>#listtable.layui-table td:nth-of-type(2),.eight_listForm>.layui-table.layui-table td:nth-of-type(2) {
    padding: 0px 15px;
}
.eight_listForm .layui-table td:first-of-type,.eight_listForm .layui-table th:first-of-type {
    width:auto;
}
.eight_listForm .layui-table td:nth-of-type(3), .eight_listForm .layui-table td:nth-of-type(5),.eight_listForm .layui-table th:nth-of-type(3),.eight_listForm .layui-table th:nth-of-type(5){
    width:89px;
}
.eight_listForm .layui-table td:first-of-type, .eight_listForm .layui-table th:first-of-type {
    width:60px;
}
.eight_listForm .layui-table td:nth-of-type(4), .eight_listForm th:nth-of-type(4),.eight_listForm .layui-table .layui-table td:nth-of-type(6), .eight_listForm .layui-table th:nth-of-type(6) {
    width:135px;
}
.eight_listForm .layui-table td:nth-of-type(7), .eight_listForm .layui-table th:nth-of-type(7) {
    width:100px;
}
.eight_listForm .layui-table td:nth-of-type(8), .eight_listForm .layui-table th:nth-of-type(8) {
    width:89px;
    padding:9px 0px;
    white-space: nowrap;
}
.layui-form-select dl {
    max-width:100%;
}
#LanguageDiv .layui-input-block {
    margin-left:0px;
}
#LanguageDiv .layui-form-selectup dl {
    top: auto !important;
    bottom: 42px !important;
}
#listtable.layui-table td input{
    width:100%
}
.filterform #wifilisttable td:first-of-type,.filterform #wifilisttable th:first-of-type{
    width:auto;
}
.filterform #wifilisttable td input{
    width:100%;
}
.hide{
    display: none;
}
.layui-table td, .layui-table th {
    font-size:14px;
}
.hide_page {
    font-size: 16px;
    font-weight: bold;
}
.container-right.all_width {
    width:100%;
}
.more-options-btn .icon {
    background: url(../images/more.png) center/contain no-repeat;
    width: 45px;
    height: 45px;
}
.cancle-options-btn .icon {
    background: url(../images/cancel.png) center/contain no-repeat;
    width: 30px;
    height: 30px;
}
.dialog_content {
    width:600px !important;
}
.mobile-header {
    background: rgb(15,43,80);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 10;
    display: none;
    height:70px;
}
.homeMobileWiFi {
    display:none;
}
.homeWiFi {
    display:block;
}
.main-content .layui-table>div,#newprofileinfo .layui-table>div,.dialog_listinfo .layui-table>div{
    display:flex;
    align-items: center;
    padding: 10px 0px;
}
.main-content .layui-table .content_label,#newprofileinfo .layui-table .content_label,#newprofileinfo .layui-table .content_option,.dialog_listinfo .layui-table .content_label,.dialog_listinfo .layui-table .content_option{
    /* flex:1 1 0; */
    /* -ms-flex:1 1 0; */
    flex-grow: 1;
    flex-shrink:1;
    flex-basis:0;
}
.main-content .layui-table .content_option {
   /* flex:2 1 0; */
    /* -ms-flex:2 1 0; */
    flex-grow: 2;
    flex-shrink:1;
    flex-basis:0;
}
#newprofileinfo .layui-table,.dialog_listinfo .layui-table {
    padding:0px 15px;
}
.pass-icon {
    background: url(../images/hide.png) center/contain no-repeat;
    position: absolute;
    right: 0px;
    margin: auto;
    opacity: 0.5;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline;
    background-size:19px 19px;
}
.pass-show-icon{
    background: url(../images/show.png) center/contain no-repeat;
    background-size:19px 19px;
}
.content_option .password_label{
    width: 250px;
    position: relative;
    display: block;
}
.content_option .password_labe .input-status {
    padding-right:30px;
}
.content_option .password_label .input-status {
    padding-right:40px;
}
#log-info .layui-table .content_label input[type=checkbox] {
   /* vertical-align:top; */
   margin-right:5px;
}
#log-info .layui-table .content_label label {
    vertical-align:middle;
}
.main-content .layui-table .content_label:nth-of-type(3){
    text-align:right;
}
.main_rebootreset {
    display:flex;
}
::-ms-clear, ::-ms-reveal{
    display: none;
}
.layui-table, .layui-table-view {
    margin:10px 0px 10px 0px;
}
.status_wifi_internet {
    display: flex;
    flex-flow: row;
    max-width:960px;
}
.status_wifi_internet>div {
    flex-grow:1;
    height:100%;
}
.status_wifi_internet>div:first-of-type {
    margin-right:20px;
}
.status_wifi_internet+div {
    margin: 10px;
}
#backupFileStr+.content_option,#filenameStr+.content_option {
   display: flex;
}
.backup_notes {
    margin: 25px 0px;
}
.upgrade_dialog.layui-layer-page .layui-layer-content {
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}

.layui-layer-dialog .layui-layer-content{
    word-break: normal !important;
}
#savingtime tr td:nth-child(even){
    text-align: left;
}
#savingtime tr td .layui-form-select {
    margin:10px 0px;
}
#savingtime {
    min-width:520px;
}
#daylight_savingtime {
    overflow-x:auto;
    position:relative;
}
#precent_text {
    text-align: center;
    top: -25px;
    position: relative;
    display: block;
}
@media only screen and (max-width: 1200px){
    .container-left{
        width: 30%;
        min-width: 240px;
    }
    .container-right{
        width: 70%;
    }
    .header-left {
        margin: 15px 0 15px 20px;
    }
    .home_div {
        width:100%;
        margin:0px;
    }
    .content-box-home {
        padding: 0px 10px;
    }
    .home_div_clients {
        margin: 0px;
        overflow-x: auto;
    }
    .status_wifi_internet {
        flex-flow: column;
    }
    .status_wifi_internet>div:first-of-type {
        margin-right:0px;
    }
    .filterlist .listForm,.filterlist .filterform  {
        overflow-x: auto;
    }
    .resultDiv {
        max-width: none;
        min-width: auto;
        width: 100%;
    }
    .main_rebootreset {
        flex-direction: column;
    }
    .rebootreset {
        width:100%;
        max-width: 400px;
        margin: 20px auto;
    }
    .main-content #advance-info .layui-table>div {
       word-break: break-word;
    }
}
@media only screen and (max-width: 1080px){
    .container-left{
        width: 35%;
        min-width: 240px;
	height:100%;
    }
    .container-right{
        width: 65%;
    }

}
@media only screen and (max-width: 876px){

}
@media only screen and (max-width: 720px){
    .containerDiv {
        min-width: auto;
        display:block;
    }
    .container-left{
        width: 100%;
        min-width: auto;
        display:inherit;
    }
    .content_left_mobile {
        display:none;
    }
    .container-right{
        width: 100%;
    }
    .header-left {
        display:none;
    }
    .header-right {
        float:left;
    }
    .header-right {
        width:100%;
        justify-content: center;
    }
    .container-right {
        overflow-y: inherit;
    }
    .logo_div {
        display:none;
    }
    .menu-left {
        margin-top:70px;
    }
    .main-content {
        padding:0px;
    }
    .info ul {
        position: absolute;
        display: inline-flex;
        justify-content: space-around;
        width: 100%;
    }
    .header {
        /* min-height: auto; */
        position: fixed;
        z-index: 10;
    }
    .header-left {
        margin: 15px 0 15px 70px;
    }
   .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .current-page,.more-options-btn {
        padding:10px 15px;
    }
    .cancle-options-btn  {
        padding: 21px 23px;
    }
    .more-options-btn,.cancle-options-btn {
        background-color:#0f375a;
        width:75px;
    }
    .content-box-home {
        display: flex;
        flex-direction: column;
    }
    .home_title h2 {
        margin-bottom:0px;
    }
    .home_title,.home_div {
        width:100%;
        margin:10px 0px;
        padding:0px 14px;
    }
    .content-box-home .layui-table td:first-of-type {
        width:50px;
        padding:9px 0px;
        text-align:center;
    }
    .layui-table th {
        white-space: nowrap;
    }
    .content-box-home .layui-table td, .layui-table th {
        padding:9px 0px;
        text-align:center;
    }
    .homeMobileWiFi {
        display:block;
    }
    .home_div_clients {
        width: 100%;
        margin: 10px 0px;
        overflow: auto;
    }
    .home_div_clients .layui-table td, .layui-table th {
        padding: 9px 10px;
    }
    .mobilehide {
        display:none;
    }
    .mobileshow {
        display:inherit;
    }
    .mobile-header.content_more {
        top:0px;
        bottom:auto;
    }
    #menu-left-settings {
        margin-right:0px;
    }
    .ul-normal {
        width:inherit;
        margin:0px 0px;
    }
    .li-item a {
        width: inherit;
        padding-left: 72px;
    }
    .footer {
        display:none;
    }
    #content_noRefresh {
        padding-bottom: 80px;
        padding-top: 100px;
        background: #E0FFFF;
        overflow-x: hidden;
    }
    .main-content .layui-table>div {
        flex-direction: row;
        padding: 10px 30px 0px 30px;
    }
    .main-content .layui-table .content_label {
        margin: 10px 0px;
    }
    .content-box .main-content>div {
        width:100%;
        margin:0 auto;
    }
    .btn-area {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding: 20px 30px 0 0;
    }
    .btn_wps {
        justify-content: flex-start;
    }
    .common-btn {
        margin:10px 30px;
        height: 50px;
    }
    .main-content .layui-table .content_option {
        flex-grow: 1;
        width: 0;
    }
    .select-status,.content_option .password_label,.content_option>input,.input-status {
        width:100%
    }
    .content_option>.inputip {
        width: 50px;
    }
    #Defaultroute .content_option {
        display: flex;
        align-items: center;
    }
    .content-box .main-content>div.modetips {
        padding: 10px 30px
    }
    .filterlist {
        padding: 0px 30px;
    }
    .filterlist .listForm,.filterlist .filterform  {
        overflow-x: auto;
    }
    .content-box .main-content>div.diagnosis_result {
        padding: 0px 30px;
    }
    .resultDiv {
        max-width: none;
        min-width: auto;
        width: 100%;
    }
    .main-content #sntp-status .layui-table .content_option {
        flex-grow: 2;
    }
    .enable-title {
        padding: 0px 30px 0px;
        height: auto;
        line-height: initial;
        font-size: 16px;
    }
    .main-content #advance-info .layui-table>div,.main-content .cpu_memory_time .layui-table>div {
        white-space: pre-wrap;
        word-wrap: break-word;
        padding: 0px 10px;
    }
    .main-title {
        padding: 15px 0 0 10px;
        font-size: 16px;
    }
    .tips {
        padding: 0px 0px;
        font-size: 12px;
    }
    #statisticsTipsStr {
        padding: 0px 30px 10px 30px;
        font-size: 12px;
    }
    .main_rebootreset {
        flex-direction: column;
        padding: 0 30px;
    }
    .rebootreset {
        width: 100%;
    }
    #filenameStr+.content_option,#backupFileStr+.content_option {
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }
    #txt {
        width: 100%;
        margin: 0;
    }
    #btn_file {
        margin-top: 10px;
    }
    /*sms*/
    .sms-menu {
        margin: 10px 30px;
    }
    .sms-operator {
        display: flex;
        flex-direction: column-reverse;
    }
    #boxmessage {
        text-align: initial;
    }
    .sms-operator div .common-btn {
        margin:10px 0px 0px;
    }
    #newconactdialog {
        min-width: auto;
    }
    .dialog_content {
        width: 100% !important;
        max-width: 600px;
    }
    .add_div {
        display: flex;
        justify-content: flex-end;
    }
    .common-btn {
        margin: 10px 10px;
        height: 40px;
    }
    /*sms*/
    .sms_pagination {
        padding-right: 0px;
    }
    .content_sms~.layui-table td {
        padding: 9px 0px;
    }
    .sms_go.common-btn {
        margin: 10px 0px;
    }
    /*dhcp*/
    .main-content #dhcpsettings .layui-table>div {
        padding: 10px 10px;
    }
    .upgrade_content.main-content .layui-table>div{
        padding: 10px 10px 0px 10px;
    }
    .upgrade_content.main-content .layui-table {
        margin: 0px 0px 10px 0px;
    }
    .main-content #modifyusername .layui-table>div,.main-content #modifypsd .layui-table>div {
        padding: 10px 10px 10px;
    }
    .rebootresetBtn {
        font-size: 14px;
    }
    .content-box .main-content>div.backup_notes {
        padding: 0px 10px;
    }
    .two_column_button {
        padding: 20px 10px 0 10px;
    }
    .two_column_button .common-btn {
        flex-grow: 1;
    /* margin-left: 10px; */
         margin-right: 10px;
    }
    #applylocal,#onlinebtn .common-btn {
        width: 50%;
    }
    .main-content #advance-info~.btn-area {
        padding: 20px 10px 0 10px;
    }
    #onlinebtn {
        padding: 20px 10px 0 10px;
    }
    .under{
        width: 100%;
    }
    h2 {
        margin-bottom: 0px;
    }
    .sntp_content {
        padding-right: 0px;
    }
    .set_dialog_localtime .layui-table td {
        padding: 9px 0px;
    }
    .main-content  #sntp-status .layui-table>div {
        padding: 10px 30px 0px 30px;
    }
    #autosync>div {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .main-content .layui-table#autosync .content_label,.main-content .layui-table#autosync .content_option {
        flex-grow: inherit;
        flex-shrink: inherit;
        flex-basis: auto;
        width: 100%;
    }
    .main-content #sntp-status .layui-table>div {
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .main-content #sntp-status .layui-table .content_label {
        margin: 10px 0px 0px;
        width: 50%;
        flex-grow: inherit;
        flex-shrink: inherit;
        flex-basis: auto;
    }
    .main-content #sntp-status .layui-table .content_label:nth-of-type(3) {
        text-align: initial;
    }
    .set_dialog_sntp.layui-layer-page .layui-layer-content .layui-input-block {
        margin: 0 auto;
    }
    .main-title #pukH1Str,#pinH1Str{
        padding:0 20px;
        font-size:16px;
        font-weight: bold;
    }
    .main-content #pukdesStr {
        padding:0 30px;
    }
    #pinrequired_page .layui-table>div {
        flex-direction: column;
        padding: 0px 30px 0px 30px;
        align-items: baseline;
    }
    #pinrequired_page .layui-table .content_option {
        width:auto;
    }
    #logout.small_page,#changeLanguage.small_page {
        display:block;
        bottom:10px;
    }
    .content_bottom,.container-left.hide {
        display:none;
    }
    .content_left_mobile.all_width {
        display:block;
    }
    #savingtime {
        margin: 10px 30px 0px 30px;
    }
    .sntp_content .main-content>.btn-area {
        margin-top:20px;
    }
}
@media only screen and (max-width: 360px){
    .common-btn {
        padding:8px 20px;
        height: 40px;
        margin: 0px 0px;
    }
    .login_button {
        width: 100%;
        max-height: 360px;
        height: auto;
    }
}
.qrcode{
    width: 20px;
    height: 20px;
    background: url("../images/qrcode.svg");
    cursor: pointer;
    flex-shrink: 0;
}
#daylight_savingtime .layui-form-select dl {
    max-height:180px;
}
#savingtime tr.select_up .layui-form-select dl {
    top:auto;
    bottom:42px;
}
.pwdColor .content_option {
    display:flex;
}
@media only screen and (max-height: 500px){
    .new_profile_style.layui-layer-page>.layui-layer-content,.dialog_content.layui-layer-page>.layui-layer-content {
        overflow:auto;
    }
}
.qr {
    display: flex;
    justify-content: space-between;
}
input[type=button]:disabled ,input[type=button].disabled_card,input[type=submit]:disabled {
    background-color: rgba(175, 175, 175,1);
    border: 1px solid white;
    color: gray;
}
.ipdel{
    color: gray;
}
#celllockStatusStr input{
	vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
	width:18px;
	height:18px;
}
#celllockStatusStr span{
    margin-left: 3px;
}
#celllockStatusStr label{
    padding: 1px 5px;
}
.gInfoClassY {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-items: center;
    justify-content: center;
}
.gInfoClassX {
    display: flex;
    flex: 1 1;
    align-items: center;
    justify-content: center;
}
.gInfoStr,.gInfoStr2 {
	flex:1 1;
   display: block;
   position: relative;
   z-index: 8;
   padding: 0 5px;
}
.gInfoStr2 {
   text-align:left;
}
.gInfoClassY .gInfoStr{
	padding: 5px 5px;
}
.gInfoClassX,.gInfoClassY{
    text-align: center;
    padding: 5px 0px;
}
.gInfoTitle {
    font-weight: 800;
	white-space: nowrap;
}

.label_cl {
    padding: 6px 12px;
    display: flex;
    width: 100%;
    align-items: flex-start;
	justify-content: space-between;
}
.gInfoLs {
    border: 1px solid #1d1d1d;
    position: relative;
    height: 24px;
    line-height: 24px;
	margin-right: 10px;
	max-width:180px;
	flex: 1 1;
}
.gInfoClassX .gInfoTitle {
    min-width: 50px;
    text-align: center;
}
.gInfoLine{
    display: block;
    background-color: #ff6600;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 5;
}
#selectModeIndex select#networkmode {
    height: 30px;
}
.gInfoSub {
	margin-left:12px;
	text-align: left;
}
.flex-1{
	flex:1;
}
.pt-0 {
    padding-top: 0;
}
.px-0{
	padding-left：0;
	padding-right：0;
}
.gCurbutton{
    width: 60px;
    padding: 3px 5px;
    text-align: center;
    margin: 0 5px;
    height: auto;
}
select#clnetworkmode {
    display: block;
    width: 100%;
}
.gInfoTitle>p,.gInfoStr>p {
    padding: 2px 0;
}
.content_option{
	display:block;
}
.unlock_band{
    width: 20px;
}
.home_title {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.home_title .gCurbutton{
	width: 70px;
    height:33px;
}
.n_cell .label_tr{
    display:flex;
}
.n_cell .n_cell_list:active{
    background-color:#c9c9c9
}
.n_cell .label_tr>div:nth-child(1){
    flex:unset;
    width:90px;
}
.n_cell .label_tr>div:nth-child(2){
    flex:unset;
    width:100px;
}
.n_cell .label_tr>div:nth-child(3){
    flex:1;
    padding: 5px 10px;
}

.n_cell .gInfoLs {
    max-width:unset;
    margin:0 auto;
}
.n_cell .gInfoStr{
    width:100%
}
.n_cell .gInfoStr{
    width:100%
}
#n_cell{
    height: 370px;
	overflow-y:scroll;
}
#battery-status{
	position:relative
}
#batteryif{
	position: absolute;
    color: rgb(117 165 230);
    font-size: 12px;
    left: 0px;
    width: 40px;
	left: -2px;
    top: 18px;
    text-align: center;
}
#battery-status img{
	width: 28px;
    height: 22px;
	margin-left: 4px;
}
.layui-layer-win10.layui-layer-dialog .layui-layer-content {
    padding: 8px 16px 16px;
    color: #0033bc;
}

