.side-submenu-wrap {
    visibility: hidden;
    position: absolute;
    left: -1215px;
    opacity: 0;
    /* right: 145px; */
    top: 47px;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    padding-top: 22px;
    width: 950px;
    box-sizing: border-box;
    transition: left .3s ease-in-out,opacity .3s ease-in-out,visibility ease-in-out .3s,z-index ease-in-out 0.3s 0.5s;
    z-index: -1;
}
.system-change{
    visibility: hidden;
    position: absolute;
    left: -1215px;
    opacity: 0;
    /* right: 145px; */
    top: 47px;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    /*padding-left: 40px;*/
    padding-top: 12px;
    width: 736px;
    box-sizing: border-box;
    transition: left .3s ease-in-out,opacity .3s ease-in-out,visibility 0.3s ease-in-out,z-index ease-in-out 0.3s 0.5s,top 0.1s 0.3s ease-in-out;
    z-index: -1;
}
.skin-active-dui {
    display: inline-block;
    background-image: url(../res/images/icons/icons.png);
    background-position: -114px -72px;
    width: 12px;
    height: 9px;
    margin-top: 1px;
}
.system-change .search-box {
    width: 736px;
    border-bottom: 1px solid #ecf0f0;
    padding-right: 12px;
    padding-bottom: 10px;
    height: 40px;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
}
.side-submenu-wrap .search-box {
    width: 700px;
    border-bottom: 1px solid #cbced6;
    padding: 10px;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
}
.side-submenu-wrap .search-box.search-bottom{
    border-bottom: 1px solid #4b86fc;
}
.system-settings{
    font-size: 12px;
    padding-left: 12px;
    box-sizing: border-box;
    width: 115px;
    height: 28px;
    line-height: 28px;
    background-color: #e9f0ff;
    color: #4b86fc;
    border-radius: 3px;
    cursor: pointer;
}
.system-settings:hover{
    background-color: #dbe7fe;
}
.system-settings .svg-icon{
    fill: #4b86fc;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    vertical-align: -2px;
}
.system-settings-list{
    float: left;
    width: 139px;
    height: 119px;
    text-align: center;
    padding-top: 21px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;

}
.system-settings-list:hover{
    background-color: #f5f7f8;
}
.system-settings-list:hover .system-check{
    display: block;
}
.submenu-layout{
    padding: 20px;
    padding-right: 0;
}
.system-check{
    position: absolute;
    display: none;
    background-color: #fff;
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #4b86fc;
    top: 9px;
    right: 10px;
}
.system-title{
    display: block;
    font-size: 13px;
    margin-top: 11px;
}
.system-settings-list.active{
    background-color: #f5f7f8;
}
.system-settings-list.active .system-check{
    display: block;
    background-color: #4b86fc;
}
.submenu-layout {
    position: relative;
    height: -wbkit-calc(100% -10px);

    height: calc(100% - 81px);
}
.system-check .skin-active-dui{
    background-position: -116px -88px;
    width: 10px;
    height: 7px;
    vertical-align: 1px;
}
.system-menu{
    height: 100%;
}
.side-submenu-wrap .svg-icon {
    width: 16px;
    height: 16px;
    fill: #323a4d;
    opacity: 0.5;
    vertical-align: middle;
}

.side-submenu-wrap .search {
    font-size: 12px;
    padding: 0 10px;
    vertical-align: middle;
    border: none;
    /* margin-top: 1px; */
    height: 14px;
    width: 620px;
}

.side-submenu-wrap .search-clear {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 9px;
    bottom: 10px;
    cursor: pointer;
    display: none;
    opacity: 0.25;
}
.side-submenu-wrap .search-clear:hover{
   opacity: 0.4;
}

.side-submenu-wrap ::-webkit-input-placeholder {
    color: #848994;
    opacity: 1;
}

.side-submenu-wrap ::-moz-placeholder {
   /* !* Mozilla Firefox 19+ *!*/
    color: #848994;
    opacity: 1;
}

.side-submenu-wrap :-ms-input-placeholder {
    /*!* Internet Explorer 10-11 *!*/
    color: #848994;
}

.side-submenu-wrap .close {
    position: absolute;
    padding: 5px;
    top: 11px;
    right: 15px;
    cursor: pointer;
}

.side-submenu-wrap .pclose {
    width: 16px;
    height: 16px;
	opacity: 0.5;
}

.side-submenu-wrap .sub-menu {
    width: 220px;
    margin-right: 10px;
    box-sizing: border-box;
    padding-bottom: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.layout-sleft {
    width: 690px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.layout-sleft .search-result {
    font-size: 12px;
    color: #000;
    padding-top: 16px;
    padding-bottom: 2px;
    display: none;
}

.layout-sleft .search-result strong {
    font-weight: normal;
    color: #4b86fc;
    margin: 0 4px;
    font-size: 14px;
    word-wrap: break-word;
}

.layout-sleft .scrollbar-inner {
    height: 100%;
    overflow-x: hidden !important;
    margin-bottom: 0 !important;
}
.layout-sleft .scroll-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.layout-sleft .menus-list{
    padding-top: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.layout-sleft .submenu-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sub-menu-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 0 10px;
    margin-bottom: 12px;
}

.sub-menu-item {
    height: 30px;
    padding: 0 40px 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #323a4d;
    position: relative;
    cursor: pointer;
}

.sub-menu-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-menu-item a:hover,.sub-menu-item:hover a{
	 padding-right:5px;
	 white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.sub-menu-item .addfav{
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    display: none;
    padding: 5px;
    line-height: 18px;
    height: 100%;
    box-sizing: border-box;
}

.sub-menu-item:hover {
    background-color: #f5f7f8;
}

.sub-menu-item:hover>a {
    color: #4b86fc;
}
.sub-menu-item:hover .addfav,.sub-menu-item.favorite .addfav{
    display: block;
}
.layout-sright {
    position: absolute;
    width: 200px;
    box-sizing: border-box;
    /*!*border-left: 1px solid #ecf0f0;*!*/
    right: 0;
    top: 102px;
    bottom: 37px;
}

.layout-sright>.scrollbar-inner {
    height: 100%;
}

/*!* .layout-sright .scrollbar-inner {
    overflow-x: hidden !important;
} *!*/
.layout-sright .scrollbar-inner:after{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ecf0f0;
    z-index: -1;
}
.submenu-location {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 0 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-left: 2px solid transparent;
    cursor: pointer;
    margin-bottom: 8px;
}

.submenu-location:hover{
    border-left-color: #4b86fc;
    color: #4b86fc;
}
.submenu-location.active {
    border-left-color: #4b86fc;
    color: #4b86fc;
}
[class^="micon-"]{
    background: url(../res/images/icons/icons.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.micon-star{
    width: 12px;
    height: 12px;
    background-position: 0 0;
}
.favorite .micon-star{
    background-position: -14px 0;
}
.pclose:hover{
    opacity: 0.8;
}
.system-frame{
    padding-top: 9px;
}
.openwindow{
    position: absolute;
    right: 30px;
    top: 0px;
    display: none !important;
}

.openwindow:hover .icon{
    fill: #4b86fc;
    opacity: 1;
}
.sub-menu-item:hover .openwindow {
    display: block !important;
}
