﻿html {
  font-size: 100px;
  line-height: 1.5;
}

#content_detail {
  padding-bottom: 0.2rem;
  margin-top: 0.2rem;
}

#content_detail a:hover {
  color: var(--theme);
}

#content_detail .desc p {
  text-indent: 2em;
  line-height: 2em !important;
  font-size: 0.16rem !important;
  margin-bottom: 0.2rem;
  text-align: justify;
  color: #1a1a1a;
  font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content_detail .desc p span {
  font-size: 0.16rem !important;
}

#content_detail .desc p video,
#content_detail .desc p table {
  display: block;
  margin: 0 auto;
}

#content_detail .info {
  font-size: 0.14rem;
  text-align: center;
  color: #b6b6b6;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.3rem;
}

#content_detail .title {
  font-size: 0.24rem;
  text-align: center;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 0.3rem;
}

#content_detail .desc p img,
#content_detail .desc p table,
#content_detail .desc p .video {
  max-width: 100%;
}

#content_detail .con_bottom {
  margin-top: 40px;
  border-top: 1px dotted #ccc;
  font-size: 13px;
  line-height: 2;
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 85px;
  }
  #content_detail .info {
    font-size: 0.15rem;
  }
  #content_detail .title {
    font-size: 0.2rem;
    font-weight: 400;
  }
}