@charset "UTF-8";
html {
  font-size: 14px;
  color: #333;
}
input,
button,
select {
  border: none;
}
.order-modal-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.order-modal-wrap .create-order-wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 636px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.order-modal-wrap .create-order-wrap .order-header {
  box-sizing: border-box;
  height: 57px;
  border-bottom: 1px #ededed solid;
  font-size: 18px;
  line-height: 56px;
  color: #333;
  padding: 0 16px 0 28px;
}
.order-modal-wrap .create-order-wrap .order-header #close-create-order-modal-top-btn {
  cursor: pointer;
}
.order-modal-wrap .create-order-wrap .order-header #close-create-order-modal-top-btn:hover {
  color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap {
  padding: 40px 28px 0;
  font-size: 14px;
  color: #333;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .order-input-wrap {
  position: relative;
  height: 44px;
  line-height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .order-input-wrap input {
  box-sizing: border-box;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 58px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .name-wrap {
  margin-bottom: 33px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .name-wrap .name {
  width: 580px;
  height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .name-wrap .name:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .submit-wrap {
  height: 44px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .submit-wrap .submit-btn {
  height: 44px;
  width: 168px;
  border-radius: 2px;
  background-color: #0d86ff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.order-modal-wrap .create-order-wrap .order-main-wrap .submit-wrap .submit-btn:hover {
  background-color: #0b78e5;
}
.order-modal-wrap .edit-order-wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 636px;
  height: 670px;
  border-radius: 8px;
  background-color: #fff;
}
.order-modal-wrap .edit-order-wrap .order-header {
  box-sizing: border-box;
  height: 57px;
  border-bottom: 1px #ededed solid;
  font-size: 18px;
  line-height: 56px;
  color: #333;
  padding: 0 16px 0 28px;
}
.order-modal-wrap .edit-order-wrap .order-header #close-edit-order-modal-top-btn {
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-header #close-edit-order-modal-top-btn:hover {
  color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap {
  padding: 40px 28px 0;
  font-size: 14px;
  color: #333;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .order-input-wrap {
  position: relative;
  padding-left: 75px;
  height: 44px;
  line-height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .order-input-wrap .title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .order-input-wrap input {
  box-sizing: border-box;
  border: 1px #ededed solid;
  padding-left: 14px;
  padding-right: 58px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .name-wrap {
  margin-bottom: 24px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .name-wrap .name {
  width: 505px;
  height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .name-wrap .name:focus {
  border-color: #0d86ff;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .name-wrap #edit-font-num {
  position: absolute;
  top: 0px;
  right: 16px;
  color: #999;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .submit-wrap {
  height: 44px;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .submit-wrap .submit-btn {
  height: 44px;
  width: 168px;
  border-radius: 2px;
  background-color: #0d86ff;
  color: #fff;
  cursor: pointer;
}
.order-modal-wrap .edit-order-wrap .order-main-wrap .submit-wrap .submit-btn:hover {
  background-color: #0b78e5;
}
.order-modal-wrap .active {
  display: block;
}
.no-order-wrap {
  display: none;
  box-sizing: border-box;
  width: 960px;
  height: 548px;
  flex: 0 0 auto;
  border: 1px #ededed solid;
  background: url("../img/myorder/noorder-bc.png") no-repeat center;
  background-size: cover;
}
.no-order-wrap .order-header {
  position: relative;
  box-sizing: border-box;
  height: 51px;
  border-bottom: 1px #ededed solid;
  background-color: #fcfcfc;
  padding: 0 24px;
}
.no-order-wrap .order-header > p {
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.no-order-wrap .order-header .add {
  position: absolute;
  top: 11px;
  right: 24px;
  display: block;
  width: 74px;
  height: 28px;
  background-color: #0d86ff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  border-radius: 2px;
  cursor: pointer;
}
.no-order-wrap .order-header .add:hover {
  background-color: #0b78e5;
}
.no-order-wrap .order-header .add > i {
  font-size: 14px;
  margin-right: 5px;
}
.no-order-wrap .order-bot {
  position: relative;
}
.no-order-wrap .order-bot .order {
  position: absolute;
  top: 285px;
  left: 387px;
  display: block;
  width: 186px;
  height: 40px;
  background-color: #0d86ff;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  cursor: pointer;
}
.no-order-wrap .order-bot .order:hover {
  background-color: #0b78e5;
}
.has-order-wrap {
  position: relative;
  display: none;
  box-sizing: border-box;
  width: 960px;
  flex: 0 0 auto;
}
.has-order-wrap .has-order-wrap-top {
  position: relative;
  box-sizing: border-box;
  width: 960px;
  min-height: 548px;
  border: 1px #ededed solid;
  background-color: #fff;
}
.has-order-wrap .has-order-wrap-top .order-header {
  position: relative;
  background-color: #fcfcfc;
  height: 51px;
  border-bottom: 1px #ededed solid;
  padding-left: 24px;
  padding-right: 180px;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
}
.has-order-wrap .has-order-wrap-top .order-header .packet-header-nav-wrap {
  box-sizing: border-box;
  background-color: #fcfcfc;
  height: 51px;
}
.has-order-wrap .has-order-wrap-top .order-header .packet-header-nav-wrap > p {
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
  height: 51px;
  border-bottom: 2px transparent solid;
  margin-right: 28px;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .order-header .packet-header-nav-wrap > p:hover {
  color: #0d86ff;
  border-bottom: 2px #0d86ff solid;
}
.has-order-wrap .has-order-wrap-top .order-header .packet-header-nav-wrap > p.ac {
  color: #0d86ff;
  border-bottom: 2px #0d86ff solid;
}
.has-order-wrap .has-order-wrap-top .order-header .search-monitor {
  position: absolute;
  top: 10px;
  right: 160px;
  z-index: 2;
}
.has-order-wrap .has-order-wrap-top .order-header .search-monitor .name {
  width: 232px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #ededed;
  box-sizing: border-box;
  padding: 9px 5px;
  padding-right: 25px;
}
.has-order-wrap .has-order-wrap-top .order-header .search-monitor .name:focus {
  border-color: #0d86ff;
}
.has-order-wrap .has-order-wrap-top .order-header .search-monitor i {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .order-header #add-order-button {
  position: absolute;
  top: 10px;
  right: 24px;
  z-index: 2;
  padding: 7px 15px;
  border-radius: 2px;
  background-color: #0d86ff;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .order-header #add-order-button:hover {
  background-color: #0b78e5;
}
.has-order-wrap .has-order-wrap-top .order-header #add-order-button > i {
  font-size: 12px;
  margin-right: 5px;
}
.has-order-wrap .has-order-wrap-top .monitor {
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.has-order-wrap .has-order-wrap-top .monitor .monitor-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.has-order-wrap .has-order-wrap-top .monitor .monitor-box div .monitor-detail {
  font-size: 16px;
  color: #333333;
  padding-right: 10px;
}
.has-order-wrap .has-order-wrap-top .monitor .monitor-box div .detail {
  font-size: 12px;
  color: #999999;
}
.has-order-wrap .has-order-wrap-top .monitor .monitor-box div.back {
  cursor: pointer;
  padding: 5px 10px;
  background-color: #0d86ff;
  color: white;
  border-radius: 2px;
  font-size: 14px;
}
.has-order-wrap .has-order-wrap-top .monitor-label {
  padding-left: 24px;
  font-size: 14px;
}
.has-order-wrap .has-order-wrap-top .monitor-label div {
  display: inline-block;
  margin-right: 20px;
  color: #333333;
  margin-top: 20px;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .monitor-label .label-type {
  color: #999999;
  cursor: default;
}
.has-order-wrap .has-order-wrap-top .monitor-label .active {
  padding: 5px 10px;
  background-color: #0d86ff;
  border-radius: 2px;
  color: white;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap {
  margin-top: 20px;
  padding: 0 24px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .info {
  text-align: center;
  margin-top: 100px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .add-monitor {
  margin: 20px auto;
  text-align: center;
  width: 186px;
  height: 40px;
  background-color: #0d86ff;
  border-radius: 4px;
  font-size: 14px;
  color: #feffff;
  line-height: 40px;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .news {
  font-size: 14px;
  color: #333333;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .news span {
  color: #d1462a;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap {
  position: relative;
  box-sizing: border-box;
  height: 44px;
  border: 1px #e4ecf5 solid;
  background-color: #f2f7fc;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  padding-left: 60px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap > .item {
  float: left;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap > .item:nth-child(1) {
  width: 378px;
  margin-right: 110px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap > .item:nth-child(2) {
  width: 192px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap > .item:nth-child(3) {
  width: 166px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap-title {
  position: relative;
  box-sizing: border-box;
  height: 44px;
  border: 1px #e4ecf5 solid;
  background-color: #f2f7fc;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  padding-left: 60px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap-title > .item {
  float: left;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap-title > .item:nth-child(1) {
  width: 300px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap-title > .item:nth-child(2) {
  width: 192px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap-title > .item:nth-child(3) {
  width: 186px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-header-nav-wrap-title > .item:nth-child(4) {
  width: 156px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item {
  box-sizing: border-box;
  height: 84px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px #ededed solid;
  display: flex;
  align-items: center;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item {
  float: left;
  text-align: center;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item img {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 10px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item .logo-color {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 3px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(1) {
  width: 378px;
  margin-right: 105px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
  color: #0d86ff;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(2) {
  width: 192px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(3) {
  width: 166px;
  color: #0d86ff;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item > .item:nth-child(3):hover {
  text-decoration: underline;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap .content-item:hover {
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item {
  box-sizing: border-box;
  height: 84px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px #ededed solid;
  line-height: 82px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item > .item {
  float: left;
  text-align: center;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item > .item:nth-child(1) {
  width: 300px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
  color: #0d86ff;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item > .item:nth-child(2) {
  width: 192px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item > .item:nth-child(3) {
  width: 186px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item > .item:nth-child(3) .spot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d1462a;
  border-radius: 8px;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item > .item:nth-child(4) {
  width: 156px;
  color: #0d86ff;
  cursor: pointer;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item > .item:nth-child(4):hover {
  text-decoration: underline;
}
.has-order-wrap .has-order-wrap-top .has-order-main-wrap .main-content-wrap2 .content-item:hover {
  box-shadow: -1px 0px 1px 1px #ededed, 1px 0px 1px 1px #ededed, 0px 1px 1px 1px #ededed;
}
.has-order-wrap .monitor-header {
  min-height: 116px;
}
.has-order-wrap .monitor-detail-table {
  margin-top: 16px;
  width: 960px;
  min-height: 415px;
  border: 1px #ededed solid;
  background-color: #fff;
  padding-bottom: 16px;
}
.has-order-wrap .monitor-detail-table .table-title {
  margin: 20px 0;
  padding-left: 26px;
  font-size: 16px;
  color: #0d86ff;
  cursor: pointer;
}
.has-order-wrap .monitor-detail-table .table-title img {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 10px;
}
.has-order-wrap .monitor-detail-table .table-title .logo-color {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 3px;
}
.has-order-wrap .monitor-detail-table table {
  width: 911px;
  margin: auto;
  font-size: 14px;
}
.has-order-wrap .monitor-detail-table table th {
  background-color: #f2f7fc;
}
.has-order-wrap .monitor-detail-table table td,
.has-order-wrap .monitor-detail-table table tr,
.has-order-wrap .monitor-detail-table table th {
  text-align: center;
  border: solid 1px #e4ecf5;
}
.has-order-wrap .monitor-detail-table table th,
.has-order-wrap .monitor-detail-table table td {
  padding: 20px 0;
  min-width: 150px;
}
.has-order-wrap .monitor-detail-table table .news {
  color: #ef6a2c;
}
.has-order-wrap .monitor-detail-table table .info {
  box-sizing: border-box;
  padding-left: 15px;
  text-align: left;
  line-height: 20px;
}
.has-order-wrap .order-page-wrap {
  display: none;
  height: 32px;
  margin-top: 32px;
}
.has-order-wrap .order-page-wrap .page-inner-wrap {
  height: 32px;
}
.has-order-wrap .order-page-wrap .page-inner-wrap > span {
  font-size: 14px;
  line-height: 32px;
  color: #0d86ff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px #ededed solid;
  text-align: center;
  cursor: pointer;
}
.has-order-wrap .order-page-wrap .page-inner-wrap > span:hover {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.has-order-wrap .order-page-wrap .page-inner-wrap .ac {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.has-order-wrap .order-page-wrap .page-inner-wrap .dian {
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
}
.has-order-wrap .order-page-wrap.active {
  display: block;
}
.active {
  display: block;
}
/*# sourceMappingURL=monitor.css.map */