/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  display: block;
  background: #fff;
  padding-top: 16px;
  padding-bottom: 0;
  border-bottom-color: #e9e9e9;
  color: rgba(0, 0, 0, 0.65);
}
:host ::ng-deep .detail {
  display: flex;
}
:host ::ng-deep .row {
  display: flex;
}
:host ::ng-deep .ant-breadcrumb {
  margin-bottom: 16px;
}
:host ::ng-deep .ant-breadcrumb > nz-breadcrumb-item:last-child {
  font-weight: normal;
}
:host ::ng-deep .tabs {
  margin: 0 0 -17px -8px;
}
:host ::ng-deep .tabs .ant-tabs-bar {
  border-bottom: 1px solid #e9e9e9;
}
:host ::ng-deep .logo {
  flex: 0 1 auto;
  margin-right: 16px;
  padding-top: 1px;
}
:host ::ng-deep .logo > img {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: block;
}
:host ::ng-deep .title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
:host ::ng-deep .action {
  margin-left: 56px;
  min-width: 266px;
}
:host ::ng-deep .action .ant-btn-group:not(:last-child),
:host ::ng-deep .action .ant-btn:not(:last-child) {
  margin-right: 8px;
}
:host ::ng-deep .action .ant-btn-group > .ant-btn {
  margin-right: 0;
}
:host ::ng-deep .title,
:host ::ng-deep .action,
:host ::ng-deep .desc,
:host ::ng-deep .extra,
:host ::ng-deep .main {
  flex: auto;
}
:host ::ng-deep .title,
:host ::ng-deep .action {
  margin-bottom: 16px;
}
:host ::ng-deep .logo,
:host ::ng-deep .desc,
:host ::ng-deep .extra {
  margin-bottom: 16px;
}
:host ::ng-deep .action,
:host ::ng-deep .extra {
  text-align: right;
}
:host ::ng-deep .extra {
  margin-left: 88px;
  min-width: 242px;
}
:host ::ng-deep .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: none;
}
@media screen and (max-width: 1600px) {
  :host ::ng-deep .extra {
    margin-left: 44px;
  }
}
@media screen and (max-width: 1200px) {
  :host ::ng-deep .extra {
    margin-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  :host ::ng-deep .row {
    display: block;
  }
  :host ::ng-deep .action,
  :host ::ng-deep .extra {
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  :host ::ng-deep .detail {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  :host ::ng-deep .action .ant-btn-group,
  :host ::ng-deep .action .ant-btn {
    display: block;
    margin-bottom: 8px;
  }
  :host ::ng-deep .action .ant-btn-group > .ant-btn {
    display: inline-block;
    margin-bottom: 0;
  }
}
