/* Sun-Panel-Helper CSS */
/* 此文件由系统自动管理，请勿手动修改 */
/* 警告：手动修改可能导致样式冲突或程序异常 */
/* 上次更新：4/27/2025, 12:50:17 PM */

/* Sun-Panel-Helper CSS Start: custom-logo */
/* PC端Logo样式 */
.logo {
  width: 320px;
  height: 100%;
  margin-top: 0px;
  content: url(/custom/helper/logo/1745758207188-676575459-mininas.png);
}

/* 手机端Logo样式 */
@media screen and (max-width: 768px) {
  .logo {
  width: 190px;
  height: 100%;
  margin-top: 0px;
    content: url(/custom/helper/logo/1745758207188-676575459-mininas.png);
  }
}

/* 平板端Logo样式 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .logo {
  width: 320px;
  height: 100%;
  margin-top: 0px;
    content: url(/custom/helper/logo/1745758207188-676575459-mininas.png);
  }
}
/* Sun-Panel-Helper CSS End: custom-logo */
