.h5{
  display: none;
}
@media screen and (max-width: 750px) {
    .content-area:first-of-type {
        margin-top: 0.56rem;
    }
    .channel-title{
        font-size: 0.50666rem;
        line-height: normal;
        height: auto;
    }
    .channel-description{
        height: auto;
        font-size: 0.37333rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-weight: 400;
        text-align: center;
        color: #666666;
    }
    .tradingview-widget-container{
        text-align: center;
    }
    .content-area {
        padding: 45px 0 0 0;
    }
    .col-xs-6{
        width: 100%;
    }
    .table > tbody > tr > td{
        border-top: none;
    }
    tr{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    tr :nth-child(2n-1) {
        color: #333333;
        width: 100% !important;
        font-size: 0.37333rem;
    }
    tr :nth-child(2n) {
        font-size: 0.37333rem;
        color: #333333;
        font-weight: 300;
        padding-top: 0;
        width: 100% !important;
    }
    .row_top_30{
        margin-top: 0.4rem;
        margin-bottom: 1.06666rem;
    }
    .card-body{
        padding-top: 0.48rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        padding-bottom: 0.6rem;
    }
    .annual-report-card-title{
        height: auto;
        font-size: 0.373333rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-weight: 400;
        color: #333333;
    }
    .col-xs-10-adaptive-mobile-terminal{
        width: 83.33333333%;
        display: flex;
        flex-direction: column-reverse;
    }
    .annual-report-card-date{
        padding-top: 0.1rem;
        font-size: 0.293333rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-weight: 400;
        color: #666666;
    }
    .pc{
        display: none;
    }
    .h5{
        display: block;
    }
    .download-box{
        display: flex;
        height: 0.67777rem;
        width: 0.67777rem;
        border-radius: 0.3888885rem;
        background-color:white;
        align-items: center;
        justify-content: center;
    }
    .annual-report-card{
        background-color: transparent;
    }
    .card-bordered {
        border: 1px dashed #999999;
    }
}