@media screen and (min-width: 751px) {

  html,
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .top_wrap {
    height: 79.8%;
    background: url('./../img/detail/bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

  .desc_content {
    height: calc(108.78% - 14vh);
    width: calc(51.8% - 8vw);
    background: url('./../img/detail/txt_bg.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 2.4vh;
    left: 50vw;
    overflow: hidden;
    transform: translateX(-50%);
    padding: 7vh 3.5vw 7vh 4.5vw;
  }

  .container {
    height: 100%;
    overflow: hidden;
  }

  .desc_title {
    font-size: 30px;
    font-family: FZZhengHeiS-B-GB;
    font-weight: 400;
    color: #CE5A32;
    background: linear-gradient(0deg, #E25A1E 0%, #FF9160 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-align: center;
    height: 40px;
    padding: 0 0 1vh 0;
  }

  .time_line_wrap {
    color: rgba(206, 90, 50, 1);
    overflow-y: auto;
    height: calc(100% - 40px - 2vh);
    padding: 0 10px 0 0;
  }

  .line_item {
    position: relative;
    line-height: 28px;
    text-align: justify;
    padding: 0 0 2vh 1.3vw;
  }

  .line_item::before {
    content: '';
    position: absolute;
    top: 1vh;
    left: 0;
    width: 6px;
    height: 6px;
    background: #E06F3D;
    border-radius: 50%;
  }

  .line_item::after {
    content: '';
    position: absolute;
    bottom: -1vh;
    left: 3px;
    width: 1px;
    height: calc(100% - 6px);
    background: #E69173;
  }

  .line_item:last-child::after {
    display: none !important;
  }

  .desc_footer {
    height: 20.2%;
    background-color: rgba(246, 97, 81, 1);
    color: #fff;
    position: relative;
    z-index: -1;
  }

  .circle_img {
    position: absolute;
  }

  .small_img {
    width: 8vw;
    top: 49vh;
    left: 6vw;
  }

  .small_img img,
  .big_img img,
  .left_img img,
  .right_img img {
    width: 100%;
  }

  .big_img {
    width: 12.7vw;
    top: 36vh;
    right: -2vw;
  }

  .left_img {
    width: 14.8vw;
    bottom: -6.6vh;
    right: 34vw;
    transform: translate(-34vw, 6.6vh);
  }

  .right_img {
    width: 14.1vw;
    top: 74vh;
    right: 18vw;
  }

  .footer_wrap {
    position: absolute;
    bottom: 3vh;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {

  html,
  body {
    background: url('./../img/detail/m_bg.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 0;
    margin: 0;
  }


  .desc_title {
    font-size: 30px;
    font-family: FZZhengHeiS-B-GB;
    font-weight: 400;
    color: #CE5A32;
    background: linear-gradient(0deg, #f5bd44 0%, #ffeec0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-align: center;
    height: 40px;
    padding: 16px 0 3vh 0;
  }

  .time_line_wrap {
    color: rgb(245, 229, 227);
    overflow-y: auto;
    height: calc(100% - 40px - 2vh);
    padding: 0 10px;
  }

  .line_item {
    position: relative;
    line-height: 24px;
    text-align: justify;
    padding: 0 0 3vh 5.3vw;
    font-size: 14px;
  }

  .line_item::before {
    content: '';
    position: absolute;
    top: 1vh;
    left: 0;
    width: 6px;
    height: 6px;
    background: rgb(245, 229, 227);
    border-radius: 50%;
  }

  .line_item::after {
    content: '';
    position: absolute;
    bottom: -1vh;
    left: 3px;
    width: 1px;
    height: calc(100% - 6px);
    background: rgb(245, 229, 227);
  }

  .line_item:last-child::after {
    display: none !important;
  }


  .desc_footer {
    background-color: #f1786c;
    padding: 20px 10px;
    margin-top: 20px;
    color: rgb(245, 229, 227);
  }

  .footer_wrap {
    font-size: 12px;
    text-align: center;
  }

  .footer_bottom {
    line-height: 22px;
  }
}