/*
Theme Name:   搜星科技
Theme URI:    https://example.com/twentytwentyfive-sostar/
Description:  搜星科技 Theme
Author:       搜星科技
Author URI:   https://20288.net
Template:     twentytwentyfive
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  搜星科技
*/
header {position: relative; z-index: 999 !important;}
.wp-block-navigation__responsive-close {
    width: 100%;
}
.entry-content img {max-width: 100%;height: auto;}

.entry-content p img{ display: block;margin: 0 auto; }
/* 在移动平板设备上隐藏带有hide-on-mobile类的区块 */
@media (max-width: 991px) { /* 991px以下视为移动设备，可根据需要调整 */
  .hide-on-mobile {
    display: none !important; /* 强制隐藏 */
  }
  .noxs {
    display: none !important; /* 强制隐藏 */
  }
}