body{
    font-family: Microsoft Yahei,'宋体',Arial;
    font-size: 14px;
    background: #F5F5F5;
    color: #383838;
    position: relative;
    cursor: default;
    padding-right: 0 !important;
}
body.modal-open{
    padding-right: 0 !important;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.muted {
    color: #A6A6A6;
    font-weight: normal;
}
input.form-control {
    height: 40px;
    line-height: 26px;
}
.avatar {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
a{
    color: grey;
    cursor: pointer;
}
a:hover, a:focus {
    color: #3da8f5;
    text-decoration: none;
}
a.icon {
    color: #A6A6A6;
    transition: color 218ms ease;
}
a.icon:hover{
    color: #3da8f5;
}
.img-36 {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #eee;
    background-size: 36px 36px;
}
.img-icon {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 80px 40px;
    background-image: url(../img/icons@2x.2665182a.png);
}
.img-icon-circle-cross-36 {
    width: 36px;
    height: 36px;
    background-position: -41px -1px;
}
ul,li{
    list-style: none;
    padding: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.svg-icon {
    width: 1em;
    height: 1em;
    overflow: hidden;
    vertical-align: top;
}
.flex-vcenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-fill {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-horiz {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-static {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-fill {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.row-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.img-circle {
    border-radius: 50%;
}
.btn{
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #383838;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
}
.btn:hover{
    opacity:0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.container{
    min-width: 944px;
    position: relative;
}
.gray{
    color: #A6A6A6;
}
.gray2{
    color: #808080;
}
.c1{
    color:#8193BA !important;
}
.c2{
    color: #ED8747 !important;
}
.c3{
    color: #98C93B !important;
}
.c4{
    color: #00A7E0 !important;
}
.c5{
    color: #55C3D4 !important;
}
.c6{
    color: #5374ED !important;
}
.bg1{
    background:#ED8747 !important;
}
.bg2{
    background:#8193BA !important;
}
.bg3{
    background:#98C93B !important;
}
.text-danger {
    color: #FF4F3E !important;
}
.no-border{
    border:none !important;
}
.btn-danger, .btn-danger:focus {
    background-color: #FF4F3E !important;
    border-color: #FF4F3E !important;
    color: #FFF !important;
}
input.form-control, textarea.form-control,select.form-control {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}
.btn-primary{
    background:#3DA8F5 !important;
    color: #fff !important;
    border-color:#3DA8F5 !important;
}
.btn-primary:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}
.btn-primary.disabled{
    background:#ccc !important ;
}

.pagination.control > li > a, .pagination > li > span{
    width: auto;
    height: auto;
    border-radius:4px !important;
    line-height: 1;
    padding: 6px 10px;
}
.pagination.control > .active > a, .pagination > .active > span, .pagination.control > .active > a:hover, .pagination.control > .active > span:hover, .pagination.control > .active > a:focus, .pagination.control > .active > span:focus{
    background: #3DA8F5;
}
.mCSB_container{
    overflow: auto;
}
.layui-layer-title{
    padding: 0 20px !important;
    background: #fff !important;
}
.layui-layer-setwin .layui-layer-close2{
    background: url(../layer/skin/default/icon.png) no-repeat !important;
    background-position: 1px -40px !important;
    cursor: pointer !important;
    position: relative !important;
    width: 16px !important;
    height: 16px !important;
    margin-left: 10px !important;
    font-size: 12px !important;
    _overflow: hidden !important;
    display: inline-block !important;
    vertical-align: top !important;
    right:auto !important;
    top:auto !important
}
.layui-layer-setwin .layui-layer-close1,.layui-layer-setwin .layui-layer-close2{opacity:.7 !important}
.layui-layer{
    box-shadow: none !important;
}
.layui-layer-shade{
    background: #383838 !important;
    opacity: 0.7 !important;
}

#main{
    padding-top: 48px;
    padding-bottom: 0 !important;
}
.border-bottom{
    position: relative;
}
.border-bottom:after{
    position: absolute;
    height: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    content: '';
    border-bottom: 1px solid #E5E5E5;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #383838;
}
.tooltip-inner{
    background:#383838;
    max-width: 260px;
    padding:8px 12px !important;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
}
.label, .badge {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 14px;
    color: #808080;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #e1e1e1;
}
.label {
    font-weight: normal;
    border-radius: 2px;
}
.modal .modal-content{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.page-modal .modal-content{
    background: none;
}

.dropdown-con {
    min-width: 250px;
    padding: 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 21px rgba(0,0,0,.1);
    box-shadow: 0 7px 21px rgba(0,0,0,.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0;
    z-index: 12;
}
.pop-head {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    position: relative;
}
.popover-title {
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background: 0 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.close-btn {
    display: inline-block;
    width: 14px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0 !important;
    color: #A6A6A6 !important;
    display: inline-block;
    padding: 8px 10px;
    border: 0;
    color: #3DA8F5;
    background: none;
    transition: all 218ms;
    cursor: pointer;
}
.pop-content {
    max-height: 350px;
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.pop-content ul {
    padding: 0;
}
.pop-content .p-list {
    margin: -15px;
}
.pop-content ul li {
    list-style: none;
}
.p-list li {
    position: relative;
}
.pop-content .p-list li {
    line-height: 30px;
    margin: 0;
    display: block;
}
.pop-content .p-list li a, .pop-content .p-list li.li-control {
    display: block;
    cursor: pointer;
    padding: 5px 15px;
    text-decoration: none;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-list li:first-child a {
    margin-top: 5px;
}
.btn-danger, .btn-danger:focus {
    background-color: #FF4F3E !important;
    border-color: #FF4F3E !important;
    color: #FFF !important;
}
.back-btn {
    border: 0;
    background: none;
    position: absolute;
    top: 15px;
    left: 0;
    color: #A6A6A6 !important;
}
.back-btn:hover {
    color: #3DA8F5 !important;
}
.item-btn2 {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #383838;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.item-btn2.btn-danger:hover {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

/*设置placeholder颜色*/
input::-webkit-input-placeholder { /* WebKit browsers*/
    color: #d6d6d6;
}
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/
    color: #d6d6d6;
}
input::-moz-placeholder {  /* Mozilla Firefox 19+*/
    color: #d6d6d6;
}
input:-ms-input-placeholder { /* Internet Explorer 10+*/
    color: #d6d6d6;
}

/*面包屑导航*/
.bread-con{
    font-size: 15px;
    line-height: 48px;
    color: #383838;
}
.bread-con a{
    color: #383838;
}
.bread-con a:hover{
    color: #3DA8F5;
}
.bread-con .icon{
    margin: 0 4px;
    font-size: 14px;
}

.logo img{
    height:36px;
}
.sidebar{
    z-index: 20;
}
#header{
    min-height: 48px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
[data-current-skin="blue"] {
    background-color: #3da8f5;
}
.nav-handler {
    float: left;
    height: 48px;
    line-height:48px;
    text-align: center;
}
.nav-handler a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-left: 45px!important;
    background-image: url(../img/logo.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 9px 13px;
}
.user-img{
    width: 28px;
    height:28px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    position: relative;
    top:-2px;
}
.user-dropdown .dropdown-menu{
    top:45px;
}
.user-info{
    display: inline-block;
    line-height:36px;
    padding: 0 10px;
    font-size: 16px;
}
.search-input{
    position: relative;
    margin-bottom: 10px;
}
.search-input .icon-search{
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 14px;
    color: grey;
}
.filter-input{
    background-color: #FFF !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 3px !important;
    padding: 8px 12px 8px 35px !important;
    height: 40px;
    line-height: 26px;
}
.filter-input:focus,.item-input:focus{
    border:1px solid #A6A6A6 !important;
}
.header-inner{
    padding:6px 0;
}
.sidebar{
    top:48px;
    height: calc(100% - 48px);
}
.top-menu > li > a > .zmdi {
    font-size: 21px;
    line-height: 36px;
}
#menu-trigger:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top:4px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.line-wrap{
    margin:12px 18px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.line-wrap .line.top {
    width: 12px;
    transform: translateX(8px) translateY(1px) rotate(45deg);
    -webkit-transform: translateX(8px) translateY(1px) rotate(45deg);
}

.line-wrap .line.bottom {
    width: 12px;
    transform: translateX(8px) translateY(-1px) rotate(-45deg);
    -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg);
}

.head-menu{
    position: absolute;
    top:0;
    left:0;
    right:0;
    width: 320px;
    margin:0 auto;
}
.head-menu a{
    display: inline-block;
    height:48px;
    line-height:48px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}
.head-menu a.active{
    background: rgba(255,255,255,.2);
}

.con-top{
    padding: 18px 20px;
    background-color: #FFFFFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    margin: 0 auto;
}
.con-top-title{
    padding: 0 300px 0 0;
    font-size: 18px;
}
.con-top-handle{
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 14px;
    right: 16px;
}
.con-top-handle ul a{
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.con-top-handle ul a:before{
    display: none;
}
.con-top-handle ul a .zmdi,.con-top-handle ul a .icon{
    position: relative;
    top:3px;
}
.con-top-handle ul a .icon{
    font-size: 18px;
    top:4px;
}
.con-top-handle ul li.color-control a,.con-top-handle ul li.color-control a i{
    color: #3da8f5 !important;
}
.con-top-handle ul li.color-control a:hover,.con-top-handle ul li.color-control a i:hover{
    color: #0c92f3 !important;
}
.con-top-handle ul li.color-control ul a,.con-top-handle ul li.color-control ul a:hover{
    color: #808080 !important;
}
.con-top-handle a .zmdi:hover,.con-top-handle a:hover .zmdi{
    color: #3da8f5;
}
.con-top-fixed{
    position: fixed !important;
    z-index: 3;
    top:0;
    padding-top: 100px;
    background: #f5f5f5;
}
.body-wrap {
    position: relative;
    margin: 0 auto;
    width: auto;
}
#content,.con-top-fixed{
    -webkit-transition:all .2s ease-out;
            transition:all .2s ease-out;
}
#content.control{
    padding-left: 280px;
}
@media screen and (max-width: 1199px) {
    #content,.con-top-fixed ,.view-con,.page-content{
        width: 944px;
    }
    #content.control{
        padding-left: 100px;
    }
}
@media screen and (min-width: 1200px) {
    #content,.con-top-fixed,.view-con,.page-content {
        width: 1100px;
    }
}
@media screen and (min-width: 1500px) {
    #content.control{
        padding-left: 100px;
    }
}
@media screen and (max-width: 1499px) {
    #content.control{
        padding-left: 280px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #content {
        padding-left: 0;
        padding-right: 0;
    }
}
.item-content,#content{
    margin:0 auto;
    position: relative;
}

.con-handler-wrapper{
    padding: 18px 20px;
    background-color: #FFFFFF;
    color: #808080;
    position: relative;
}
.con-handler-wrapper .check-box {
    display: inline-block;
    margin-right: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}
.con-handler-wrapper .check-box.is-available {
    cursor: pointer;
    border: 2px solid #A6A6A6;
    border-width: 2px;
    border-radius: 3px;
}
.con-handler-wrapper .check-box:hover {
    border-color: #808080;
}
.con-handler-wrapper .check-box:hover .icon-tick {
    color: #808080;
}
.con-handler-wrapper .check-box .icon-tick {
    color: #A6A6A6;
    font-weight: bold;
    visibility: hidden;
    -webkit-transform: translate(0.4px, -2px);
    transform: translate(0.4px, -2px);
}
.con-handler-wrapper .check-box.selected .icon-tick {
    visibility: visible;
}
.library-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}
.library-info .library-info-name {
    display: block;
    width: 50%;
    padding-left: 4px;
}
.library-info .library-info-size {
    display: block;
    width: 100px;
    padding-right: 20px;
}
.library-info > a {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.library-info .library-info-author {
    display: block;
    width: 150px;
    padding-right: 20px;
}
.library-info .arrow-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #A6A6A6;
    position: relative;
    top:-2px;
    margin-left: 6px;
    display: none;
}
.library-info .dropup .arrow-icon{
    display: inline-block;
}
.library-info .dropup .arrow-icon.sort{
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
            transform: rotate(180deg);
}
.view-mode {
    position: absolute;
    bottom: 18px;
    right: 12px;
}
.view-mode .mode-handler {
    padding: 0 8px;
}
.view-mode .mode-handler.active {
    color: #3da8f5;
}

.view-con{
    margin-top: 116px;
    margin-bottom: 30px;
}
.main-con .view-con{
    margin-top: 138px;
}
.main-con .con-top-fixed{
    padding-top: 120px;
}
.view-con-in{
    min-height: 328px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow-x: auto;
}
.library-list-item {
    position: relative;
    padding: 0 20px;
    transition: 218ms background-color;
}
.library-list-item .check-frame {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.library-list-item .check-frame .frame-content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.library-list-item .list-item-content{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.library-list-item .list-item-content .list-item-display {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
}

.svg-icon {
    width: 1em;
    height: 1em;
    overflow: hidden;
    vertical-align: top;
}
svg:not(:root) {
    overflow: hidden;
}
.library-field .work-icon .svg-icon {
    margin: 0;
}
.work-icon .svg-icon {
    font-size: 32px;
}
.work-icon.image-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: top;
}
.library-list-item .work-icon {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 12px;
    background-size: cover;
    background-repeat: no-repeat;
}
.library-field .work-icon {
    position: relative;
}
.library-field .work-icon:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.work-icon .svg-icon {
    font-size: 32px;
}
.library-field .work-icon .svg-icon {
    margin: 0;
}
.title-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    min-width: 0;
}
.library-list-item .list-item-content .list-item-display .title-bar {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 16px;
}
.title-bar .raw-title {
    padding: 0 5px;
}
.title-bar .raw-title, .title-bar .title-input {
    width: 100%;
    min-width: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.title-bar .raw-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: default;
    transition: background-color 218ms;
}
.library-list-item .list-item-content .list-item-display .title-bar .raw-title {
    width: auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: inherit;
    transition: 218ms color;
}
.elastic-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    min-width: 0;
}
.title-bar .raw-title .elastic-title {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0%;
}
.elastic-title.ellipsis-on-middle .elastic-title-head {
    text-overflow: ellipsis;
}
.elastic-title-head, .elastic-title-tail {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0%;
    overflow: hidden;
}
.elastic-title.ellipsis-on-middle .elastic-title-tail {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.library-list-item .list-item-content .list-item-info {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #808080;
}
.library-list-item .check-frame .frame-check-box {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #a6a6a6;
}
.check-frame .frame-check-box {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.library-list-item .check-frame .frame-check-box .check-mark {
    color: #a6a6a6;
}
.check-frame .check-mark {
    font-weight: bold;
    -webkit-transform: translate(0.4px, -2px);
    transform: translate(0.4px, -2px);
    visibility: hidden;
}
.library-list-item .list-item-content .list-item-info > span {
    padding-right: 20px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap;
}
.library-list-item .list-item-content .list-item-info .info-size {
    width: 100px;
}
.library-list-item .list-item-content .list-item-info .info-creator {
    width: 150px;
}
.check-frame.checked .check-mark {
    visibility: visible;
}

.work-icon .zmdi{
    font-size: 34px;
    color: #3DA8F5;
}
.library-item-handler {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.library-list-item .library-item-handler {
    opacity: 0;
    transition: 218ms opacity;
}
.library-list-item .library-item-handler {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    padding-left: 8px;
    background-color: #f5f5f5;
}
.library-list-item:hover,.library-list-item.open {
    background-color: #f5f5f5;
}
.library-item-handler > a {
    font-size: 16px;
    margin-left: 16px;
}

.library-grid {
    padding-top: 16px;
}
.library-grid .library-grid-item {
    display: inline-block;
    margin: 0 0 12px 17px;
}
.library-grid-item .check-frame {
    position: relative;
    width: 164px;
    height: 164px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.library-grid .library-grid-item .title-bar {
    margin: 8px auto 0;
    width: 164px;
}
.library-grid-item .check-frame .frame-content {
    border-radius: 3px;
    position: absolute;
    width: 164px;
    height: 164px;
    top: -1px;
    left: -1px;
}
.library-grid-item .check-frame.checked .frame-content {
    width: 164px;
    height: 164px;
    top: -4px;
    left: -4px;
}
.library-grid-item .check-frame .frame-check-box {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 3px 0 3px 0;
    background-color: rgba(0,0,0,0.24);
    cursor: pointer;
    opacity: 0;
    transition: opacity 218ms;
}
.library-grid-item .check-frame .frame-check-box {
    top: -1px;
    left: -1px;
    border: 1px solid #e5e5e5;
}
.library-grid .library-grid-item .library-grid-item-content {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.library-grid .library-grid-item .work-icon {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.library-grid .library-grid-item .work-icon.image-icon{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.library-grid-item .check-frame .library-item-handler {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 0;
    opacity: 0;
    transition: opacity 218ms;
}
.library-grid-item .check-frame.checked .library-item-handler{
    bottom:-3px;
}
.library-grid-item .check-frame .library-item-handler > a ,.library-grid-item .check-frame .library-item-handler .menu-toggler2{
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 3px #a6a6a6;
    background-color: #fff;
}
.library-grid-item .check-frame .library-item-handler .menu-toggler2{
    margin-left: 16px;
    font-size: 12px;
}
.library-grid-item .check-frame .frame-check-box .check-mark {
    position: absolute;
    left: 3px;
    top: 4px;
    font-size: 15px;
    color: #fff;
    visibility: visible;
}

.library-list-item:hover .library-item-handler ,.library-list-item.open .library-item-handler,.library-grid-item.open .grid-item-handler
{
    opacity: 1;
}
.library-grid-item .grid-item-handler .dropdown-con{
    top:auto;
    bottom:100%;
}

.title-bar .raw-title, .title-bar .title-input {
    width: 100%;
    min-width: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.title-bar .raw-title {
    padding: 0 5px;
}
.title-bar .raw-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: default;
    transition: background-color 218ms;
}
.title-bar .raw-title.editable.trigger-on-click {
    cursor: text;
}
.elastic-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    min-width: 0;
}
.title-bar .raw-title .elastic-title {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0%;
}
.library-grid .library-grid-item .title-bar .elastic-title {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.library-grid-item .check-frame.checked{
    border: 4px solid #3da8f5;
}
.library-grid .zmdi-folder{
    font-size:74px;
    margin-top: 44px;
}
/*.library-grid .library-grid-item .list-item-content {*/
    /*height: 100%;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*width: 164px;*/
    /*height: 164px;*/
/*}*/
.library-grid .frame-content{
    text-align: center;
}
.library-grid .library-grid-item .list-item-content ,.library-grid .library-grid-item .list-item-display {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.work-icon .on-css, .work-icon .on-js, .work-icon .on-pdf {
    fill: #ff4f3e;
}
.work-icon .on-folder {
    fill: #3DA8F5;
}
.work-icon .on-ps, .work-icon .on-xml, .work-icon .on-html, .work-icon .on-font, .work-icon .on-key, .work-icon .on-music, .work-icon .on-numbers, .work-icon .on-photo, .work-icon .on-video, .work-icon .on-zip {
    fill: #3da8f5;
}
.library-grid-item .check-frame .frame-content .work-icon .svg-icon {
    font-size: 64px;
}
.grid-title-bar{
    display: none;
}
.library-grid .title-bar{
    display: none;
}
.library-grid .grid-title-bar{
    display: block;
    text-align: center;
    padding: 6px 0;
}
.library-grid .grid-title-bar:hover{
    background: #f5f5f5;
}
.library-grid li:hover .grid-item-handler{
    opacity: 1;
}
.library-grid .list-item-handler{
    display: none;
}
.grid-item-handler a:hover{
    color: #3da8f5;
}
.library-grid-item .check-frame .library-item-handler > a.icon-chevron-down {
    font-size: 12px;
}
.library-item-handler > a:first-of-type {
    margin-left: 0;
}
.library-grid-item:hover .frame-check-box,.check-frame.checked .frame-check-box{
    opacity: 1;
}
.library-grid-item .check-frame.checked .frame-check-box {
    top: -4px;
    left: -4px;
    border: 1px solid #3da8f5;
}
.library-grid-item .check-frame.checked .frame-check-box {
    background-color: #3da8f5;
}
.checked-handle-box{
    height: 21px;
    display: none;
}
.checked-handle-box .select-num-hint {
    padding: 0 4px;
    margin-right: 20px;
    font-size: 15px;
}
.checked-handle-box > a {
    display: inline-block;
    margin-right: 24px;
    font-size: 15px;
}
.checked-handle-box > a .icon {
    margin-right: 5px;
    position: relative;
    top:2px;
}

.library-list-item .dropdown{
    margin-left: 8px;
}
 .library-list-item .dropdown a .icon{
     color:#A6A6A6;
 }
.library-field .dropdown .p-list .icon{
    margin-right: 10px;
    vertical-align: top;
    color: #808080;
    position: relative;
    top:1px;
}
.library-field .dropdown .p-list li:hover{
    background: #f5f5f5;;
}

.lvh-search-close{
    color: #808080;
    font-size: 22px;
    top:21px;
}
.lvh-search-close,.lvh-search-close.lvh-search-close:hover{
    background: none;
}
.lvh-search:before{
    color: #ccc;
    font-size: 20px;
    top:19px;
}

#top-search-wrap{
    height:48px;
}
.tsw-inner{
    padding: 4px 15px 0;
}
#top-search-wrap #top-search-close{
    top:4px;
}

/*我的*/
.my-head,.my-head2{
    position: fixed;
    top:48px;
    left: 0;
    right: 0;
    height: 50px;
    border-bottom: 1px solid #E5E5E5;
    z-index: 10;
}
.my-head a{
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    color: #383838;
    font-size: 15px;
    margin:0 20px;
}
.my-head a:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    border-bottom: 0px solid #3da8f5;
    content: '';
    opacity: 0;
}
.my-head a.active:after,.my-head a:hover:after{
    border-width: 3px;
    opacity: 1;
}
.file-check{
    padding: 0 20px;
    background-color: #FFFFFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.file-check a{
    display: inline-block;
    padding: 18px 10px;
    font-size: 16px;
    position: relative;
}
.file-check a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    border-bottom: 0px solid #3da8f5;
    opacity: 0;
    z-index: 2;
}
.file-check a.current:after,.file-check a:hover:after{
    border-width: 2px;
    opacity: 1;
}
.main-con .view-con2{
    margin-top: 135px;
}

/*小组*/
.project-section-head{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.project-s-head-title{
    font-size: 18px;
}
.project-list{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -14px;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.project-grid-item{
    position: relative;
    margin: 14px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transition: -webkit-transform .218s ease;
    transition: transform .218s ease;
    transition: transform .218s ease, -webkit-transform .218s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
}
.project-grid-item:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.project-grid-card{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(56, 56, 56, 0.15);
    transition: box-shadow 0.218s ease;
}
@media only screen and (min-width: 1200px) {
    .project-grid-card {
        height: 128px;
        width: 254px;
    }
}
@media only screen and (max-width: 1199px) {
    .project-grid-card {
        height: 148px;
        width: 296px;
    }
}

.project-grid-card__shadow {
    background-image: linear-gradient(to bottom, rgba(56, 56, 56, 0.3) 0%, rgba(56, 56, 56, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d383838', endColorstr='#00383838', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    height: 75%;
    width: 100%;
    border-radius: 4px 4px 0 0;
    z-index: 0;
}
.project-grid-item:hover .project-grid-card {
    box-shadow: 0 7px 21px rgba(56, 56, 56, 0.15);
}
.project-grid-card__header__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.project-grid-card__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    font-size: 18px;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.project-grid-card__hidden-handlers__item {
    display: none ;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.project-grid-card__hidden-handlers__item .icon:hover{
    color: #fff;
}
.project-grid-card:hover .project-grid-card__hidden-handlers__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.project-grid-card__hidden-handlers__item {
    margin-left: 6px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.7);
}
.project-grid-card__header__bottom {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.project-grid-card__description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}
.project-grid-card__header {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #FFFFFF;
    z-index: 1;
}
.project-grid-add-card__handler {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    color: #A6A6A6;
}
.project-grid-add-card__handler .icon {
    margin-bottom: 16px;
    font-size: 36px;
}
.project-grid-add-card__handler__text {
    font-size: 18px;
}
.project-star-active {
    display: inline-block;
    margin-left: 6px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 14px;
    color: #FFAF38;
}
.project-star-active .icon:hover,.project-star-active:hover .icon {
    color: #E59D32 !important;
}
.project-grid-card__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.project-grid-card__visibility {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 11px;
    line-height: 20px;
    background-color: rgba(56, 56, 56, 0.3);
    border-radius: 2px;
    color: #FFFFFF;
}
.project-grid-card__visibility .icon {
    margin-right: 4px;
}
.person-project .project-section + .project-section{
    margin-top: 48px;
}

.nav-header {
    height: 50px;
    margin: 0;
    padding:15px;
}
.nav-header > a,.nav-header > span{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.nav-header .icon-chevron-right {
    font-size: 12px;
}
.nav-header .project-switcher-handler {
    padding-right: 10px;
}
.homepage-handler,.project-switcher-handler {
    font-size: 16px;
    color: #383838;
    transition: color 218ms ease;
}
.nav-header .icon-chevron-down {
    margin-left: 5px;
    font-size: 12px;
}
.nav-header .public-label {
    margin-left: 8px;
}
.nav-header .public-label .icon {
    margin-right: 4px;
}
.nav-header .nav-footer {
    position: absolute;
    right: 0;
    z-index: 2;
}

/*消息*/
.msg-con{
    margin-top: 56px;
}
.msg-list{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.msg-list li{
    display: flex;
    justify-content: space-between;
    padding:20px 15px 0;
}
.msg-list:after{
    position: absolute;
    height: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    content: '';
    border-bottom: 1px solid #E5E5E5;
}
.msg-left{
    display: flex;
    max-width: 80%;
}
.msg-left .msg-link{
    display: flex;
}
.msg-date{
    text-align: right;
}
.msg-date .date-tag{
    display: inline-block;
    background: #FF4F3E;
    color: #fff;
    line-height: 1;
    padding: 3px 4px;
    font-size: 12px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.msg-link .msg-title,.msg-link .msg-dec{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msg-link .msg-title{
    max-width:400px;
    color: #383838;
    padding-right: 10px;

}
.msg-link .msg-dec{
    max-width: 300px;
    color: #999;
}

.msg-list .check-box {
    display: inline-block;
    margin-right: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}
.msg-list .check-box:hover {
    border-color: #808080;
}
.msg-list .check-box.is-available {
    cursor: pointer;
    border: 2px solid #A6A6A6;
    border-radius: 3px;
}

.msg-list .check-box .icon-tick {
    color: #A6A6A6;
    font-weight: bold;
    visibility: hidden;
    -webkit-transform: translate(0.4px, -2px);
    transform: translate(0.4px, -2px);
}
.msg-list .check-box.selected .icon-tick {
    visibility: visible;
}

.style-set{
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page-modal .modal-body,.page-modal .tab-content{
    padding:0;
}
.page-modal .modal-dialog{
    margin-top: 50px;
    width: 1100px;
}
.md-left{
    width: 288px;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    padding:10px 0;
}
.md-left .tab-nav li{
    display: block;
}
.md-left .tab-nav li a{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 0 25px;
    algin-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    line-height: 44px;
    cursor: pointer;
    -webkit-transition-duration:0s ;
    transition-duration: 0s;
}
.md-left .tab-nav{
    box-shadow: none;
}
.md-left .tab-nav li.active a:after,.md-left .tab-nav li a:after{
    height:0;
}
.md-left .tab-nav li.active a{
    padding-left: 21px;
    border-left: 4px solid #3da8f5;
    color: #3da8f5;
}
.md-left .tab-nav li .icon{
    margin-right: 10px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    vertical-align: top;
    position: relative;
    top:2px;
}
.md-left .tab-nav li .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.add-new-power-set{
    color: #3da8f5;
}
.add-new-power-set .icon{
    font-size: 16px;
    position: relative;
    top:3px;
    margin-right: 5px;
}
.no-data{
    display: inline-block;
    width: 36px;
    height:40px;
    background: url("../img/date.jpg") no-repeat;
}
.md-left-title{
    font-size: 14px;
    font-weight: normal;
    height:44px;
    line-height:44px;
    padding:0 25px;
    color: #7a7a7a;
    margin:0;
}

.md-rt{
    width: 800px;
}
.set-over-list{
    max-height:500px;
    overflow-y: auto;
}
.set-over-list li{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding:15px;
    border-bottom:1px solid #cfcfcf;
}
.set-over-list li:last-child{
    border-bottom: none;
}
.s-list-left{
    width: 130px;
}
.s-list-center{
    flex:1;
    -webkit-flex:1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-list-right{
    width: 140px;
}
.set-p-name{
    font-weight: normal;
    font-size: 16px;
    color: #555;
    margin:0 0 5px 0;
}
.set-p-name .icon{
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    top:2px;
}
.title-attr{
    margin-left: 20px;
}
.start-time,.end-time{
    margin:0 0 5px 0;
    color: #333;
    font-size: 18px;
}
.date-tag-num{
    display: block;
    width: 120px;
    text-align: center;
    color: #888;
    height:26px;
    line-height:26px;
    background: url("../img/bg.jpg") no-repeat center bottom;
    margin-bottom: 30px;
}
.start-time,.set-p-name,.end-time{
    margin-top: 8px;
}
.md-head-top .tab-nav{
    box-shadow: none;
}
.md-head-top .tab-nav li.active > a:after{
    height:4px;
    background: #3da8f5;
}
.item-select-list{
    max-height: 350px;
    overflow-y: auto;
}
.item-select-list .checkbox{
    padding:0 25px;
    margin:15px 0;
}
.item-select-list .checkbox .input-helper:before,.item-select-list .checkbox .input-helper:after{
    top:3px;
}
.md-rt-top{
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 1.3em;
}
.team-people-list li{
    display: flex;
    display: -webkit-flex;
    padding:12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.people-list-img {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #eee;
    margin-right: 15px;
    vertical-align: top;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.md-team-list-center{
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.md-team-list-rt{
    flex: 1;
    -webkit-flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.team-icon{
    margin-right: 5px;
}
.team-icon i{
    display: inline-block;
    width: 14px;
    height:14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 2px solid #FFF;
    top:2px;
}
.team-icon i:nth-child(1){
    z-index:3;
}
.team-icon i:nth-child(2),.team-icon i:nth-child(3){
    margin-left: -11px;
    z-index:2;
}
.team-icon i:nth-child(3){
    z-index:1;
}
.ztree li span.button.ico_docu,.ztree li span.button.ico_open,.ztree li span.button.ico_close{
    background: url("../img/use-icon.jpg") no-repeat center;
}
.ztree li a.curSelectedNode{
    background: none;
    border: none;
    padding-top: 1px;
    opacity:1;
}
.bootstrap-select > .btn-default:before {
    content: "\EA2B";
    background-image: none;
    display: inline-block;
    font-family: tb-icons!important;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    top: 9px;
    height: calc(100% - 10px);
    font-size: 11px;
    color: #A6A6A6;
}
.item-search {
    position: absolute;
    right: -37px;
    top: 0;
    background: #3DA8F5;
    color: #fff;
    height: 35px;
    line-height: 1;
    width: 50px;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.item-search:hover, .item-search:visited, .item-search:active, .item-search:focus {
    color: #fff;
}
.item-search .tm-icon {
    font-size: 20px;
}
.check-list{
    margin:0;
    padding: 15px;
}
.check-list li{
    display: inline-flex;
    border:1px solid #D9D9D9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    width: 180px;
    height: 60px;
    cursor: pointer;
    margin:0 10px 10px 0;
}
.check-list .people-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0;
}
.check-list img{
    margin-right: 10px;
    position: relative;
    display: block;
}
.check-list-rt{
    overflow: hidden;
}
.check-img-con:after{
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
    background: url("../img/dg.png") no-repeat center #F5FDF3;
    border:1px solid #66BB00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);

}
.check-list li.active{
    background:#F5FDF3 ;
    border:1px solid #66BB00;
}
.check-list li.active .check-img-con:after{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.user-img2 {
    width: 36px;
    height: 36px;
}
.check-list img {
    margin-right: 10px;
    position: relative;
    display: block;
}
.item-md-title{
    height:50px;
    line-height:50px;
    border-bottom:1px solid #00bcd4;
}
.item-md-title span{
    display: inline-block;
    width: 250px;
    padding-left: 20px;
    color: #fff;
    background: #00bcd4;
    font-size: 18px;
}
.item-md-title.md-title2{
    border-color: #607d8b;
}
.item-md-title.md-title2 span{
    background:#607d8b;
}
.md-select-con{
    padding: 20px;
}
.md-select-con .checkbox{
    width: 130px;
    margin-bottom: 20px;
    margin-left: 0 !important;
}
.page-modal.control .modal-dialog{
    width: 1116px;
}
.md-date-con{
    display: inline-block;
    position: relative;
}
.md-date-con .dropdown-menu{
    position: absolute;
    left: 0;
    bottom:0;
    right: auto !important;
    width: 275px !important;
}
.md-date-con input{
    border:0;
    cursor: pointer;
    width: 100px;
}
.page-modal .start-time,.page-modal .end-time{
    color: #919191;
    margin-bottom: 10px;
}
#time-set-page .icon-end-date{
    color: #a6a6a6;
}
#time-set-page .modal-dialog{
    width: 900px;
}
.md-date-box{
    display: flex;
    display: -webkit-flex;
    width: 600px;
    margin:30px auto 0;
    border-bottom:1px solid #E5E5E5;
    padding-bottom: 30px;
}
.md-switch-con{
    width: 600px;
    margin:30px auto;
}
.rt-layer{
    position: fixed;
    width: 350px;
    top: 48px;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #F7F7F7;
    overflow: hidden;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: translate3d(360px, 0px, 0px);
    transform: translate3d(360px, 0px, 0px);
    transition: 0.25s cubic-bezier(0, 1, 0.39, 1);
}
.rt-layer.show{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    transition: 0.25s cubic-bezier(0, 1, 0.39, 1);
    overflow: initial;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.rt-layer .title {
    padding: 0 15px;
    color: #383838;
    font-size: 15px;
    font-weight: bold;
    z-index: 1;
    line-height: 50px;
    text-align: center;
}
.rt-layer.control{
    top:98px;
}
.item-head{
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 2;
}
.item-head:after {
    position: absolute;
    content: ' ';
    bottom: 0px;
    height: 1px;
    left: 15px;
    right: 15px;
    background-color: #E5E5E5;
}
.item-close{
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 2;
    right: 0;
}
.nav-footer .nav-menu-handler {
    position: relative;
    padding: 0 10px;
    margin: 0 5px;
    float: right;
    display: inline-block;
    text-align: center;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.nav-footer .nav-menu-handler.active {
    color: #3da8f5;
}
.member-bar-input-wrap {
    margin: 15px;
}
.add-people-rt-modal .members-list {
    padding: 0 0 15px;
}
.add-people-rt-modal .member{
    height: 50px;
    padding: 5px 12px 5px 61px;
    position: relative;
    cursor: pointer;
}
.add-people-rt-modal .add-members-handler .add-member-icon {
    position: absolute;
    left: 15px;
    top: 7px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #3da8f5;
    font-size: 36px;
    text-align: center;
}
.add-people-rt-modal .add-members-handler .add-members-p {
    color: #3da8f5;
    line-height: 40px;
}
.add-people-rt-modal .avatar{
    margin-left: -46px;
    position: relative;
    top: 2px;
}
.add-people-rt-modal .member-info{
    height: 40px;
    width: 250px;
}
.add-people-rt-modal .item-name span {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.add-people-rt-modal .item-name .member-role-icon {
    display: inline-block;
    margin-left: 6px;
    color: #A6A6A6;
}
.add-people-rt-modal .item-name .member-role-icon.color-role-2 {
    color: #ff9900;
}
.add-people-rt-modal .member-email, .member-bar-view .team-child {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.add-people-rt-modal .item-name .member-role-icon:before {
    content: "\EAEA";
}
.add-people-rt-modal .item-name .member-role-icon.color-role-2:before {
    content: "\EAE5";
}
.member-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #E5E5E5;
}
.member-progress-view {
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 0px -1px 0px 0px #F1F1F1;
    color: #808080;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #3da8f5;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.member-progress-view .progress {
    margin-bottom: 8px;
    height: 5px;
    background-color: rgba(3, 169, 244, 0.15);
}
.member-progress-view .progress-bar {
    background-color: rgba(2, 169, 243, 0.35);
    box-shadow: none;
}
.member-bar-body {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
}

.container-set{
    max-width: 980px;
    margin-top: 68px;
    padding-bottom: 20px;
}
.search-box{
    background: #eee;
    position: absolute;
    top:70px;
    left:0;
    right:0;
    bottom:0;
    z-index:20;
    display: none;
}
.search-content{
    width: 960px;
    margin:30px auto 0;
}
.search-item{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    background: #fff;
    padding:15px 40px 15px 15px;
    clear: both;
    zoom:1;
    position: relative;
    margin-bottom: 15px;
}
.search-item-left{
    float: left;
    margin-right: 5px;
}
.search-item-rt{
    overflow: hidden;
}
.file-icon{
    display: inline-block;
    width: 26px;
    height:32px;
    background-repeat: no-repeat;
}
.icon-pdf{
    background-image: url("../img/pdf.png");
}
.s-list-top{
    font-size: 16px;
    margin-bottom: 6px;
}
.s-file-route{
    color: #a6a6a6;
    font-size: 14px;
    margin-bottom: 0;
}
.s-list-text{
    margin-top: 10px;
}
.item-rt-menu{
    position: absolute;
    right:5px;
    top:5px;
}
.item-rt-menu .dropdown-a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
}
.item-rt-menu .dropdown-a i{
    color: #adadad;
    font-size: 20px;
}
.library-placeholder {
    margin: 0;
    padding: 128px 0;
    line-height: 30px;
    text-align: center;
    display: none;
}
.library-placeholder .icon{
    line-height: 40px;
    font-size: 40px;
    vertical-align: top;
}

.content-set{
    margin: 0 auto;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.page-content{
    position: absolute !important;
    top: 48px;
}

.main-content{
    margin:113px 0 0 318px;
}
.main-fixed-top{
    position: fixed;
    z-index:2;
    top:0;
    left:0;
    right:0;
    padding-top: 100px;
    background: #F5F5F5;
}
.main-fixed-top .con-top{
    width: 1100px;
    margin-left: 318px;
}
.con-handler-wrapper.control{
    position: fixed;
    width: 100%;
    z-index:1;
}