.yxh_headerInfo{ border-bottom:solid 4px rgba(255,255,255, .5); }


#ttt, #tabs > .tabs-panels{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;  }
    #tabs{ height:100%; }
        #tabs > .tabs-header{ height:41px; }
        #tabs > .tabs-panels{ overflow:hidden; overflow-y:auto; height:100%; height:calc(100% - 41px); }
        #tabs > .tabs-panels > div { height:100%; margin:0; }
        #tabs > .tabs-panels > div > .panel-body { height:100%; overflow:hidden; }
        #tabs iframe{ height:100%; }


/* override easyui */
.tabs li.tabs-selected a.tabs-inner{ border-top-width:3px; border-top-color:#30b8b8; }
.tabs li a.tabs-close{ background:none; text-align:center; text-decoration:none; }
.tabs li a.tabs-close:hover{ background:#e20; color:white; border-radius:.2em; }
.tabs li a.tabs-close:before{ font-size:12px; content:'×'; line-height:.8; position:relative; left:.1em; }

.globalTipsInfo, .globalTipsWinInfo, .globalTipsWinBtnInfo a, .globalTipsWinBgInfo{ -webkit-transition:all 200ms ease; -moz-transition:all 200ms ease; -o-transition:all 200ms ease; -ms-transition:all 200ms ease; transition:all 200ms ease; }


.globalTipsInfo{ color:white; max-width:600px; visibility:hidden; z-index:0; opacity:0;  background:rgba(0,0,0,.4); border-radius:.3em; position:fixed; left:50%; top:50%; -webkit-transform:translate(-50%, -50%) }
    .globalTipsInfo p{ margin:0; padding:.5em 1em; }
    .globalTipsInfo.warning{ background:rgba(255,0,0,.6); }
    .globalTipsInfo.active{ opacity:1; z-index:1;  visibility:visible; }
    
.globalTipsWinBgInfo{ visibility: hidden; position:fixed; opacity:0; z-index:0; width:100%; height:100%; background:rgba(0,0,0,.2); left:0; top:0; z-index:1; }
    .globalTipsWinBgInfo.active{  visibility: visible; opacity:1; z-index:1;}

.globalTipsWinInfo{ width:400px; z-index:0;  visibility:hidden; opacity:0; box-shadow:0 0 1em rgba(0,0,0,.2); overflow:hidden; border:solid 1px #ddd; background:#03172B; border-radius:.3em; position:fixed; left:50%; top:50%; -webkit-transform:translate(-50%, -50%) }
    .globalTipsWinInfo h4{ font-size:1.1em; padding:0 1em; line-height:2.5; background:red; color:white; margin:0; }
    .globalTipsWinInfo p{  margin:0; padding:2em 2em .5em; }
    .globalTipsWinBtnInfo{ text-align:right; padding:1em; }
        .globalTipsWinBtnInfo a{ padding:.2em 1em .3em; color:#888; background:#eee; text-decoration:none; border-radius:.2em; margin:0 .5em; }
        .globalTipsWinBtnInfo a:first-of-type{ margin-left:0; background:rgba(48,184,184,.8); color:white; }
        .globalTipsWinBtnInfo a:last-of-type{ margin-right:0; }
        .globalTipsWinBtnInfo a:hover{ background:rgba(48,184,184,1); color:white; }

    .globalTipsWinInfo.active{ opacity:1; z-index:1;  visibility:visible; }