/**主题：MacOS**/

.handel {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 20px;
    background-color: #cbcbcb;
    background: -webkit-linear-gradient(#f7f7f7, #cecece, #b9b9b9);
    background: -o-linear-gradient(#f7f7f7, #cecece, #b9b9b9);
    background: -moz-linear-gradient(#f7f7f7, #cecece, #b9b9b9);
    background: linear-gradient(#e1e1e1, #d9d9d9, #bebebe);
}
.close {
    width: 30px;
    transition: 200ms;
    border-right: 1px #f31717 solid;
    float: right;
    height: 20px;
    background-color: #ff1f05;
    background: -webkit-linear-gradient(#ff7878, #e80000, #cb0000);
    background: -o-linear-gradient(#ff7878, #e80000, #cb0000);
    background: -moz-linear-gradient(#ff7878, #e80000, #cb0000);
    background: linear-gradient(#ff7878, #e80000, #cb0000);
    color: #f6f6f6;
    text-align: center;
    border-top-right-radius: 4px;
}
.large {
    width: 30px;
    transition: 200ms;
    float: right;
    height: 20px;
    background: -webkit-linear-gradient(#d9d9d9, #a6a6a6, #aaaaaa) background: -o-linear-gradient(#d9d9d9, #a6a6a6, #aaaaaa) background: -moz-linear-gradient(#d9d9d9, #a6a6a6, #aaaaaa) background: linear-gradient(#d9d9d9, #a6a6a6, #aaaaaa);
    color: #f6f6f6;
    text-align: center;
}
.close:hover{    background: linear-gradient(#ffa9a9, #ff3737, #ff6565);}
.large:hover{background: linear-gradient(#efefef, #bbbbbb, #b5b5b5);}
.footermenu {
    width: 100%;
    z-index: 9;
    color: black;
    position: absolute;
    bottom: 0;
    height: 27px;
    background-color: #b8b8b8;
    font-size: 13px;
    box-shadow: 0px 0px 5px #bebebe;
    background: -webkit-linear-gradient(#ecececb3, #d9d9d9bd, #b0b0b0ad);
    background: -o-linear-gradient(#ecececb3, #d9d9d9bd, #b0b0b0ad);
    background: -moz-linear-gradient(#ecececb3, #d9d9d9bd, #b0b0b0ad);
    background: linear-gradient(#ecececb3, #d9d9d9bd, #b0b0b0ad);
}

/**底部任务栏
1主体
2毛玻璃

**/
.footermenu {
    width: 100%;
    z-index: 9;
    color: black;
    position: absolute;
    bottom: 0;
    height: 27px;
    background-color: #e1e1e1;
    font-size: 13px;
    box-shadow: 0px 0px 5px #bebebe;
    background: -webkit-linear-gradient(#ecececb3, #d9d9d9bd, #b0b0b0ad);
    background: -o-linear-gradient(#ecececb3, #d9d9d9bd, #b0b0b0ad);
    background: -moz-linear-gradient(#ecececb3, #d9d9d9bd, #b0b0b0ad);
    background: linear-gradient(#ecececb3, #d9d9d9bd, #b0b0b0ad);
}
/******/
.imgdiv {
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: 0px 0px !important;
    position: absolute;
    background-origin: content-box;
    margin-left: 0;
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(30px);
}