.case_detail_wrap {
  margin: 100px 0 30px;
  background-color: #f9f9f9;
  padding: 30px 30px 40px;
  box-sizing: border-box;
}
.case_title {
  padding: 6px 0 24px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
}
.time_wrap {
  color: #999999;
  text-align: center;
}
.time_wrap .time {
  margin-right: 30px;
}
.case_toggle {
  padding: 22px 30px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  background-color: #f9f9f9;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
.case_toggle_item {
  cursor: pointer;
  color: #333333;
  padding-bottom: 22px;
}

.case_toggle_item:hover {
  color: #c6020a;
}
.rich_text_wrap {
  padding-top: 40px;
}
.rich_init >p {
  line-height: 32px;
  color: #666;
}
.rich_init {
  margin-bottom: 20px;
}
.rich_init .title {
  text-align: justify;
  min-width: 80px;
  display: inline-block;
  color: #cd2229;
  font-size: 16px;
  font-weight: bold;
}
.rich_init .tel_wrap {
  margin-top: 20px;
}
.case_bottom_btns .org {
  margin-left: 30px;
  background-color: #fdb831;
  color: #333333;
}
.case_bottom_btns button {
  min-width: 280px;
  text-align: center;
  padding-right: 69px;
  position: relative;
  margin: 40px 0 80px;
}
.case_bottom_btns button .arrow {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -6px;
}

@media (max-width: 768px) {
  .rich_text_wrap {
    padding-top: 0.4rem;
  }
  .rich_init >p {
    line-height: 0.4rem;
  }
  .rich_init {
    margin-bottom: 0.2rem;
  }
  .rich_init .title {
    min-width: 1rem;
    display: inline-block;
    color: #cd2229;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .rich_init .tel_wrap {
    margin-top: 0.2rem;
  }
  .case_detail_wrap {
    margin: 1rem 0 0.3rem;
    background-color: #f9f9f9;
    padding: 0.3rem 0.3rem 0.4rem;
    box-sizing: border-box;
  }
  .case_title {
    padding: 0.06rem 0 0.24rem;
    font-size: 0.28rem;
  }
  .time_wrap {
    font-size: 0.24rem;
  }
  .case_toggle {
    padding: 0.22rem 0.3rem 0;
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }
  .case_toggle_item {
    padding-bottom: 0.22rem;
  }
  .rich_text_wrap {
    padding-top: 0.4rem;
  }
  .case_bottom_btns .org {
    margin-left: 4%;
  }
  .case_bottom_btns {
    font-size: 0;
    margin: 0.4rem 0 0.8rem;
  }
  .case_bottom_btns button {
    width: 48%;
    min-width: 48%;
    padding-right: 0.59rem;
    margin: 0;
  }
  .case_bottom_btns button:nth-child(2n) {
    margin-right: 0;
  }
  .case_bottom_btns button .arrow {
    right: 0.25rem;
    margin-top: -0.06rem;
  }
  
}
