height.topBody {
  overflow: hidden;
}

.topBody .fs39_header_nav {
  padding-top: 10px;
}

.topBody .fs39_header_logo {
  margin-top: 6px;
}

.topBody .fs39_header_msg {
  margin-top: 8px;
}

/*滚动条样式*/

::-webkit-scrollbar,
.fs39_main_port_list_box_scroll::-webkit-scrollbar,
.fs39_main_box_content::-webkit-scrollbar,
.fs39_monitor_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}

/*滚动条的轨道 */

::-webkit-scrollbar-track,
.fs39_main_port_list_box_scroll::-webkit-scrollbar-track,
.fs39_main_box_content::-webkit-scrollbar-track,
.fs39_monitor_box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f8f8f8;
}

/*滚动条里面小滑块*/

::-webkit-scrollbar-thumb,
.fs39_main_port_list_box_scroll::-webkit-scrollbar-thumb,
.fs39_main_box_content::-webkit-scrollbar-thumb,
.fs39_monitor_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d8dde3;
}

/* 设置placeholder的默认样式 */

:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

/* 选择历史记录的文字颜色和背景颜色 */
input:-webkit-autofill {
  -webkit-animation: autofill-fix 1s infinite !important;
  /* 选择历史记录的文字颜色*/
  -webkit-text-fill-color: #666;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  /* 选择历史记录的背景颜色 */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}

[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input[type="number"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

/*清除ie表单自带icon*/

::-ms-clear,
::-ms-reveal {
  display: none;
}

/*去掉input[type="number"]的箭头*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[disabled],
textarea[disabled],
select[disabled] {
  color: #999;
}
input[disabled].editBtn{
  color: #fff;
}

input[disabled]:hover,
textarea[disabled]:hover,
select[disabled]:hover {
  border-color: #d7d7d7 !important;
}

input[type='text']:hover,input[type='number']:hover,
textarea:hover,
.edit_sel_down_active,
.fs39_edit_sel:hover,
.fs39_edit_sel:hover > .fs39_edit_sel_down,
.skip_box:hover,
.skip_box:hover > .skip_icon_arrow,
select:hover,.mac_address_inpBox:hover{
  border: 1px solid #60aee3 !important;
}
select:hover,.mac_address_inpBox_dest:hover{
  border: 1px solid #60aee3 !important;
}
input.erpsSubmitBtn:hover {
  border-color: #cecece !important;
}

.disabled {
  background: #f2f2f2;
  cursor: not-allowed;
}

.disabled:hover,
.disabled:hover > .fs39_edit_sel_down {
  border-color: #d7d7d7 !important;
}

input[type='text']:focus,input[type='number']:focus,
textarea:focus,
.edit_sel_active,
select:focus {
  border: solid 1px #60aee3 !important;
  box-shadow: 0 0 4px #60aee3 !important;
}

.userName:focus,
.password:focus,
.selectLanguage:focus,
.loginSubmit:focus,
.userName:hover,
.password:hover,
.selectLanguage:hover,
.loginSubmit:hover,
.progressbar_textInp:hover,
.progressbar_textInp:focus,
.progressbar_loadingInp:hover,
.progressbar_loadingInp:focus,
.progressbar_loadingNum:hover,
.progressbar_loadingNum:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.fs39_main_btn_box > input:focus,
.fs39_main_btn_box > input:hover {
  border-color: transparent !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: none !important;
  box-shadow: none !important;
  background: transparent; 
  /*border: 0;*/
   
}

.pages_sel_numList input:hover,
.pages_sel_numList input:focus,
.skip_box input:hover,
.skip_box input:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.fs39_box {
  position: relative;
  /* min-height: 300px; */
}

.fs39_boxShadow {
  width: 100%;
  height: 11px;
  position: fixed;
  top: 0px;
  left: 0;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5) inset;
}

.height30 {
  height: 30px;
  line-height: 30px;
}

.height40 {
  height: 40px;
  line-height: 40px;
}

.height80 {
  height: 80px;
}

.height130{
  height: 130px;
}

.width420 {
  width: 420px !important;
}
.width482 {
  width: 482px !important;
}
.width300 {
  width: 300px;
}
.width250 {
  width: 250px;
}
.width255 {
  width: 255px !important;
}
.width192 {
  width: 192px !important;
}
.width185 {
  width: 185px !important;
}
.width180 {
  width: 180px !important;
}
.width130 {
  width: 130px !important;
}
.width93 {
  width: 93px !important;
}
.width70 {
  width: 70px !important;
}

.width87 {
  width: 87px;
}
.width80 {
  width: 80px;
}

.width48 {
  width: 48px;
}
.width40 {
  width: 40px;
}

.width41 {
  width: 41px;
}

.width24 {
  width: 24px;
}
.lineHeight12 {
  line-height: 12px;
}
.lineHeight24 {
  line-height: 24px;
}

ul.height40::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: url(./images/line/dottedLine.png) repeat;
  position: absolute;
  left: 0;
  top: 39px;
}

/* .fs39_main_box {
    min-height: 780px;
} */

.fontSize8 {
  font-size: 12px;
  -webkit-transform: scale(0.667);
  -moz-transform: scale(0.667);
  -ms-transform: scale(0.667);
  transform: scale(0.667);
}

.fontSize10 {
  font-size: 12px;
  -webkit-transform: scale(0.834);
  -moz-transform: scale(0.834);
  -ms-transform: scale(0.834);
  transform: scale(0.834);
}

.fontSize11 {
  font-size: 12px;
  -webkit-transform: scale(0.9167);
  -moz-transform: scale(0.9167);
  -ms-transform: scale(0.9167);
  transform: scale(0.9167);
}

.fontSize12 {
  font-size: 12px;
}

.fontSize13 {
  font-size: 13px;
}

.fontSize14 {
  font-size: 14px;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize18 {
  font-size: 18px;
}

.fontSize34 {
  font-size: 34px;
}

.fontSize72 {
  font-size: 72px;
}

.colorFff {
  color: #fff;
}

.colorA5abb5 {
  color: #a5abb5;
}

.colorCcc {
  color: #ccc;
}

.colorDdd {
  color: #dddddd;
}

.colorBbb {
  color: #bbbbbb;
}

.color333 {
  color: #333 !important;
}

.color666 {
  color: #666;
}

.colorebeff0 {
  color: #ebeff0;
}

.color858585 {
  color: #858585;
}

.color999 {
  color: #999;
}

.color9bcded {
  color: #9bcded;
}
.color1b252d {
  color: #1b252d;
}
.color0681d3 {
  color: #0681d3;
}

.colorff4a4a {
  color: #ff4a4a;
}
.color57c763 {
  color: #57c763;
}
.colore1bc25 {
  color: #e1bc25;
}

.bge1bc25 {
  background: #e1bc25;
}
.bg909291 {
  background-color: #909291;
}
.bg0681d3 {
  background-color: #0681d3;
}
.bge9f3f8 {
  background-color: #e9f3f8;
}

.bgf2f2f2 {
  background: #f2f2f2;
}
.bg666 {
  background-color: #666;
}
.bgFafafa {
  background-color: #fafafa;
}

.bge2bc25 {
  background-color: #e2bc25;
}

.bg56c763 {
  background-color: #56c763;
}

.bgCcc {
  background-color: #cccccc;
}

.bg909291 {
  background-color: #909291;
}

.bgff8585 {
  background-color: #ff8585;
}
.bgf8f8f8 {
  background-color: #f8f8f8;
}
.bgFff {
  background-color: #fff;
}

.bgShadow {
  box-shadow: 0px 1px 10px -10px rgba(0, 0, 0, 0.5);
}

.bgShadowTB {
  box-shadow: 0 7px 8px -6px rgba(0, 0, 0, 0.3),
    0 -7px 8px -6px rgba(0, 0, 0, 0.3);
}

.bgShadowTop_line {
  width: 100%;
  height: 4px;
  background: url(./images/shadowTop.png) repeat-x;
  transform: translateY(5px);
}

.bgShadowRottom_line {
  width: 100%;
  height: 12px;
  background: url(./images/shadowBottom.png) repeat-x;
  transform: translateY(-4px);
}

.positionRelative {
  position: relative;
  top: 0;
}

.positionAbsolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.positionAbsoluteL0 {
  position: absolute;
  left: 0;
  top: 0;
}

.positionFixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.marginR5 {
  margin-right: 5px;
}

.marginR3 {
  margin-right: 3px;
}
.marginR10 {
  margin-right: 10px;
}

.marginRight10,
.marginR10 {
  margin-right: 10px;
}
.marginLR10 {
  margin-left: 10px;
  margin-right: 10px;
}
.marginL4- {
  margin-left: -4px;
}

.marginR15 {
  margin-right: 15px;
}

.marginRight20,
.marginR20 {
  margin-right: 20px;
}

.marginL20 {
  margin-left: 20px;
}
.marginL10 {
  margin-left: 10px;
}

.marginLR20 {
  margin-left: 20px;
  margin-right: 20px;
}

.marginR30 {
  margin-right: 30px;
}

.marginR40 {
  margin-right: 40px;
}

.marginR50 {
  margin-right: 50px;
}

.marginL30 {
  margin-left: 30px;
}

.marginRight50,
.marginR50 {
  margin-right: 50px;
}

.marginRight80,
.marginR80 {
  margin-right: 80px;
}

.marginRight100,
.marginR100 {
  margin-right: 100px;
}

.marginT5 {
  margin-top: 5px;
}
.marginT-4 {
  margin-top: -4px;
}
.marginT-5 {
  margin-top: -5px;
}
.marginT-10 {
  margin-top: -10px;
}
.marginL7- {
  margin-left: -7px;
}
.marginT2- {
  margin-top: -2px;
}
.marginT3- {
  margin-top: -3px;
}
.marginR20- {
  margin-right: -20px;
}
.marginL5 {
  margin-left: 5px;
}

.marginT10 {
  margin-top: 10px;
}
.marginT15 {
  margin-top: 15px;
}
.marginT17 {
  margin-top: 17px;
}
.marginT25 {
  margin-top: 25px;
}

div.marginT13 {
  margin-top: 13px;
}

.marginTop20,
.marginT {
  margin-top: 20px;
}

.marginTB,
.marginTB20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.marginBottom5,
.marginB5 {
  margin-bottom: 5px;
}

.marginB2 {
  margin-bottom: 2px;
}
.marginB20 {
  margin-bottom: 20px;
}

.marginB10 {
  margin-bottom: 10px;
}

.marginTop5 {
  margin-top: 5px;
}

.marginT2 {
  margin-top: 2px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.marginT20 {
  margin-top: 20px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT35 {
  margin-top: 35px;
}

.marginT40 {
  margin-top: 40px;
}

.paddingT5 {
  padding-top: 5px;
}

.paddingT10 {
  padding-top: 10px;
}
.paddingT15 {
  padding-top: 15px;
}

.paddingB5 {
  padding-bottom: 5px;
}

.paddingLR5 {
  padding-left: 5px;
  padding-right: 5px;
}

.paddingLR10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding20 {
  padding: 20px;
}

.paddingLR20 {
  padding-left: 20px;
  padding-right: 20px;
}

.paddingLR27 {
  padding-left: 27px;
  padding-right: 27px;
}

.paddingLR22 {
  padding-left: 22px;
  padding-right: 22px;
}

.paddingLR30 {
  padding-left: 30px;
  padding-right: 30px;
}
.paddingLR40 {
  padding-left: 40px;
  padding-right: 40px;
}

.padding10 {
  padding: 10px;
}

.paddingR10 {
  padding-right: 10px;
}

.paddingR20 {
  padding-right: 20px;
}

.padding5216 {
  padding: 52px 16px;
}

.paddingL10 {
  padding-left: 10px;
}

.paddingL20 {
  padding-left: 20px;
}

.paddingTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paddingTB15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.paddingT20 {
  padding-top: 20px;
}
.paddingT30 {
  padding-top: 30px;
}

.paddingR30 {
  padding-right: 30px;
}

.padding4030 {
  padding: 40px 30px;
}

.padding40300{
	padding: 40px 30px 0;
}

.padding2030 {
  padding: 20px 30px;
}

.paddingR35 {
  padding-right: 35px;
}

.paddingB10 {
  padding-bottom: 10px;
}

.paddingTB15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.paddingTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paddingB20 {
  padding-bottom: 20px;
}
.paddingT15 {
  padding-top: 15px;
}

.paddingLeft65,
.paddingL65 {
  padding-left: 65px;
}
.paddingL50 {
  padding-left: 50px;
}

.fs39_headerH {
  height: 60px;
}

.fontWeight400 {
  font-weight: 400;
}

.fontWeight600 {
  font-weight: 600;
}

.displayFlex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.displayFlexStart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.portDetationForm {
  align-items: flex-start;
}

.displayFlexCenter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexWrapNowrap {
  flex-wrap: nowrap;
}
.fs58-show-chunk-li {
  flex-wrap: wrap;
}
.alignItemsFlexStart {
  align-items: flex-start;
}
.alignItemsFlexEnd {
  align-items: flex-end;
}
.flexEnd {
  justify-content: flex-end;
}

.headerBorder {
  height: 20px;
  line-height: 18px;
  border-radius: 3px;
  border: solid 1px #9bcded;
}

.border {
  border: 1px solid #d7d7d7;
}

.failureBorder {
  border: 1px solid #ff6a6a;
}

.borderDottedBottom {
  border-bottom: 1px dotted #dedede;
}

.borderTop {
  border-top: 1px solid #d7d7d7;
}

.borderBottom {
  border-bottom: 1px solid #d7d7d7;
}

.editBorderBottom {
  border-bottom: 1px solid #eee;
}

.borderRight {
  border-right: 1px solid #d7d7d7;
}

.borderRadius {
  border-radius: 4px;
}

.hint_del_icon {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url(./images/S39_icon.png) no-repeat -78px -357px;
}

.down_icon {
  width: 14px;
  height: 9px;
  background: url(./images/S39_icon.png) no-repeat -96px -205px;
}

.QOSDirection_checkbox {
  display: inline-block;
  vertical-align: bottom;
}
.fs39_logo_icon {
  width: 60px;
  height: 30px;
  background: url(./images/logo.png);
}

.fs39_header_logo_icon {
  width: 60px;
  height: 30px;
  background: url(./images/logo.png);
}
.switch_header_logo_icon {
  width: 203px;
  height: 56px;
  background: url(./images/switch.gif) no-repeat;
  margin-top: -10px;
}

.header_icon {
  width: 25px;
  height: 24px;
  margin: 0 auto;
  background: url(./images/S39_icon.png) no-repeat -29px -235px;
}

.headerCutLanguage {
  min-width: 81px;
  text-align: center;
}

.headerCutLanguage > a {
  width: 100%;
  display: inline-block;
}

.fs39_header_content_ul > li > a {
  display: block;
}

.header_icon.active,
.monitor_icon_a:hover .monitor_icon {
  background: url(./images/S39_icon.png) no-repeat -29px -267px;
}

.cfg_icon {
  background: url(./images/S39_icon.png) no-repeat -64px -235px;
}

.cfg_icon.active,
.cfg_icon_a:hover .cfg_icon {
  background: url(./images/S39_icon.png) no-repeat -64px -267px;
}

.maintenance_icon {
  background: url(./images/S39_icon.png) no-repeat -98px -235px;
}

.maintenance_icon.active,
.maintenance_icon_a:hover .maintenance_icon {
  background: url(./images/S39_icon.png) no-repeat -98px -267px;
}

.network_icon {
  background: url(./images/S39_icon.png) no-repeat -132px -235px;
}

.network_icon.active,
.network_icon_a:hover .network_icon {
  background: url(./images/S39_icon.png) no-repeat -132px -267px;
}

.monitor_icon_a:hover a,
.cfg_icon_a:hover a,
.maintenance_icon_a:hover a,
.network_icon_a:hover a {
  color: #fff;
}

.pro_icon {
  width: 60px;
  height: 52px;
  background: url(./images/S39_icon.png) no-repeat -30px -30px;
}

.form_icon {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background: url(./images/S39_icon.png) no-repeat -30px -149px;
}

.signed_icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(./images/S39_icon.png) no-repeat -30px -203px;
}

.signed_icon_checked {
  background: url(./images/S39_icon.png) no-repeat -52px -203px;
}

.inp {
  width: 344px;
  height: 56px;
  line-height: 56px;
  background-color: #ffffff;
  outline: none;
  border: none;
}

.inpSubmit {
  background-image: linear-gradient(90deg, #1681d3 0%, #2c9feb 100%),
    linear-gradient(#0681d3, #0681d3);
  background-blend-mode: normal, normal;
}

.inpSubmit:hover {
  background-image: linear-gradient(90deg, #3193dc 0%, #3fa5ea 100%),
    linear-gradient(#0681d3, #0681d3);
}

.fs39_btn {
  height: 24px;
  background-image: linear-gradient(0deg, #0681d3 0%, #0789e0 100%);
  box-shadow: 0px 1px 3px 0px rgba(4, 73, 120, 0.6);
  border-radius: 12px;
  border: solid 1px rgba(255, 255, 255, 0.7);
}

.fs39_btn:hover {
  background-image: linear-gradient(0deg, #1f8fd7 0%, #2095e3 100%);
}
.fs39_saveBtn {
  line-height: 22px;
}
.refresh_icon {
  width: 14px;
  height: 14px;
  background: url(./images/S39_icon.png) no-repeat -30px -354px;
}

.port_icon {
  width: 23px;
  height: 19px;
}

.port_topIcon {
  background: url(./images/S39_icon.png) no-repeat -30px -311px;
}

.port_bottomIcon {
  background: url(./images/S39_icon.png) no-repeat -100px -311px;
}

.portGreen_bottomIcon {
  background: url(./images/S39_icon.png) no-repeat -129px -311px;
}

.portGray_topIcon {
  background: url(./images/S39_icon.png) no-repeat -96px -311px;
}

.portGray_bottomIcon {
  background: url(./images/S39_icon.png) no-repeat -195px -311px;
}

.portYellow_topIcon {
  background: url(./images/S39_icon.png) no-repeat -63px -311px;
}

.portYellow_bottomIcon {
  background: url(./images/S39_icon.png) no-repeat -162px -311px;
}

.portYellow_diamondsIcon {
  background: url(./images/S39_icon.png) no-repeat -228px -311px;
}

.portGreen_diamondsIcon {
  background: url(./images/S39_icon.png) no-repeat -261px -311px;
}

.portGray_diamondsIcon {
  background: url(./images/S39_icon.png) no-repeat -294px -311px;
}

.portmin_icon {
  width: 13px;
  height: 12px;
}

.portmin10 {
  width: 10px;
  height: 10px;
}

.portmin_topIcon {
  background: url(./images/S39_icon.png) no-repeat -30px -388px;
}

.portmin_diamondsIcon {
  background: url(./images/S39_icon.png) no-repeat -53px -388px;
}

table {
  width: 100%;
  color: #666;
}

.fs39_monitor_basicSwitch table tr,
.fs39_monitor_logStp table tr {
  position: relative;
  display: block;
  padding: 13px 0;
  padding-left: 10px;
}
.fs39_monitor_basicSwitch{
	margin-top:40px;
}
.fs39_monitor_logStp{
	margin-top:26px;
  }

.s58_equipment_tableMsg {
  flex-wrap: nowrap;
  /*overflow-x: auto;*/
}

.s58_equipment_tableMsg > table {
  width: 33%;
}

table thead tr {
  padding: 8px 0 8px 10px;
}

.fs_tab_more {
  width: 100%;
  text-align: right;
  padding: 12px 10px;
}

.fs_tab_more:hover a,
.tab_td_btn:hover {
  color: #1f8ed7;
}

.fs39_tab_name {
  padding: 12px 0;
}

.fs39_hint_main {
  width: 380px;
  height: 230px;
  min-height: 230px;
  background-color: #ffffff;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 14px 20px 20px 20px;
}

.fs39_hint_main_top {
  padding-bottom: 16px;
}

.trLeft56c763 {
  border-left: 2px solid #56c763;
}

.trLeftLine56c763::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: url(./images/line/greenLine.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
}

.trLefteLine2bc25::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: url(./images/line/originLine.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
}

.trBottomDottedLine::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: url(./images/line/dottedLine.png) repeat;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.trLefte2bc25 {
  border-left: 2px solid #e2bc25;
}

.hint_warn_icon {
  min-width: 23px;
  height: 23px;
  background: url(./images/S39_icon.png) no-repeat -30px -311px;
  margin-right:10px;
}

.fs39_hint_btn_box {
  text-align: center;
}

.fs39_hint_btn {
  min-width: 64px;
  height: 30px;
  line-height: 28px;
  padding: 0 18px;
  border-radius: 20px;
  outline: none;
  border: none;
  background-image: linear-gradient(0deg, #0681d3 0%, #0789e0 100%);
  box-shadow: 0px 1px 2px 0px rgba(4, 73, 120, 0.5);
  border: solid 1px transparent;
  margin-right: 17px;
}

.fs39_hint_btn_box > .fs39_hint_btn:last-child {
  margin-right: 0;
}

.fs39_hint_quit {
  background-image: linear-gradient(0deg, #f5f5f5 0%, #fefefe 100%);
  box-shadow: 0px 1px 2px 0px rgba(195, 195, 195, 0.5);
  border: solid 1px #cecece;
}

.fs39_hint_btn_box .fs39_hint_quit:hover {
  background-image: linear-gradient(0deg, #fefefe 0%, #f7f7f7 100%);
  border-color: #d8d8d8!important;
}

.fs39_hint_box {
  display: none;
  z-index:100;
}

.fs39Tab_hint_box .save_text {
  white-space: nowrap;
}

.fs39Tab_hint_box .padding5216 {
  padding: 52px 0px;
}

.fs39_hint_main_top {
  border-bottom: 1px solid #eee;
}

.fs39_circularRing_list {
  justify-content: space-between;
}

.fs39_circularRing_wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.fs39_circularRing_box:first-child {
  padding-right: 104px;
}

.fs39_circularRing_box > p {
  text-align: center;
}

.fs39_circularRing_box > .fs39_circularRing_p {
  margin-top: 27px;
}

.fs39_circularRing_main {
  width: 140px;
  height: 153px;
  position: relative;
}

.fs39_circularRing_pie {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  overflow: hidden;
  background: url(./images/annulus/bg.png) no-repeat 0 0;
}

.fs39_circularRing_pieShadow {
  width: 100%;
  height: 25px;
  background: url(./images/annulus/bg1.png) no-repeat 0 0;
  position: absolute;
  bottom: -5px;
}

/* 二级导航 */

.fs39_box,
.two_nav_box,
.two_nav {
  height: 100%;
}

.two_nav {
  width: 219px;
  background: url(./images/Navigation_background.png) no-repeat;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

.two_nav_ul {
  padding-top: 40px;
}

.two_nav_ul li {
  overflow: hidden;
  /* padding: 11px 10px 11px 20px; */
  position: relative;
  top: 0;
}

.two_nav_ul li:hover a {
  color: #0681d3;
}

.two_nav_ul li::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: url(./images/line/two_nav_line.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
}

.two_nav_ul li:last-child::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: url(./images/line/two_nav_line.png) no-repeat;
  position: absolute;
  left: 10px;
  bottom: 0;
}

.two_nav_ul_a {
  font-size: 0;
  display: inline-block;
  width: 100%;
  padding: 11px 10px 11px 20px;
}
.two_nav_ul_a > span:nth-child(2) {
  /* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 175px;
    word-break: break-all; */
}

.two_nav_icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.two_nav_ul li.active {
  background: linear-gradient(to right, #e4e4e4 0%, #cbcbcb 100%);
  /* background: url(./images/two_checkedBg.png) no-repeat; */
}

.two_nav_ul li.active .two_nav_ul_a {
  color: #0681d3;
}

.two_nav_ul li.active .arrow_select {
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 13px;
  right: -8px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.port_icon_cfg {
  background: url(./images/S39_icon.png) no-repeat -30px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .port_icon_cfg,
.two_nav_ul li:hover .port_icon_cfg {
  background-position-y: -495px;
}

.port_icon_link {
  background: url(./images/S39_icon.png) no-repeat -54px -471px;
}
.two_nav_ul li.active .two_nav_ul_a .port_icon_link,
.two_nav_ul li:hover .port_icon_link {
  background-position-y: -495px;
}

.port_icon_mir {
  background: url(./images/S39_icon.png) no-repeat -294px -471px;
}
.two_nav_ul li.active .two_nav_ul_a .port_icon_mir,
.two_nav_ul li:hover .port_icon_mir {
  background-position-y: -495px;
}

.multicast_icon {
  background: url(./images/S39_icon.png) no-repeat -318px -471px;
}
.two_nav_ul li.active .two_nav_ul_a .multicast_icon,
.two_nav_ul li:hover .multicast_icon {
  background-position-y: -495px;
}
.QOS_icon {
  background: url(./images/S39_icon.png) no-repeat -342px -471px;
}
.two_nav_ul li.active .two_nav_ul_a .QOS_icon,
.two_nav_ul li:hover .QOS_icon {
  background-position-y: -495px;
}

.accessControl_icon {
  background: url(./images/S39_icon.png) no-repeat -366px -471px;
}
.two_nav_ul li.active .two_nav_ul_a .accessControl_icon,
.two_nav_ul li:hover .accessControl_icon {
  background-position-y: -495px;
}

.storm_icon_con {
  background: url(./images/S39_icon.png) no-repeat -78px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .storm_icon_con,
.two_nav_ul li:hover .storm_icon_con {
  background-position-y: -495px;
}

.port_icon_pro {
  background: url(./images/S39_icon.png) no-repeat -102px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .port_icon_pro,
.two_nav_ul li:hover .port_icon_pro {
  background-position-y: -495px;
}

.insulate_icon {
  background: url(./images/S39_icon.png) no-repeat -126px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .insulate_icon,
.two_nav_ul li:hover .insulate_icon {
  background-position-y: -495px;
}

.eaps_icon {
  background: url(./images/S39_icon.png) no-repeat -270px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .eaps_icon,
.two_nav_ul li:hover .eaps_icon {
  background-position-y: -495px;
}

.static_icon {
  background: url(./images/S39_icon.png) no-repeat -150px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .static_icon,
.two_nav_ul li:hover .static_icon {
  background-position-y: -495px;
}

.lacp_icon {
  background: url(./images/S39_icon.png) no-repeat -174px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .lacp_icon,
.two_nav_ul li:hover .lacp_icon {
  background-position-y: -495px;
}

.vlan_icon {
  background: url(./images/S39_icon.png) no-repeat -198px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .vlan_icon,
.two_nav_ul li:hover .vlan_icon {
  background-position-y: -495px;
}

.spanning_icon {
  background: url(./images/S39_icon.png) no-repeat -222px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .spanning_icon,
.two_nav_ul li:hover .spanning_icon {
  background-position-y: -495px;
}

.mac_icon {
  background: url(./images/S39_icon.png) no-repeat -246px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .mac_icon,
.two_nav_ul li:hover .mac_icon {
  background-position-y: -495px;
}

.poe_icon {
  background: url(./images/S39_icon.png) no-repeat -750px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .poe_icon,
.two_nav_ul li:hover .poe_icon {
  background-position-y: -495px;
}

.userMan_icon {
  background: url(./images/S39_icon.png) no-repeat -630px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .userMan_icon,
.two_nav_ul li:hover .userMan_icon {
  background-position-y: -495px;
}

.resetOrsave_icon {
  background: url(./images/S39_icon.png) no-repeat -654px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .resetOrsave_icon,
.two_nav_ul li:hover .resetOrsave_icon {
  background-position-y: -495px;
}

.ddos_icon {
  background: url(./images/S39_icon.png) no-repeat -558px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .ddos_icon,
.two_nav_ul li:hover .ddos_icon {
  background-position-y: -495px;
}

.arp_icon {
  background: url(./images/S39_icon.png) no-repeat -582px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .arp_icon,
.two_nav_ul li:hover .arp_icon {
  background-position-y: -495px;
}
.currentSession_icon {
  background: url(./images/S39_icon.png) no-repeat -606px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .currentSession_icon,
.two_nav_ul li:hover .currentSession_icon {
  background-position-y: -495px;
}

.worm_icon {
  background: url(./images/S39_icon.png) no-repeat -533px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .worm_icon,
.two_nav_ul li:hover .worm_icon {
  background-position-y: -495px;
}
.sysCfg_icon {
  background: url(./images/S39_icon.png) no-repeat -414px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .sysCfg_icon,
.two_nav_ul li:hover .sysCfg_icon {
  background-position-y: -495px;
}
.stack_icon {
  background: url(./images/S39_icon.png) no-repeat -414px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .stack_icon,
.two_nav_ul li:hover .stack_icon {
  background-position-y: -495px;
}

.uploadCfg_icon {
  background: url(./images/S39_icon.png) no-repeat -438px -472px;
}

.two_nav_ul li.active .two_nav_ul_a .uploadCfg_icon,
.two_nav_ul li:hover .uploadCfg_icon {
  background-position-y: -495px;
}
.FM_icon {
  background: url(./images/S39_icon.png) no-repeat -390px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .FM_icon,
.two_nav_ul li:hover .FM_icon {
  background-position-y: -495px;
}

.timeSet_icon {
  background: url(./images/S39_icon.png) no-repeat -294px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .timeSet_icon,
.two_nav_ul li:hover .timeSet_icon {
  background-position-y: -495px;
}

.logMan_icon {
  background: url(./images/S39_icon.png) no-repeat -462px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .logMan_icon,
.two_nav_ul li:hover .logMan_icon {
  background-position-y: -495px;
}

.snmp_icon {
  background: url(./images/S39_icon.png) no-repeat -486px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .snmp_icon,
.two_nav_ul li:hover .snmp_icon {
  background-position-y: -495px;
}
.snmpTrap_icon {
  background: url(./images/S39_icon.png) no-repeat -510px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .snmpTrap_icon,
.two_nav_ul li:hover .snmpTrap_icon {
  background-position-y: -495px;
}

.sysMain_icon {
  background: url(./images/S39_icon.png) no-repeat -366px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .sysMain_icon,
.two_nav_ul li:hover .sysMain_icon {
  background-position-y: -495px;
}

.IPRoute_icon {
  background: url(./images/S39_icon.png) no-repeat -678px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .IPRoute_icon,
.two_nav_ul li:hover .IPRoute_icon {
  background-position-y: -495px;
}

.Ping_icon {
  background: url(./images/S39_icon.png) no-repeat -702px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .Ping_icon,
.two_nav_ul li:hover .Ping_icon {
  background-position-y: -495px;
}

.Traceroute_icon {
  background: url(./images/S39_icon.png) no-repeat -726px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .Traceroute_icon,
.two_nav_ul li:hover .Traceroute_icon {
  background-position-y: -495px;
}

.VirtualRibbon_icon {
  background: url(./images/S39_icon.png) no-repeat -750px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .VirtualRibbon_icon,
.two_nav_ul li:hover .VirtualRibbon_icon {
  background-position-y: -495px;
}

.traceroute_icon {
  background: url(./images/S39_icon.png) no-repeat -510px -471px;
}

.two_nav_ul li.active .two_nav_ul_a .traceroute_icon,
.two_nav_ul li:hover .traceroute_icon {
  background-position-y: -495px;
}

.fs39_main_name {
  height: 13px;
  line-height: 13px;
}

.fs39_main_dottedLine {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: url(./images/line/dottedLine.png) repeat-x;
}

.fs39_main_name_text {
  position: absolute;
  top: 0;
}

.fs39_main_box_content {
  margin-left: 20px;
  overflow-x: auto;
}

.fs39_main_eapsBox_content {
  padding-bottom: 6px;
}

.fs39_main_btn_box {
  overflow: hidden;
}

.fs39_main_btn_box > button,
.fs39_main_btn_box > a,
.fs39_main_btn_box > input {
  min-width: 70px;
  margin-left: 1px;
}

.fs39_main_portCfgBtn_box > button,
.fs39_main_portCfgBtn_box > a,
.fs39_main_portCfgDetailsBtn_box > button,
.fs39_main_portCfgDetailsBtn_box > a,
.fs39_main_portCfgDetailsBtn_box > input {
  text-align: center;
  min-width: 90px;
}

.snmp_btn_main > button {
  width: 108px;
}

.agingTime_btn > button {
  width: 102px;
}

.sys_backup > .snmp_box button {
  width: 95px;
}

.fs39_main_btn,
.fs39_main_btnfff,
.fs39_main_Refresh,html input[disabled].editBtn {
  display: inline-block;
  text-align: center;
  float: left;
  height: 28px;
  line-height: 28px;
  background-image: linear-gradient(0deg, #9bcdef 0%, #9ccef0 100%);
  box-shadow: 0px 1px 2px 0px rgba(4, 73, 120, 0.5);
  border-radius: 20px;
  outline: none;
  border: none;
}

.fs39_main_btn,
.fs39_main_btnfff {
  cursor: not-allowed;
}

.fs39_main_btn.chooses,
input[type="submit"].fs39_main_btn.chooses {
  background-image: linear-gradient(0deg, #0681d3 0%, #0789e0 100%);
  cursor: pointer;
}

.fs39_main_btn.chooses:hover,
input[type="submit"].fs39_main_btn.chooses:hover {
  background-image: linear-gradient(0deg, #1f8fd7 0%, #2095e3 100%);
  border: none !important;
}

.fs39_main_btnfff,
.fs39_main_Refresh {
  background-image: linear-gradient(0deg, #f5f5f5 0%, #fefefe 100%);
  box-shadow: 0px 1px 2px 0px rgba(195, 195, 195, 0.5);
  border: solid 1px #cecece;
  color: #c2c2c2;
  line-height: 24px;
}

.fs39_main_Refresh {
  color: #666;
}

.fs39_main_Refresh:hover,input.fs39_main_Refresh:hover {
  background-image: linear-gradient(0deg, #fefefe 0%, #f7f7f7 100%);
  border-color: #d8d8d8!important;
}

/* .fs39_main_btnfff:hover {
    background-image: linear-gradient(0deg, #FBFBFB 0%, #FBFBFB 100%);
    color: #767676;
} */

.fs39_main_btnfff.chooses {
  cursor: pointer;
  background-image: linear-gradient(0deg, #f5f5f5 0%, #fefefe 100%);
  color: #666;
}

.fs39_main_btnfff.chooses:hover {
  background-image: linear-gradient(0deg, #fefefe 0%, #f7f7f7 100%);
}

.tab_checked_icon,
.tab_checked_all {
  width: 12px;
  height: 12px;
  background: url(./images/S39_icon.png) no-repeat -30px -203px;
  margin-top: 0px;
}

.tab_checked_icon.chooses,
.tab_checked_all.chooses {
  background-position-x: -52px;
}

.tr_dottedLine.chooses {
  background-color: #e8f3fb;
}

/* .fs39_main_tab_box{
    width: 1600px;
} */

.fs39_main_tab_box > table > thead > tr > td:first-child,
.fs39_main_tab_box > table > tbody > tr > td:first-child {
  text-align: center;
}

.fs39_main_portCfgDetailsTab_box > table > thead > tr > td:first-child,
.fs39_main_portCfgDetailsTab_box > table > tbody > tr > td:first-child,
.s58_main_portDetectionTab_box > table > thead > tr > td:first-child,
.s58_main_portDetectionTab_box > table > tbody > tr > td:first-child {
  padding-left: 10px;
  text-align: left;
}

.fs39_main_tab_box > table > thead > tr > td:first-child > input,
.fs39_main_tab_box > table > tbody > tr > td:first-child > input {
  display: inline-block;
  vertical-align: middle;
}

.portCfgDetails_btn_name {
  padding: 0 0 10px 10px;
  margin-top: -3px;
}

.fs39_main_eapsTab_box {
  margin-top: -14px;
}

.fs39_main_eapsTab_box.fs39_main_tab_box > table > thead > tr > td:first-child,
.fs39_main_eapsTab_box.fs39_main_tab_box > table > tbody > tr > td:first-child {
  text-align: left;
}

.fs39_main_eapsTab_box.fs39_main_tab_box > table > tbody > tr > td:first-child {
  padding-left: 10px;
  color: #999;
}

.fs39_main_tab_box > table > tbody > tr > td:last-child {
  white-space: nowrap;
}

.fs39_main_tab_box > table .tr_dottedLine {
  position: relative;
  left: 0;
}

.tr_dottedLine button {
  background: transparent;
  padding: 0;
}

.fs39_main_tab_box > table .tr_dottedLine {
  border-bottom: 1px dashed #dedede;
}
.fs39_main_tab_box table .tr_dottedLine {
  cursor:auto !important;
  border-bottom: 1px dashed #dedede;
}

.fs39_main_tab_box > table tbody .tr_dottedLine:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}

.fs39_main_tab_box_snmp > table > tbody > tr > td{
  white-space: normal!important;
  line-height: 28px;
  padding-right: 20px;
}

.fs39_main_eapsTab_box > table tbody .tr_dottedLine:hover {
  cursor: default;
  background-color: #fff;
}

.fs39_edit_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.fs39_edit_box::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.fs39_edit_box_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.fs39_edit_main {
  width: 100%;
  padding: 0 20px 20px 20px;
  text-align: left;
  background-color: #ffffff;
  position: static;
  top: auto;
  left: auto;
  transform: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}

.fs39_edit_cfgH {
  height: 575px;
  overflow-y: auto;
}

.fs39_edit_title {
  height: 55px;
  line-height: 55px;
}

.fs39_edit_name {
  /* padding-top: 3px; */
}

.fs39_edit_name > span {
  text-transform: capitalize;
  vertical-align: top;
}

.fs39_edit_label {
  white-space: normal;
}

.fs39_edit_label_Speed {
  margin-top: 23px;
}

.fs39_edit_label > label {
  line-height: 34px;
}

.fs39_edit_label > .portList {
  line-height: 18px;
}

.fs39_edit_label > label > span {
  margin-right: 5px;
}
.ddosInputCheckbox_box {
  min-width: 180px;
}
.ddosInputCheckbox {
  vertical-align: bottom;
}
/* .ddosInputCheckbox_text span{
    vertical-align: top;
} */
.fs39_edit_content .fs39_edit_text {
  position: relative;
  /* width: 80%; */
}

.s58_IGMPnooping_edit .fs39_edit_text {
  position: relative;
  width: 72%;
}
.s58_macAddress_edit > li {
  padding-top: 20px;
}
.s58_macAddress_edit_p {
  position: absolute;
  bottom: -18px;
  right: 0;
}
.mac_address_inpBox {
  height: 34px;
  line-height: 34px;
}

.mac_address_inpBox_dest {
  height: 34px;
  line-height: 34px;
}

html .mac_address_inpBox input[disabled]{
	background:transparent;
}

html .mac_address_inpBox_dest input[disabled]{
	background:transparent;
}

.macAddrBox.disabled{
	background: #f2f2f2;
}

.fs39_edit_text input[type="text"].mac_address_inp {
  border: 0;
  outline: 0;
  padding: 0 10px;
  height: 30px;
}
input[type="text"].mac_address_inp:focus,
input[type="text"].mac_address_inp:hover,input[type="number"].mac_address_inp:focus,
input[type="number"].mac_address_inp:hover {
  border: none !important;
  box-shadow: none !important;
}
.mac_address_inpBox > span {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #666;
  margin-top: 5px;
}
.mac_address_inpBox_dest > span {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #666;
  margin-top: 5px;
}
.s58_macAddress_edit > li > .fs39_edit_label {
  width: 60px;
}
.s58LonMan_edit > li > .fs39_edit_label {
  margin-right:10px;
}
.s58_portInsulate_content > ul > li .fs39_edit_label {
  width: 70px;
}
.s58_linkAgg_edit .fs39_edit_text {
  width: 77%;
}

.fs39_edit_stormH .fs39_edit_text {
  width: 82.8%;
}

.fs39_edit_stormH .fs39_edit_text > .fs39_edit_text {
  width: 100%;
}

.fs39_edit_proH .fs39_edit_text {
  width: 83%;
}

.fs39_edit_eapsH .fs39_edit_text {
  width: 76%;
}

.fs39_edit_lacpH .fs39_edit_text {
  width: 77%;
}

.fs39_edit_vlanH .fs39_edit_text {
  width: 84%;
}

.fs39_edit_aggH .fs39_edit_text {
  width: 69%;
}

.fs39_edit_vlanMemH .fs39_edit_text {
  width: 68%;
}

.fs39_edit_macAddressH .fs39_edit_text {
  width: 80%;
}

.fs39_edit_staticMacH .fs39_edit_text {
  width: 77%;
}

.fs39_edit_learnLimitH .fs39_edit_text {
  width: 66%;
}

.fs39_edit_macAddressLearnH .fs39_edit_text {
  width: 68%;
}

.fs39_edit_macAddressH .fs39_edit_text {
  width: 81%;
}

.fs39_edit_macBindH .fs39_edit_text {
  width: 78.5%;
}

.fs39_edit_macAutoH .fs39_edit_text {
  width: 81%;
}

.fs39_edit_snmpAccessH .fs39_edit_text {
  width: 79.5%;
}

.fs39_edit_snmpTrapH .fs39_edit_text {
  width: 79.5%;
}

.fs39_edit_text textarea {
  width: 100%;
}

/* .mac_address .fs39_edit_text {
  width: 300px;
} */

.fs39_edit_ul > li {
  padding-top: 19px;
  align-items: flex-start;
}

.fs39_stormEdit_ul > li:nth-child(n + 1) {
  padding-top: 16px;
}

.fs39_maintenance_form_box .fs39_edit_ul > li:first-child {
  padding-top: 0;
}

.s58_portCfg_edit > .s58_portCfg_edit_li1 {
  min-width: 85px;
}

.s58_stormControl_edit > li,
.s58_portPro_edit > li,
.s58_portInsulate_edit > li {
  min-width: 70px;
}

.textareaLiH {
  height: 87px;
}

.fs39_edit_default_box {
  height: 33px;
  line-height: 33px;
}

.fs39_edit_sel {
  cursor: pointer;
}

.fs39_edit_sel_opt > li {
  height: 28px;
  line-height: 28px;
}

.fs39_edit_sel_down {
  width: 30px;
  height: 33px;
  background: url(./images/S39_icon.png) no-repeat -110px -190px;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 4px 4px 0;
}

.fs39_edit_sel_opt {
  display: none;
  position: absolute;
  top: 37px;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.fs39_edit_sel_opt > li,
.fs39_edit_mirSel {
  cursor: pointer;
}

.fs39_edit_sel_optP {
  top: 34px;
}

.fs39_edit_sel_opt_height {
  height: 201px;
  overflow-y: auto;
}

.fs39_edit_sel_opt > li:hover,
.fs39_edit_sel_opt > li.choose {
  background-color: #eeeeee;
}

.fs39_edit_text input[type="text"],
.fs39_edit_text input[type="number"],
.fs39_edit_text input[type="password"],
.fileBackupName {
  width: 100%;
  height: 34px;
  line-height: 30px;
}

.sysMain_checked > input {
  display: inline-block;
  vertical-align: middle;
}

.fs39_edit_hint_text {
  text-align: right;
  margin-top: 3px;
}

.fs39_edit_hint_text1 {
  margin-bottom: 8px;
}

.fs39_edit_btn {
  /* overflow: hidden; */
  margin-bottom: 2px;
}

.fs39_edit_btn > button {
  min-width: 64px;
  text-align: center;
  line-height: 24px;
}

.fs39_edit_apply,
.fs39_edit_back {
  text-align: center;
  background-image: linear-gradient(0deg, #0681d3 0%, #0789e0 100%);
  float: left;
  height: 28px;
  line-height: 24px;
  box-shadow: 0px 1px 2px 0px rgba(4, 73, 120, 0.5);
  border-radius: 14px;
  outline: none;
  border: 1px solid transparent;
}
.fs39_edit_back {
  min-width: 64px;
}

.fs39_edit_apply:hover,
.fs39_hint_btn:hover {
  background-image: linear-gradient(0deg, #1f8fd7 0%, #2095e3 100%);
  border-color: transparent!important;
}

.fs39_edit_cancel {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  background-image: linear-gradient(0deg, #fefefe 0%, #f7f7f7 100%);
  box-shadow: 0px 1px 2px 0px rgba(195, 195, 195, 0.5);
  border-radius: 14px;
  border: solid 1px #d8d8d8;
  outline: none;
}

.fs39_edit_cancel:hover {
  background-image: linear-gradient(0deg, #f7f7f7 0%, #fefefe 100%);
}

.fs39_edit_hint_main,
.fs39_edit_hint_inp {
  border-radius: 5px;
  border: solid 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.fs39_edit_hint_inp {
  position: absolute;
  right: 0;
  top: 40px;
}

textarea ~ .fs39_edit_hint_inp {
  top: 72px;
}

.fs39_edit_hint {
  width: 77px;
  height: 89px;
  padding: 10px;
  text-align: center;
}

.fs39_hint_icon {
  margin: 0 auto;
  width: 36px;
  height: 43px;
  background: url(./images/S39_icon.png) no-repeat -110px -35px;
}

.failure_icon {
  background: url(./images/S39_icon.png) no-repeat -166px -35px;
}

.fs39_edit_inp_hint {
  padding: 10px;
  font-size: 0;
}

.fs39_edit_inp_hint > #empty,
.fs39_edit_inp_hint > #range {
  display: none;
}

.fs39_edit_inp_icon {
  width: 14px;
  height: 14px;
  background: url(./images/S39_icon.png) no-repeat -63px -315px;
}

.fs39_pages_sel_opt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  border: solid 1px #e6e6e6;
}

.fs39_pages_sel_opt > li > a{
  width:100%;
  display: inline-block;
  padding-left: 20px;
}

.fs39_pages_sel_opt > li {
  height: 28px;
  line-height: 28px;
}

.fs39_pages_sel_opt > li:hover,
.fs39_pages_sel_opt > li.choose {
  background: #eee;
}

/*分页 start*/

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.s58_pages {
  line-height: 33px;
}

.s58_pages:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

.s58_pages_btns {
  float: left;
}

.s58_pages_btns li {
  float: left;
  margin-left: 5px;
}

.s58_pages_btns li > a {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  line-height: 32px;
  text-align: center;
  color: #999;
  font-size: 12px;
  text-decoration: none;
}

.s58_pages_btns li.choose > a {
  font-weight: 600;
  color: #666;
}

.s58_pages .toLeft,
.s58_pages .toRight {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  line-height: 31px;
  text-align: center;
  float: left;
  margin-left: 5px;
}

.s58_pages .toLeft:hover,
.s58_pages .toRight:hover,
.s58_pages .toLeft.choose,
.s58_pages .toRight.choose {
  border-color: #0681d3;
}

.new_pading a {
  text-decoration: none;
  color: #999;
  font-size: 12px;
}

.new_pading .pages_a,
.dot_box,
.skip_inp {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
}
.dot_box {
  width: 24px;
}

.new_pading .pages_a.choose {
  border: solid 1px #0681d3;
  color: #0681d3;
  background: #fff;
}

.newToLeft_icon {
  width: 6px;
  height: 11px;
  background: url(./images/S39_icon.png) no-repeat -215px -203px;
}

.newToLeft:hover,
.newToLeft.choose,
.newToRight:hover,
.newToRight.choose {
  border: solid 1px #0681d3;
}

/* .newToLeft:hover .newToLeft_icon,
.newToLeft.choose .newToLeft_icon {
    background-position-x: -231px;
} */

.newToRight_icon {
  width: 6px;
  height: 11px;
  background: url(./images/S39_icon.png) no-repeat -247px -203px;
}

/* .newToRight:hover .newToRight_icon,
.newToRight.choose .newToRight_icon {
    background-position-x: -263px;
} */

.skip_icon {
  width: 12px;
  height: 10px;
  background: url(./images/S39_icon.png) no-repeat -279px -203px;
  margin-top: -2px;
}

.new_pading .pages_a:hover {
  background-color: #f2f2f2;
  border: solid 1px #e6e6e6;
  color: #999;
}

.skip_box {
  height: 34px;
}

.skip_box > .skip_inp {
  border-radius: 3px 0 0 3px;
  width: 50px;
  border: none;
  height: 26px;
  line-height: 20px;
  padding-bottom: 5px;
}

.skip_box > .skip_icon_arrow {
  margin-left: -6px;
  margin-top: -3px;
  border-left: none;
  border-radius: 0 3px 3px 0;
  border: 1px solid #e6e6e6;
  position: relative;
  right: -1px;
  top: 0px;
}

.sel_numList_inp {
  width: 84px;
  height: 34px;
  line-height: 34px;
  border: solid 1px transparent;
  border-radius: 3px;
  padding: 0 34px 0 20px;
}

.pages_sel_numList,
.skip_box {
  border: solid 1px #e6e6e6;
  border-radius: 3px;
}

.pages_sel_numList .fs39_edit_sel_down {
  cursor: pointer;
  top: -1px;
  right: -1px;
  height: 36px;
  border: 1px solid #e6e6e6;
}

/*分页 end*/

.fs39_edit_portList,
.fs39_edit_dirList {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.s58_edit_portDetaction input {
  height: 38px;
}

.fs39_edit_portList > li {
  width: 20%;
}

.globalCfg_ul > li {
  height: 30px;
}

.vlanType_portList {
  justify-content: flex-start;
}

.vlanType_portList > li {
  margin-right: 30px;
}

.vlanType_portList.fs39_edit_portList > li > span:last-child {
  margin-top: 0;
}

.fs39_edit_dirList > li {
  /* font-size: 0; */
}

.fs39_edit_portList > li:nth-child(n + 6) {
  margin-top: 20px;
}

.fs39_edit_portList > li > span,
.fs39_edit_dirList > li > span {
  vertical-align: middle;
  font-size: 12px;
}

.fs39_edit_portList > li > span:last-child {
  margin-top: -5px;
  margin-left: 5px;
}
.linkAggAbsilate {
  position: absolute;
  top: 9px;
  left: 10px;
  color: #666;
}
.linkAggAbsilate ~ input {
  padding-left: 40px;
}

.radio_icon {
  width: 15px;
  height: 15px;
  background: url(./images/S39_icon.png) no-repeat -140px -202px;
}

.radio_icon.choose {
  background-position-x: -165px;
}

/* .fs39_edit_dirList li {
    margin-right: 30px;
} */

/* .fs39_edit_dirList>li>span:last-child {
    margin-left: 10px;
} */

.fs39_edit_text_inp {
  width: 100%;
}

/* 三级导航*/

.three_nav {
  padding: 40px 30px 0 30px;
}
.three_nav_ul > li {
  margin-right: 46px;
  border-radius: 5px 5px 0px 0px;
}
.three_nav_ul > li a {
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  padding: 7px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  color: #666666;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
}

.three_nav_ul > li.active a,
.three_nav_ul > li:hover a {
  color: #0681d3;
}

.three_nav_ul > li.active {
  border: 1px solid #d7d7d7;
  transform: translateY(1px);
}

.three_nav_ul > li.active::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: #fff;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.vlan_pri_box {
  padding: 38px 30px 0 30px;
}
.spanningTreeMessage {
  padding: 18px 30px 0 30px;
}
.spranningGlobal_inp > .fs39_edit_hint_text {
  margin-top: -3px;
}
.spranningGlobal_ul > li .fs39_edit_label {
  width: 130px;
  padding-right: 40px;
}
.mirSession_ul > li .fs39_edit_label,
.fs39_stormEdit_ul > li .fs39_edit_label,
.flow_edit_ul > li .fs39_edit_label,
.macAddressStudy_ul > li .fs39_edit_label,
.staticMacAddress_ul > li .fs39_edit_label,
.macEsape_ul > li .fs39_edit_label,
.mirCfgAdd_edit_ul > li .fs39_edit_label,
.ddos_ul > li .fs39_edit_label {
  width: 110px;
  padding-right: 40px;
}
.snmp_ul {
  align-items: flex-start;
}
.snmp_ul > li .fs39_edit_label {
  width: 70px;
  padding-right: 40px;
}
.protCfg_edit_ul > li .fs39_edit_label {
  width: 120px;
  padding-right: 40px;
}
.FM_edit_ul > li .fs39_edit_label {
  width: 85px;
  padding-right: 40px;
}
.portInsulate_edit_ul > li .fs39_edit_label {
  width: 133px;
  padding-right: 40px;
}
.linkAgg_edit_ul > li .fs39_edit_label {
  width: 144px;
  padding-right: 40px;
}
.spanningTreePort_ul > li .fs39_edit_label {
  width: 118px;
  padding-right: 40px;
}
.multicast_ul > li .fs39_edit_label,
.IGMPSnooping_ul > li .fs39_edit_label {
  width: 175px;
  padding-right: 40px;
}

.sysMain-box {
  padding: 18px 30px 0 30px;
}

.sysMain-box2 {
  padding: 13px 30px 0 30px;
}

.vlan_pri_box .fs39_edit_ul > li {
  flex-wrap: nowrap;
}
.spanningGlobalRadioSpan {
  vertical-align: bottom;
}
.mac_address_bind .fs39_edit_text,
.spanningTree_form .fs39_edit_text {
  width: 420px;
}

.spanningTree_form .fs39_edit_ul > li > .fs39_edit_label {
  width: 142px;
}

.port_cfg_form .fs39_edit_ul > li > .fs39_edit_label {
  width: 126px;
}

.port_cfg_form .fs39_edit_ul > li > .fs39_edit_text {
  width: 550px;
}

.port_cfg_form .fs39_edit_portList > li {
  width: 16%;
}

.port_cfg_form .fs39_edit_portList > li:nth-child(n + 6) {
  margin-top: 0;
}

.port_cfg_form .fs39_edit_portList > li:nth-child(n + 7) {
  margin-top: 20px;
}

.fs39_spanningTree_tab_box {
  width: 50%;
}

.fs39_spanningTree_tab_box > table {
}

.fs39_spanningTree_tab_box > table tr {
  display: flex;
  margin-top: 15px;
}

.fs39_spanningTree_tab_box > table tr > td:first-child {
  width: 170px;
  color: #999;
}
.fs39_mirSession_tab_box > table tr > td:first-child {
  width: 110px;
  color: #999;
}

.fs39_spanningTree_info.fs39_main_tab_box > table > thead > tr > td:first-child,
.fs39_spanningTree_info.fs39_main_tab_box
  > table
  > tbody
  > tr
  > td:first-child {
  text-align: left;
  padding-left: 10px;
}

.fs39_maintenance_form_box > .fs39_edit_ul > li > .fs39_edit_label {
  width: 170px;
}

.fs39_maintenance_timeForm_box > .fs39_edit_ul > li > .fs39_edit_label {
  width: 120px;
}

.fs39_maintenance_snmpForm_box > .fs39_edit_ul > li > .fs39_edit_label {
  width: 125px;
}

.fs39_maintenance_sysForm_box > .fs39_edit_ul > li > .fs39_edit_label {
  margin-right: 50px;
}

.fs39_maintenance_sysManForm_box > .fs39_edit_ul > li > .fs39_edit_label {
  width: 230px;
}

.fs39_maintenance_sysForm_box .fs39_edit_label > .sysForm_label {
  line-height: 15px;
}

.date_box {
  position: relative;
  top: 0;
  left: 0;
}

.date_icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url(./images/S39_icon2.png) no-repeat -390px -427px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.date_box_tip {
  position: absolute;
  top: 6px;
  right: -108px;
}
.date_box input {
  cursor: pointer;
  background-color: transparent;
}

.date_icon.active,
.date_box:hover .date_icon,
#timeSet:focus:active ~ .date_icon {
  background-position-y: -449px;
}

.sysMan_device_inp {
  flex-wrap: nowrap;
  position: relative;
  top: 0;
  left: 0;
}

.fileBackupName {
  background: #f2f2f2;
  line-height: 33px;
  padding-right: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sysMan_device_file {
  cursor: pointer;
  min-width: 83px;
  height: 34px;
  line-height: 31px;
  text-align: center;
  border-radius: 0 4px 4px 0;
  background: #fff;
  border: solid 1px #d7d7d7;
  background: #f8f8f8;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
}

.sysMan_device_file:hover,
.sysMan_device_file.hover {
  background: #f8f8f8;
}

.sysMan_device_file > span {
  cursor: pointer;
}

.sysMan_device_file > .file_inp {
  position: absolute;
  left: 0px;
  top: 0px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 20px;
  cursor: pointer;
}

.fs39_main_port_list {
  width: 100%;
  height: 144px;
  border-radius: 4px;
  overflow: hidden;
  align-items: flex-start;
}

.fs39_main_port_list_name {
  width: 10%;
  height: 100%;
  padding: 10px 0 0 20px;
  background: url(./images/panelbg1.png) repeat-x;
  align-items: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.fs58_main_port_list_left {
  width: 28%;
  height: 100%;
  background: url(./images/panelbg1.png) repeat-x;
  align-items: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.fs39_main_ports_middle {
  width: 450px;
  height: 100%;
  background: url(./images/panelbg2.png) repeat-x;
  align-items: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 28px 20px 0 20px;
}
.fs39_main_ports_right,
.fs39_main_ports_right16s {
  padding-left: 30%;
  padding-right: 40px;
  padding-top: 27px;
  height: 100%;
  background: url(./images/panelbg1.png) repeat-x;
  align-items: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.fs39_main_ports_right16s {
  padding-left: 18%;
}
.lineDeepColor {
  width: 300px;
  height: 6px;
  border: 1px solid #858585;
  border-top: transparent;
  position: absolute;
  right: 0;
  bottom: 8px;
}
.fs39_main_ports_p {
  text-align: center;
}
.fs58_main_ports_p {
  text-align: center;
  top: 77px;
  left: 43px;
}
.fs58_bg_p {
  width: 110px;
  margin: 0 auto;
  background: url(./images/panelbg1.png) repeat-x;
}

.fs39_main_port_list_logo {
  width: 42px;
  height: 20px;
  background: url(./images/port_list_logo.png);
}

.fs39_main_port_list_name > p {
  padding: 0 5px;
  height: 15px;
  line-height: 16px;
  font-weight: 700;
  background-color: #e9f3f8;
  border-radius: 2px;
  color: #1b252d;
  text-align: center;
  margin: 2px 0 0 15px;
}
.fs58-main-port-name {
  padding: 0 5px;
  height: 15px;
  line-height: 16px;
  font-weight: 700;
  background-color: #e9f3f8;
  border-radius: 2px;
  color: #1b252d;
  text-align: center;
}

.fs58-usb-box {
  width: 22px;
}
.fs58-usb-icon {
  width: 14px;
  height: 29px;
  background: url(./images/S58_icon.png) no-repeat -400px -369px;
  margin: 0 auto;
}

.Q4c-usb-icon {
  width: 29px;
  height: 14px;
  background: url(./images/S58_icon.png) no-repeat -424px -384px;
}
.fs58-rst-icon {
  width: 6px;
  height: 6px;
  background: url(./images/S58_icon.png) no-repeat -224px -390px;
  margin: 0 auto;
}

.fs58-usb-text {
  top: 28px;
}
.s2q_left {
  text-align: right;
  left: -80px;
  top: 15px;
}
.s2q_left > ul > li > p {
  width: 26px;
  text-align: right;
}
.fs58-show-chunk-icon {
  width: 12px;
  height: 6px;
}

.fs58port_text {
  position: absolute;
  left: 5px;
  top: 5px;
}

.fs58port_text1 {
}

.fs58port_text2 {
  left: 50px;
}

.fs58port_text3 {
  left: 95px;
}

.fs58port_text4 {
  left: 140px;
}

.fs58port_text5 {
  left: 185px;
}

.fs58port_text6 {
  left: 225px;
}

.fs58port_text7 {
  left: 270px;
}

.fs58port_text8 {
  left: 314px;
}

.fs58port_text9 {
  left: 0;
}

.fs58port_text10 {
  left: 45px;
}

.fs58port_text11 {
  left: 90px;
}

.fs58port_text12 {
  left: 135px;
}

.fs58port_text13 {
  left: 180px;
}
.fs58port_text14 {
  left: 4px;
}
.fs58port_text15 {
  left: 42px;
}
.fs58port_text16 {
  left: -2px;
}
.fs58port_text17 {
  left: 43px;
}
.fs58port_text18 {
  left: 88px;
}
.fs58port_text19 {
  left: 134px;
}

.fs39_main_ports_indi > ul > li > div {
  line-height: 6px;
}

.fs39_main_ports_elseBottom > ul > li,
.circle_box > ul > li,
.fs39_main_ports_elseTop > p {
  color: #858585;
}

.fs39_main_ports_indi > ul > li:nth-child(n-9) > p {
  margin-left: -1px;
}

.fs39_main_ports_elseBottom > ul > li,
.circle_box > ul > li,
.fs39_main_ports_elseTop > p {
  color: #ebeff0;
}

.fs39_main_ports_elseBottom > ul > li {
  width: 57px;
  text-align: center;
}

.indiBig_icon {
  width: 8px;
  height: 6px;
  margin-left: -1px;
  background: url("./images/S39_icon.png") no-repeat -110px -391px;
}

.indiBigUp_icon {
  background: url("./images/S39_icon.png") no-repeat -92px -391px;
}

.indiBigDeep_icon {
  background: url("./images/S39_icon.png") no-repeat -258px -390px;
  margin-top: 4px;
}

.indiBigDeepUp_icon {
  background: url("./images/S39_icon.png") no-repeat -240px -390px;
  margin-top: 4px;
}
.indiBigFffUp_icon {
  background: url(./images/S58_icon.png) no-repeat -240px -390px;
}
.indiBigFffDown_icon {
  background: url(./images/S58_icon.png) no-repeat -258px -390px;
}

.indiBigFffUp_icon_hidden {
  background: rgba(255,255,255,0);
}

.indiBigFffDown_icon_hidden {
  background: rgba(255,255,255,0);
}

.indi_icon {
  width: 6px;
  height: 5px;
  vertical-align: top;
  background: url(./images/S39_icon.png) no-repeat -208px -391px;
}

.indiUp_icon {
  background: url(./images/S39_icon.png) no-repeat -192px -391px;
}

.indiGreen_icon {
  background: url(./images/S39_icon.png) no-repeat -144px -391px;
}

.indiGreenUp_icon {
  background: url(./images/S39_icon.png) no-repeat -128px -391px;
}
.indiGreenChunk_icon {
  background: url(./images/S58_icon.png) no-repeat -321px -390px;
}
.indiYellowChunk_icon {
  background: url(./images/S58_icon.png) no-repeat -305px -390px;
}
.indiGrayChunk_icon {
  background: url(./images/S58_icon.png) no-repeat -337px -390px;
}

.s58_ports40GE_light_icon {
  margin-top: 1px;
}

.s58_ports40GE_light_icon1 {
  margin-top: -1px;
}

.indiPink_icon {
  background: url(./images/S39_icon.png) no-repeat -176px -391px;
}

.indiPinkUp_icon {
  background: url(./images/S39_icon.png) no-repeat -160px -391px;
}

.indiYellow_icon {
  background: url(./images/S58_icon.png) no-repeat -176px -391px;
}
.indiYellowUp_icon {
  background: url(./images/S58_icon.png) no-repeat -160px -391px;
}

.indiGreen_icon {
  background: url(./images/S58_icon.png) no-repeat -144px -391px;
}
.indiGreenUp_icon {
  background: url(./images/S58_icon.png) no-repeat -128px -391px;
}

/* .fs39_main_ports_indi{
    margin-top: -2px;
} */

.s58_12sX_arrows {
  width: 100%;
  top: 37px;
  left: 1px;
}

.fs39_main_ports_indiOne,
.fs39_main_ports_indiTwo,
.fs39_main_ports_indiThree,
.s58_conOreth {
  margin-right: 60px;
}

.s58_conOreth {
  margin-top: 15px;
  flex-wrap: nowrap;
}

.fs39_main_ports_arr {
  width: 360px;
  height: 80px;
  background: url("./images/Port_background3.png") no-repeat;
}
.fs39_main_ports_arr12s {
  background: url("./images/12s_bg2.png") no-repeat;
}
.switch_main_ports_arr12 {
  background: url("./images/switch_port_bg.png");
}
.fs39_main_ports_arr12sX {
  background: url("./images/12s_bg3.png") no-repeat;
}
.fs39_main_ports_arr16s {
  background: url("./images/16s_bg3.png") no-repeat;
}
.fs39_main_ports_arrs2q {
  background: url("./images/s2q_bg2.png") no-repeat;
}

.fs39_main_ports_arr1 {
  padding-top: 3px;
  cursor: pointer;
}

.fs39_main_ports_arrs2q .fs39_main_ports_arr1 {
  padding-top: 5px;
}

.fs39_main_ports_arr2 {
  margin-top: 12px;
  cursor: pointer;
}
.fs39_main_ports_arr12s {
  padding-left: 4px;
}
.switch_main_ports_arr12{
  padding-left: 5px;
  margin-top: 5px;
}
.switch_main_ports_arr1 {
  padding-top: 3px;
  cursor: pointer;
}
.switch_main_ports_arr2 {
  margin-top: 10px;
  cursor: pointer;
  padding-bottom: 2px;
}
.switch_main_ports_num > ul > li {
  position: relative;
  top: 0;
  left: 0;
  width: 45.2px;
}
.switch_main_ports_arr12 > ul > li,
.fs39_main_ports_arr > ul > li,
.fs39_main_ports_arr12s > ul > li,
.fs39_main_ports_arr12sX > ul > li {
  margin-right: 5px;
  position: relative;
  top: 0;
  left: 0;
}
.fs39_main_ports_arr12sX > ul > li,
.fs39_main_ports_arrs2q > ul > li {
  margin-right: 3px;
}
.fs39_main_ports_arr12sX > ul > li:last-child {
  margin-right: 0;
}

.fs39_main_ports_arr > ul > li:last-child {
  margin-right: 0;
}
.switch_main_ports_arr12 > ul > li > a,
.fs39_main_ports_arr12s > ul > li > a,
.fs39_main_ports_arr12sX > ul > li > a,
.fs39_main_ports_arr > ul > li > a,
.portElse_icon > a {
  text-align: center;
  display: inline-block;
  width: 39px;
  height: 29px;
  color: transparent;
}

.fs39_main_ports_elseBottomBg_box {
  margin-top: -5px;
  flex-wrap: nowrap;
}

.newPort_icon {
  width: 40px;
  height: 31px;
  background: url(./images/S39_icon.png) no-repeat -280px -420px;
}

.newPortUp_icon {
  background: url(./images/S39_icon.png) no-repeat -130px -420px;
}

.newPortGreenUp_icon {
  background: url(./images/S39_icon.png) no-repeat -30px -420px;
}

.newPortGreen_icon {
  background: url(./images/S39_icon.png) no-repeat -180px -420px;
}

.newPortBlueUp_icon {
  background: url(./images/S58_icon.png) no-repeat -972px -420px;
}
.newPortBlue_icon {
  background: url(./images/S58_icon.png) no-repeat -1022px -420px;
}

/* .port_48T4Q .fs39_main_ports_arr1 > li:hover,
.port_8TF12S .fs39_main_ports_arr1 > li:hover,
.port_48T4Q .newPort_iconOne:hover,
.port_8TF12S .newPort_iconOne:hover,
.port_24T16S .fs39_main_ports_arr1 > li:hover,
.port_24T16S .newPort_iconOne:hover,
.port_32S2Q .newPort_iconOne:hover,
.port_48S2Q4C .newPort_iconOne:hover,
.port_48S6Q .newPort_iconOne:hover {
  background: url(./images/S58_icon.png) no-repeat -541px -367px;
}
.port_48T4Q .fs39_main_ports_arr2 > li:hover,
.port_8TF12S .fs39_main_ports_arr2 > li:hover,
.port_48T4Q .newPort_iconTwo:hover,
.port_8TF12S .newPort_iconTwo:hover,
.port_24T16S .fs39_main_ports_arr2 > li:hover,
.port_24T16S .newPort_iconTwo:hover,
.port_32S2Q .newPort_iconTwo:hover,
.port_48S2Q4C .newPort_iconTwo:hover,
.port_48S6Q .newPort_iconTwo:hover {
  background: url(./images/S58_icon.png) no-repeat -591px -367px;
}
.port_48T4Q .portElse_iconOne:hover {
  background: url(./images/S58_icon.png) no-repeat -689px -367px;
}
.port_48T4Q .portElse_iconTwo:hover {
  background: url(./images/S58_icon.png) no-repeat -641px -367px;
}
.port_8TF12S .fs39_main_ports_arr1 .portElse_iconOne:hover,
.port_24T16S .fs39_main_ports_arr1 .portElse_iconOne:hover,
.port_32S2Q .portElse_iconOne:hover,
.port_48S2Q4C .portElse_iconOne:hover,
.port_48S6Q .portElse_iconOne:hover {
  background: url(./images/S58_icon.png) no-repeat -689px -368px;
}
.port_8TF12S .fs39_main_ports_arr2 .portElse_iconTwo:hover,
.port_24T16S .fs39_main_ports_arr2 .portElse_iconTwo:hover,
.port_32S2Q .portElse_iconTwo:hover,
.port_48S2Q4C .portElse_iconTwo:hover,
.port_48S6Q .portElse_iconTwo:hover {
  background: url(./images/S58_icon.png) no-repeat -641px -367px;
}
.port_32S2Q .ElseBig_iconOne:hover,
.port_48S2Q4C .ElseBig_iconOne:hover,
.port_48S6Q .ElseBig_iconOne:hover {
  background: url(./images/S58_icon.png) no-repeat -796px -368px;
}
.port_32S2Q .ElseBig_iconTwo:hover,
.port_48S2Q4C .ElseBig_iconTwo:hover,
.port_48S6Q .ElseBig_iconTwo:hover {
  background: url(./images/S58_icon.png) no-repeat -737px -367px;
} */

.s58newPortYellowUp_icon {
  background: url(./images/S58_icon.png) no-repeat -80px -420px;
}

.s58newPortYellow_icon {
  background: url(./images/S58_icon.png) no-repeat -230px -420px;
}

.newPortPink_icon {
  background: url(./images/S39_icon.png) no-repeat -230px -420px;
}

.newPortPinkUp_icon {
  background: url(./images/S39_icon.png) no-repeat -80px -420px;
}

.fs39_main_ports_indi_ul {
  width: 101%;
}

.fs39_main_ports_elseTop {
  margin-left: 285px;
  width: 66px;
  height: 52px;
  background: url(./images/Port_background3.png) no-repeat;
  text-align: center;
  padding-top: 5px;
  padding-left: 8px;
}

.fs39_main_ports_elseTop > p {
  margin-top: 10px;
}

.fs39_main_ports_else {
  width: 11.9%;
  padding: 15px 0 0 53px;
  height: 100%;
  background: url(./images/panelbg2.png) repeat-x;
  flex-wrap: nowrap;
}
.fs39_main_ports_elseS2q {
  width: 11.9%;
  height: 100%;
  background: url(./images/panelbg2.png) repeat-x;
  flex-wrap: nowrap;
}
.fs39_main_ports_elseQ4c {
  width: 260px;
  padding: 20px 38px 0;
}

.fs39_main_ports_elseBottom {
  padding-right: 97px;
  padding-top: 7px;
}
.s2q_40G > li {
  width: 37px;
  height: 5px;
  border: 1px solid #ebeff0;
  border-top-color: transparent;
}

.fs39_main_ports {
  width: 78.1%;
  height: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background: url(./images/panelbg1.png) repeat-x;
  padding-top: 25px;
}

.fs58_main_port_list_leftS2q {
  width: 17%;
}
.s2q_main_ports_box {
  width: 75%;
}
.s2q_main_ports {
  width: 677px;
  margin: 0 auto;
}
.fs58_main_port_list_leftQ4c {
  width: 27%;
  padding-left: 60px;
}
.Q4c_main_ports_box {
  width: 60%;
}
.Q4c_main_ports {
  margin: 0 auto;
}

.fs39_main_ports_elseBottomBg {
  width: 225px;
  height: 46px;
  background: url(./images/Port_background2.png);
}

.portElse_icon {
  width: 38px;
  height: 30px;
  margin: 0 auto;
  background: url(./images/S39_icon.png) no-repeat -570px -420px;
}
.portElse_icon_12s {
  width: 38px;
  height: 30px;
  /* margin: 0 auto; */
  background: url(./images/S58_icon.png) no-repeat -570px -421px;
}
.switch_portElse_icon_12s {
  width: 40px;
  height: 29px;
  /* margin: 0 auto; */
  background: url(./images/S58_icon.png) no-repeat -570px -421px;
}
.portElse_iconUp_12s {
  background: url(./images/S58_icon.png) no-repeat -426px -420px;
}
.portElseYellow_iconUp_12s {
  background: url(./images/S58_icon.png) no-repeat -378px -420px;
}
.portElseYellow_icon_12s {
  background: url(./images/S58_icon.png) no-repeat -522px -421px;
}
.portElseGreen_icon_12s {
  background: url(./images/S58_icon.png) no-repeat -474px -421px;
}
.portElseGreen_iconUp_12s {
  background: url(./images/S58_icon.png) no-repeat -330px -420px;
}
.portElseUp_icon {
  background: url(./images/S39_icon.png) no-repeat -426px -420px;
}
.portElsePink{
  background: url(./images/S58_icon.png) no-repeat -522px -420px;
}
.portElsePinkUp_icon{
  background: url(./images/S58_icon.png) no-repeat -378px -420px;
}
.portElsePink_icon {
  background: url(./images/S39_icon.png) no-repeat -522px -420px;
}

.portElseGreen_icon {
  background: url(./images/S39_icon.png) no-repeat -452px -515px;
}
.portElseBlue_iconUp {
  background: url(./images/S58_icon.png) no-repeat -1120px -420px;
}
.portElseBlue_icon {
  background: url(./images/S58_icon.png) no-repeat -1072px -421px;
}

.portElseYellow_icon {
  background: url(./images/S39_icon.png) no-repeat -514px -420px;
}

.portElseGreen_icon {
  background: url(./images/S39_icon.png) no-repeat -474px -420px;
}
.portElseGreenUp_icon {
  background: url(./images/S39_icon.png) no-repeat -330px -420px;
}

.portElseBig_icon {
  width: 49px;
  height: 28px;
  background: url(./images/S58_icon.png) no-repeat -736px -421px;
}

.portElseBigUp_icon {
  background: url(./images/S58_icon.png) no-repeat -913px -420px;
}
.portElseGreenBig_icon {
  background: url(./images/S58_icon.png) no-repeat -618px -421px;
}
.portElseGreenBigUp_icon {
  background: url(./images/S58_icon.png) no-repeat -795px -420px;
}

.portElsePinkBig_icon {
  background: url(./images/S58_icon.png) no-repeat -677px -421px;
}
.portElsePinkBigUp_icon {
  background: url(./images/S58_icon.png) no-repeat -854px -420px;
}

.s2q_logo {
  width: 42px;
  height: 20px;
  background: url("./images/S58_icon.png") no-repeat -249px -105px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.fs39_main_ports_elseBottomBg > li {
  padding-top: 0px;
  padding-left: 3px;
}

.circle_box {
  padding-left: 7px;
  margin-top: -3px;
}

.circle_box_ulTwo {
  margin-top: 5px;
}

.circle_box > ul > li {
  text-align: center;
}

.circle_box > ul > li:nth-child(2n-1) {
  margin-right: 10px;
}

.circle_icon {
  margin: 3px auto;
  width: 8px;
  height: 8px;
  background: url(./images/S39_icon.png) no-repeat -196px -485px;
}

.circleGreen_icon {
  background: url(./images/S39_icon.png) no-repeat -213px -485px;
}

.circleYellow_icon {
  background: url(./images/S39_icon.png) no-repeat -230px -485px;
}

.network_ping_content_box {
  width: 100%;
  min-height: 500px;
  background-color: #f8f8f8;
  border-radius: 2px;
  position: relative;
  top: 0;
  left: 0;
}

.network_ping_naData_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.network_ping_naData {
  width: 190px;
  height: 90px;
  background: url(./images/not_data.png) no-repeat;
}

.network_traceroute_content {
  line-height: 18px;
}

.fs39_snmpTrap_box .fs39_hint_main {
  width: 380px;
  height: 154px;
  min-height: 154px;
}

.fs39_snmpTrap_box .fs39_hint_main .fs39_edit_label {
  margin-right: 50px;
}

.inpRadio {
  display: inline-block;
  vertical-align: bottom;
}

.spanningTree_checkedAll > .tab_checked_all {
  display: inline-block;
  vertical-align: middle;
}

.fs39_edit_portList input[type="checkbox"] {
  display: inline-block;
  vertical-align: bottom;
}
.port_cfg_line {
  width: 16px;
  height: 1px;
}
.edit_sel {
  width: 100%;
  height: 34px;
  line-height: 32px;
  border-radius: 4px;
  border: solid 1px #d7d7d7;
  padding-left: 7px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(./images/BasicSelect-bg.png) no-repeat right 10px center #fff;
}

.refresh_sel.edit_sel {
  width: 87px;
  height: 24px;
  border-radius: 3px;
  background: url(./images/MonitorSelect-bg.png) no-repeat right 10px center #fff;
}

.edit_sel > option {
  cursor: pointer;
}

.s58_conOreth_left {
  height: 80px;
  padding: 12px 4px;
}
.fs58-conOreth-left {
  left: -35px;
}
.usb_mouth_icon {
  width: 22px;
  height: 11px;
  background: url(./images/S58_icon.png) no-repeat -510px -385px;
}

.s58_conOreth_left > .ETH_text {
  margin-top: 22px;
}

.s58_conOreth_ports {
  padding: 3px 0;
  width: 52px;
  height: 80px;
  background: url("./images/Port_background2.png") no-repeat;
}
.s58_conOreth_ports > div,
.s58_conOreth_ports_16s > div,
.s58_conOreth_ports_16s > div,
.s58_conOreth_ports40GE > div,
.s58_conOreth_portsS2q > div,
.s58_conOreth_portsQ4c > div > div {
  cursor: pointer;
}
.s58_conOreth_ports_16s {
  padding: 3px 0;
  width: 52px;
  height: 94px;
  background: url("./images/16s_bg1.png") no-repeat;
}

.s58_16s_usb {
  width: 40px;
  height: 14px;
  margin: 6px auto !important;
  background: url(./images/S58_icon.png) no-repeat -463px -384px;
}

.s58_conOreth_ports40GE_box1 {
  margin-right: 7px;
}

.s58_conOreth_ports40GE {
  padding: 4px 0;
  width: 46px;
  height: 80px;
  background: url("./images/Port_background1.png") no-repeat;
}
.s58_conOreth_portsS2q {
  width: 57px;
  height: 80px;
  background: url("./images/s2q_bg3.png") no-repeat;
}
.s58_conOreth_portsS2q a,
.s58_conOreth_portsQ4c a {
  width: 49px;
  height: 28px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  color: transparent;
}
.s58_conOreth_portsQ4c {
  width: 161px;
  height: 80px;
  background: url("./images/Q4c_bg3.png") no-repeat;
}

.s58_ports40GE_light {
  padding: 0 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s58_ports40GE_light_ul {
  padding-left: 7px;
}

.s58_ports40GE_light_ul > li {
  margin-right: 2px;
  width: 5px;
  height: 2px;
  margin-top: 1px;
  background-color: #909291;
}
.Q4c_ports40GE_light_ul > li {
  margin-right: 2px;
  width: 5px;
  height: 2px;
  margin-top: 1px;
  background-color: #909291;
}

.s58_ports40GE_light_ul > li:last-child,
.Q4c_ports40GE_light_ul > li:nth-child(4n) {
  margin-right: 0;
}

.s58_conOreth_ports > div,
.s58_conOreth_ports_16s > div {
  margin: 0 auto;
}

.s58_conOreth_ports > div.newPortCTH_icon {
  margin-top: 12px;
}

.s58_conOreth_portsText {
  bottom: -10px;
}

.s58_conOreth_ports40GEText1 > span {
  margin-left: -13px;
  white-space: nowrap;
}

.s58_conOreth_ports40GEText2 {
  margin-left: -13px;
}
.Q4c_conOreth_ports40GEText2 {
  top: -10px;
  left: -2px;
  width: 125px;
}

.conOreth_portsText_icon {
  width: 6px;
  height: 6px;
  background: url("./images/S39_icon.png") no-repeat -76px -390px;
}

.conOreth_portsText40GE_icon {
  width: 6px;
  height: 6px;
  background: url("./images/S39_icon.png") no-repeat -76px -391px;
  margin-top: 4px;
}

.conOreth_portsText_iconGray {
  background-position-x: -224px;
  margin-left: -2px;
  margin-right: 7px;
}

.conOreth_portsText_iconGray2 {
  margin-right: -2px;
}

.fanSpeedChange_box {
}

.f58_legend {
  z-index: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.normal_icon {
  width: 11px;
  height: 11px;
  background-color: #12cf65;
}

.abnormality_icon {
  background-color: #f87574;
}

ul.type3 > li {
  width: 33.33%;
}
ul.float > li {
  float: left;
  box-sizing: border-box;
}
.s58_sys_disk {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
}

.s58_sys_disk_con {
  width: 296px;
  margin: auto;
}
.IC {
  display: inline-block;
  position: relative;
}
.IC.s58i_disk1 {
  width: 68px;
  height: 50px;
  background: url(./images/S39_icon.png) no-repeat -222px -30px;
}
.s58_sys_disk_right {
  width: 218px;
}
.s58_sys_disk_name {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 6px;
}
.s58_sys_disk_num {
  font-size: 12px;
  line-height: 12px;
  color: #999;
}
.s58_sys_disk_bar {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  height: 18px;
  margin-bottom: 5px;
}
.s58_sys_disk_progressBar {
  position: absolute;
  height: 18px;
  background-color: #56c763;
  left: 0;
  top: 0;
  border-radius: 20px;
}
.internalStorageBox {
  padding: 40px 30px 0 30px;
}
.internalStorageMain {
  margin-top: 40px;
  margin-bottom: -20px;
}

.fs_clear:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.systemCfgOffsetSel {
  width: 71px;
  height: 34px;
  border-radius: 4px;
  border: solid 1px #d7d7d7;
}
.saveCfg {
  margin-top: 7px;
  margin-right: 62px;
}
.recover_box {
  padding: 36px 0;
}
.recoverText {
  text-align: center;
  margin-top: 15px;
}

.progressBar_box {
  position: relative;

  text-align: center;
  margin: 120px 0;
}
.progressBar_bg {
  width: 500px;
  height: 10px;
  background-color: #f1f2f3;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.progressBar_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 10px;
  border-radius: 5px 0 0 5px;
  background-image: linear-gradient(
    90deg,
    #59cca7 0%,
    #a8e250 50%,
    #a8e250 100%
  );
}
.progressBar_icon {
  width: 14px;
  height: 14px;
  background: url(./images/S39_icon.png) no-repeat -242px -355px;
}
.progressBar_icon_succcess {
  background-position-x: -266px;
}

.progressbar_loadingInp {
  height: 10px;
  border-radius: 5px;
  outline: none;
  border: none;
  /* background-color: #F1F2F3; */
  font-weight: bolder;
  color: #57c763 !important;
}
.progressbar_loadingNum {
  color: #57c763;
  text-align: center;
}
.progressbar_textInp {
  margin-bottom: 5px;
}
.progressbar_textInp,
.progressbar_loadingNum {
  outline: none;
  border: none;
  margin-top: 2px;
  text-align: center;
}
.progressBar_box input[type='text']:hover{
  border-color: transparent!important;
}
html .progressbar_textInp[disabled],
html .progressbar_loadingInp[disabled],
html .progressbar_loadingNum[disabled] {
  background: transparent;
}
html .progressbar_textInp[disabled] {
  color: #666;
}
html .progressbar_loadingNum[disabled] {
  color: #57c763;
}
html .progressBar_box input[disabled]{
  cursor: inherit;
}

.otn_select_inTable {
  height: 29px;
  line-height: 32px;
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #666;
  outline: none !important;
  font-size: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("./images/downTriangle.png") no-repeat right center;
  margin-bottom: 0px;
  padding-left: 0px;
}
select.otn_select_inTable:hover,
select.otn_select_inTable:focus {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  box-shadow: none !important;
}

.otn_main_btn_box {
  overflow: hidden;
}
.otn_main_tab_box > table > thead > tr > td:first-child,
.otn_main_tab_box > table > tbody > tr > td:first-child {
  text-align: left;
  padding-left: 10px;
}

.QOS_noUser_box {
  height: 100%;
}
.QOS_noUser_box_main {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

html .progressBar_box input[disabled] {
  cursor: inherit;
}
.progressBar_box input[type="text"]:hover {
  border-color: transparent !important;
}

/* 新增 */
.fs58_main_port_list_left4SR {
  width: 25%;
  padding-left: 60px;
}
.SR4_main_ports_box {
  width: 63%;
  padding-top: 0;
}
.fs39_main_ports_else4SR {
  width: 227px;
  padding: 17px 70px 0;
}
.fs58_main_port_list_left4SR .fs58-show-chunk-li div {
  margin-top: -2px;
}
.fs58-main-port-name-4SR {
  padding: 1px 5px;
  height: 18px;
  margin-top: -4px;
  z-index: 10;
}
.fs58_main_port_list_left4SR .fs58-show-chunk-box,
.fs58_main_port_list_left4SR .alignItemsFlexEnd {
  flex-wrap: nowrap;
}
.fs58_main_port_list_left4SR .fs58-show-chunk-box {
  margin-left: -5px;
}
.T4S_main_ports_name {
  top: 13px;
  left: 43%;
}
.fs39_main_ports_arrsQ4C2 {
  width: 57px;
  background: url(../images/Q4C-bg2.png) no-repeat;
}
.fs39_main_ports_arrsQ4C2 .fs39_main_ports_arr1 {
  padding-top: 5px;
}
.Q4C2_main_ports_box {
  width: 27.5%;
}
.Q4C2_main_ports_box .s58_conOreth_ports40GE_box,
.Q4C2_main_ports_box2 .s58_conOreth_ports40GE_box,
.Q4C2_main_ports_box3 .s58_conOreth_ports40GE_box {
  margin-right: 20px;
}
.Q4C2_main_ports_box .s58_conOreth_ports40GE_box:last-child,
.Q4C2_main_ports_box2 .s58_conOreth_ports40GE_box:last-child,
.Q4C2_main_ports_box3 .s58_conOreth_ports40GE_box:last-child {
  margin-right: 0;
}
.Q4C2_main_ports_box .s58_s2q_ports_indiOne {
  margin-right: 60px;
}
.Q4C2_main_ports_box2 {
  padding: 28px 20px 0;
  width: 9.6%;
}
.fs58_main_port_list_leftQ4c2 {
  width: 30.1%;
}
.Q4C2_main_ports_box3 {
  width: 33.2%;
}
.s58_conOreth_ports40GETextQ4C2 {
  position: absolute;
  bottom: 6px;
  right: 117px;
}
.s58_conOreth_ports40GETextQ4C2 .s2q_40G > li {
  border-color: #909291;
  border-top-color: transparent;
}
.s58_conOreth_ports40GETextQ4C2 .conOreth_portsText40GE_icon {
  background: url(../images/S39_icon.png) no-repeat -224px -390px;
}
.fs39_main_ports_middle_T16s {
  width: 33%;
}
@media (max-width: 1670px) {
  .fs39_main_ports_indiOne,
  .fs39_main_ports_indiTwo,
  .fs39_main_ports_indiThree,
  .s58_conOreth {
    margin-right: 20px;
  }
  .s58_conOreth {
    margin-right: 15px;
  }
  .fs39_main_ports_else {
    padding: 15px 0 0 22px;
  }
  .s58_conOreth_ports40GE_box1 {
    margin-right: 4px;
  }
  .fs39_main_ports_right {
    padding-right: 30px;
  }
  .fs58_main_port_list_left4SR {
    width: 15%;
  }
  .SR4_main_ports_box {
    width: 74%;
  }
  .fs58_main_port_list_leftQ4c2 {
    width: 21.1%;
  }
  div.Q4C2_main_ports_box {
    width: 34.4%;
  }
  .Q4C2_main_ports_box2 {
    width: 14%;
  }
  .Q4C2_main_ports_box3 {
    width: 36.3%;
  }
  .fs58-main-port-name-T4Q {
    position: absolute;
    left: 70px;
  }
  .fs39_main_port_list_name {
    width: 5%;
  }
  .fs39_main_ports {
    width: 84.1%;
  }
  .fs39_main_ports_else {
    width: 10.9%;
  }
  .fs39_main_ports_indiOne,
  .fs39_main_ports_indiTwo,
  .fs39_main_ports_indiThree,
  .s58_conOreth {
    margin-right: 10px;
  }
  .fs58-main-port-logoName-Q4C {
    position: absolute;
    left: 70px;
    flex-wrap: nowrap;
  }
  .fs58_main_port_list_leftQ4c {
    width: 20%;
  }
  .fs39_main_ports_elseQ4c {
    padding: 20px 20px 0;
  }

  .fs39_main_ports_right,
  .fs39_main_ports_right16s {
    padding-left: 24%;
  }
  .fs39_main_ports_right16s {
    padding-left: 16%;
  }
  .fs39_main_ports_middle_T16s {
    width: 38%;
  }
}

@media (max-width: 1530px) {
  .fs58_main_port_list_leftS2q {
    width: 16%;
  }

  .fs39_main_ports_else {
    width: 14.9%;
  }
  .fs39_main_ports_right {
    padding-left: 12%;
  }
  .fs58_main_port_list_left {
    width: 35.5%;
  }
  .fs58_main_port_list_left4SR {
    padding-left: 40px;
  }
  .SR4_main_ports_box {
    width: 84%;
  }

  .fs58_main_port_list_left4SR .fs39_main_port_list_logo {
    left: 10px !important;
  }
  .T4S_main_ports_name {
    left: 48%;
  }
  .fs39_main_ports_else4SR {
    width: 187px;
    padding: 17px 30px 0;
  }
  div.fs58_main_port_list_leftQ4c2 {
    width: 36.5%;
  }
  .Q4C2_main_ports_box {
    width: 30.2%;
  }
  .Q4C2_main_ports_box2 {
    width: 15.4%;
    padding: 28px 10px 0;
  }
  .Q4C2_main_ports_box3 {
    width: 33.3%;
  }
  .Q4C2_main_ports_box .s58_conOreth_ports40GE_box,
  .Q4C2_main_ports_box2 .s58_conOreth_ports40GE_box,
  .Q4C2_main_ports_box3 .s58_conOreth_ports40GE_box {
    margin-right: 10px;
  }
  .Q4C2_main_ports_box .s58_s2q_ports_indiOne {
    margin-right: 30px;
  }
  .Q4C2_main_ports_box3 .fs39_main_port_list_logo {
    right: 45px !important;
  }
  .s58_conOreth_ports40GETextQ4C2 {
    right: 80px;
  }
  .fs39_main_ports_middle_T16s {
    width: 41.3%;
  }
}
@media (max-width: 1440px) {
  .fs39_main_ports_indiOne,
  .fs39_main_ports_indiTwo,
  .fs39_main_ports_indiThree,
  .s58_conOreth {
    margin-right: 20px;
  }
  .fs39_main_ports {
    padding-right: 0px;
    width: 89.1%;
  }
  .fs39_main_ports_else {
    padding: 15px 0 0 10px;
  }
  .fs39_main_ports_elseTop {
    margin-left: 275px;
  }
  .fs39_main_ports_indiOne,
  .fs39_main_ports_indiTwo,
  .fs39_main_ports_indiThree,
  .s58_conOreth {
    margin-right: 10px;
  }
  .s58_conOreth {
    margin-right: 5px;
  }
  .fs39_main_port_list_name > p {
    margin: 2px 0 0 10px;
  }
  .s58_conOreth_ports40GE_box1 {
    margin-right: -10px;
  }
  .s58_conOreth_ports40GEText1 > span {
    margin-left: -17px;
    white-space: nowrap;
  }
  .s58_conOreth_ports40GEText2 {
    margin-left: 0px;
  }
  .s58_conOreth_ports40GEText2 > span {
    margin-right: 1px;
  }
  .Q4C2_main_ports_box {
    width: 32.5%;
  }
  .Q4C2_main_ports_box2 {
    width: 16.4%;
  }
  .fs39_main_ports_middle_T16s {
    width: 44%;
  }
  .fs58-main-port-logo-T4Q {
    position: absolute;
  }
}

@media (max-width: 1530px) {
  .fs58_main_port_list_leftS2q {
    width: 16%;
  }
  /*
  .fs39_main_port_list_name {
    width: 15%;
  }
  */
  .fs39_main_ports_else {
    width: 14.9%;
  }
  .fs39_main_ports_right{
    padding-left: 12%;
  }
  .fs39_main_ports_right16s {
    padding-left: 4.5%;
  }
  .fs58_main_port_list_left{
    width: 35.5%;
  }
  .fs58-main-port-logo-T4Q {
    position: absolute;
  }
}

@media (max-width: 1366px) {
  .fs39_main_port_list_box_scroll {
    overflow-x: auto;
    height: 195px;
  }
  .fs39_main_port_list_box {
    width: 1320px;
  }
  /*
  .fs39_main_port_list_name {
    width: 13%;
  }
  */
  .fs39_main_ports_else {
    width: 9.4%;
  }
  .fs39_main_ports_indiOne,
  .fs39_main_ports_indiTwo,
  .fs39_main_ports_indiThree,
  .s58_conOreth {
    margin-right: 4px;
  }
  .s58_conOreth {
    margin-right: 3px;
  }
  .fs39_main_ports_else {
    padding: 15px 0 0 5px;
  }
  .s58_conOreth_ports40GEText2 > span {
    margin-right: 0px;
  }
  .s58_conOreth_left {
    height: 80px;
    padding: 12px 2px;
  }
  .fs39_monitor_box {
    overflow-x: auto;
  }
  .fs39_monitor_basicSwitch,
  .fs39_monitor_logStp,
  .s58_equipment_tableMsg {
    width: 1366px;
  }
  
  .fs58_main_port_list_left {
    width: 29.5%;
  }
  .fs39_main_ports_right {
    padding-left: 12%;
  }
  .fs39_main_ports_left16s {
    width: 19.5%;
  }
  .fs39_main_ports_right16s {
    padding-left: 4.5%;
  }
  .fs39_main_ports_elseQ4c {
    width: 195px;
    padding: 20px 12px 0 5px;
  }
  .Q4c_conOreth_ports40GEText2 {
    top: -10px;
    left: -3px;
    width: 125px;
  }
  .fs58_main_port_list_leftQ4c {
    padding-left: 35px;
    width: 22.5%;
  }
  .Q4c_main_ports_box {
    width: 79%;
    padding-right: 10px;
  }
  .Q4c_conOreth_ports40GEText2 {
    left: -2px;
  }
  .fs58_main_port_list_left4SR {
    width: 9%;
    padding-left: 40px;
  }
  .SR4_main_ports_box {
    width: 84%;
  }
  .fs39_main_ports_else4SR {
    width: 127px;
    padding: 17px 20px 0;
  }
  .fs58-main-port-name-4SR {
    position: absolute;
  }
  .fs58_main_port_list_leftT4S {
    width: 8.5%;
    padding-left: 35px;
  }
  .T4S_main_ports_box {
    width: 85%;
  }
  .fs58_main_port_list_leftT4S .fs58_conOreth {
    margin-right: 2px;
  }
  .fs58_main_port_list_leftT4S .fs39_main_port_list_logo {
    left: 5px !important;
  }
  .fs39_main_ports_elseT4S {
    width: 100px;
    padding: 17px 6px 0;
  }
  div.fs58_main_port_list_leftQ4c2 {
    width: 36.5%;
  }
  .Q4C2_main_ports_box {
    width: 33.5%;
  }
  .Q4C2_main_ports_box2 {
    width: 23%;
  }
  .Q4C2_main_ports_box3 {
    width: 37.5%;
  }
  .fs39_main_ports-T4Q {
    width: 90.1%;
  }
  .fs58-main-port-logo-T4Q {
    position: absolute;
  }
  .s58_conOreth_portsT4Q_box {
    width: 53px;
  }
  .fs39_main_ports_middle_T16s {
    width: 46.5%;
  }
}

@media (max-width: 1220px) {
  .fs39_main_portCfgTab_box table,
  .fs39_main_vlanCfgTab_box,
  .fs39_main_vlanMemab_box,
  .fs39_main_ipCfgTab_box,
  .fs39_main_staticRouteTab_box {
    width: 1366px;
  }
  .vlan_pri_box .fs39_edit_ul > li {
    flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  .fs39_main_portMirTab_box,
  .fs39_main_stormTab_box,
  .fs39_main_portProTab_box,
  .fs39_main_staticAggTab_box,
  .fs39_main_lacpTab_box,
  .fs39_main_vlanTypeTab_box,
  .fs39_main_vlanIpab_box,
  .fs39_main_vlanMacab_box,
  .fs39_main_vlanProTab_box,
  .fs39_main_vlanPriTab_box,
  .fs39_spanningTreeTab_info,
  .fs39_main_macAddressTab_box,
  .fs39_main_staticMacTab_box,
  .fs39_main_macAddressBindTab_box,
  .fs39_main_macAddressLearnTab_box,
  .fs39_main_snmpAccessTab_box,
  .fs39_main_snmpTrapTab_box,
  .fs39_main_arpTab_box {
    width: 1366px;
  }
  .fs39_header_msg {
    display: none;
  }
}

@media (max-width: 1440px) {
  .fs39_monitor_logStp{
       /*overflow-x: auto;*/
  }
}

.table_content_hidden{
  width: 1100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.center_table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.center_table td, .center_table th {
  vertical-align: middle;
  text-align: center;
}

.fs39_main_ports_20Q4C {
  height: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background: url(./images/panelbg1.png) repeat-x;
  padding-top: 25px;
}
