@charset "UTF-8";
/**
 详情页
 date：2021-12-16
 author：lengyy
*/
.block {
  padding: 0 70px;
}

.detail-title {
  padding: 45px 0 15px;
  text-align: center;
  font-size: 36px;
  line-height: 65px;
  font-weight: bold;
}

.detail-read {
  padding: 20px 0;
  margin-bottom: 38px;
  background: #f7f7f7;
  text-align: center;
}

.detail-read .read-btn {
  display: inline-block;
  width: 188px;
  height: 75px;
  background: -webkit-gradient(linear, left top, right top, from(#ff744f), to(#eb3e4c));
  background: linear-gradient(90deg, #ff744f, #eb3e4c);
  color: #fff;
  font-size: 32px;
  text-align: center;
  border-radius: 37.5px;
  line-height: 75px;
}

.detail-read .read-btn::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 100%;
  background: url("../images/icon-read.png") no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 10px;
}

.detail-read .read-progress {
  display: inline-block;
  margin-left: 30px;
}

.detail-read .read-progress .progress-text {
  font-size: 20px;
}

.detail-read .read-progress .progress-text span {
  font-size: 28px;
}

.detail-read .read-progress .progress-bar {
  display: inline-block;
  width: 400px;
  height: 12px;
  background: #dedede;
  border-radius: 6px;
  vertical-align: text-top;
  text-align-last: left;
}

.detail-read .read-progress .progress-bar span {
  display: inline-block;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2ca869), to(#6fe192));
  background: linear-gradient(0deg, #2ca869, #6fe192);
  vertical-align: top;
  border-radius: 6px;
}

.detail-info {
  padding: 12px 0;
  margin-bottom: 32px;
  line-height: 30px;
  text-align: center;
  background: #f7f7f7;
  color: #666;
  font-size: 0;
}

.detail-info::after {
  content: "";
  display: block;
  clear: both;
}

.detail-info span {
  display: inline-block;
  margin: 0 100px;
  font-size: 24px;
  vertical-align: top;
}
#zhuanzai{
  margin-left: -2px;
  font-size: 30px;
}
.detail-content{
  font-size: 30px!important;
  line-height: 60px;
}
.detail-content font{
  font-size: 30px!important;
  line-height: 60px;
}
.detail-content span{
  font-size: 30px!important;
  line-height: 60px;
}
.detail-content div{
  font-size: 30px!important;
  line-height: 60px;
}

.detail-content img {
  width: 100%;
  margin-bottom: 40px;
}

.detail-content p {
  text-indent: 2em;
  margin-bottom: 40px;
}

@media (max-width: 980px) {
  .detail-title {
    font-size: 28px;
    padding: 20px 0 0;
  }
  .detail-content {
    line-height: 40px;
    font-size: 22px;
  }
  .detail-content img,
  .detail-content p {
    margin-bottom: 20px;
  }
  .detail-read .read-btn {
    width: 120px;
    height: 46px;
    right: 15px;
    line-height: 46px;
    font-size: 20px;
    border-radius: 23px;
  }
  .detail-read .read-btn::before {
    width: 20px;
  }
}

#ivs_title {
  margin: 10px auto 0 auto;
  text-align: center;
  width: 356px;
}
