.jjProgress .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jjProgress .parent .percentBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.jjProgress .parent .percentBar .bar {
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.jjProgress .parent .text {
  font-weight: normal;
  font-size: 14px;
  margin-left: 15px;
  text-align: right;
}

.detail_info {
  width: 100%;
  padding: 12px 16px 0 16px;
  color: #1F1F1F;
}
.detail_info .info_area {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.detail_info .info_area .area_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F0F0F0;
}
.detail_info .info_area .area_title .title_text {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail_info .info_area .area_title .title_search {
  padding: 10px 16px;
}
.detail_info .info_area .area_title .title_search .link {
  font-size: 16px;
  margin-right: 20px;
  color: #5CCDFD;
  vertical-align: middle;
  text-decoration: none;
}
.detail_info .info_area .area_content {
  width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail_info .info_area .area_content .content_left {
  width: 350px;
}
.detail_info .info_area .area_content .content_left .left_block {
  height: 84px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.detail_info .info_area .area_content .content_left .left_block .left_block_content {
  height: 100%;
  padding: 16px;
}
.detail_info .info_area .area_content .content_left .left_block .left_block_content .left_block_dis {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail_info .info_area .area_content .content_left .left_block .left_block_content .left_block_dis .block_pic {
  width: 40px;
  margin-right: 16px;
}
.detail_info .info_area .area_content .content_left .left_block .left_block_content .left_block_dis .block_num {
  margin-bottom: 10px;
  font-size: 24px;
  margin-right: 3px;
  font-weight: bold;
}
.detail_info .info_area .area_content .content_left .left_block .left_block_content .left_block_dis .block_text {
  font-size: 14px;
  color: #646F78;
}
.detail_info .info_area .area_content .content_left .left_block .block_back {
  height: 100%;
}
.detail_info .info_area .area_content .content_right {
  padding: 0 16px;
  width: calc(100% - 350px);
  height: 272px;
}
.detail_info .info_area .area_content .content_right .right_block {
  border-radius: 6px;
  height: 100%;
  padding: 0 10px;
  border: 1px solid #F0F0F0;
}

