@media(max-width: 992px) {
  .information-box {
    display: none;
  }
  .app-information {
    width: 100%;
    display: block;
    padding: 0 24px;
    margin-top: 62px;
  }
  .info-detail {
    width: 100%;
    padding-bottom: 20px;
  }
  .info-detail img{
    width: 100%;
    display: inline-block;
  }
  .article-title {
    font-size:28px;
    font-weight: 400;
    font-family: "PingFang SC", "Microsoft YaHei";
    color:#333333;
  }
  .article-time {
    font-size:24px;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-weight:400;
    color:#666666;
  }
  .turnbox {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .true-btn {
    width:135px;
    height:88px;
    line-height: 88px;
    text-align: center;
    background:rgba(255,255,255,.2);
    border:1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    font-size: 26px;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 60px;
  }
  .btnActive {
    background: #1890ff;
    color: #ffffff;
  }
}
@media(max-width: 768px) {
  .app-information {
    padding: 0 12px;
  }
  .info-detail {
    width: 100%;
  }
  .turnbox {
    height: 50px;
  }
  .true-btn {
    width: 70px;
    height:44px;
    line-height: 44px;
    font-size: 13px;
    margin-bottom: 30px;
  }
  
  .article-title {
    font-size:16px;
    margin-top: 15px;
  }
  .article-time {
    font-size:12px;
    margin: 0;
  }
}