<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:2050px){
    .b1{
        height:100vh;
    }
    .b1_fone{
        height:100vh;
    }
    .b1 h1{
        width:80%;
        top:30%;
        padding-left:200px;
        font-size:32px;
    }
    .b1 p{
        width:70%;
        top:36%;
        padding-left:21%;
        font-size:32px;
    }
    .big_of{
        /* display: none; */
    }
}

@media screen and (max-width:1100px) and (min-width:768px){
    .b1 h1{
        top:41%;
    }
    .b1 p{
        top:47%;
    }
    .b1_fone{
        background-color: rgba(100, 100, 100, 0.6);
    }
}

@media screen and (max-width:767px) and (min-width:300px){
    .b1 h1{
        top:44%;
        color:rgb(41, 41, 41);
        line-height: normal;
    }
    .b1 p{
        top:50%;
        color:rgb(41, 41, 41);
        width:auto;
        line-height: normal;
    }
    .b1_fone{
        background-color: rgba(100, 100, 100, 0.7);
    }
    .b2_b{
        margin-bottom:25px;
    }
    .b3_box h4{
        margin-top: 20px;
    }
    .b3_box div{
        width:80%;
        padding-left:10px;
        padding-right:10px;
    }
    .b5_fone{
        background-color: rgba(100, 100, 100, 0.9);
    }
    .b5_box2{
        width:75%;
    }
}
@media screen and (max-width:420px) and (min-width:300px){
    .b1 h1{
        font-size:26px;
    }
    .b1 p{
        font-size:26px;
        width:auto;
    }
}
@media screen and (max-width:360px) and (min-width:300px){
    .b1 h1{
        font-size:24px;
    }
    .b1 p{
        font-size:24px;
        width:auto;
    }
}</pre></body></html>