.detail-head {
  margin: 0 9rem;
  padding: 18rem 19rem 0;
  border-bottom: 1px solid rgba(70, 59, 211, 0.1);
}
.crumb-head ul {
  display: flex;
  align-items: center;
}
.crumb-head li a,
.crumb-head li {
  font-size: 1.6rem;
  font-variation-settings: 'BEVL' 1, 'wght' 300;
  color: #999999;
  line-height: 3rem;
  margin-right: 0.2rem;
}
.crumb-head li i {
  font-size: 1.2rem;
  font-variation-settings: 'BEVL' 1, 'wght' 600;
}
.detail-head .detail-title {
  font-size: 7.2rem;
  font-variation-settings: 'BEVL' 1, 'wght' 700;
  color: #000000;
  margin-top: 4.5rem;
  margin-bottom: 10rem;
  line-height: 8.2rem;
}
.detail-content {
  margin: 0 28rem;
  display: flex;
  justify-content: space-between;
  padding-top: 7rem;
}
.detail-content .time {
  font-size: 14px;
  font-variation-settings: 'BEVL' 1, 'wght' 400;
  color: #666666;
  line-height: 30px;
  width: 40%;
}
.detail-content .right-content {
  flex: 1;
}
.detail-content .right-content .content,
.detail-content .right-content .content * {
  font-size: 16px !important;
  font-variation-settings: 'BEVL' 1, 'wght' 300;
  color: #333333;
  line-height: 32px !important;
  text-align: justify;
}
.detail-content .time {
  font-size: 1.4rem;
}
.detail-content .content-footer {
  margin-top: 10rem;
  border-top: 1px solid rgba(70, 59, 211, 0.1);
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18rem;
}
.detail-content .content-footer .page a {
  font-size: 16px;
  font-variation-settings: 'BEVL' 1, 'wght' 300;
  color: #000000;
  line-height: 30px;
}
.detail-content .content-footer .page a:hover {
  color: #463bd3;
}

.detail-content .content-footer .btn {
  width: 19rem;
  height: 6.4rem;
  background: linear-gradient(120deg, #463bd3 0%, #eed1e7 100%);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 3.6rem;
  justify-content: center;
}
.detail-content .content-footer .btn p {
  font-size: 1.6rem;
  color: #fff;
  font-variation-settings: 'BEVL' 1, 'wght' 400;
  margin-right: 1.1rem;
}
.detail-content .content-footer .btn i {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-content .content-footer .btn i::before {
  font-size: 1.2rem;
  color: #463bd3;
  transform: scale(0.7);
}
.detail-content .right-content .content img{
       width: auto!important;
       height: auto !important;
   }
@media (max-width: 980px) {
  .detail-head {
    padding: 6rem 0 0;
    margin: 0 2rem;
  }
  .crumb-head li a,
  .crumb-head li {
    font-size: 1.4rem;
  }
  .detail-head .detail-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 4rem 0 6rem;
  }
  .detail-content {
    margin: 0;
    display: block;
    padding: 3rem 2rem;
  }
  .detail-content .content-footer {
    margin-top: 3rem;
    padding-top: 3rem;
    display: block;
    padding-bottom: 5rem;
  }
  .detail-content .content-footer .btn {
    margin: 0;
    margin-top: 2rem;
    height: 3rem;
    width: auto;
    padding: 0 2rem;
    display: inline-flex;
    border-radius: 0.5rem;
  }
  .detail-content .content-footer .btn p {
    font-size: 0.9rem;
    margin-right: 0.6rem;
  }
  .detail-content .content-footer .btn i {
    width: 1.3rem;
    height: 1.3rem;
  }
  .detail-content .content-footer .page a {
    font-size: 1.4rem;
  }
  .detail-content .content-footer .btn i::before {
    transform: scale(0.4);
  }
  .detail-content .right-content .content,
  .detail-content .right-content .content * {
    font-size: 1.4rem !important;
    line-height: 2.8rem !important;
  }
   
}
