.mgb-10 {
  margin-bottom: 10px;
}

.mgl-40 {
  margin-left: 40px;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-17 {
  margin-top: 17px;
}

.mgt-27 {
  margin-top: 27px;
}

.mgt-50 {
  margin-top: 50px;
}

.case_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 80px;
}

.case_subtitle {
  font-weight: bold;
  font-size: 48px;
  color: #333333;
  /* line-height: 80px; */
  text-wrap: nowrap;
}

.case_btn_block {
  height: 300px;
  align-items: start;
  justify-content: center;
}

.case_list_info {
  font-weight: 400;
  font-size: 18px;
  line-height: 80px;
  color: #666666;
  align-items: center;
}

.case_tag_1 {
  margin-left: 20px;
  padding: 0px 10px;
  width: auto;
  line-height: 26px;
  border-radius: 13px;
  border: 1px solid #333333;
  opacity: 0.5;
}

.back_btn {
  margin-right: 20px;
  margin-bottom: 4px;
  cursor: pointer;
  vertical-align: middle;
}

.x_btn {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.left_block {
  margin-right: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 380px;
  height: 318px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E2E2E2;
  border-radius: 10px;
}

.poster {
  padding-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}

.poster img {
  margin-right: 10px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.name {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.post {
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
  font-weight: normal;
}

.intro {
  margin-top: 26px;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  line-height: 30px;
  text-justify: justify;
  letter-spacing: 0;
}

.right_block {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case_block {
  margin-top: 60px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  letter-spacing: 0;
}

.content_h1 {
  color: rgba(51, 51, 51, 1);
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.content_text {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}

.color_text {
  font-weight: bold;
  color: rgba(70, 27, 158, 1);
}