@media screen and (max-width:768px) {
    .bodyer .main1 h2 {
        line-height: normal !important;
        font-size:0.5rem !important;
        padding-top: 0.5rem !important;
        font-size: 18px;
    }

    .bodyer .main1 video {
        width: 100%;
        height: auto;
    }

    .bodyer .main1 p {
        font-size: 0.36rem;
        text-align: left !important;
        margin:0.3rem;
        line-height: 0.64rem;
        text-indent: 2em;
    }

    .bodyer .main1 p span {
        margin-left: 0px;
    }
    .bodyer .main1 .dayl {
        text-align: center !important;
        text-indent: initial;
        font-size: 0.32rem;
    }

}