.content {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #58A1FF;
}
.content img {
  width: 100%;
}
.content .hall_title {
  width: 100%;
  font-size: 1.2rem;
  color: #0f212d;
  font-family: 'myfont4';
  padding: 1rem 0 2rem;
  box-sizing: border-box;
   border-bottom: 0.2rem solid #58A1FF;
}
.content .parameter {
  padding: 1rem;
  box-sizing: border-box;
}
.content .parameter .cases_title {
  font-family: "myfont7";
  width: 100%;
  font-size: 1.5rem;
  color: #0f212d;
  padding: 1rem 0 2rem;
  box-sizing: border-box;
  margin:0 auto;
    text-align:center;
}
.content .parameter .cases_para {
  padding-bottom: 2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9eb;
  
}
.content .parameter .cases_para .cases_tt {
  font-size: 1.3rem;
  color: #4f4f4f;
  display: flex;
  align-items: center;
}
.content .parameter .cases_para .cases_tt span {
  padding-right: 0.3rem;
}
.content .parameter .cases_para .cases_tt button {
  border: none;
  background: #0079f4;
  color: #fff;
  font-size: 0.7rem;
  font-family: "myfont5";
  margin-bottom: 0.2rem;
}
.content .parameter .cases_para .industry {
  font-size: 1rem;
  color: #5d5d5d;
  margin: 1rem 0 2rem;
}
.content .parameter .cases_para .cases_list .item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.content .parameter .cases_para .cases_list .item img {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.content .parameter .cases_para .cases_list .item .item_tt {
  color: #818181;
  margin-right: 1rem;
}
.content .parameter .cases_para .cases_list .item .item_descri {
  color: #424242;
  font-family: "myfont6";
}
.content .hall_detail .hall_title {
  border-bottom: 1px solid #f6f6f6;
}
.content .hall_detail .detail_img .imgs {
  padding-bottom: 2rem;
  border-bottom: 1px solid #f6f6f6;
}
.content .hall_detail .detail_img:last-child {
  border-bottom: none;
}
.content .cases_hall .para_tt {
  color: #000;
  font-size: 1.3rem;
  margin: 1rem 0;
}
.content .cases_hall .para_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0 2rem;
  box-sizing: border-box;
  font-size: 0.8rem;
}
.content .cases_hall .para_list .item {
  width: 32%;
  border: 1px solid #f2f2f2;
  border-left: none;
  padding: 0.5rem;
  box-sizing: border-box;
}
.content .cases_hall .para_list .item .num {
  color: #3c3c3c;
  margin-bottom: 0.3rem;
}
.content .cases_hall .para_list .item .num span {
  font-family: "myfont7";
  font-size: 1rem;
}
.content .cases_hall .para_list .item:nth-child(3n) {
  border-right: none;
}
.content .cases_hall .para_types {
  display: flex;
  justify-content: space-around;
  margin: 2rem 0 1rem;
}
.content .cases_hall .para_types .type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
.content .cases_hall .para_types .type img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1rem;
}
.content .cases_hall .para_types .type .num {
  font-size: 1rem;
  color: #050505;
}
.content .hall_history .history {
  color: #5b5b5b;
  font-family: "myfont6";
  font-size: 1.2rem;
  padding: 0 0 0rem 1rem;
  box-sizing: border-box;
}
.content .hall_history .exampleSwiper {
  padding: 1rem;
  box-sizing: border-box;
}
.content .hall_history .exampleSwiper .swiper-slide {
  width: 90%;
  border: 1px solid #f2f2f2;
}
.content .hall_history .exampleSwiper .swiper-slide img {
  width: 100%;
}
.content .hall_history .exampleSwiper .swiper-slide .yan_title {
  margin: 0.8rem;
  color: #303433;
  font-size: 1.3rem;
  font-family: "myfont4";
}
.content .hall_history .exampleSwiper .swiper-slide .yan_cont {
  margin: 0rem 0.8rem;
  font-size: 1rem;
  color: #777;
  font-family: 'myfont4';
}
.content .hall_history .exampleSwiper .swiper-slide .yan_cont p {
  line-height: 1.5rem;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
}
.content .hall_history .exampleSwiper .swiper-slide .yan_cont .count {
  margin-bottom: 0.5rem;
}
