@media screen and (orientation : portrait){
    #yomansunter_content img{width: 100%;height: 400px;}
    .yomansunter_title_font {font-size: 8pt;}
    .yomansunter_child_title_font {font-size: 6pt;}
    #menuContent img {width: 100%;}
    .resolutionsDetails img {width: 100%;}
    .yomansunter_footer_qr img {
        width: 100px;
    }

}


/* 所有手机横屏 */
@media screen and (orientation: landscape) {
    .yomansunter_footer_qr img {
        width: 150px;
    }
}

.layui-fixbar li {
    border-radius: 40px;
    color:white;
}