.cphr-content-detail {
  margin: 0 auto;
  padding: 0;
  min-height: calc(100vh - 245px);
  padding-top: 50px;
}

.cphr-content-detail-all {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cphr-content-detail .subtitle {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
}
.cphr-content-detail .subtitle h1 {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
.cphr-content-detail .subtitle hr {
  height: 1px;
  color: #ccc;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cphr-content-detail .content-info {
  margin: 0 auto;
  padding: 0;
  min-height: calc(100vh - 431px);
}
.cphr-content-detail .content-info .content-info-flow {
  width: 100%;
  height: 235px;
  display: flex;
  justify-content: center;
  background: #f6f6f7;
  align-items: center;
  flex-direction: column;
}

.cphr-content-detail .content-info .content-info-flow .title {
  margin-bottom: 30px;
  margin-top: 40px;
}

.cphr-content-detail .content-info .content-info-flow .flow {
  display: flex;
  width: 100%;
  justify-content: center;
}

.cphr-content-detail .content-info .content-info-flow .block {
  width: 4%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.5%;
  margin-left: 1.5%;
}
.cphr-content-detail .content-info .content-info-flow .block img {
  width: 100%;
  height: 72%;
}
.cphr-content-detail .content-info .content-info-flow .block img.arrow {
  height: 30%;
}
.cphr-content-detail .content-info .content-info-flow .block div {
  width: 100%;
  height: 22px;
  margin-top: 7px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.cphr-content-detail .content-info .content-info-flow .title {
  width: 48px;
  height: 34px;
  font-size: 24px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  font-weight: 400;
}
.tableheader,
.tablebody {
  width: 1200px;
  height: 20px;
  font-size: 14px;
  color: #2f343e;
  letter-spacing: 0;
  text-align: left;
}
.tableheader {
  font-weight: 400;
  background-color: #f3f5fc;
}
.tablebody:nth-child(odd) {
  background-color: #f3f5fc99;
}
.tablebody td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inputsearch {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.selectsearch {
  appearance: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}

@media (max-width: 768px) {
  .cphr-content-detail {
    min-height: calc(100vh - 88px);
  }
  .markdown-body p img {
    width: 90%;
  }
  .cphr-content-detail .content-info .content-info-flow {
    height: 30%;
  }
  .cphr-content-detail .content-info .content-info-flow .flow {
    flex-direction: column;
    width: 10%;
  }
  .cphr-content-detail .content-info .content-info-flow .block {
    width: 100%;
  }
  .cphr-content-detail .content-info .content-info-flow .block img.arrow {
    width: 48%;
    transform: rotate(90deg);
  }
  .cphr-content-detail .content-info .content-info-flow .block img.arrow + div {
    height: 0px;
  }
  .selectandsearch {
    flex-direction: column;
    width: 100% !important;
    padding-left: 30px;
  }
  .selectandsearch select {
    margin-bottom: 10px;
  }
  .selectandsearch img {
    right: 0px;
    width: 24px;
    height: 43px;
    top: -42px;
    left: 290px;
  }
}
