@import "global-base.css";
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flex-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flex-box-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.average-item {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.average-item2 {
  flex-grow: 2;
}
.average-item3 {
  flex-grow: 3;
}
.beg-layout-container .beg-layout-main {
  position: absolute;
}
.beg-layout-container .beg-layout-header {
  background-color: #FFFFFF;
  height: 55px;
  position: fixed;
  width: 100%;
  min-width: 800px;
  border-bottom: 5px solid #1AA094;
}
.beg-layout-container .beg-layout-header .beg-layout-logo {
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.beg-layout-container .beg-layout-header .beg-layout-side-toggle {
  position: absolute;
  cursor: pointer;
  z-index: 19940201;
  left: 200px;
  color: #FFFFFF;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #1AA094;
  line-height: 30px;
  top: 25%;
}
.beg-layout-container .beg-layout-header .beg-layout-side-toggle:hover {
  background-color: #5FB878;
}
.beg-layout-container .beg-layout-header .beg-layout-menu {
  top: 0;
  left: 230px;
}
.beg-layout-container .beg-layout-side {
  background-color: #4E5465;
  color: #FFFFFF;
  top: 60px;
}
.beg-layout-container .beg-layout-body {
  top: 60px;
  height: auto;
}
.beg-layout-container .beg-layout-body .layout-nav-card cite {
  font-style: normal;
  padding-left: 5px;
}
.beg-layout-container .beg-layout-body iframe {
  width: 100%;
  border: 0;
  height: 99.5%;
}
.beg-layout-container .beg-layout-footer {
  line-height: 44px;
  text-align: center;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav {
  background: none;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item {
  line-height: 60px;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item .layui-nav-more {
  top: 27px;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item .layui-nav-mored {
  top: 20px;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item a {
  color: #393D49;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item a:hover {
  color: #FFFFFF;
  background-color: #4E5465;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this {
  color: #FFFFFF;
  background-color: #4E5465;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this:after {
  background-color: #4E5465;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this a {
  color: #FFFFFF;
}
.beg-layout-header .layui-nav-bar {
  background-color: #4E5465;
}
.beg-layout-header .beg-layout-panel {
  right: 10px;
}
.beg-layout-header .beg-layout-panel .beg-layout-nav {
  background: none;
}
.beg-layout-header .beg-layout-panel .beg-layout-nav a {
  color: #393D49;
}
.beg-layout-header .beg-layou-head img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.layout-tab-contextmenu {
  width: 135px;
  background-color: #CCCCCC;
  position: absolute;
  z-index: 19940201;
  display: none;
}
.layout-tab-contextmenu .layui-nav {
  padding: 5px 3px;
}
.layout-tab-contextmenu .layui-nav .layui-nav-item {
  line-height: 27px;
  width: 100%;
}
.layout-tab-contextmenu .layui-nav .layui-nav-item:hover {
  background-color: #5FB878;
}
.layout-tab-contextmenu .layui-nav .layui-nav-item a {
  text-align: left;
}
.layout-tab-contextmenu .layui-nav .layui-nav-item .layui-this:after {
  transition: none;
  -webkit-transition: none;
  background: none;
}
.layout-tab-contextmenu .layui-nav-bar {
  transition: none;
  -webkit-transition: none;
  background: none;
}
.admin-contextmenu {
  position: absolute;
  line-height: 36px;
  padding: 5px 0;
  border: 1px solid #d4d4d4;
  background-color: #FFFFFF;
  z-index: 19940201;
  border-radius: 2px;
  white-space: nowrap;
  top: 30px;
}
.admin-contextmenu ul li {
  padding: 0 15px;
}
.admin-contextmenu ul li:hover {
  background-color: #eee;
  cursor: pointer;
}
.left {
  float: left;
}
.layui-form.sf-form .layui-form-item .layui-form-label {
  width: 100px;
}
.layui-form.sf-form .layui-form-item .layui-input-block {
  margin-left: 130px;
}
.layui-form .layui-form-item.sf-non-empty {
  position: relative;
}
.layui-form .layui-form-item.sf-non-empty:after {
  content: '*';
  color: red;
  position: absolute;
  top: 38%;
  right: -15px;
}
form.thin-form {
  width: 410px;
  margin: 0 auto;
}
form.thin-form .layui-form-item {
  margin-bottom: 25px;
  position: relative;
}
form.thin-form .layui-form-item > input[type=text] {
  text-align: right;
  padding-right: 10px;
}
form.thin-form .layui-form-item[tip-label]:before {
  color: #9297A1;
  position: absolute;
  top: 10px;
  left: 10px;
  content: attr(tip-label);
}
form.thin-form .layui-form-item .iconfont {
  font-size: 1em;
  position: absolute;
  top: 11px;
  left: 10px;
}
form.thin-form .layui-form-item .iconfont + input {
  padding-left: 2em;
}
form.thin-form .layui-form-item1 {
  margin-bottom: 25px;
  position: relative;
}
form.thin-form .layui-form-item1 input {
  text-align: right;
}
form.thin-form .layui-form-item1 > input[type=text] {
  text-align: right;
  padding-right: 10px;
}
form.thin-form .layui-form-item1 .iconfont {
  font-size: 1em;
  position: absolute;
  top: 11px;
  left: 10px;
}
form.thin-form .layui-form-item1 .iconfont + input {
  padding-left: 2em;
}
form.thin-form .layui-form-item1[tip-label]:before {
  color: #9297a1;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99999;
  content: attr(tip-label);
}
.panel {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-color: #d6e9c6;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f2f2f2;
  border-color: #d6e9c6;
  color: #3c763d;
}
.panel .panel-heading h5.title {
  line-height: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #999;
  display: inline-block;
}
.panel .panel-heading h5.title a {
  color: #428bca;
}
.panel .panel-heading .btn-group {
  float: right;
  line-height: 40px;
  position: relative;
}
.panel .panel-heading .btn-group .search {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 25px;
}
.panel .panel-heading .btn-group .layui-icon-search {
  position: absolute;
  right: 10px;
  top: 0;
}
.panel .panel-body {
  padding: 15px;
}
.panel .panel-body > ul li {
  float: left;
  margin-bottom: 15px;
  width: 190px;
  text-align: center;
}
.panel .panel-body > ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
}
.panel .panel-body > ul li a img {
  width: 85px;
  height: 85px;
}
.panel .panel-body > ul li a span {
  display: block;
  margin: 8px 0;
  color: #31708f;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.panel .panel-body > ul li a span.version {
  color: #999;
}
.panel .panel-body > ul li a i.iconfont {
  position: absolute;
  top: -12px;
  right: 21.5%;
  font-size: 24px;
}
.panel .panel-body > ul li a i.iconfont.icon-sub {
  color: red;
}
.panel .panel-body > ul li a i.iconfont.icon-add {
  color: green;
}
.panel .panel-body > ul li .version-list {
  width: 110px;
  margin: 0 auto;
  text-align: left;
}
.panel .panel-body p.tip {
  padding: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #888888;
}
.panel .panel-body .layui-row {
  padding: 10px 0;
}
.panel.console .panel-heading {
  background-color: #FFFFFF;
}
.panel.console .panel-heading .layui-form-label {
  padding-left: 0;
  width: auto;
}
.panel.console .panel-heading .iconfont {
  font-size: 28px;
}
.panel.console .panel-heading .iconfont.icon-begin {
  color: #4cae4c;
}
.panel.console .panel-heading .iconfont.icon-stop {
  color: #f54646;
}
.panel.console .panel-body {
  padding: 0;
}
.panel.console .panel-body .layui-textarea {
  border: none;
  padding: 0;
  min-height: 0;
  height: 0;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  box-sizing: border-box;
  color: #333;
}
tr.detail-row.data-table td {
  padding: 20px;
}
tr.detail-row td {
  background: #FFFFFF;
  text-align: left;
}
tr.detail-row td .head h4 {
  color: #999;
  font-size: 18px;
  margin: 10px 0;
  float: left;
}
tr.detail-row td .head a {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
tr.detail-row td .col-md-6 {
  width: 50%;
  margin: 8px 0;
  padding: 0 15px;
  color: #333;
  box-sizing: border-box;
  float: left;
}
tr.detail-row td .col-md-6 span {
  color: #31708f;
}
tr.detail-row .layui-form {
  width: 50%;
  margin: 0 auto;
}
tr.detail-row .layui-form .col-md-6 {
  float: none;
  margin: 8px auto;
}
.app-list {
  float: left;
  width: 20%;
  max-height: 455px;
  overflow-y: auto;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
.app-list .layui-input {
  margin-bottom: 10px;
}
.app-list li {
  min-width: 150px;
}
.app-list li a {
  width: 100%;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid #d7e3f0;
  height: 70px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
.app-list li a img {
  float: left;
  width: 48px;
  height: 48px;
}
.app-list li a p {
  float: left;
  padding-left: 12px;
}
.app-list li a p span {
  display: block;
  color: #333;
}
.app-list li a p span:first-child {
  margin-top: 3px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  width: 100%;
}
.app-list li a:hover,
.app-list li a.chosen {
  border: 1px solid rgba(244, 244, 244, 0.8) !important;
  color: rgba(2, 2, 11, 0.73);
  background-color: rgba(244, 244, 244, 0.8) !important;
}
.app-list li a.upload {
  border: none;
  background: url("../images/upload.png");
}
.app-list li a.upload:hover {
  border: none !important;
}
.app-list li a.upload.ota {
  background: url("../images/uploadOta.png");
}
.app-content {
  float: left;
  width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}
.app-content-wrap {
  padding-left: 10px;
}
.public-app {
  font-size: 14px;
  position: relative;
}
.public-app form {
  margin-bottom: 20px;
}
.public-app img.avatar {
  position: absolute;
  left: 10px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
}
.public-app .message {
  text-align: left;
  border-left: 2px solid #35aa47;
  margin-left: 65px;
  background: #fafafa;
  display: block;
  padding: 5px;
  position: relative;
  font-size: 16px;
}
.public-app .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #35aa47;
}
.public-app .message .layui-row {
  padding: 15px 10px;
}
.app-upload-header {
  width: 100%;
  font-weight: 300;
  background-attachment: fixed,fixed;
  background-image: linear-gradient(-60deg, #bad994 0, #6fcbdc 60%, #32b5cd 100%);
  background-position: center center,center center;
  background-size: cover,cover;
  color: white;
  padding: 1% 0;
  text-align: center;
  position: relative;
}
.app-upload-header h1 {
  margin: 1% 0;
  font-size: 2.3em;
}
.app-upload-header h2 {
  margin-bottom: 1%;
  font-weight: 300;
  font-size: 1.8em;
}
.app-upload-header:after {
  content: '';
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-bottom: 16px solid white;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.layui-field-box > .tip {
  padding: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
.toms-btn-landscape {
  position: absolute;
  right: 0;
  top: 5px;
}
.toms-btn-landscape .layui-btn {
  display: block;
  border: 0 !important;
  background: none;
}
.left-right-box {
  display: flex;
}
.left-right-box .l {
  margin-right: 20px;
}
.left-right-box .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.crash-box {
  display: flex;
  flex-direction: column;
}
.crash-box > li {
  width: auto !important;
  display: flex;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px;
  margin-bottom: 0 !important;
}
.crash-box > li:last-child {
  border-bottom: none;
}
.crash-box > li > * {
  flex: 1;
}
.crash-box > li > *:first-child {
  text-align: left;
  flex: 8;
  padding-right: 20px;
}
.crash-box > li > *:first-child a {
  word-break: break-all;
}
.crash-box > li a > span {
  margin: 0 !important;
}
.card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  max-width: 334px;
  margin: 0 auto;
  height: 440px;
  border: 1px solid #d4d4d4;
  position: relative;
}
.card button,
.card a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.card h2 {
  text-align: center;
  height: 85px;
  background: #e1e6ed;
  padding-top: 25px;
  margin-bottom: 50px;
  color: #9297a1;
}
.card img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -90px);
}
.card .layui-row {
  padding: 0 20px;
  color: #6d6d6d;
  font-size: 16px;
  margin-bottom: 5px;
  height: 38px;
  line-height: 38px;
}
.card:hover h2 {
  color: #FFFFFF;
  background: linear-gradient(#9aa2c0, #646d8b);
}
.card:hover button,
.card:hover a {
  width: 76px;
  height: 45px;
  font-size: 15px;
}
.card:hover button.layui-btn-normal,
.card:hover a.layui-btn-normal {
  background: #b594f0;
}
.card:hover a {
  line-height: 50px;
}
.card .check-box {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.crash-head span {
  font-size: 18px;
  color: #31708f;
  margin-bottom: 10px;
}
.crash-head p {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .beg-layout-menu cite {
    display: none;
  }
}
.exception {
  display: flex;
  align-items: center;
  height: 100%;
}
.exception .imgBlock {
  flex: 0 0 53.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
.exception .imgBlock:before,
.exception .imgBlock:after {
  content: ' ';
  display: table;
}
.exception .imgBlock:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.exception .imgEle {
  height: 360px;
  width: 100%;
  max-width: 430px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../images/500.svg");
}
.exception .content {
  flex: auto;
}
.exception .content h1 {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.exception .content .desc {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.exception .content .actions button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .exception .imgBlock {
    padding-right: 88px;
  }
}
@media screen and (max-width: 576px) {
  .exception {
    display: block;
    text-align: center;
  }
  .exception .imgBlock {
    padding-right: 0;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 480px) {
  .exception .imgBlock {
    margin-bottom: -24px;
    overflow: hidden;
  }
}
.layui-table.high-table tr td {
  height: 50px;
}
.layui-table.high-table tr td:first-child {
  text-align: left;
}
.layui-table.high-table tr td:first-child img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.layui-table.high-table tr th {
  text-align: left;
  background-color: #f2f2f2;
}
.ant-alert {
  font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 8px 15px 8px 37px;
  border-radius: 5px;
  min-height: 38px;
}
.ant-alert i.iconfont {
  top: 6px;
  left: 16px;
  position: absolute;
}
.ant-alert-error {
  border: 1px solid #ffa39e;
  background-color: #fff1f0;
  word-wrap: break-word;
}
.ant-alert-error i.iconfont {
  color: #f5222d;
}
table.detail-table tr:hover {
  background-color: #FFFFFF;
}
table.detail-table tr td:nth-child(odd) {
  background: #f8f8f8;
  font-weight: bold;
  width: 15%;
}
table.detail-table tr td:nth-child(even) {
  font-size: 16px;
  width: 35%;
}
.layui-elem-quote.layui-form-pane .layui-form-label {
  width: 130px;
}
input[type=text][readonly="readonly"] {
  color: #b5b5b5;
  background-color: rgba(226, 226, 226, 0.35);
}
.red {
  color: red !important;
}
.green {
  color: green;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.bold {
  font-weight: bold !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fontSize-middle {
  font-size: 1.5em;
  line-height: 2.2;
}
.help {
  width: 18px;
  height: 18px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  color: #1E9FFF;
  border: 2px solid #1E9FFF;
  position: relative;
  top: 6px;
  left: 10px;
}
.help:hover {
  color: #1E9FFF;
}
.text-justify {
  text-align: justify;
  height: 10px;
  text-justify: distribute-all-lines;
  /*ie6-8*/
  text-align-last: justify;
  /* ie9*/
  -moz-text-align-last: justify;
  /*ff*/
  -webkit-text-align-last: justify;
  /*chrome 20+*/
}
/* 应用 */
.app-info .app-list {
  width: 24%;
}
.app-info .app-list li a p {
  width: 58%;
}
.app-info .app-list li a p span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-info .app-content {
  width: 76%;
}
.app-info .app-content .layui-table {
  margin-top: 0;
}
.app-info .app-content .admin-table-page {
  left: 26%;
}
/*分组名称列表*/
.groupname-list {
  float: left;
  width: 18%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.groupname-list li a {
  display: inline-block;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #999;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.groupname-list li a:hover,
.groupname-list li a.chosen {
  border: 1px solid rgba(244, 244, 244, 0.8);
  color: rgba(2, 2, 11, 0.73);
  background-color: rgba(244, 244, 244, 0.8);
}
.group-content {
  float: left;
  width: 82%;
  overflow-y: auto;
  overflow-x: hidden;
}
.group-content-wrap {
  padding-left: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chrome*/
  .text-justify:after {
    content: ".";
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 0;
  }
}
