@media screen and (max-width: 768px) {
    #app {
        width: 100%;
    }
    .detail3 {
        width: 100%;
    }
    .detail3 .ctx {
        width: 100%;
    }
    .detail3 .ctx ul {
        width: 100%;
    }
    .detail3 .ctx ul li {
        width: 100%;
    }
    .detail3 .ctx table {
        width: 100% !important;
    }
    .detail3 .ctx table tr td {
        font-size: 2.5vw !important;
    }
}