@charset "utf-8";

body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
em,
ul,
li {
    font-family: "Microsoft YaHei", "微软雅黑", PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

html {
    height: 100%;
}

/*去除ul中li左边的圆点*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

/* 单点登录 */
        /* 头部样式 */
        .smecaxHeader {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            background: #404040;
            font-size: 16px;
            color: #444;
            position: relative;
            z-index: 10000;
        }

        .smecaxHeader>ul {
            margin-bottom: 0px;
        }

        .smecaxHeaderLogo {
            height: 46px;
            position: absolute;
            left: 30px;
            top: 0px;
        }

        .smecaxHeaderLogo img {
            height: 100%;
        }

        .smecaxHeaderNav {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .smecaxHeaderNav li {
            height: 46px;
            display: flex;
            align-items: center;
            color: #fff;
            margin-right: 45px;
            cursor: pointer;
        }

        .smecaxHeaderNav li:hover {
            color: #00a4ff;
        }

        .smecaxHeaderNav li.headerNavActive {
            color: #00a4ff;
        }

        .smecaxCenter {
            display: none;
            position: relative;
            z-index: 1;
        }
        
                

        /* 单点登录 */
        .msgs::-webkit-scrollbar {
            display: none;
            /* Chrome Safari */
        }

        .layui-layer-tips {
            min-width: 100px;
            left: 1182.73px;
        }

        .layui-layer-tips .layui-layer-content {
            height: auto !important;
        }

        .not-top {
            margin-top: 24px !important;
        }

        .notice-badge {
            font-size: 5px;
            font-weight: bold;
            padding: 2px 4px;
            position: absolute;

        }

        .badge-warning {
            color: #1f2d3d;
            background-color: #ffc107;
        }

        .badge {
            display: inline-block;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

        .enableHide {
            opacity: 1;
            border: 1px dashed #fff;
        }

        .hide-app {
            position: absolute;
            top: 24px;
            left: 40%;
            height: auto;
            z-index: 1100;
        }

        .hide-app>.app-panel {
            height: 150px;
            resize: both;
            overflow: auto;
            border-radius: 5px;
            background-color: rgba(51, 51, 51, 0.5);
            /* background-color:#333333; */
            /* box-shadow: 0 0 1px 1px #a7d9e3, 0 0 1px 1px #313131; */
            /* text-shadow: 0 0 1px #313131; */
            border: 1px solid rgba(102, 102, 102, 0);
            transition: width .3s;
        }

        .hide-app>* {
            float: left;
        }

        /* .hide-app::before,
        .hide-app::after {
            display: block;
            content: "";
            clear: all;
        } */
        .hide-app .button {
            border-radius: 5px;
            height: 30px;
            width: 50px;
            /* background-color: rgba(57, 151, 228, 0.2); */
            /* border: 0px solid whitesmoke; */
            z-index: 1100;
            color: white;
            background-color: rgba(51, 51, 51, 0.5);
            border: 1px solid rgba(102, 102, 102, 0);
        }

        .hide-h1 {
            width: 30px;
            height: 150px;
            line-height: 30px;
            text-align: center;
            margin: 0px 0px;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
        }

        .hide-h1>i {
            display: block;
            height: 30px;
            width: 30px;
            line-height: 30px;
        }

        .hide-h1:hover {
            color: #409EFF;
        }

        .hide-dock {
            position: absolute;
            right: 5px;
            bottom: 170px;
            border-radius: 5px;
            position: absolute;
            height: 30px;
            width: 30px;
            background-color: rgba(57, 151, 228, 0.2);
            box-shadow: 0 0 1px 1px #a7d9e3, 0 0 1px 1px #313131;
            text-shadow: 0 0 1px #313131;
            padding: 0 0px;
            z-index: 1100;
            color: #fff;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
        }

        .hide-dock[is-hide="true"] {
            color: #409EFF;
        }

        .app-panel>.panel-title {
            width: 100%;
            height: 30px;
        }

        .app-panel>.panel-body {
            width: calc(100% - 5px);
            height: 110px;
            margin: 5px 0px;
            overflow: auto;
        }

        .app-panel>.panel-body::before {
            clear: all;
            display: block;
            content: "";
        }

        .app-panel>.panel-body::after {
            clear: all;
            display: block;
            content: "";
        }

        .app-panel>.panel-body>div {
            position: relative;
            float: left;
            width: 50px;
            height: 50px;
            border: 1px solid rgba(255, 255, 255, 0.247);
            margin-top: 3px;
            margin-bottom: 3px;
            margin-left: 5px;
            border-radius: 3px;
            overflow: hidden;
        }

        .panel-app>img {
            width: 100%;
            height: 100%;
        }

        .panel-app>i {
            position: absolute;
            height: 15px;
            width: 15px;
            line-height: 15px;
            text-align: center;
            border-radius: 3px;
            top: 0px;
            right: 0px;
            background-color: #F56C6C;
            color: #fff;
            display: none;
        }

        .alarm-layer {
            max-height: none !important;
            height: 300px !important;
        }

        .alarm-panel {
            overflow: hidden;
            font-size: 14px;
        }

        .alarm-panel::before,
        .alarm-panel::after {
            content: "";
            display: block;
            clear: both;
        }

        .alarm-panel>* {
            /* height: 100%; */
        }

        .alarm-panel>.alarm-icon {
            width: 60px;
            position: absolute;
            top: 0px;
            bottom: 0px;
            font-size: 64px;
            line-height: 280px;
            /* height: 300px; */
            width: 100%;
            text-align: center;
            z-index: 100;
        }

        .alarm-panel>.alarm-icon i {
            color: rgba(230, 162, 60, 0.411);
        }

        .alarm-panel>.alarm-content {
            width: 100%;
            box-sizing: border-box;
            position: absolute;
            top: 30px;
            bottom: 0px;
            overflow-y: auto;
            word-break: break-all;
            padding: 16px 16px;
            z-index: 200;
            overflow: auto;
        }

        .alarm-panel>.alarm-content>p {
            margin: 0px 0px;
            line-height: 24px;
        }

        .alarm-panel>.muti-close {
            display: none;
            position: absolute;
            top: 0px;
            right: 30px;
            height: 30px;
            z-index: 999;
        }

        .alarm-panel>.muti-close>a {
            display: block;
            height: 14px;
            line-height: 14px;
            font-size: 12px;
            color: #fff;
            margin-top: 8px;
            margin-right: 0px;
            background-color: #FF6057;
            opacity: .7;
            border-radius: 8px;
            padding: 0px 4px;
            transition: color .3s;
        }

        .alarm-panel>.muti-close>a>i {
            /* font-size: 0.9em; */
            margin-left: 2px;
            line-height: 14px;
            vertical-align: top;
            display: none;
            cursor: pointer;
            display: inline-block;
        }

        .hide-menu {
            display: none;
        }

        .side-bar {
            width: 30px;
            position: fixed;
            /* bottom: 220px; */
            top: 50%;
            transform: translateY(-50%);
            right: 25px;
            line-height: 0;
            z-index: 100;
            
        }

        .side-bar .icon-jishuling {
            /* background-position: 0 -62px; */
            text-align: center;
            color: white;
        }

        .side-bar a {
            width: 50px;
            height: 50px;
            display: inline-block;
            /* background-color: rgb(92, 122, 118); */
            margin-bottom: 2px;
        }

        .side-bar a:hover {
            /* background-color: #669fdd; */
            scale: 1.1;
            transition: .5s;
        }

        .imgcode {
            top: 3px;
            width: 25px;
            height: 25px;
            position: relative;
        }

        .textcode {
            top: 16px;
            color: white;
            font-size: 9px;
            position: relative;
        }

        .side-bar .icon-chat {
            /* background-position: 0 -130px; */
            position: relative;
            text-align: center;
        }

        .chat-tips {
            padding: 20px;
            border: 1px solid #d1d2d6;
            position: absolute;
            right: 78px;
            top: -55px;
            background-color: #fff;
            display: none;
        }

        #rechargeTip {
            padding: 15px;
            position: fixed;
            right: -1px;
            margin-right: 60px;
            margin-top: 20px;
            border-radius: 55px;
            display: none;
        }

        .side-bar .icon-chat:hover .chat-tips {
            display: block;
        }

        .remoteDesktop {
            z-index: 600 !important;
            height: 80% !important;
            width: 100% !important;
            top: 0 !important;
            left: 0 !important
        }

        .remoteDesktop>.layui-layer-content {
            height: 100% !important;
        }

        .remoteDesktop>.layui-layer-content>iframe {
            height: 100% !important;
        }

        .notice-show-num {
            color: white;
            position: absolute;
            background-color: #f70103;
            display: inline-block;
            border-radius: 15px;
            height: 15px;
            left: 35px;
            line-height: 15px;
            /*min-width: 15px;
            padding-left: 2px;*/
        }

        .side-bar {
            width: 30px;
            position: fixed;
            /* bottom: 170px; */
            right: 44px;
            line-height: 0;
            z-index: 100;
        }

        .side-bar .icon-jishuling {
            /* background-position: 0 -62px; */
            text-align: center;
            color: white;
        }

        .side-bar a {
            width: 60px;
            height: 60px;
            display: inline-block;
            /* background-color: rgb(92, 122, 118); */
            /* margin-bottom: 2px; */
        }

        .side-bar a:hover {
            /* background-color: #669fdd; */
            scale: 1.1;
        }

        .imgcode {
            top: 6px;
            width: 25px;
            height: 25px;
            position: relative;
        }

        /* .textcode {
            top: 14px;
            color: white;
            font-size: 0.5px;
            position: relative;
        } */

        .side-bar .icon-chat {
            /* background-position: 0 -130px; */
            position: relative;
            text-align: center;
        }

        .chat-tips {
            padding: 20px;
            border: 1px solid #d1d2d6;
            position: absolute;
            right: 78px;
            top: -55px;
            background-color: #fff;
            display: none;
        }

        .side-bar .icon-chat:hover .chat-tips {
            display: block;
        }

        .remoteDesktop {
            z-index: 600 !important;
            height: 100% !important;
            width: 100% !important;
            top: 0 !important;
            left: 0 !important
        }

        .remoteDesktop>.layui-layer-content {
            height: 100% !important;
        }

        .remoteDesktop>.layui-layer-content>iframe {
            height: 100% !important;
        }

        .head-float {
            color: rgb(203, 250, 253);
            width: 150px;
            font-size: 13px;
            position: fixed;
            bottom: 220px;
            right: 25px;
            top: 60px;
            /* line-height: 30px; */
            z-index: 100;
            background-color: #fff;
            height: 40px;
            text-align: left;
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.8);
            display: none;
        }

        .layerTips .layui-layer-setwin a {
            /* left: 100px; */
            /* opacity: 0; */
            display: none;
        }

        .tipBox-container{
            background-color: rgba(255, 255, 255, 0.1);
            width: 100%;
            height: 100%;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 99999999;
            display: none;
        }
        .tipBox {
            width: 300px;
            position: absolute;
            z-index: 9999999999;
            background-color: #fff;
            border-radius: 15px;
            text-align: center;
            padding: 0 10px;
            padding-bottom: 10px;
            box-shadow: 2px 0px 6px gray;
        }

        .tipBox .title {
            font-size: 16px;
            font-weight: bold;
            line-height: 0;
            margin-top: 35px;
        }

        .tipBox .txt {
            font-size: 14px;
            font-weight: bold;
            text-align: left;
        }

        .tipBox .links {
            padding: 0 10px;
            margin-top: 10px;
        }

        .tipBox img {
            position: absolute;
            width: 110px;
            height: 50px;
            top: -56px;
            right: -81px;
            transform: rotate(-50deg);
        }
        .tipBox .logo{
            width: 70px;
            height: 70px;
            top: -25px;
            left: -20px;
            transform: none;
        }

        .person1 {
            right: 118px;
            top: 93px;
            /* display: none; */
        }

        .person2 {
            right: 244px;
            top: 134px;
            display: none;
        }

        .software1 {
            /* left: 180px; */
            left: 50%;
            transform: translateX(-500px);
            bottom: 140px;
            display: none;
        }

        .software1 img {
            top: 129px;
            right: -62px;
            transform: rotate(75deg);
        }

        .software2 {
            /* left: 230px; */
            left: 50%;
            transform: translateX(-450px);
            bottom: 140px;
            display: none;
        }

        .software2 img {
            top: 129px;
            right: -62px;
            transform: rotate(75deg);
        }

        .software3 {
            /* left: 290px; */
            left: 50%;
            transform: translateX(-390px);
            bottom: 140px;
            display: none;
        }

        .software3 img {
            top: 129px;
            right: -62px;
            transform: rotate(75deg);
        }

        .software4 {
            /* left: 390px; */
            left: 50%;
            transform: translateX(-290px);
            bottom: 140px;
            display: none;
        }

        .software4 img {
            top: 148px;
            right: -63px;
            transform: rotate(75deg);
        }

        .software5 {
            /* left: 450px; */
            left: 50%;
            transform: translateX(-230px);
            bottom: 140px;
            display: none;
        }

        .software5 img {
            top: 148px;
            right: -63px;
            transform: rotate(75deg);
        }

        .software6 {
            /* left: 510px; */
            left: 50%;
            transform: translateX(-170px);
            bottom: 140px;
            display: none;
        }

        .software6 img {
            top: 148px;
            right: -63px;
            transform: rotate(75deg);
        }

        .rights1 {
            right: 244px;
            top: 106px;
            display: none;
        }

        .rights2 {
            /* left: 50px;
            bottom: 162px; */
            left: 50%;
            bottom: 50%;
            transform: translate(-655px,224px);
            display: none;
        }

        .price1 {
            right: 244px;
            top: 284px;
            display: none;
        }

        .price2 {
            /* right: 122px;
            top: 143px; */
            left: 50%;
            top: 50%;
            transform: translate(341px,-292px);
            display: none;
        }

        .price2 img {
            width: 154px;
            height: 50px;
            top: 64px;
            left: -124px;
            transform: rotate(141deg);
        }

        .storage1 {
            right: 244px;
            top: 234px;
            display: none;
        }

        .storage2 {
            /* right: 89px;
            top: 120px; */
            right: 50%;
            top: 50%;
            transform: translate(600px,-300px);
            display: none;
        }

        .storage2 img {
            width: 154px;
            height: 50px;
            top: 64px;
            left: -124px;
            transform: rotate(141deg);
        }

        .sidebar1 {
            right: 175px;
            /* top: 180px; */
            top: 50%;
            transform: translateY(-140px);
            display: none;
        }

        .sidebar1 img {
            top: -9px;
            right: -102px;
            transform: rotate(0);
        }

        .sidebar2 {
            right: 175px;
            /* top: 255px; */
            top: 50%;
            transform: translateY(-80px);
            display: none;
        }

        .sidebar2 img {
            top: -9px;
            right: -102px;
            transform: rotate(0);
        }

        .sidebar3 {
            right: 175px;
            /* top: 330px; */
            top: 50%;
            transform: translateY(-18px);
            display: none;
        }

        .sidebar3 img {
            top: -9px;
            right: -102px;
            transform: rotate(0);
        }

        .sidebar4 {
            right: 175px;
            /* top: 405px; */
            top: 50%;
            transform: translateY(45px);
            display: none;
        }

        .sidebar4 img {
            top: -9px;
            right: -102px;
            transform: rotate(0);
        }

        .sidebar5 {
            right: 175px;
            /* top: 480px; */
            top: 50%;
            transform: translateY(107px);
            display: none;
        }

        .sidebar5 img {
            top: -9px;
            right: -102px;
            transform: rotate(0);
        }



        /* .layerTips{
            display: none;
        } */



#win10 * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#win10-login {
    background: black no-repeat fixed;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

#win10 {
    width: 100%;
    height: 100%;
    background: black no-repeat fixed;
    background-size: 100% 100%;
    position: relative;
}

#win10 .blur {
    -webkit-filter: blur(0px);
    /* Chrome, Opera */
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=8, MakeShadow=false);
    transition: filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: -moz-filter 0.3s;
    transition: -ms-filter 0.3s;
}

#win10 .desktop .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -999;
    transform: scale3d(1, 1, 1);
    background-size: 100% 100%;
    background-position: center center;
}

#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 hr {
    height: 0px;
    border-top: 1px solid #999;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

#win10 .desktop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}


#win10_task_bar {
    width: 100%;
    position: fixed;
    top: 0;
    height: 24px;
    line-height: 24px;
    /* IE9+ */
    background-color: rgba(33, 33, 33, 0.5);
    border: solid;
    border-width: 1px;
    border-color: rgb(66, 66, 66);
    /* IE6-IE8 */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#68FFFFFF, endColorStr=#68FFFFFF);
    z-index: 19930813;
}

#win10 .btn_group {
    height: 100%;
}

#win10 .btn_group .btn {
    float: left;
    color: rgb(255, 255, 255);
    /*font-weight:bold;*/
    text-align: center;
    height: 100%;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: background-color 0.3s;
}


#win10 .btn_group .btn:hover {
    color: white;
    background-color: rgba(49, 156, 241, 0.71);
    cursor: pointer;
}

#win10_btn_group_left {
    float: left;
    overflow: auto;
    max-width: 200px;
    padding-left: 0.5%;
}

#win10_btn_group_middle {
    overflow: auto;
    display: inline-block;
}


#win10_btn_group_middle .btn_title {
    /* width: 100%; */
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin: 0 auto;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}

#win10_btn_group_middle::-webkit-scrollbar {
    width: 2px;
}

#win10_btn_group_middle::-webkit-scrollbar-track {
    background-color: #808080;
}

#win10_btn_group_middle::-webkit-scrollbar-thumb {
    background-color: rgba(30, 39, 34, 0.41);
}

#win10_btn_group_right {
    float: right;
    max-width: 400px;
    overflow: auto;
}

#win10_btn_group_left .btn,
#win10_btn_group_middle .btn {
    height: 100%;
    width: 35px;
    overflow: hidden;
    font-size: 12px;
}

#win10_btn_group_right .btn {
    height: 100%;
    min-width: 4px;
    padding: 0 10px;
    font-size: 12px;
}

#win10_btn_show_desktop {
    border-left: grey 1px solid;
    width: 4px;
    margin-left: 3px;
    padding: 0 !important
}

#win10_btn_time {
    font-size: 14px;
    /*line-height: 30px !important  */
}

#win10-menu,
#win10-source,
#win10-ug {
    position: fixed;
    top: 24px;
    left: 0.5rem;
    background-color: rgba(255, 255, 255, 0.75);
    height: auto;
    width: 12rem;
    max-width: 880px;
    overflow: auto;
    z-index: 1000;
    overflow-y: hidden;
    transition: bottom 0.5s;
    border-radius: 0 0 3px 3px;
}

#win10-coupons{
    position: fixed;
    top: 24px;
    left: 0rem;
    height: auto;
    background-color: #fff;
    width: 14rem;
    max-width: 880px;
    overflow: auto;
    z-index: 1000;
    overflow-y: hidden;
    transition: bottom 0.5s;
    border-radius: 0 0 3px 3px;
    text-align: center;
}
#win10-coupons img{
    border:1px solid pink;
    width: 150px;
    height: 100px;
}
#win10-coupons .txt{
    color: gray;
    font-size: 12px;
}
#win10-coupons .btn{
    color: green;
    font-size: 18px;
    cursor: pointer;
}

#win10-coupons.hidden,
#win10-menu.hidden,
#win10-source.hidden,
#win10-ug.hidden {
    top: -70%;
}

#win10-menu .list::-webkit-scrollbar,
#win10_command_center::-webkit-scrollbar,
#win10-source .list::-webkit-scrollbar,
#win10_command_center::-webkit-scrollbar,
#win10-ug .list::-webkit-scrollbar,
#win10_command_center::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#win10-menu .list::-webkit-scrollbar-track,
#win10_command_center::-webkit-scrollbar-track,
#win10-source .list::-webkit-scrollbar-track,
#win10_command_center::-webkit-scrollbar-track,
#win10-ug .list::-webkit-scrollbar-track,
#win10_command_center::-webkit-scrollbar-track {
    background-color: rgba(74, 84, 78, 0.41);
}

#win10-menu .list::-webkit-scrollbar-thumb,
#win10_command_center::-webkit-scrollbar-thumb,
#win10-source .list::-webkit-scrollbar-thumb,
#win10_command_center::-webkit-scrollbar-thumb #win10-ug .list::-webkit-scrollbar-thumb,
#win10_command_center::-webkit-scrollbar-thumb {
    background-color: #6a6a6a;
}

#win10-menu .list,
#win10-source .list,
#win10-ug .list {
    float: left;
    width: 180px;
    height: 100%;
    overflow: auto;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

#win10-menu .list,
#win10-source .list,
#win10-ug .list {
    width: 100%;
    padding: 0;
    padding-top: 5px;
    font-size: 12px;
    height: 100%;
}

#win10-menu .list .item.has-sub-down::after,
#win10-source .list .item.has-sub-down::after,
#win10-ug .list .item.has-sub-down::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    line-height: inherit;
    float: right;
}

#win10-menu .list .item.has-sub-up::after,
#win10-source .list .item.has-sub-up::after,
#win10-ug .list .item.has-sub-up::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f106";
    line-height: inherit;
    float: right;
}

#win10-menu .list .item,
.sub-item,
#win10-source .list .item,
.sub-item,
#win10-ug .list .item,
.sub-item {
    color: #333;
    margin: 1px 0;
    line-height: 2em;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: background-color 0.3s;
    position: relative;
    width: calc(100% - 20px);
}

#win10-menu .list .item>.icon,
#win10-menu .list .sub-item>.icon,
.sub-item>.icon,
#win10-source .list .item>.icon,
#win10-source .list .sub-item>.icon,
.sub-item>.icon,
#win10-ug .list .item>.icon,
#win10-ug .list .sub-item>.icon,
.sub-item>.icon {
    line-height: 2em;
    font-size: 1.2em;
    float: left;
    margin-right: 0.5em;
    /*width: 36px;*/
    position: relative;
    /*top:2px;*/

}

#win10-menu .list .sub-item,
#win10-source .list .sub-item,
#win10-ug .list .sub-item {
    padding-left: 30px;
    width: calc(100% - 40px);
}

#win10-menu .list .item:hover,
.sub-item:hover,
#win10-source .list .item:hover,
.sub-item:hover,
#win10-ug .list .item:hover,
.sub-item:hover {
    background-color: rgba(49, 156, 241, 0.71);
    cursor: pointer;
}


#win10-menu-switcher,
#win10-source-switcher,
#win10-ug-switcher {
    position: absolute;
    height: 100%;
    border-left: 1px solid grey;
    top: 0;
    right: 0;
    display: none;
    width: 30px;
    cursor: pointer;
}

#win10-menu-switcher:active,
#win10-source-switcher:active,
#win10-ug-switcher:active {
    background-color: rgba(92, 109, 92, 0.81);
}

#win10-menu .menu_group,
#win10-source .source_group,
#win10-ug .ug_group {
    float: left;
    width: 300px;
    color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#win10-menu .menu_group .title,
#win10-source .source_group .title,
#win10-ug .ug_group .title {
    padding: 5px;
    padding-top: 12px;
    font-size: 13px;
}

#win10-menu .menu_group:hover .title::after,
#win10-source .source_group:hover .title::after,
#win10-ug .ug_group:hover .title::after {
    font: normal normal normal 14px/1 FontAwesome;
    /* content:"\f0c9";
   */
    line-height: inherit;
    float: right;
    margin-right: 17px;
    color: grey;
}

#win10 #win10-shortcuts {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

#win10 #win10-shortcuts.shortcuts-hidden .shortcut {
    display: none
}

#win10 #win10-shortcuts .shortcut {
    width: 80px;
    overflow: visible;
    word-wrap: break-word;
    cursor: pointer;
    padding: 0;
    position: absolute;
    transition: all 0.5s;
}

#win10 #win10-shortcuts .shortcut[name="mouseMoveDemo"] {
    transition: none;
}

#win10 #win10-shortcuts .shortcut:hover {
    background-color: rgba(255, 255, 255, 0.11);
}

#win10 #win10-shortcuts .shortcut[name="mouseMoveDemo"]:hover {
    background-color: transparent;
}

#win10 #win10-shortcuts .shortcut>.icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    color: white;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 37px;
    line-height: 50px;
}

#win10-shortcuts .shortcut .title {
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
}

#win10_command_center {
    position: fixed;
    right: 0;
    top: 25px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.7);
    height: calc(100% - 25px);
    transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
    color: #333;
    box-sizing: border-box;
    z-index: 1000;
}

#win10_command_center.hidden_right {
    right: -300px;
}

#win10_command_center>.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 10px;
    transition: background-color 0.5s;
}

#win10_command_center>.title:hover {
    background-color: rgba(255, 255, 255, 0.19);
}


#win10_command_center .command-header {
    height: 50px;
    text-align: center;
    border-bottom: 1px outset;
}

#win10_command_center .command-header .item {
    width: 45%;
    height: 20px;
    margin: 10px 0;
    display: inline-block;
    font-size: 14px;
    color: #eaeaea;
    background-color: rgba(121, 121, 121, 0.5);
}

#win10_command_center .command-header .title {
    width: 45%;
    height: 20px;
    margin: 15px 0;
    display: inline-block;
    font-size: 14px;
    color: #eaeaea;
    background-color: rgba(121, 121, 121, 0.5);
    border-radius: 2px;
}


/*#win10_command_center .command-header div:hover {*/
/*    cursor: pointer;*/
/*}*/

#win10_command_center .command-header div.active {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}

#win10_command_center .command-header div .icon {
    font-size: 15px;
    padding: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
}

#win10_command_center .command-body {
    position: relative;
    height: calc(100% - 70px);
    overflow-y: auto;
}

#win10_command_center .command-body .command-body-calendar {
    margin: 15px 0;
}

#win10_command_center .command-body .command-body-calendar .command-body-calendar-date {
    padding: 0 33px;
    color: #585858;
}

#win10_command_center .command-body .command-body-calendar .normal-date {
    font-size: 30px;
}

#win10_command_center .command-body .notice {
    width: 100%;
    margin: 5px 0;
}

#win10_command_center .command-body .notice .notice-header {
    background-color: rgba(255, 255, 255, 0.8);
    height: 25px;
    border-radius: 5px 5px 0 0;
    line-height: 25px;
}

#win10_command_center .command-body .notice-header-icon {
    margin: 2px 5px;
    vertical-align: middle;
}

#win10_command_center .command-body .notice-header-icon>img {
    width: 15px;
    height: 15px;
}

#win10_command_center .command-body .notice-header-icon>i {
    line-height: 15px;
}

#win10_command_center .command-body .notice-header-title {
    font-size: 10px;
    margin: 0 5px;
    vertical-align: middle;
}

#win10_command_center .command-body .notice .notice-body {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 5px 5px;
}


#win10_command_center .command-body .notice .weather-item {
    height: 50px;
}

#win10_command_center .command-body .notice .weather-item div {
    display: inline-block;
    text-align: center;
}

#win10_command_center .command-body .notice .weather-city {
    float: left;
}

#win10_command_center .command-body .notice .weather-city .weather-city-time {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    margin: 5px 0 2px 10px;
    color: #868585;
}

#win10_command_center .command-body .notice .weather-city .weather-city-text {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-align: left;
    margin: 0 0 5px 10px;
}

#win10_command_center .command-body .notice .weather-type {
    position: absolute;
    right: 70px;
}

#win10_command_center .command-body .notice .weather-type img {
    width: 30px;
    margin: 5px;
}

#win10_command_center .command-body .notice .weather-temperature {
    float: right;
    font-size: 35px;
    font-weight: 200;
    margin-right: 10px;
}

#win10_command_center .command-body .notice .notice-header,
.notice .notice-body {
    width: 95%;
    margin: 0 auto;
}

#win10_command_center .command-body .notice .notice-header .notice-header-icon img {
    width: 15px;
    height: 15px;
}

#win10_btn_group_right #win10_btn_command {
    font-size: 14px;
}

#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: #777;
    text-align: right;
    font-size: 12px;
    float: right;
    margin-top: 40px;
    margin-right: 24px;
    transition: color 0.5s;
}

#win10_btn_command_center_clean_all:hover {
    cursor: pointer;
    color: #333;
}

#win10_command_center .msgs {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
    /*padding: 10px;*/
}

#win10_command_center .btn_close_msg {
    line-height: inherit;
    transition: color 0.5s;
}

#win10_command_center .msgs .msg {
    width: calc(100% - 20px);
    min-height: 40px;
    padding: 10px;
    transition: background-color 0.5s;
    position: relative;
}

#win10_command_center .msgs .msg.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

#win10_command_center .command-body .notice:hover .notice-body {
    color: #333;
}

#win10_command_center .command-body .notice:hover>.notice-header .btn_close_msg {
    color: grey;
}

#win10_command_center .msgs .msg>.title {
    color: #777;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    word-break: break-all;
}

#win10_command_center .command-body .notice .notice-header>.btn_close_msg {
    cursor: pointer;
    color: transparent;
    margin-right: 8px;
    font-size: 15px;
    display: block;
    float: right;
}

#win10_command_center .msgs .msg>.btn_close_msg:hover {
    color: white;
}

#win10_command_center .msgs .msg>.content {
    font-size: 12px;
    color: #777;
    padding-bottom: 5px;
}

#win10_btn_group_middle .btn.active {
    background: rgba(255, 255, 255, 0.6);
}

#win10_btn_group_middle .btn:hover {
    cursor: pointer;
}

.win10-new-msg {
    /*繁华年间许你一世安宁提供*/
    background-color: transparent;
    /* border: 1px solid #323232; */
    border: #f0f6f6 solid 1px !important;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.win10-open-iframe {
    /*繁华年间许你一世安宁提供*/
    background-color: transparent;
    /* border: 1px solid #323232; */
    border: #f0f6f6 solid 1px !important;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.win10-open-iframe .layui-layer-content {
    background-color: white;
    max-height: calc(100% - 24px);
}

.win10-open-iframe .layui-layer-title {
    box-sizing: border-box;
    background: rgba(250, 250, 250, 0.9);
    padding-left: 8px;
    border-radius: 4px 4px 0px 0px;
    color: #333;
    text-align: left;
}

.win10-open-iframe.hide {
    display: none;
}

.win10-btn_refresh {
    float: right;
}

#win10 .img-loader {
    display: none;
}


.win10-open-iframe .layui-layer-min cite {
    display: none;
}

.win10-open-iframe .layui-layer-max:hover {
    background-image: none
}

.win10-open-iframe .layui-layer-max,
.layui-layer-maxmin {
    background: none
}

.win10-open-iframe .layui-layer-min,
.layui-layer-close,
.layui-layer-max {
    text-decoration: none;
}

.win10-btn-refresh,
.win10-btn-change-url,
.win10-btn-refresh:hover,
.win10-btn-change-url:hover {
    text-decoration: none;
}

.win10-open-iframe .win10-btn-refresh::before,
.win10-btn-change-url::before {
    content: "\f192";
    color: #029FFF;
    font: normal normal normal 16px/1 FontAwesome;
}

.win10-open-iframe .win10-btn-refresh:hover::before,
.win10-btn-change-url:hover::before {
    content: "\f192";
    color: #96c8e7;
    font: normal normal normal 16px/1 FontAwesome;
}

.win10-open-iframe .layui-layer-max::before {
    content: "\f055";
    color: #FFBD2E;
    font: normal normal normal 16px/1 FontAwesome;
}

.win10-open-iframe .layui-layer-max:hover::before {
    content: "\f055";
    color: #fdd98b;
    font: normal normal normal 16px/1 FontAwesome;
}

.win10-open-iframe .layui-layer-min::before {
    content: "\f056";
    color: #28CA40;
    font: normal normal normal 16px/1 FontAwesome;
}

.win10-open-iframe .layui-layer-min:hover::before {
    content: "\f056";
    color: #39ee54;
    font: normal normal normal 16px/1 FontAwesome;
}

.win10-open-iframe .layui-layer-close::before {
    content: "\f057";
    color: #FF6057;
    font: normal normal normal 16px/1 FontAwesome;
}

/*右键菜单*/
#win10 .win10-context-menu {
    left: 0;
    top: 0;
    position: fixed;
    width: 150px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.75);
    border: #CCC 1px solid;
    display: block;
    border-radius: 5px;
    z-index: 99999999;
}

#win10 .win10-context-menu ul {
    margin: 0px;
    padding: 0px;
}

#win10 .win10-context-menu ul li {
    transition: background-color 0.5s;
    cursor: default;
    padding: 0px 1em;
    list-style: none;
    line-height: 30px;
    height: 30px;
    margin: 3px 0;
    font-size: 13px;
}

#win10 .win10-context-menu ul li:hover {
    background-color: rgba(49, 156, 241, 0.71);
    cursor: pointer;
}

#win10 .win10-context-menu ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    color: #333;
    outline: none;
}

#win10 .win10-context-menu ul hr {
    margin: 0;
    height: 0px;
    border: 0px;
    border-bottom: rgba(233, 233, 233) 1px solid;
    border-top: none
}

/*块级按钮*/
.win10-open-iframe .layui-layer-ico {
    background-image: none;
}

.win10-open-iframe .layui-layer-setwin {

    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 0;
    height: 30px;
    line-height: 30px;
}

.win10-open-iframe .layui-layer-setwin a {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    margin: 0px;
}

.win10-open-iframe .layui-layer-title {
    line-height: 30px;
    height: 30px;
}

.win10-open-iframe .layui-layer-title .icon,
#win10_btn_group_middle .btn_title .icon {
    font-size: 15px;
    padding: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
}

.win10-open-iframe .layui-layer-title img.icon,
#win10_btn_group_middle .btn_title img.icon {
    width: 20px;
    position: relative;
}

.win10-open-iframe .layui-layer-title img.icon {
    top: 3px;
}

#win10-menu>.list>.sub-item img.icon,
#win10-menu>.list>.item img.icon,
#win10-source>.list>.sub-item img.icon,
#win10-source>.list>.item img.icon,
#win10-ug>.list>.sub-item img.icon,
#win10-ug>.list>.item img.icon {
    /*width: 36px;*/
    /*height:36px;*/
    /*position: relative;*/
    /*top:2px ;*/

    font-size: 15px;
    padding: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: top;
}

/*桌面舞台样式*/
#win10-desktop-scene {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: transparent;
}

/*--------------尾部--------------------*/

.dock {
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0px;
    height: 0px;
    text-align: center;
    z-index: 1000;
    margin-left: 150px;
}

.dock-container {
    position: absolute;
    height: 80px;
    border-radius: 10px 10px 0 0;
    background-color: rgba(33, 33, 33, 0.29);
    /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    padding: 0 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    margin-left: -150px;
    bottom: 0;
}

.dock-container-tipBox{
    position: absolute;
    left: 0;
    top: 0;
}

.dock a.dock-item {
    display: block;
    font: bold 12px Arial, Helvetica, sans-serif;
    /* width: 50px; */
    max-width: 50px !important;
    /* min-width: 5px !important; */
    width: 50px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    bottom: 0px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
}

@media (max-width: 780px) {
    .dock a.dock-item {
        width: 30px !important;
        margin-left: 2px !important;
    }

    .dock .dock-container {
        width: 43% !important;
    }
}

@media (max-width: 550px) {
    .dock a.dock-item {
        width: 20px !important;
        margin-left: 0px !important;
    }

    .dock .dock-container {
        width: 30% !important;
    }
}

@media (max-width: 300px) {
    .dock a.dock-item {
        width: 10px !important;
        margin-left: 0px !important;
    }

    .dock .dock-container {
        width: 20% !important;
    }
}



.dock-item span {
    display: none;
    padding: 3px 0px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.45);
}

.dock-item span[cur-open="here"] {
    display: block;
    min-width: 50px;
    padding: 3px 2px;
}

.dock-item img {
    margin-top: 5px;
    border: none;
    width: 100%;
}

.winscpTip {
    /* width: 300px; */
    padding: 10px 10px;
    /*     
    overflow: visible;
    word-wrap:break-word; */
}

.winscpTip>h1 {
    margin: 6px 0px;
    font-size: 20px;
    line-height: 20px;
}

.winscpTip>div {
    display: block;
    margin: 6px 0px;
}

.winscpTip>div::before,
.winscpTip>div::after {
    display: block;
    content: "";
    clear: both;
}

.winscpTip>div>a {
    float: right;
    text-align: right;
    line-height: 20px;
}

/*各种颜色 具体效果见 https://www.kancloud.cn/qq85569256/xzui/350010*/
.win10-open-iframe .black-green,
#win10 .black-green {
    background: #009688 !important;
}

.win10-open-iframe .green,
#win10 .green {
    background: #5FB878 !important;
}

.win10-open-iframe .black,
#win10 .black {
    background: #393D49 !important;
}

.win10-open-iframe .blue,
#win10 .blue {
    background: #1E9FFF !important;
}

.win10-open-iframe .orange,
#win10 .orange {
    background: #F7B824 !important;
}

.win10-open-iframe .red,
#win10 .red {
    background: #FF5722 !important;
}

.win10-open-iframe .dark,
#win10 .dark {
    background: #2F4056 !important;
}

.win10-open-iframe .purple,
#win10 .purple {
    background: #b074e6 !important;
}

.side-bar .sidebarInfo{
    width: 200px;
    height: 308px;
    background-color: rgb(0, 59, 113);
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    text-align: left;
    padding-left: 40px;
    z-index: -1;    
    display: none;
}
.side-bar .arrow{
    width: 30px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.side-bar .arrow img{
    width: 100%;
    height: 100%;
}
.side-bar .sidebarInfo h3{
    margin-top: 20px;
}
.side-bar .sidebarInfo p{
    margin-bottom: 40px;
}
.side-bar .sidebarInfo img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.side-bar .icon-jishuling{
    background-image: url('../img/icon/shape.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.side-bar .icon-chat{
    background-image: url('../img/icon/shape.png');
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:768px) {

    #win10-menu,
    #win10-source,
    #win10-ug {
        width: 100%;
        top: 24px;
        left: 0;
        height: calc(100% - 25px);
        border-radius: 0 0 2px 2px;
    }

    #win10-menu.hidden,
    #win10-source.hidden,
    #win10-ug.hidden {
        top: calc(-100% + 25px);
    }

    #win10_command_center {
        top: 24px;
        width: 100%;
    }

    #win10_command_center.hidden_right {
        right: -100%;
    }

    .layui-layer-setwin .layui-layer-max {
        display: none;
    }

    #win10_btn_group_left .btn {
        height: 100%;
        width: 40px;
        overflow: hidden;
        font-size: 16px;
    }

    #win10_btn_group_right .btn {
        height: 100%;
        min-width: 4px;
        padding: 0 10px;
        font-size: 16px !important;
    }

    #win10_btn_show_desktop {
        border-left: grey 1px solid;
        width: 15px;
        margin-left: 3px;
        padding: 0 !important
    }

    #win10_btn_group_left {
        max-width: 100px;
    }

    #win10_btn_group_middle {
        width: calc(100% - 160px);
    }

    #win10_btn_group_middle .btn {
        padding: 0 3px;
    }

    #win10_btn_group_right {
        max-width: 150px;
    }

    #win10-menu .list,
    #win10-source .list,
    #win10-ug .list {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;

    }

    #win10-menu .menu_group,
    #win10-source .source_group,
    #win10-ug .ug_group {
        width: 90%;
        float: none;
        margin: 0 auto;
        clear: both;
    }

    #win10-menu .list .item,
    .sub-item,
    #win10-source .list .item,
    .sub-item,
    #win10-ug .list .item,
    .sub-item {
        width: calc(100% - 20px);
    }
    

    #win10_btn_time {
        display: none
    }

    #win10-menu-switcher,
    #win10-source-switcher,
    #win10-ug-switcher {
        display: none;
    }

    #win10-menu>.win10-menu-hidden,
    #win10-source>.win10-source-hidden,
    #win10-ug>.win10-ug-hidden {
        display: block;
    }

    #win10_btn_group_middle .btn_close {
        display: none;
    }

    .win10-open-iframe .layui-layer-setwin a {
        width: 32px;
    }

    .dock {
        width: 100%;
        height: 60px;
        border-radius: 0px;
    }

    .dock .dock-container {
        width: 100%;
        border-radius: 0px;
    }

    .dock a.dock-item {
        width: 100%;
        margin-left: 25px;
        float: left;
        position: static;
    }



}