body[theme=base] .bg-mask, body[theme=base] .page-tab-container li.selected {  
  background: #FFFFFF;  
  color: #000;  
}  
  
.ui-state-active, .ui-widget-content .ui-state-active {  
  background: #326DA7;  
  border-color: #326DA7;  
}  
  
.ui-widget-overlay {  
  background: #111;  
  opacity: 0.15;  
}  
  
.zwindow {  
  box-shadow: 3px 2px 5px #999;  
  border-radius: 0px; /* 简化圆角设置为0px */
}  
  
.zwindow-header, .zwindow-body, .zwindow-bar {  
  border-radius: 0px; /* 简化圆角设置为0px，适用于所有zwindow相关元素 */
}  
  
#header {  
  box-shadow: 0px 1px 5px #666;  
  border-bottom: none;  
  z-index: 1;  
}  
  
#header .path label.ui-state-active {  
  opacity: 1;  
}  
  
#navigator {  
  border-right: none;  
  box-shadow: 0px 1px 5px #666;  
}  
  
#navigator.ui-state-default {  
  background: #111;  
  border-color: #326DA7;  
}  
  
#navigator ul.en-menu li.selected > a {  
  border-right: none;  
}  
  
#navigator.ui-state-default a {  
  color: #999;  
}  
  
#navigator .ui-state-hover {  
  background: #111;  
  border-color: #111;  
}  
  
#navigator .ui-state-hover a {  
  color: #ccc;  
}  
  
#navigator .ui-state-active {  
  background: #326DA7;  
}  
  
#navigator .ui-state-active a {  
  color: #fff;  
}  
  
#bottom {  
  bottom: 0;  
}  
  
.ui-state-error, .ui-widget-content .ui-state-error {  
  background-color: #326DA7;  
  border: solid 1px #326DA7;  
  color: #fff;  
}  
  
.ui-state-error a, .ui-widget-content .ui-state-error a {  
  color: #fff;  
}  
  
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {  
  border: 1px solid #326DA7;  
  background: #326DA7;  
  color: #fff;  
}