.label-value {
  position: relative;
  width: 100%;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
}
.label-value-label {
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  background-color: #fafafa;
  border-right: 1px solid #dcdfe6;
}
.label-value-input {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.label-value-input div.input-tip {
  position: absolute;
  left: -1px;
  bottom: 38px;
  width: 210px;
  padding: 7px 15px;
  background-color: #fff;
  border: 1px solid #3b82f5;
  z-index: 999;
  border-radius: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.label-value-input div.input-tip:after {
  bottom: -10px;
  border-top: 5px solid #3b82f5;
}
.label-value-input div.input-tip:after,
.label-value-input div.input-tip:before {
  content: '';
  position: absolute;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  left: 10px;
  height: 0;
  width: 0;
}
.label-value-input div.input-tip:before {
  bottom: -9px;
  border-top: 5px solid #fff;
  z-index: 1000;
}
.label-value-input div.input-tip-right {
  position: absolute;
  right: -1px;
  bottom: 38px;
  width: 210px;
  padding: 7px 15px;
  background-color: #fff;
  border: 1px solid #3b82f5;
  z-index: 999;
  border-radius: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.label-value-input div.input-tip-right:after {
  bottom: -10px;
  border-top: 5px solid #3b82f5;
}
.label-value-input div.input-tip-right:after,
.label-value-input div.input-tip-right:before {
  content: '';
  position: absolute;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  right: 10px;
  height: 0;
  width: 0;
}
.label-value-input div.input-tip-right:before {
  bottom: -9px;
  border-top: 5px solid #fff;
  z-index: 1000;
}
.label-value-input .el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.label-value-input .el-input__inner {
  border: 0 solid rgba(0, 0, 0, 0) !important;
}
.label-value-input .el-select .el-input__inner {
  padding-right: 10px;
}
.label-value-input .el-range-editor--small .el-range-separator {
  line-height: 20px;
}
.label-value-input .el-date-editor .el-range-input {
  width: 26%;
}
.label-value-input .el-input--small .el-input__icon {
  line-height: 32px;
}
.label-value-input .el-input--suffix .el-input__suffix {
  display: none;
}
.label-value-input .el-input--suffix .el-input__inner {
  padding-right: 10px;
}
.label-value-input .el-select .el-input--suffix .el-input__suffix {
  display: block;
}
.label-value-input .el-select .el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.label-value-input
  .el-select.right_icon_none
  .el-input--suffix
  .el-input__suffix {
  display: none;
}
.label-value-input
  .el-select.right_icon_none
  .el-input--suffix
  .el-input__inner {
  padding-right: 10px;
}
.label-value-input:hover .el-input--suffix .el-input__suffix {
  display: block;
}
.label-value-input:hover .el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.label-value-input:hover
  .el-select.right_icon_none
  .el-input--suffix
  span.el-input__suffix {
  display: none;
}
.label-value-input:hover
  .el-select.right_icon_none
  .el-input--suffix
  .el-input__inner {
  padding-right: 10px;
}
.languages-selected {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  padding: 6px;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
}
.languages-selected > img {
  border: 0;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 3px;
}
.languages-selected > span {
  font-size: 13px;
}
.languages-warper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.languages-warper,
.languages-warper > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.languages-warper > div {
  width: 33.33%;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  border-radius: 7px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.languages-warper > div > img {
  width: 20px;
  height: 15px;
  border: 0;
  vertical-align: middle;
  margin: 0 4px;
  border-radius: 3px;
  position: relative;
  top: 7.5px;
}
.languages-warper > div span {
  height: 30px;
}
.languages-warper > div:hover {
  background-color: #d3e3fd;
}
.password-tip .password-tip_popper {
  border-radius: 4px;
  background-color: #303133;
  padding: 10px;
}
.password-tip .password-tip_popper > div {
  white-space: nowrap;
}
.password-tip .password-tip_popper > div > div {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.password-tip .password-tip_popper > div > div svg {
  position: relative;
  top: -1px;
}
.password-tip .password-tip_popper > div > div div.circle {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  left: 1.5px;
  top: 0.5px;
}
.password-tip .password-tip_popper > div > span {
  vertical-align: middle;
  font-size: 12.5px;
}
.login {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
.login-header {
  margin: 0 20px;
  height: 71px;
}
.login-header-logo {
  margin-top: 16px;
  width: 36px;
  height: 36px;
  background-size: cover;
  float: left;
}
.login-header-title {
  margin-top: 16px;
  line-height: 39px;
  font-size: 24px;
  font-weight: 700;
}
.login-header-title,
.login-header-version {
  float: left;
  margin-left: 8px;
  height: 39px;
  color: #fff;
}
.login-header-version {
  display: none;
  margin-top: 12px;
  padding-top: 12px;
  font-size: 18px;
}
.login-header-register {
  float: right;
  margin-top: 16px;
  margin-right: 10px;
}
.login-header-language {
  float: right;
  margin-top: 16px;
  height: 39px;
  color: #fff;
  width: 100px;
  cursor: pointer;
  position: relative;
}
.login .login-content {
  width: 330px;
  height: 367px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -165px;
  margin-top: -240px;
}
.login-form {
  margin: 0 auto 20px auto;
  width: 330px;
  height: 367px;
  border-radius: 14px;
  background-color: #fff;
  padding-top: 10px;
  box-shadow: 0 -4px 12px -2px rgba(0, 0, 0, 0.1),
    4px 0 12px -2px rgba(0, 0, 0, 0.1), 0 4px 12px -2px rgba(0, 0, 0, 0.1),
    -4px 0 12px -2px rgba(0, 0, 0, 0.1);
}
.login-form-type {
  margin: 20px 50px 0 50px;
  height: 40px;
}
.login-form-type div {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  cursor: pointer;
}
.login-form-type div.login-active:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  width: 20px;
  height: 4px;
  background-color: #1678ff;
}
.login-form-input {
  margin: 10px 50px 0 50px;
}
.login-form-input-label {
  padding: 10px 0;
}
.login-form-input-label img {
  vertical-align: middle;
}
.login-form-input-label span {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 13px;
  color: #000;
  position: relative;
  top: 1px;
}
.login-form-input-btn {
  padding: 20px 0 10px 0;
}
.login-form-input-demo {
  margin-top: 10px;
  overflow: hidden;
}
.login-form-input-demo div {
  float: left;
  width: 50%;
}
.login-form-input-demo div .el-checkbox__label {
  font-size: 12px;
  color: #606266 !important;
}
.login-form-input-demo div div.exp {
  float: right;
  width: 90px;
  text-align: right;
  cursor: pointer;
}
.login-form-input-demo div div.exp img,
.login-form-input-demo div div.exp span {
  vertical-align: middle;
  font-size: 12px;
  margin-left: 8px;
  color: #606266;
}
.login-form-input-demo div div.exp span:active {
  color: #1890ff;
}
.login .qr-code {
  margin: 0 auto;
  width: 480px;
  color: #fff;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.login .qr-code-inner {
  -ms-flex: 1;
  flex: 1;
}
.login .qr-code-inner-img > div {
  display: none;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
  border-radius: 7px;
  transition: all 0.3s ease;
  cursor: crosshair;
}
.login .qr-code-inner-img > div:hover {
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.login .qr-code-inner-title {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.login .qr-code-inner-desc {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.login-footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.login-footer .beian {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.login-footer .beian > a {
  text-decoration: none;
  color: #fff;
}
.login-footer .beian > img {
  display: none;
  border: 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.login-loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
}
.login-loading > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
}
.login-loading-images {
  width: 400px;
  height: 300px;
  background-image: url(../img/login.6fa29f81.gif);
  background-size: cover;
}
.device-xufei {
  padding: 0 20px;
}
.device-xufei .renew-row {
  margin-bottom: 0 !important;
  height: 32px;
}
.device-xufei .renew-row .renew-col-label {
  line-height: 32px;
  text-align: left;
}
.device-xufei .renew-row .renew-col-value {
  height: 32px;
  line-height: 32px;
}
.device-xufei .renew-row .renew-col-value .el-radio {
  margin-right: 10px !important;
}
.device-xufei .renew-row .renew-col-value img {
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.device-xufei fieldset {
  border: 1px solid #dcdfe6;
}
.device-xufei div.product fieldset > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.device-xufei div.product fieldset > div div.renew-row-card {
  width: 100px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.device-xufei div.el-row-hover-item:hover {
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.device-xufei div.el-row-hover-item {
  transition: all 0.3s;
}
.device-xufei div.active-year {
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.device-xufei div.active-year div.renew-row-card {
  background-color: #ebefff;
  border: 1px solid #3060ff;
}
.device-xufei div.renew-row-card {
  border: 1px solid #bac4d7;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
.device-xufei div.renew-row-card-present-price {
  color: #f60;
  text-align: center;
  padding: 6px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.device-xufei div.renew-row-card-year {
  text-align: center;
  color: #000;
  font-size: 12px;
}
.device-xufei div.renew-row-card-original-price {
  text-align: center;
  text-decoration: line-through;
  color: #000;
  font-size: 15px;
}
.device-xufei div.renew-row-card-discount {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px 0 8px;
  padding: 0 6px;
  background-color: #ff725c;
  color: #fff;
  font-size: 12px;
}
.textarea-ids span {
  font-size: 12px;
}
.textarea-ids .new-add-tips-icon {
  position: absolute;
  top: 6px;
  left: 100px;
  color: #ecc849;
  cursor: pointer;
}
.textarea-ids .textarea-ids-red-star {
  text-align: center;
  color: red;
  height: 30px;
  padding-top: 2px;
}
.textarea-ids .tips_clear {
  float: right;
  padding-top: 1px;
}
.vxe-modal--wrapper .vxe-modal--header.is--ellipsis .vxe-modal--header-title {
  white-space: wrap !important;
}
.batch-cmd {
  width: 100%;
  height: 400px;
  position: relative;
}
.batch-cmd-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px;
}
.batch-cmd-left-search {
  width: 100%;
  height: 32px;
}
.batch-cmd-left-list {
  position: absolute;
  left: 0;
  top: 42px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.batch-cmd-left-list .cmd-item {
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border-bottom: 1px solid #e9e9e9;
}
.batch-cmd-left-list .cmd-item-active {
  background-color: #c7ddee;
  color: #000;
  border-radius: 7px;
}
.batch-cmd-content {
  position: absolute;
  left: 160px;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #e9e9e9;
}
.batch-cmd-content-device {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.batch-cmd-content-title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #111;
}
.batch-cmd-content-desc {
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  font-size: 12px;
}
.batch-cmd-content-submit {
  text-align: center;
  padding: 10px 0;
}
.temp-marking {
  padding: 0 10px;
}
.temp-marking .el-switch.is-checked .el-switch__core:after {
  margin-left: -15px;
}
.temp-marking .el-alert__content .el-alert__title {
  font-size: 12px !important;
}
.temp-marking-header {
  height: 48px;
  text-align: center;
}
.temp-marking-header .my-switch {
  padding-top: 6px;
}
.temp-marking-header .my-switch > span {
  margin: 0 10px;
}
.temp-marking-header .my-switch .el-switch__core {
  height: 16px;
  width: 36px !important;
}
.temp-marking-header .my-switch .el-switch__core:after {
  top: 0 !important;
  width: 14px;
  height: 14px;
}
.temp-marking-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.temp-marking-row > div {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}
.temp-marking-row > div.temp-index {
  width: 36px;
}
.temp-marking-row > div.temp-input {
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
}
.device-ztree-search-wrap {
  position: relative;
  width: 100%;
  height: 40px;
}
.device-ztree-search-wrap-input {
  padding: 8px 70px 0 10px;
}
.device-ztree-search-wrap-input .el-input__prefix,
.device-ztree-search-wrap-input .el-input__suffix {
  padding-top: 1px;
}
.device-ztree-search-wrap-refresh {
  position: absolute;
  top: 8px;
  right: 36px;
  width: 32px;
  height: 32px;
  float: right;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  border: 1px solid #dcdfe6;
}
.device-ztree-search-wrap-refresh i:active {
  color: #409eff;
}
.device-ztree-search-wrap-refresh:hover {
  background-color: #e8eaed;
}
.device-ztree-search-wrap-clear {
  position: absolute;
  top: 8px;
  right: 2px;
  width: 32px;
  height: 32px;
  float: right;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  border: 1px solid #dcdfe6;
}
.device-ztree-search-wrap-clear i:active {
  color: #409eff;
}
.device-ztree-search-ztree {
  position: absolute;
  top: 45px;
  left: 11px;
  right: 4px;
  bottom: 4px;
}
.device-ztree-search-ztree .el-loading-mask {
  background-color: #fff;
}
.edit-device .el-tabs__nav-scroll {
  padding-left: 45px !important;
}
.edit-device .el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  box-shadow: inset 0 0 8px #1678ff;
}
.edit-device-content {
  border-bottom: 1px solid #e4e7ed;
  padding: 10px;
}
.edit-device-content,
.split-pane-trigger-oil {
  border-left: 1px solid #e4e7ed;
  border-right: 1px solid #e4e7ed;
}
.split-pane-trigger-oil {
  position: absolute;
  z-index: 3;
  background: #f8f8f9;
  border-top: 1px solid #e4e7ed;
  width: 100%;
}
.split-pane-trigger-oil .trigger-middle-point {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -87%);
  transform: translate(-50%, -87%);
  line-height: 0;
}
.split-pane-trigger-oil .trigger-middle-point p {
  background: rgba(23, 35, 61, 0.25);
}
.split-pane-trigger-oil-wrap {
  width: 100%;
  height: 100%;
  cursor: row-resize;
}
.split-pane-top-area-oil {
  width: 100%;
  z-index: 2;
  padding: 0 0 4px 0 !important;
}
.split-pane-top-area-oil .trigger-show-bottom {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 8px;
  left: 50%;
  margin-left: -30px;
  background-image: url(../img/common_icon_move_up.7c69e50c.png);
  background-size: cover;
  z-index: 888;
  cursor: pointer;
}
.app-header-nav {
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.app-header-nav > div {
  height: 100%;
  min-width: 120px;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  font-size: 15px;
}
.app-header-nav > div img,
.app-header-nav > div span {
  vertical-align: middle;
  color: #fff;
}
.app-header-nav > div.active {
  background-color: rgba(22, 120, 255, 0.7);
}
.app-header-nav > div.active span {
  font-weight: 700;
}
.header-setting {
  position: relative;
}
.header-setting .el-tabs__header {
  margin: 0 0 5px;
}
.my-custom-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #dcdfe6;
  height: 68px;
}
.my-custom-icon-label {
  width: 80px;
  line-height: 68px;
  border-right: 1px solid #dcdfe6;
  background-color: #fafafa;
}
.my-custom-icon-upload {
  padding: 3px 0 0 17px;
  width: 80px;
}
.my-custom-icon-desc {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 68px;
}
div.user-popper[data-v-7c7a3014] {
  position: relative;
  display: inline-block;
}
div.user-popper-name[data-v-7c7a3014] {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
div.user-popper-list[data-v-7c7a3014] {
  position: absolute;
  right: -10px;
  top: 30px;
  min-width: 120px;
  background: #378cff;
  z-index: 9999;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 4px 0;
}
div.user-popper-list ul[data-v-7c7a3014] {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.user-popper-list ul li[data-v-7c7a3014] {
  margin: 0;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.user-popper-list ul li > span[data-v-7c7a3014] {
  padding-left: 10px;
  font-size: 12px;
  vertical-align: middle;
  color: #fff;
}
div.user-popper-list ul li > img[data-v-7c7a3014] {
  width: 18px;
  height: 18px;
  border: 0;
  vertical-align: middle;
}
div.user-popper-list li[data-v-7c7a3014]:hover {
  background: #a6c7fc;
}
div.user-popper-list[data-v-7c7a3014]:before {
  content: '';
  position: absolute;
  right: 10px;
  top: -12px;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #fff;
}
div.header {
  width: 100%;
  padding: 0 15px 0 0;
  background-image: url(../custom/auth-bg.png);
  -ms-flex-direction: row;
  flex-direction: row;
}
div.header,
div.header .logo {
  height: 48px;
  background-size: 100% 48px;
  display: -ms-flexbox;
  display: flex;
}
div.header .logo {
  float: left;
  color: #fff;
  line-height: 48px;
  -ms-flex-align: center;
  align-items: center;
  width: 415px;
  padding-left: 31px;
  cursor: pointer;
}
div.header .logo img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 7px;
}
div.header .logo span {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 550;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-family: Microsoft YaHei, 微软雅黑, Helvetica Neue, Arial, sans-serif;
}

div.header .logo span i {
  font-style: normal;
}

div.header-center {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
div.header-functions {
  height: 48px;
}
div.header-functions > div {
  float: left;
  height: 48px;
  padding-left: 10px;
}
div.header-functions .functions-user-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.header-functions div.vertical-line {
  width: 1px;
  height: 30px;
  background-color: #fff;
  padding: 0;
  margin: 10px 10px 0 13px;
}
div.header-functions .function-item {
  padding-right: 10px;
  line-height: 48px;
  cursor: pointer;
}
div.header-functions .function-item .el-badge__content.is-fixed {
  top: 12px;
}
div.header-functions .function-item img {
  width: 20px;
  height: 20px;
  border: 0;
  vertical-align: middle;
}
div.main {
  height: 100%;
  width: 100%;
  position: relative;
  min-width: 1268px;
}
div.main div.router-view {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 48px;
  background-color: #fff;
  overflow: hidden;
}
