.box1_content {
  padding-top: 100px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.box1_content .left {
  flex-shrink: 0;
  width: 460px;
  margin-right: 25px;
}
.box1_content .left .item {
  height: 80px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.box1_content .left .item:last-child {
  margin-bottom: 30px;
}
.box1_content .left .item img {
  width: 56px;
  margin-right: 32px;
}
.box1_content .left .item .text .text1 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #333;
}
.box1_content .left .item .text .text2 {
  font-size: 18px;
  color: rgba(18, 20, 28, 0.5019607843);
}
.box1_content .right {
  width: 700px;
  position: relative;
}
.box1_content .right .tip {
  position: absolute;
  bottom: 110px;
  font-size: 14px;
}
.box1_content .right .tip .tip_title {
  color: #000;
}
.box1_content .right .tip .tip_text {
  color: #666;
}
.box1_content .right .line {
  display: flex;
  justify-content: space-between;
}
.box1_content .right .line.line1 {
  width: 626px;
  margin-bottom: 90px;
}
.box1_content .right .line.line2 {
  width: 678px;
}
.box1_content .right .line .item .text1 {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.box1_content .right .line .item .text1 span {
  font-size: 70px;
}
.box1_content .right .line .item .text2 {
  font-size: 18px;
  color: rgba(18, 20, 28, 0.5019607843);
}

.box2 {
  margin-top: 40px;
}
.box2 .box2_content {
  margin-top: 24px;
  width: 1140px !important;
  display: flex;
  justify-content: space-between;
}
.box2 .box2_content .item {
  padding: 20px 35px;
  width: 32%;
  background: #fff;
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  overflow: hidden;
}
.box2 .box2_content .item .text {
  color: rgba(18, 20, 28, 0.7019607843);
  font-size: 16px;
  line-height: 28px;
}
.box2 .box2_content .item .user_info {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.box2 .box2_content .item .user_info img {
  margin-right: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.box2 .box2_content .item .user_info .info_text .name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 6px;
}
.box2 .box2_content .item .user_info .info_text .school {
  font-size: 16px;
  color: rgba(18, 20, 28, 0.5019607843);
}/*# sourceMappingURL=case.css.map */