/* * {
  box-sizing: border-box;
  margin: 0;
} */

.pyqpanda-custom-install-bg {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/* .pyqpanda-custom-install-bg .command-container .col-md-12 {
  padding: 0;
} */



.pyqpanda-custom-install-bg .command-block {
  height: 5.25rem;
  word-wrap: break-word;
  color: #6c6c6d;
}

.pyqpanda-custom-install-bg .title-block {
  margin: 1px;
  height: 2.5rem;
  border: 2px solid #fff;
  font-size: 1rem;
  color: #6c6c6d;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}

.pyqpanda-custom-install-bg .title-block:before {
  display: block;
  content: ".";
  color: transparent;
  border-left: 2px solid #CCCDD1;
  height: 100%;
  position: absolute;
  left: 0;
}


.pyqpanda-custom-install-bg .block {
  margin: 1px 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.pyqpanda-custom-install-bg .option {
  border: 2px solid #f3f4f7;
  font-size: 1rem;
  color: #6c6c6d;
  letter-spacing: -0.22px;
  line-height: 1.25rem;
  background: #fff;
  cursor: pointer;
}

.pyqpanda-custom-install-bg .option:hover,
.pyqpanda-custom-install-bg .selected {
  background-color: #2067FB;
  /* border: 2px solid #ee4c2c; */
  color: #fff;
}

.pyqpanda-custom-install-bg .command-height {
  height: 80px;
}

.pyqpanda-custom-install-bg .command-container {
  width: 100%;
  border: 2px solid #f3f4f7;
  min-height: 80px;
  display: table;
}

.pyqpanda-custom-install-bg .command-content {
  padding: 12px;
  word-wrap: break-word;
  display: table-cell;
  vertical-align: middle;
}

.pyqpanda-custom-install-bg pre {
  background-color: #fff;
  color: #6c6c6d;
  margin: 0;
  padding: 0;
  font-family: 'SourceHanSansCN';
}

.pyqpanda-custom-install-bg pre a {
  color: #2067FB;
}

.pyqpanda-custom-install-bg pre a:hover {
  color: #2067FB;
}

