﻿@charset "utf-8";
/* CSS Document */
/* Time:2025/9/2 14:54:11 */
/* Designer:七彩建站魔方™ */


/* Header - Logo / MenuNav */
#Header,#TOP_Menu,#MenuMore,#Language div,.KeysSearch { position:fixed!important;position:absolute; }
#Header:before { width:100%;height:120px;top:0;left:0;background-color:rgba(255,255,255,1); }
#Header:after { width:100%;top:0;left:0;height:25px;background-color:rgba(0,0,0,.6); }
#Header { height:150px; }

#SiteLogo { width:380px;height:130px;text-align:center;margin-left:-50px;background-color:#FFF;box-shadow:0 0 10px 0 #555;transform:skew(-20deg); }
#SiteLogo img { max-width:320px; max-height:120px; }

#TOP_Menu { margin-top:60px;top:0;left:50%;transform:translateX(-50%); }
#MenuNav { width:100%;padding-left:32%; }

/* Main frame */
#Body_Left:before { width:5px;height:500px;top:0;right:-5px;border-radius:50%;box-shadow:0 0 15px 0 #555; }
#Body_Right,#HOT_Body #Body_Left dir { margin-top:25px; }


/* === 自适应 Adaption Boilerplate ============================== */
@media only screen and (min-width:1024px) {
  #Header.fixed #MenuNav:after,#Header.fixed #TOP_Search { width:0; height:0; display:none; }
  #Header.fixed,#Header.fixed #TOP_Logo,#Header.fixed #SiteLogo { height:50px!important; top:0; margin-top:0!important; }
  #Header.fixed #SiteLogo img { max-height:50px!important; height:expression(this.height>50 ? auto:50); }
  #Header.fixed #TOP_Menu,#Header.fixed #Hotline { top:6px!important; margin-top:0!important; }
  #Header.fixed #TOP_Logo:after { width:calc(50% - 320px)!important;left:-280px; }
  #Header.fixed:after { height:5px; }
}

@media only screen and (max-width:800px) {
}

