.crumb .wrap {
    border-bottom: 1px solid rgb(216, 216, 216);
    padding-bottom: 15px;
    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;
}
.crumb .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.crumb .return svg {
  margin-right: 4px;
}
.crumb .return svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.crumb .return:hover {
  color: rgb(224, 26, 33);
}
.crumb .return:hover svg path {
  fill: rgb(224, 26, 33);
}

.all {
  padding-bottom: 70px;
}
.all .common_title {
  margin-bottom: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all .common_title div::after {
  margin-left: auto;
  margin-right: auto;
}
.all .top_img img {
  width: 100%;
}
.all .number_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 32px;
  justify-content: center;
}
.top_img{
    margin-bottom: 32px;
}
.all .number_flx > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid rgba(45, 45, 45, 0.1);
}
.all .number_flx > div:last-child {
  border-right: none;
}
.all .number_flx .flx2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.all .number_flx .flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.all .number_flx .flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.all .number_flx .start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.all .number_flx .end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.all .number_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.all .number_btm > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all .number {
  font-weight: bold;
  color: rgb(224, 26, 33);
  margin-right: 4px;
  font-family: "Arial";
  height: 40px;
}
.all .number_top {
  margin-bottom: 7px;
}
.all .number_des {
  margin-top: 10px;
}
.all .number_dw {
  color: rgb(224, 26, 33);
}
.all .content {
  line-height: 30px;
}
.all .content img{
  max-width: 100% !important;
}
@media only screen and (max-width: 1600px) {
  .all .number_des {
    margin-top: 0px;
  }
  .all .number {
    height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .all .number_flx .flx1 {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
  .all .number {
    font-size: 24px;
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .all .number_flx .flx1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .all .number_flx .flx2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .all .number_flx > div {
    margin-bottom: 20px;
    flex: 0 0 50%;
  }
  .all .number_flx > div:nth-child(2) {
    border-right: none;
  }
  .all .number_top {
    text-align: center;
  }
  .top_img{
      margin-bottom: 20px;
  }
  .all .number_flx {
    padding: 0;
  }
  .all {
    padding-bottom: 40px;
  }
  .all .common_title {
    margin-bottom: 25px;
  }
}
