.contract-ide-plugin {
  width: 100%;
}
.contract-ide-plugin .omit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contract-ide-plugin .compile-block {
  padding: 0 8px;
}
.contract-ide-plugin .compile-block .compile-check-block {
  min-height: 20px;
}
.contract-ide-plugin .compile-block .compile-check-block .compile-check-title {
  margin-bottom: 4px;
}
.contract-ide-plugin .compile-block .compile-check-block .box-item {
  margin-bottom: 4px;
}
.contract-ide-plugin .compile-block .compile-loading {
  width: 30px;
  margin: 0 auto;
}
.contract-ide-plugin .compile-block .compile-btn {
  width: 100%;
  margin-top: 8px;
}
.contract-ide-plugin .compile-block .compile-btn .btn {
  width: 100%;
}
.contract-ide-plugin .compile-block .compile-body {
  margin-top: 8px;
}
.contract-ide-plugin .compile-block .compile-body .compile-item {
  margin-bottom: 4px;
  color: #52c41a;
}
.contract-ide-plugin .compile-block .compile-body .compile-item .compile-item-text {
  color: rgba(255, 255, 255, 0.65);
}

.contract-ide-plugin .baseInfo-block {
  padding: 0 8px;
}
.contract-ide-plugin .baseInfo-block .baseInfo-go-text {
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: #1890ff;
}
.contract-ide-plugin .baseInfo-block .baseInfo-go-text .text {
  cursor: pointer;
}

.contract-ide-plugin .deploy-block {
  padding: 0 8px;
}
.contract-ide-plugin .deploy-block .deploy-check-block {
  min-height: 20px;
}
.contract-ide-plugin .deploy-block .deploy-check-block .deploy-check-title {
  margin-bottom: 4px;
}
.contract-ide-plugin .deploy-block .deploy-check-block .box-item {
  margin-bottom: 4px;
}
.contract-ide-plugin .deploy-block .deploy-head {
  margin-top: 8px;
}
.contract-ide-plugin .deploy-block .deploy-head .env-select {
  width: 100%;
}
.contract-ide-plugin .deploy-block .deploy-loading {
  width: 30px;
  margin: 0 auto;
}
.contract-ide-plugin .deploy-block .deploy-btn {
  width: 100%;
  margin-top: 8px;
}
.contract-ide-plugin .deploy-block .deploy-btn .btn {
  width: 100%;
}
.contract-ide-plugin .deploy-block .deploy-info {
  margin-top: 8px;
}
.contract-ide-plugin .deploy-block .deploy-info .item-info {
  margin-bottom: 4px;
}
.contract-ide-plugin .deploy-block .deploy-info .item-info.info {
  color: #1890ff;
}
.contract-ide-plugin .deploy-block .deploy-info .item-info.success {
  color: #52c41a;
}
.contract-ide-plugin .deploy-block .deploy-info .item-info.error {
  color: #f5222d;
}

.contract-ide-plugin .test-block {
  padding: 0 8px;
}
.contract-ide-plugin .test-block .test-check-block {
  min-height: 20px;
}
.contract-ide-plugin .test-block .test-check-block .test-check-title {
  margin-bottom: 4px;
}
.contract-ide-plugin .test-block .test-check-block .box-item {
  margin-bottom: 4px;
}
.contract-ide-plugin .test-block .test-head {
  margin-top: 8px;
}
.contract-ide-plugin .test-block .test-head .env-select {
  width: 100%;
}
.contract-ide-plugin .test-block .test-loading {
  width: 30px;
  margin: 0 auto;
}
.contract-ide-plugin .test-block .test-btn {
  width: 100%;
  margin-top: 8px;
}
.contract-ide-plugin .test-block .test-btn .btn {
  width: 100%;
}
.contract-ide-plugin .test-block .test-info {
  margin-top: 8px;
}
.contract-ide-plugin .test-block .test-info .test-item-title {
  color: #1890ff;
  margin-bottom: 4px;
}
.contract-ide-plugin .test-block .test-info .test-item-body {
  padding-left: 8px;
}
.contract-ide-plugin .test-block .test-info .item-info {
  margin-bottom: 4px;
}
.contract-ide-plugin .test-block .test-info .item-info .item-info-text {
  color: rgba(255, 255, 255, 0.65);
}
.contract-ide-plugin .test-block .test-info .item-info.info {
  color: #1890ff;
}
.contract-ide-plugin .test-block .test-info .item-info.info .item-info-text {
  color: rgba(255, 255, 255, 0.65);
}
.contract-ide-plugin .test-block .test-info .item-info.passed {
  color: #52c41a;
}
.contract-ide-plugin .test-block .test-info .item-info.passed .item-info-text {
  color: rgba(255, 255, 255, 0.65);
}
.contract-ide-plugin .test-block .test-info .item-info.failed {
  color: #f5222d;
}
.contract-ide-plugin .test-block .test-info .item-info .item-info-time {
  margin-left: 4px;
  color: #faad14;
}
.contract-ide-plugin .test-block .test-info-number {
  margin-top: 8px;
}
.contract-ide-plugin .test-block .test-info-number .test-pass-number {
  margin-bottom: 4px;
  color: #52c41a;
}
.contract-ide-plugin .test-block .test-info-number .test-pass-number .test-pass-time {
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.65);
}
.contract-ide-plugin .test-block .test-info-number .test-fail-number {
  color: #f5222d;
}
.contract-ide-plugin .test-block .test-fail-detail {
  margin-top: 8px;
}
.contract-ide-plugin .test-block .test-fail-detail .test-fail-item {
  margin-bottom: 8px;
}
.contract-ide-plugin .test-block .test-fail-detail .test-fail-item .test-fail-title {
  color: #1890ff;
}
.contract-ide-plugin .test-block .test-fail-detail .test-fail-item .test-fail-body {
  padding-left: 8px;
}
.contract-ide-plugin .test-block .test-fail-detail .test-fail-item .test-fail-body-title {
  color: #1890ff;
}
.contract-ide-plugin .test-block .test-fail-detail .test-fail-item .test-fail-body-text {
  color: #f5222d;
}
.contract-ide-plugin .test-block .test-fail-detail .test-fail-item .test-fail-body-stack {
  color: rgba(255, 255, 255, 0.65);
}

.contract-ide-plugin .deploy-list-block {
  padding: 0 8px;
}
.contract-ide-plugin .deploy-list-block .deploy-check-block {
  min-height: 20px;
}
.contract-ide-plugin .deploy-list-block .deploy-check-block .deploy-check-title {
  margin-bottom: 4px;
}
.contract-ide-plugin .deploy-list-block .deploy-check-block .box-item {
  margin-bottom: 4px;
}
.contract-ide-plugin .deploy-list-block .deploy-head {
  margin-top: 8px;
}
.contract-ide-plugin .deploy-list-block .deploy-head .new-btn {
  float: right;
  margin-bottom: 8px;
}
.contract-ide-plugin .deploy-list-block .deploy-head .env-select {
  width: 100%;
}
.contract-ide-plugin .deploy-list-block .deploy-loading {
  width: 30px;
  margin: 0 auto;
}
.contract-ide-plugin .deploy-list-block .deploy-btn {
  width: 100%;
  margin-top: 8px;
}
.contract-ide-plugin .deploy-list-block .deploy-btn .btn {
  width: 100%;
}
.contract-ide-plugin .deploy-list-block .deploy-info {
  margin-top: 8px;
}
.contract-ide-plugin .deploy-list-block .deploy-info .item-info {
  margin-bottom: 4px;
}
.contract-ide-plugin .deploy-list-block .deploy-info .item-info.info {
  color: #1890ff;
}
.contract-ide-plugin .deploy-list-block .deploy-info .item-info.success {
  color: #52c41a;
}
.contract-ide-plugin .deploy-list-block .deploy-info .item-info.error {
  color: #f5222d;
}
.contract-ide-plugin .deploy-list-block .deploy-page {
  margin: 8px 0;
}
.contract-ide-plugin .deploy-list-block .deploy-list-body {
  position: relative;
}
.contract-ide-plugin .deploy-list-block .deploy-list-body .deploy-list-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contract-ide-plugin .deploy-list-block .deploy-list-body .deploy-list-loading .deploy-list-loading-body {
  width: 30px;
  margin: 6px auto 0;
}
.contract-ide-plugin .deploy-list-block .deploy-contract .ant-collapse-header {
  padding-top: 6px;
  padding-bottom: 6px;
}
.contract-ide-plugin .deploy-list-block .deploy-contract .panelHeader .time {
  float: right;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .contract-text {
  line-height: 24px;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block {
  margin-top: 8px;
  background-color: #252530;
  padding-bottom: 4px;
  border-radius: 4px;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .title-block {
  padding: 0 8px;
  border-bottom: 1px solid #30303d;
  overflow: hidden;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .copy {
  height: 32px;
  line-height: 33px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .title {
  float: left;
  margin-bottom: 0;
  margin-right: 8px;
  height: 32px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 32px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .btn-area {
  float: right;
  overflow: hidden;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .btn-area .btn {
  margin-top: 4px;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .text {
  max-width: 100%;
  height: 120px;
  padding: 8px 8px 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  clear: both;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 16px;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .function-abi-content {
  height: 120px;
  overflow-y: auto;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .function-abi-content .function-main-block {
  padding: 0;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .function-abi-content .function-main-block .funcCardHead {
  padding: 4px 4px 0;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .function-abi-content .item-output {
  margin-top: 0;
}
.contract-ide-plugin .deploy-list-block .contractCollapse .card-block .function-abi-content .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0;
}
