/*PC (992px) 时*/

@media screen and (min-width:992px) {}


/*IPoneX (375*812) 时*/

@media screen and (min-device-width:375px)and (min-device-height:737px) {}


/*IPone6/7/8Plus (414*736) 时*/

@media screen and (max-device-width:415px)and (max-device-height:737px) {
    .MengC {
        display: none;
    }
    /* .Floor2-Fx {
        width: 80%;
    }
    .Floor2-Fx-optT {
        height: 130px;
    }
    .Floor3 {
        padding: 3% 4% 4% 4%;
    }
    .Floor4-titleS {
        padding: 3% 5%;
    }
    .optabs-title {
        font-size: 0.8rem;
        margin-bottom: 3%;
    }
    .optabs-text {
        font-size: 0.7rem;
    }
    .optabs-text2,
    .optabs-text,
    .Floor4-cont-optT2,
    .Floor4-cont-optT {
        display: none;
    }
    .optabs-fxS {
        width: 80%;
        margin-top: 3%;
    } */
}


/*IPone6/7/8 (375*667) 时*/

@media screen and (max-device-width:376px)and (max-device-height:668px) {
    /* .Floor2-Fx {
        width: 80%;
    } */
}


/*IPone5/SE (320*568) 时*/

@media screen and (max-device-width: 321px)and (max-device-height: 569px) {}