@charset "UTF-8";
.details_right {
  flex: 1;
}

.details_right .goods_title_box {
  display: flex;
  gap: 23px;
}

.details_right .goods_title_box .goods_t {
  width: 434px;
  height: 308px;
  text-align: center;
}
.details_right .goods_title_box .goods_t .goods_img {
  height: 308px;
}
.details_right .goods_title_box .goods_title_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.details_right .goods_title_box .goods_title_info .goods_title {
  font-size: 28px;
  color: #333333;
  padding-bottom: 23px;
  border-bottom: 1px solid #e1e1e1;
}

.details_right .goods_title_box .goods_title_info .goods_text {
  flex-grow: 1;
  padding-top: 20px;
  width: 100%;
  /* 宽度自适应 */
  /*  overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                text-overflow: ellipsis; */
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #e1e1e1;
}

.details_right .goods_title_box .goods_title_info .phone_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.details_right .goods_title_box .goods_title_info .phone_box img {
  width: 36px;
  height: 36px;
}

.details_right .goods_title_box .goods_title_info .phone_box .phone_nane {
  font-size: 16px;
  color: #333333;
}

.details_right .goods_title_box .goods_title_info .phone_box .phone {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.details_right .details_title {
  margin-top: 50px;
  background: #f3f3f3;
  width: 100%;
  height: 52px;
}

.details_right .details_title .title {
  width: 114px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #9bd048;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.details_right .summarize {
  margin-top: 36px;
}

.details_right .summarize .summarize_text {
  margin-bottom: 25px;
}

.details_right .summarize img {
  width: 642px;
  height: 455px;
}

.details_right .character {
  margin-top: 36px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.details_right .character p {
  margin: 12px 0;
}

.details_right .character .scene {
  width: 100%;
  height: 100%;
}
div#content {
    margin: 30px 0;
}