@CHARSET "UTF-8";
[v-cloak]{
    display: none !important;
}

.left::-webkit-scrollbar {
    width: 0px !important;
  }
/* div::-webkit-scrollbar {
    width: 6px;
}
div::-webkit-scrollbar-track {
    background-color: #fff;
}
div::-webkit-scrollbar-thumb {
    background-color: rgb(202, 202, 202);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
} */
div::-webkit-scrollbar{width: 5px;height:5px;background-color:#82c9ff;}/*定义滚动条轨道 内阴影+圆角*/
div::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #e7e7e7;border-radius: 10px; background-color:#e7e7e7;}/*定义滑块 内阴影+圆角*/
div::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px #cbe7fc;background-color:#82c9ff;}


body{
    margin: 0;
    font-size: 12px;
    font-family: "微软雅黑", "宋体", Consolas, Verdana;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
a{
	text-decoration: none;
    margin-left: 0px;
    color: #409eff;
}
a.website {
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
}
.el-input__suffix{
    max-height: 36px !important;
}
p{
   font-size: 14px;
   font-family: "微软雅黑", "宋体", Consolas, Verdana;
   margin: 0;
   padding-top: 5px;
}
#login_container {
	position: relative;
	left: 15px;
	top: 100px;
}
#login_container table th, #login_container table td {
    padding: 2px;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
#login_container .txt {
    font-size: 16px;
    height: 24px;
    width: 160px;
    _height: 28px !important;
}
#login_container .btn {
    height: 30px;
    width: 164px;
    cursor: pointer;
    _height: 30px !important;
}
#login_container .ddl {
    height: 30px;
    width: 164px;
    _height: 24px !important;
}
#offical_site_box {
	position: relative;
	text-align: center;
	left: 15px;
	top: 160px;
	width: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: #F90;
	cursor: pointer;
}
#simple_wifi_box {
	position: relative;
	text-align: center;
	left: 15px;
	top: 180px;
	width: 170px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: #F90;
	cursor: pointer;
}
#offical_site_box a, #simple_wifi_box a {
	color: #FFF;
	font-size: 16px;
	text-decoration: underline;
}
div#check_box_left {
	float: left;
	width: 50%;
}
div#check_box_right {
	float: right;
	width: 50%;
}
#wifi_content,#lan_content{
    display: flex
}

#login {
	position: relative;
	top: 100px;
	width: 402px;
	height: 302px;
}
.login_cn {
	background: url(../images/anhui/login.png) no-repeat;
}
.login_en {
	background: url(../images/anhui/login_en.png) no-repeat;
}
.tr_header {
    background-color: #409eff;
}

#login table {
    position: relative;
	top: 100px;
	left: 72px;
}
#header_right {
	color: #FFF;
	position: absolute;
	top: 17px;
	right: 25%;
	width: 107px;
	height: 39px;
	background: url(../images/TIM2.gif) no-repeat;
}
#login table th {

    padding: 7px;
    margin: 0;
    font-size: 14px;
    text-align: right;
}

#login input[type=textbox] {
    font-size: 14px;
    height: 28px;
    _height: 28px !important;
}

#login input[type=button] {
    height: 30px;
    width: 100px;
    _height: 30px !important;
}

.header_div {
	font-size: 14px;
	position: relative;
    top: 0px;
    width: 100%;
    height: 90px;
}
.header_default {
}
.header_logo {
	background: url(../images/logo.gif) no-repeat;
}
.header_5g {
	background: url(../images/anhui/banner.gif) no-repeat 0 -68px;
}
.header_df {
	background: url(../images/anhui/banner.gif) no-repeat 0 -136px;
}
.mcs_lbl {
    padding-right: 0;
}
#mcs_df {
    display: none;
}
#userinfo {
	position: absolute;
	top: 5px;
	right: 30px;
}
#userinfo a {
	color: #409eff;
	text-decoration: underline;
}
#timeinfo {
	color: #000;
	position: absolute;
	top: 40px;
	right: 30px;
}
.connect_status {
	padding: 5px;
	color: #FFF;
	background: #009fd5;
}
.demo_item {
    width: 100px;
    height: 20px;
    text-align: center;
    padding: 4px;
    margin: 4px;
	color:#999;
	font-size: 14px;
    background-color:#F7F7F7;
	border: 1px solid #ccc;
}
.demo_item_current {
	color:#27568F;
	background-color:#D9E5F4;
	border: 1px solid #2E6DB4;
}

#closeInternet {
    position: absolute;
    color: red;
	top: 0px;
	left: 30%;
	width: 600px;
	padding: 3px;
    text-align: center;
}
.close_internet {
    background: #FFF;
}
#siginfo {
    color: #333;
    position: relative;
    top: 2px;
    width: 100%;
}
#siginfo table td {
    _padding-top: 0;
    _line-height: 25px;
}
#siginfo div {
	vertical-align: middle;
	height: 25px;
}
#netInfo {
    width: 40px;
}
#simInfo {
    width: 55px;
}
#wifiInfo {
    width: 110px;
}
#wifiInfo5g {
    width: 105px;
}
#lteUsbInfo {
    width: 43px;
}
#smsInfo {
    width: 160px;
}
#simInfo div, #lteUsbInfo div {
	padding-left: 20px;
}
#simInfo div.normal, #lteUsbInfo div.normal {
    background: url("../images/anhui/status.gif") no-repeat;
}
#simInfo div.unnormal, #lteUsbInfo div.unnormal {
    background: url("../images/anhui/status.gif") no-repeat 0 -25px;
}
#simInfo div.invalid, #lteUsbInfo div.invalid {
    background: url("../images/anhui/status.gif") no-repeat 0 -50px;
}
#wifiInfo div {
	padding-left: 28px;
}
#wifiInfo div.normal {
    background: url("../images/wifi.png") no-repeat;
    background-size: 26px;
}
#wifiInfo div.unnormal {
    background: url("../images/wifi.png") no-repeat 0 -25px;
    background-size: 26px;
}
#wifiInfo div.partnormal {
    background: url("../images/wifi.png") no-repeat 0 -50px;
    background-size: 26px;
}
#wifiInfo5g div {
    padding-left: 28px;
}
#wifiInfo5g div.normal {
    background: url("../images/wifi.png") no-repeat;
    background-size: 26px;
}
#wifiInfo5g div.unnormal {
    background: url("../images/wifi.png") no-repeat 0 -25px;
    background-size: 26px;
}
#wifiInfo5g div.partnormal {
    background: url("../images/wifi.png") no-repeat 0 -50px;
    background-size: 26px;
}
#smsInfo div {
	padding-left: 28px;
}
#smsInfo div.normal {
    background: url("../images/anhui/sms.gif") no-repeat;
}
#smsInfo div.newsms {
    background: url("../images/anhui/sms.gif") no-repeat 0 -25px;
    cursor: pointer;
}
#smsInfo div.newsms2 {
    background: url("../images/anhui/sms.gif") no-repeat 1px -24px;
    cursor: pointer;
}
#flowWarning {
    width: 80px;
}
#flowWarning div {
	padding-left: 20px;
}
#flowWarning div.warning {
	background: url("../images/anhui/status.gif") no-repeat 0 -75px;
}
#flowWarning div.warning2 {
	background: url("../images/anhui/status.gif") no-repeat 0 -50px;
}
#lan1, #lan2, #lan3, #lan4, #wan1 {
}
#lan1 div.link, #lan2 div.link, #lan3 div.link, #lan4 div.link, #wan1 div.link {
    width: 45px;
    padding-left: 20px;
	background: url("../images/anhui/status.gif") no-repeat;
}
#lan1 div.unlink, #lan2 div.unlink, #lan3 div.unlink, #lan4 div.unlink, #wan1 div.unlink {
    /*padding-left: 20px;*/
    display: none;
	background: url("../images/anhui/status.gif") no-repeat 0 -75px;
}
#main {
    position: relative;
    height: 91vh !important;
}
#left {
    width: 170px;
    margin-top: 11px;
    margin-left: 70px;
}
#left_t, #left_b {
	position: relative;
	width: 200px;
    height: 0;
}
#left_t {
	background: url("../images/anhui/left_t.gif") no-repeat;
}
#left_m {
    /* background: url("../images/anhui/left_m.gif"); */
    overflow-y: auto;
    background: #102652;
    height: 74vh !important;
}
#left_b {
	background: url("../images/anhui/left_b.gif") no-repeat;
}
#right {
    flex:1;
    margin-left: 0px;
    /* margin-top: 15px; */
    /* margin-right: 70px; */
    padding-top: 0 !important;
    height: 100% !important;
    /* width: calc(100% - 11%) !important; */
    overflow-y: auto;
    background: #fff;
    border-radius:0 5px 5px 0;
}
#footer {
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    color: #fff;
    text-align: right;
    text-align: center;
    z-index:9
}
#footer span {
    display: block;
	padding: 5px;
}
#syslog, #pppoe_log_box {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 22px;
    overflow: auto;
    background-color:#F5F8FA;
    height: 65vh;
}
#syshelper ul {
    margin: 10px 15px;
}
#syshelper li {
    padding: 5px;
}
#syshelper li a {
    font-size: 14px;
}

table.list {
	left: 5%;
	width: 90%;
	background: #999;
	color: #000;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 10px;
}

table.list1 {
	position: absolute;
	top: 70px;
	left: 5%;
	width: 90%;
	background: #999;
	color: #000;
	font-size: 12px;
	margin: 60px auto;
}
table.list2 {
	position: absolute;
	top: 70px;
	left: 5%;
	width: 90%;
	background: #999;
	color: #000;
	font-size: 12px;
	margin: 120px auto;
}
table.list3 {
	position: absolute;
	top: 70px;
	left: 5%;
	width: 90%;
	background: #999;
	color: #000;
	font-size: 12px;
	margin: 33px auto;

}
table.list4 {
	position: absolute;
	top: 70px;
	left: 5%;
	width: 90%;
	background: #999;
	color: #000;
	font-size: 12px;
	margin: 220px auto;

}
table.list td{
    color: #666;
	padding-left: 10px;
	background: #FFF;
}

table.list1 td, table.list1 th {
	padding-left: 10px;
	background: #FFF;
}
table.list3 td, table.list3 th {
	padding-left: 10px;
	background: #FFF;
}
table.list4 td, table.list4 th {
	padding-left: 10px;
	background: #FFF;
}
table.list th {
	padding-left: 10px;
	background: #FFF;
}

/*table.list2 {
	left: 5%;
	width: 90%;
	background: #999;

	color: #000;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
}*/
table.list2 td{
	text-align: center;
	padding-left: 10px;
	background: #FFF;
}

table.list2 th {
	text-align: center;
	padding-left: 10px;
	background: #FFF;
}


table.aplist {
	position: absolute;
	top: 40px;
	left: 15px;
	width: 570px;
	background: #999;
}
table.aplist th {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	background: #FFF;
}
table.aplist td {
	text-align: left;
	padding-left: 5px;
	font-size: 12px;
	height: 18px;
	background: #FFF;
}

#sms_info {
    padding-top: 10px;
}
#sms_pager {
    padding-top: 5px;
    height: 30px;
    background: #E4E4E4;
    margin-bottom: 5px;
}
#sms_pager ul {
	margin:0 !important;
	padding:0;
	height:26px;
}
#sms_pager li {
    float: left;
	padding:0;
	margin: 3px;
	list-style-type:none;
}
#sms_pager a {
    display: none;
    padding: 3px 0 3px 8px ;
    text-decoration: underline;
    border: solid 1px #D9E5F4;
}
table.sms {
    width: 100%;
}
table.sms th {
    text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
    background: #E4E4E4;
}
table.sms td {
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	font-size: 12px;
}
table.sms th.indexNo, table.sms td.indexNo {
    width: 40px;
}
table.sms th.content {
}
table.sms td.content {
    width: 50%;
}
table.sms table.content {
    width: 100%;
    table-layout: fixed;
}
table.sms table.content td {
    word-wrap: break-word;
}

label.msg {
	color: green;
	font-size: 12px;
}
.ok {
	color: green;
}
.error, .fail {
	color: #FF1111;
}
label.error {
	padding-left: 5px;
	color: #FF1111;
}
td.msg {
	color: #4D88D0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
td.error {
	color: #FF1111;
}
#indexNo {
	width: 35px;
}

/********************************浮动拖拽界面START*********************************/
#divPane {
 	position: absolute;
 	float: left;
 	top: 0px;
 	left: 0px;
 	display: none;
	color: #000;
 	z-index: 100;
}
#coverDiv {
	position: absolute;
	width: 100%;
	float: left;
	overflow: hidden;
	z-index: -1;
}
#dragDiv {
	position: absolute;
	width: 600px;
	float: left;
	top: 8%;
	left: 30%;
	clear: both;
	overflow: hidden;
	z-index: 999;
}
#cifr, #difr {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	width : 100%;
	z-index: -1;
}
#a {
 	float: left;
}
.al {
 	opacity: 0.80;
 	filter : progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=80,finishOpacity=100);
}
.al2{
 	opacity: 0.00;
 	filter : progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0,finishOpacity=100);
}
u {
 	display: block;
 	overflow: hidden;
	height: 1px
}
u.f1 {
 	background: #4D88D0;
 	margin: 0px 3px
}
u.f2 {
 	background: #4D88D0;
 	border-right: #4D88D0 2px solid;
	margin: 0px 1px;
	border-left: #4D88D0 2px solid
}
u.f3 {
 	background: #4D88D0;
 	border-right: #4D88D0 1px solid;
 	margin: 0px 1px;
 	border-left: #4D88D0 1px solid
}
div.top{
 	clear: both;
 	overflow: hidden;
 	background: #4D88D0;
 	height: 29px;
 	vertical-align: bottom;
}
div.top #exit{
 	float: right;
 	margin-top: 1px;
 	margin-right: 10px;
 	padding: 3px;
 	width: 18px;
 	color: #000;
 	background: #FFF;
 	text-decoration: none;
 	font-weight: bold;
 	text-align: center;
 	font-size: 13px;
 	vertical-align: middle;
	cursor: pointer;
}
div.top #title{
 	float: left;
 	font-size: 13px;
 	margin-left: 15px;
 	margin-top: 5px;
	color: #FFF;

}
div.body {
 	border-right: #4D88D0 3px solid;
 	border-left: #4D88D0 3px solid;
	height: 150px;
 	padding: 10px;
 	background: #FFF;
}
div.foot{
 	clear: both;
 	overflow: hidden;
 	background: #4D88D0;
 	height: 2px;
}
/*******************************浮动拖拽界面END**********************************/

/*-----------------------------导航栏BEGIN-----------------------------*/
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
#menu {
}
#menu h3 {
    height: 30px;
    margin: 0;
    padding: 10px 5px 10px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #102652;
    cursor: pointer;
    line-height: 30px;
    /* background: url(../images/anhui/menu.gif) no-repeat; */
    background: #ffffff;
    margin-top: 4px;
}
#menu h3.hover {
	color: #102652;
    /* background: url("../images/anhui/menu.gif") no-repeat 0 -44px; */
    background: #dadada;
}
#menu h3.selected {
	color: #FFF;
    /* background: url("../images/anhui/menu.gif") no-repeat 0 -88px; */
    background: #409eff;
}
#menu ul{
    padding: 5px 5px 1px 5px;
    /* background: #ECECEC url("../images/anhui/menu_selected_b.gif") no-repeat bottom; */
    background: #fff;
}
#menu ul.selected {
}
#menu ul.hover {
    /* background: url("../images/anhui/menu_hover_b.gif") no-repeat 6px 10px; */
    background: #409eff;
}
#menu li a {
	margin-left: 0px;
	display: block;
	text-decoration: none;
	padding: 3px 4px 3px 15px;
	font-size: 16px;
	color: #102652;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px;
}
#menu li.current a {
	color: #102652;
	background: url("../images/anhui/arrow.gif") no-repeat 6px 13px;
	background-color: #CADBF0;
}
#menu li a:hover {
	color: #990000;
	/* background: url("../images/anhui/arrow.gif") no-repeat 6px 12px; */
	/* background-color: #fff; */
}
ul li a { blr:expression(this.onFocus=this.blur()) } /*针对 IE*/
ul li a { outline:none; } /*针对firefox等*/
/*-----------------------------导航栏END-----------------------------*/


/*-----------------------------表格BEGIN-----------------------------*/
#wireless_info {
    position: relative;
}
#net_state {
    position: relative;
}
#lan {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 5px;
}
#wan {
    position: absolute;
    left: 355px;
    top: 30px;
    padding: 5px;
}
div.detail_box {
    background: #ffffff;
    padding: 32px;
    min-height: 88%;
}
div.tab_box {
    margin: 0 auto;
    padding-bottom:20px;
}
div.tab_menu_bottom {
    margin-top: 25px;
	border-top:solid 5px #D9E5F4;
}
div.main_box {
    float: left;
    width: 60%;
}
div.helper_box {
    float: left;
    width: 40%;
    overflow: auto;
}
div#helper {
    /* padding: 10px; */
    font-size: 14px;
    background: #ffffff;
}
div.helper_name {
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    background-color:#D9E5F4;
}
div.helper_desc {
    padding: 4px 20px;
}
div.helper_desc ul {
    margin-left: 10px;
}

div.helper_desc li {
	padding: 0px 0;
}
span.strong {
    font-weight: bold;
}
div.detail {
    line-height: 30px;
    font-size: 16px;
    text-indent: 15px;
    font-weight: bold;
    background: #D9E5F4;
    color: #000;
    width: 100%;
}
div.detail_s {
    width: 100%;
}
table.detail {
    width: 100%;
	border-collapse:collapse;
	margin-bottom: 3px;
}

table.detail th {
    padding: 4px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #666;
    width: 200px;
}
table.detail td {
    padding: 6px;
    margin: 0;
    font-size: 14px;
    color: #666;
}
table.detail2 th {
    padding: 4px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #333;
    width: 50% !important;
}
table.detail2 td {
    padding: 6px;
    margin: 0;
    font-size: 14px;
}
table.detail_s {
	width: 100%;
}
#field_content{
    width: 60%;
    vertical-align: top;
}
#field_cmt {
    width: 40%;
    background: #F2FFE6;
    vertical-align: top;
    padding: 20px;
}

table.detail_s {
    width: 360px;
}
#birdged, #nat {
    display: none;
}
fieldset {
    margin: 0;
    padding: 0;
    -moz-border-radius: 6px;
}
legend {
    color: #000;
    font-size: 16px;
}
table.detail_fieldset {
    width: 100%;
    border: none;
}
.required
{
    display: block;
    position: absolute;
    left: 10px;
	color:#F00;
}
.odd
{
	background-color:#F5F8FA;
}
.even
{
	background-color:#fff;
}
table.list_client{
	text-align: left;
	border-collapse: separate;
	text-indent: 25px;
}
table.list_client  th.th_client_title{
	border-right: solid 1px #00394d;
	border-left: solid 1px #009fd5;
	text-align: left;
	color: white;
	width:auto;
}

input.small {
	width: 150px;
}
input.normal {
	width: 180px;
}
input.large {
    width: 280px;
}
input.larger {
    width: 380px;
}
input.largest {
    width: 480px;
}
input.txt1 {
	width: 36px;
}
input.txt2 {
	width: 60px;
}
input.txt3 {
	width: 90px;
}
input.txt4 {
	width: 120px;
}
/*-----------------------------表格END-----------------------------*/


/*-----------------------------Mask BEGIN-----------------------------*/
#progress_box {
    display: none;
    position: absolute;
    left: 200px;
    top: 140px;
    width: 500px;
    height: 180px;
    z-index: 999;
    border: solid 8px #999;
    background: #fff;
}

#progress_info {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 400px;
    height: 40px;
    font-size: 16px;
}

#progress_bar {
    position: absolute;
    top: 80px;
    left: 50px;
    width: 400px;
    height: 20px;
    border: solid 1px #a2f900;
}

#progress_status {
    position: relative;
    width: 0;
    height: 20px;
    background: #c9ff67;
}
#info_box {
    display: none;
    position: absolute;
    height: 400px;
    width: 800px;
    z-index: 999;
    border: solid 8px #999;
    background: #fff;
}
#info_head {
    position: relative;
    height: 20px;
    padding: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
#info_close {
    position: absolute;
    left: 730px;
    top: 1px;
    width: 40px;
}
#info_box div.info {
    position: relative;
    top: 100px;
    padding: 10px;
    color: red;
    font-size: 16px;
    text-indent: 30px;
}
#info_tab_head {
    position: relative;
    width: 800px;
}
#info_tab_head table {
    width: 770px;
    border: solid 1px #409eff;
    margin-left: 5px;
    margin-right: 5px;
    background: #409eff;
}
#info_tab_head table th {
    color: #fff;
    height: 22px;
    padding: 4px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    border-right: solid 1px #00394d;
    border-left: solid 1px #009fd5;
}
#info_body {
    position: relative;
    height: 335px;
    width: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#info_main {
    overflow: hidden;
}
#mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity = 50);
    z-index: 998;
}
#tab_ap {
    width: 770px;
    border: solid 1px #409eff;
    border-top: none;
    margin: 5px;
    margin-top: 0;
	border-collapse: separate;
}
#tab_ap td {
    padding: 5px;
}
.sort_field, .sort_direction {
    cursor: pointer;
    text-decoration: underline;
}
.ap_index {
    width: 50px;
}
.ap_freq {
    width: 50px;
}
.ap_mac {
    width: 140px;
}
.asc {
    background: url("../images/anhui/direction.gif") no-repeat right 0;
}
.desc {
    background: url("../images/anhui/direction.gif") no-repeat right -30px;
}
.fixed_head {
    top: expression(this.offsetParent.scrollTop);
}
/*-----------------------------Mask END-----------------------------*/
.singal {
    display: block;
    height: 20px;
    /*width: 23px;*/
    text-indent: 27px;
}
.singal0, .singal0_lock {
    background: url("../images/singalLevel.gif") no-repeat;
}
.singal1 {
    background: url("../images/singalLevel.gif") no-repeat 0 -25px;
}
.singal2 {
    background: url("../images/singalLevel.gif") no-repeat 0 -50px;
}
.singal3 {
    background: url("../images/singalLevel.gif") no-repeat 0 -75px;
}
.singal4 {
    background: url("../images/singalLevel.gif") no-repeat 0 -100px;
}
.singal5 {
    background: url("../images/singalLevel.gif") no-repeat 0 -125px;
}
.singal2_0 {
    background: url("../images/singalLevel2.gif") no-repeat;
}
.singal2_1 {
    background: url("../images/singalLevel2.gif") no-repeat 0 -25px;
}
.singal2_2 {
    background: url("../images/singalLevel2.gif") no-repeat 0 -50px;
}
.singal2_3 {
    background: url("../images/singalLevel2.gif") no-repeat 0 -75px;
}
.singal2_4 {
    background: url("../images/singalLevel2.gif") no-repeat 0 -100px;
}
.singal2_5 {
    background: url("../images/singalLevel2.gif") no-repeat 0 -125px;
}
.singal1_lock {
    background: url("../images/singalLevel.gif") no-repeat 0 -150px;
}
.singal2_lock {
    background: url("../images/singalLevel.gif") no-repeat 0 -175px;
}
.singal3_lock {
    background: url("../images/singalLevel.gif") no-repeat 0 -200px;
}
.singal4_lock {
    background: url("../images/singalLevel.gif") no-repeat 0 -225px;
}
.singal5_lock {
    background: url("../images/singalLevel.gif") no-repeat 0 -250px;
}
.cmt {
    padding-left: 5px;
    color: green;
}
/*----------tabs begin------------*/
div.tab_boxes
{
    padding: 0;
}
div.tab_menu
{
	/* padding-left:5px;
	border-bottom:1px solid #2E6DB4; */
}
div.tab_btns {
	padding-top:5px;
}
div.tab_boxes table.list {
    width: 100%;
    margin: 0 auto;
    margin-top: 7px;
    /* border: solid 1px #409eff; */
}
div.tab_boxes table.list th {
    color: #333;
    height: 22px;
    padding: 4px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    background: #fafafa;
    /* border-right: solid 1px #00394d;
    border-left: solid 1px #009fd5; */
}
div.tab_boxes table.list td {
    padding: 5px;
}
div.tab_boxes table.list tr.disabled {
    color: #999;
}
div.tab_boxes table.list tr.disabled span {
    color: #999;
}
div.tab_boxes table.list tr.disabled a.common {
    color: #999;
    cursor: default;
}
label.disabled {
    color: #999;
}
div.tab_boxes table.list th.index {
    width: 50px;
}
/* root element for tabs  */
ul.tabs {
	margin:0 !important;
	padding:0;
	height:26px;
}
/* single tab */
ul.tabs li {
    float: left;
	padding:0;
	margin:0;
	list-style-type:none;

}
#totop a{
	margin-left: 0px;
	display: block;
	text-decoration: none;
}

#totop a:visited{
	color: #333;
}

#totop:hover{
	margin:0px;
	padding:0px;
	position: fixed;
	bottom:50px;
	right: 30px;
	width: 14px;
	filter:alpha(opacity=100);
	opacity:1.0;
}
/*-----------------------------totop END-----------------------------*/

/* link inside the tab. uses a background image */
ul.tabs a {
	float:left;
	font-size:13px;
	display:block;
	padding:3px 15px;
	text-decoration:none;
	/* border:solid 1px #7BAADD;
    border-bottom:0px; */
    border: #ccc solid 1px;
    border-radius: 6px;
    height:30px;
    line-height: 30px;
	background-color:#ffffff;
	color:#27568F;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
}

ul.tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}

/* selected tab */
ul.tabs a.current {
    color: #333;
    background-color: #d9e5f4;
	/* border: 1px solid #2E6DB4;
	border-bottom:2px solid #D9E5F4; */
	cursor:default;
}
/*----------tabs end------------*/

/*#edit_box {
    display: none;
    position: absolute;
    padding: 20px;
    height: 300px;
    width: 700px;
    z-index: 999;
    border: solid 8px #999;
    background: #fff;
}*/
.edit_box {
	position: absolute;
	padding: 20px;
	/* height: auto; */
	 width: 500px; 
	top: 30% !important;
	left: 30% !important;
	z-index: 99999;
	border: solid 8px #999;
	background: #fff;
}

.edit_box1 {
	position: absolute;
	padding: 20px;
	/* height: auto; */
     width: 320px; 
     line-height: 24px;
	top: 30% !important;
	left: 30% !important;
	z-index: 99999;
	border: solid 8px #999;
	background: #fff;
}

#edit_title {
    float: left;
}
#edit_close {
    padding-top: 4px;
    padding-right: 4px;
    float: right;
}

.new_pin {
    display: none;
}
.hidden {
    display: none;
}
#edit_close2 {
	padding-top: 4px;
	padding-right: 4px;
	float: right;
}
.red{
	color: red;
}
.dataSwitchOn{
	width: 100px;
	height: 28px;
	display: inline-block;
	background: url("../images/connet-on.png") no-repeat;
	cursor: pointer;
}
.dataSwitchOff{
	width: 100px;
	height: 28px;
	display: inline-block;
	background: url("../images/connet-off.png") no-repeat;
	cursor: pointer;
}
.waiting{
	cursor: wait;
}
.waiting input[type=button]:disabled{
	cursor: wait !important;
}
.passwordImg {
	width: 35px;
	height: 35px;
	position: absolute;
}
#device_check td {
	white-space: nowrap;
}
.isShowLogin{
	box-sizing: content-box;
    /* position: relative; */
    width: 420px;
    height: 280px;
    background: #f4f9fb;
    background-repeat: no-repeat;
    background-size: 400px 280px;
    background-position: center;
    border: 1px #ccc solid;
    border-radius: 8px;
    margin-top: -140px;
    box-shadow: 5px 6px 5px #888888;
    margin-left: -210px;
    position: absolute;
    top: 36%;
    left: 50%;
}

.isShowLogin p{
	width: 300px;
	margin: 0 auto;
	text-indent: 0px !important;
	padding-top: 14px;
}
#login_template{
	background: -moz-linear-gradient(top, #4fa9f3 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #4fa9f3 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #4fa9f3 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #4fa9f3 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #4fa9f3 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa9f3', endColorstr='#ffffff',GradientType=0 );
	width: 60%;
	margin: 0 auto;
	/*position: absolute;*/
	height:100%;
}
.txt_check{height:40px; width:120px;font-size:32px;}
.btn_check{height:40px; width:200px;font-size:20px;}
.lbl_check{font-size: 24px;}
#check_msg{font-size: 24px;}
#check_result{font-size: 64px;}
.btnLogin{
	box-sizing: border-box;
    height: 32px;
	width: 120px;
	padding: 5px 0 5px 0;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
	margin-top: 10px;
	background-color: #2597d7;
	color: white;
	cursor: pointer;
    margin-left:90px;
}
.loginTitle{
	width: 100px;
	line-height: 32px;
	display: inline-block;
}
.username,.passwd{
	box-sizing: border-box;
	outline: none;
	width: 200px;
	height: 32px;
	padding: 0 30px 0 8px;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
	font-size: 16px;
	background-color: white !important;	 
}
#clickLogin{
	cursor: pointer;
	position: absolute;
	right: 150px;
	top: 10px;
	width: 50px;
}
.languageSelectClass{
	cursor: pointer;
	position: absolute;
	right: 70px;
	top: 10px;
}
.sccanPlmnBtn{
	width: 70px;
	height: 40px;
	background-color: #7BAADD;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin-left: 200px;
}
.sccanPlmnDetail tr th{
	width: 100px !important;
}


/*弹框样式*/
@font-face {
  font-family: 'alert-iconfont';  /* project id 1441016 */
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont.woff2') format('woff2'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg#alert-iconfont') format('svg');
}
.alert-iconfont{
    font-family:"alert-iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.fy-alert-shadow{
    position: fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    display: none;
}
.fy-alert-box{
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    z-index:9999;
    /*opacity: 0;*/
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.71, 0.855, 1);
    animation-timing-function: cubic-bezier(0.215, 0.71, 0.855, 1);
}
.fy-alert-msg{
    background-color: #333;
    box-shadow: none;
    color:#fff;
}
.fy-alert-icon{
    padding-left:50px!important;
}
i[class^='fy-alert-iconType']{
    position: absolute;
    left:15px;
    top:10px;
    font-size:28px;
}
.fy-alert-iconType1{
    color: #23ff21;
}
.fy-alert-iconType2{
    color: #f39b12;
}
.fy-alert-iconType3{
    color: #ff2525;
}
.fy-alert-iconType3{
    color: #ff2525;
}
.fy-alert-icon-loading{
    webkit-animation-name: fy-rotate;
    animation-name: fy-rotate;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*.active{
    opacity: 1;
}*/
.fy-alert-header{
   padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
    /* overflow: hidden; */
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    font-weight: bold;
    position: relative;
    cursor: move;
    min-width: 200px;
    box-sizing: border-box;
    font-size: 12px;
}
.fy-alert-minmax,.fy-alert-close{
    position: absolute;
    right:5px;
    top:0px;
    height:28px;
    width:38px;
    line-height: 28px;
    text-align: center;
    border:0;
    background-color: transparent;
    outline: none;
}
.fy-alert-close i{
    font-size:20px;
    cursor: pointer;
    font-style: normal;
}
.fy-alert-minmax{
    right:25px;
}
.fy-alert-min-btn:before,.fy-alert-max-btn:before{
    font-family: 'alert-iconfont';
    font-size:16px;
    cursor: pointer;
    content: '\e70e';
    font-style: normal;
}
.fy-alert-min-btn:before{
    content: '\e6e7';
}
.fy-alert-close:hover{
    opacity: 0.7;
}
.fy-alert-content{
    padding:15px 15px 0 15px;
    font-size:14px;
    min-width:150px;
    box-sizing: border-box;
}
.fy-alert-content-iframe{
    padding:0;
}
.fy-alert-iframe{
    display: block;
    width:100%;
    border:0;
    height:100%;
}
.fy-alert-footer{
    text-align: right;
    padding-bottom:15px;
    padding-right:10px;
    min-width: 200px;
    box-sizing: border-box;
}
.fy-alert-btn{
    height: 28px;
    line-height: 28px;
    margin: 15px 5px 0;
    padding: 0 15px;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    border-width:0;
    outline: none;
	font-weight:bold;
}
.fy-alert-btn:last-child{
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
}

@-webkit-keyframes fy-rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes fy-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}

@keyframes slideBottom{
     0%{
         -webkit-transform: translate3d(0,100%,0);
         -moz-transform: translate3d(0,100%,0);
         -ms-transform: translate3d(0,100%,0);
         -o-transform: translate3d(0,100%,0);
         transform: translate3d(0,100%,0);
     }
     100%{
         -webkit-transform: translate3d(0,0%,0);
         -moz-transform: translate3d(0,-0%,0);
         -ms-transform: translate3d(0,-0%,0);
         -o-transform: translate3d(0,0%,0);
         transform: translate3d(0,-0%,0);
         opacity: 1;
     }
 }
.slideBottom{
    -webkit-animation-name: slideBottom;
    animation-name: slideBottom;
}

@keyframes slideBottom_hide{
    0%{
        -webkit-transform: translate3d(0,0%,0);
        -moz-transform: translate3d(0,-0%,0);
        -ms-transform: translate3d(0,-0%,0);
        -o-transform: translate3d(0,0%,0);
        transform: translate3d(0,-0%,0);
        opacity: 1;
    }
    100%{
        -webkit-transform: translate3d(0,100%,0);
        -moz-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        -o-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        opacity: 0;
    }

}
.slideBottom_hide{
    -webkit-animation-name: slideBottom_hide;
    animation-name: slideBottom_hide;
}

@keyframes slideTop{
    0%{
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        -o-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    100%{
        -webkit-transform: translate3d(0,0%,0);
        -moz-transform: translate3d(0,-0%,0);
        -ms-transform: translate3d(0,-0%,0);
        -o-transform: translate3d(0,0%,0);
        transform: translate3d(0,-0%,0);
        opacity: 1;
    }
}
.slideTop{
    -webkit-animation-name: slideTop;
    animation-name: slideTop;
}

@keyframes slideTop_hide{
    0%{
        -webkit-transform: translate3d(0,0%,0);
        -moz-transform: translate3d(0,-0%,0);
        -ms-transform: translate3d(0,-0%,0);
        -o-transform: translate3d(0,0%,0);
        transform: translate3d(0,-0%,0);
        opacity: 1;
    }
    100%{
        -webkit-transform: translate3d(0,-100%,0);
        -moz-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        -o-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        opacity: 0;
    }

}
.slideTop_hide{
    -webkit-animation-name: slideTop_hide;
    animation-name: slideTop_hide;
}

@keyframes slideLeft{
    0%{
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    100%{
        -webkit-transform: translate3d(0,0%,0);
        -moz-transform: translate3d(0,0%,0);
        -ms-transform: translate3d(0,0%,0);
        -o-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
        opacity: 1;
    }
}
.slideLeft{
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
}
@keyframes slideLeft_hide{
    0%{
        -webkit-transform: translate3d(0,0%,0);
        -moz-transform: translate3d(0,0%,0);
        -ms-transform: translate3d(0,0%,0);
        -o-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
        opacity: 1;
    }
    100%{
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        opacity: 0;
    }

}
.slideLeft_hide{
    -webkit-animation-name: slideLeft_hide;
    animation-name: slideLeft_hide;
}

@keyframes slideRight{
    0%{
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    100%{
        -webkit-transform: translate3d(0,0%,0);
        -moz-transform: translate3d(0,0%,0);
        -ms-transform: translate3d(0,0%,0);
        -o-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
        opacity: 1;
    }
}
.slideRight{
    -webkit-animation-name: slideRight;
    animation-name: slideRight;
}
@keyframes slideRight_hide{
    0%{
        -webkit-transform: translate3d(0,0%,0);
        -moz-transform: translate3d(0,0%,0);
        -ms-transform: translate3d(0,0%,0);
        -o-transform: translate3d(0,0%,0);
        transform: translate3d(0,0%,0);
        opacity: 1;
    }
    100%{
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        opacity: 0;
    }
}
.slideRight_hide{
    -webkit-animation-name: slideRight_hide;
    animation-name: slideRight_hide;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn_hide {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollIn_hide {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollIn_hide {
  -webkit-animation-name: rollIn_hide;
  animation-name: rollIn_hide;
}

@keyframes opacity{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.opacity{
    -webkit-animation-name: opacity;
    animation-name: opacity;
}
@keyframes opacity_hide{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.opacity_hide{
    -webkit-animation-name: opacity_hide;
    animation-name: opacity_hide;
}
.show4g_5g{
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    table-layout:fixed;
}
.show4g_5g td,.show4g_5g th{
    border: 1px solid black;
    padding: 6px;
    text-align:center;
    white-space:normal;
    word-wrap:break-word;
    height: auto;
} 
.show4g_5g td.is5g {
    background-color: #D9E5F4;
}

/* 2020.9.5 */
.table7_3 table {
    width: 100%;
}

.table7_3 th {
    background-color: #fafafa;
    color: #333;
    font-size: 14px;
}
.table7_3 td{
    color: #666;
}
.table7_3,
.table7_3 th,
.table7_3 td {
    font-size: 14px;
    text-align: center;
    padding: 4px;
    height: 54px;
    border-bottom: 1px solid #efefef;
    border-collapse: collapse;
}

.table7_3 td div {
    display: flex;
    flex-flow: column;
    margin-left: 4px;
    justify-content: center; /* 水平居中 */
    align-items: center;
}
.table7_3 td button{
    outline: none;
    width: 26px;
    height: 24px;
    margin-left: 4px;
    padding: 0;
    border: none;
    background: none;
    color: #409eff;
    font-size: 12px;
    cursor: pointer;
}
.table7_3 td label{
    color: #409eff;
    margin-left: 4px;
    font-size: 12px; 
    cursor: pointer;
}
.table7_3 td input{
    width: 50px;
    height: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.table7_3 td a{
    color: #409eff;
    font-size: 14px;
    cursor: pointer;
}


.table7_3 tr:nth-child(even) {
    background-color: #fdfdfd;
}

/* 开关 */

.switch-wrap {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    left: 38%;
    border: 1px solid #DFDFDF;
    outline: none;
    border-radius: 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    cursor: pointer;
    transition: border-color .3s, background-color .3s;
    vertical-align: middle;
}

.switch-wrap span {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    background-color: #fff;
}

.switch-wrap.active {
    border-color: #409eff;
    background-color: #409eff;
}

.switch-wrap.active span {
    transform: translateX(20px);
}

.icon_embed{
    width: 15px;
    height: 15px;
}

/*  */
.list-title{
    color: #333;
    background-color: #d9e5f4;
    padding: 3px 15px;
    text-decoration: none;
    border: #ccc solid 1px;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    width: 70px;
    text-align: center;
}
/*  */
.networkInfo-content{
    margin: auto;
    position: absolute;
    left: 40px;
    right: 20px;
    top: 0px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
}
.networkInfo-content>div{
    flex-direction: row;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    border-top: #e9e9e9 .0001rem solid;  
    padding-top: 10px;
}
.networkInfo-content>div>div{
    display: flex;
    flex-direction: column;
    width: 33%;
    height: 100%;
    margin-right: 20px;
    color: #333;
    font-size: 1rem;
}
.networkInfo-content>div>div div{
    display: flex;
    flex-direction: row;
    font-size: 1rem;
}
.networkInfo-content>div>div span{
    margin-top: .6rem;
    margin-bottom: .6rem;
    color: #666;
}
.networkInfo-content>div>div label{
    display: block;
    width: 200px;
    color: #616161;
    line-height: 40px;
    font-weight: bold;
}


.broadband-btn {
    width: 100px;
    height: 30px;
    background-color: #409eff;
    outline: none;
    border: none;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.btn-save {
    min-width: 100px;
    height: 30px;
    background-color: #409eff;
    outline: none;
    border: none;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    /* margin-top: 20px; */
    border: #ccc 1px solid;
}
.btn-save:disabled,.broadband-btn:disabled{
    background-color: #acd4fc;
}
