﻿.win10 *{
    scrollbar-arrow-color: #5e6a5c;);  /*å›¾6,ä¸‰è§’ç®­å¤´çš„é¢œè‰²*/
    scrollbar-face-color: #5e6a5c;  /*å›¾5,ç«‹ä½“æ»šåŠ¨æ¡çš„é¢œè‰²*/
    scrollbar-3dlight-color: #5e6a5c;  /*å›¾1,ç«‹ä½“æ»šåŠ¨æ¡äº®è¾¹çš„é¢œè‰²*/
    scrollbar-highlight-color: #5e6a5c;  /*å›¾2,æ»šåŠ¨æ¡ç©ºç™½éƒ¨åˆ†çš„é¢œè‰²*/
    scrollbar-shadow-color: #5e6a5c;  /*å›¾3,ç«‹ä½“æ»šåŠ¨æ¡é˜´å½±çš„é¢œè‰²*/
    scrollbar-darkshadow-color: #5e6a5c; /*å›¾4,ç«‹ä½“æ»šåŠ¨æ¡å¼ºé˜´å½±çš„é¢œè‰²*/
    scrollbar-track-color: rgba(74, 84, 78, 0.41);  /*å›¾7,ç«‹ä½“æ»šåŠ¨æ¡èƒŒæ™¯é¢œè‰²*/
    scrollbar-base-color:#5e6a5c;  /*æ»šåŠ¨æ¡çš„åŸºæœ¬é¢œè‰²*/
}
.win10_command_center_notice {
    position: fixed;
    width: 30px;
    right: 0px;
    transition: all 0.5s;
    color: #000000;
    box-sizing: border-box;
    top:35%;
    z-index: 2001;
}
.win10_badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #8dc63f;
  border-radius: 10px;
  margin-top:10px;
  
}
.win10_scaleSpring {
    -webkit-animation-name: layui-scale;
  animation-name: layui-scale;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.win10_mynotice {
    position: absolute;
    top: 40%;
    width: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 45px 0px 0px 45px;
    padding: 50px 0px;
    background-color: rgba(19, 23, 28, 0.8);
    /*background-color: rgb(50, 50, 50);
    opacity: 0.8;*/
}
.win10_mynotice p {
     color: #fff !important;
}
.win10_command_center_notice.hidden_right {
    right: 350px;
}
.slideOutRight {
    right: -350px;
    animation: mymove 0.5s 1;
    -webkit-animation: mymove 0.5s 1; /*Safari and Chrome*/
}
@keyframes mymove {
    from {
        right: 0px;
    }

    to {
        right: -350px;
    }
}

@-webkit-keyframes mymove {
    from {
        right: 0px;
    }

    to {
        right: -350px;
    }
}
.win10_command_center {
    position: fixed;
    right: 0;
    top: 50px;
    bottom: 0px;
    width: 350px;
    background-color: rgba(19, 23, 28, 0.8);
    height: calc(100%);
    transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
    color: white;
    box-sizing: border-box;
    z-index: 2001;
    /*background-color: rgb(50, 50, 50);
    opacity: 0.8;*/
}

.win10_command_center.hidden_right {
    right: -350px;
    display:none;
}

.win10_command_center > .title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 10px;
    transition: background-color 0.5s;
}
.win10_command_center .msgs{
    position: absolute;
    top:85px;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom:20px;
    /*padding: 10px;*/
}

    .win10_command_center .msgs .msg {
        /*width: calc(100%);*/
        min-height: 40px;
        padding: 10px;
        margin-top: 4px;
        transition: background-color 0.5s;
        position: relative;
        margin: 0px 5px;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.19);
        margin-top: 10px;
        transition: all 0.5s;
    }
.win10_command_center .msgs .msg .win10_btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #c7c7c7;
    background-color: #2c2e2f;
    -webkit-flex: 1; 
    flex: 1; 
    margin:5px 5px;
}
.win10_command_center .msgs .msg.animated{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.win10_command_center .msgs .msg .msg_btn{
    text-align: center;
    display: -webkit-box; 
    display: -webkit-flex;
    display: flex;
}

.win10_command_center .msgs .msg:hover{
    cursor: default;
    background-color: rgba(255, 255, 255, 0.19);
}
.win10_command_center .msgs .msg:hover .title{
    color: white;
}

.win10_command_center .msgs .msg:hover .win10_btn{
    color: white;
}


.win10_command_center .msgs .msg:hover>.btn_close_msg{
    color: grey;
}

.win10_command_center .msgs .msg:hover>.content{
    color: #f3f3f3;
}

.win10_command_center .msgs .msg>.title{
    color: #c7c7c7;
    font-size: 14px;
    line-height: 28px;
}

    .win10_command_center .msgs .msg .btn_close_msg {
        cursor: pointer;
        padding: 3px;
        position: absolute;
        top: 16px;
        right: -22px;
        font-size: 20px;
        line-height: inherit;
        transition: all 0.2s;
        width: 15px;
        height: 15px;
        background-image: url("/Images/trash.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }
.win10_command_center .msgs .msg:hover .btn_close_msg {
    right: 11px;
}
.win10_command_center .msgs .msg>.content{
    font-size: 12px;
    color: #9b9b9b;
    padding-bottom: 5px;
    word-wrap: break-word;
    margin:5px 0px;
}
.win10_btn_group_right .win10_btn_command{
    font-size: 20px;
}
.win10_btn_command .msgNof{
    position: fixed;
    right: 0;
    bottom: 20px;
    border: 1px solid red;
    background-color: red;
    color: white;
    border-radius: 3px;
}
.win10_btn_command_center_clean_all{
    color: white;
    text-align: right;
    font-size:12px;
    float: right;
    margin-top:50px;
    margin-right:20px;
    transition: color 0.5s;
}
.win10_btn_command_center_clean_Title {
    font-size: 20px;
    font-weight: bold;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.win10_btn_command_center_clean_all:hover{
    cursor: pointer;
    color:white;
}
.shadow-hover:hover {
    box-shadow: rgba(48, 94, 122, 0.35) 0px 0px 10px 2px
}
/*背景*/
.win10_background_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: #00000040;
}
/*消息预览框*/
 .msg-attention {
    margin: 5px;
    padding: 12px;
    height: 140px;
    min-width: 270px;
    overflow: hidden;
    position: fixed;
    z-index: 19930004;
    right: 0;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.53);
}

 .msg-attention .title {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #000000;
    margin:10px 10px;
}

 .msg-attention .content {
    font-size: 12px;
    line-height: 18px;
    /*color: grey;*/
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #161616;
    margin:5px 10px;
}
 .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.3s;

}

.win10_command_center::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}

.win10_command_center::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: #d3d3d3;
}

.win10_command_center::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 10px;
    background: #5b5e61;
}