@media only screen and (max-width: 768px){
    .singlePage{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .singlePage_box{
        width: 100%;
        margin-top: 0.8rem;
        font-weight: 400;
        font-size: 0.4rem;
        color: #666666;
        line-height: 0.6rem;
        text-indent: 2em;
        text-align: justify;
    }

    .wap_box{
      column-gap: 0.63rem!important;
    }
    .wap_box_item{
        width: 6.6rem!important;
    }
}
@media only screen and (min-width: 800px){
    .singlePage{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .all_content_bottom{
        width: 100%;
        padding: 0 0 0  70px;
        box-sizing: border-box;
    }
    .singlePage_box{
        width: 100%;
        text-indent: 2em;
        font-size: 16px;
        color: #333333;
        text-align: justify;
        line-height: 35px;
    }
}
.singlePage_box>p>a{
    color: #333;
}
.singlePage_box img{
    max-width: 100%!important;
    height: auto!important;
    object-fit: cover;
    display: block;
}
.singlePage_box table{
    max-width: 100%;
    border: 1px solid gray;
}
.singlePage_box table td{
    border: 1px solid gray;
}

