@charset "utf-8";

body, input, select, option, textarea, button {
    font-family: "Microsoft Yahei", "微软雅黑", Arial, sans-self;
}

body, html {
    overflow-x: hidden;
    overflow-y: hidden;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px;
    color: #999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px;
    color: #999;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.orange {
    color: #0078ee !important;
}

.red {
    color: #FF3322 !important;
}

.blue {
    color: #5a86e9 !important;
}

.yellow {
    color: #DD9D33 !important;
}

.grey3 {
    color: #333
}

.grey6 {
    color: #666
}

.grey9 {
    color: #999
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.radius {
    border-radius: 50%;
}

.mr15 {
    margin-right: 15px;
}

a {
    color: #666;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s ease;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.useravatar {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #00BB9C;
    color: #fff;
    font-size: 13px;
    float: left;
    margin-top: 13px;
    margin-right: 13px;
}

.useravatar24 {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #00BB9C;
    color: #fff;
    font-size: 13px;
    float: left;
    margin-top: 13px;
    margin-right: 13px;
}


.header-container {
    height: 54px;
    /*background: #5a86e9;*/
    background: #0078ee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 960px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    z-index: 101;
}

.header-container .logo {
    line-height: 54px;
    height: 54px;
    max-width: 300px;
    float: left;
    white-space: nowrap;
    color: #fff;
    margin-left: 20px;
}

.header-container .logo .logo-img {
    float: left;
    font-size: 16px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.header-container .logo .logo-img img {
    width: auto;
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.header-container .logo .logo-text {
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchbar {
    position: relative;
    float: right;
    width: 300px;
    height: 54px;
    margin-top: 10px;
    margin-right: 20px;
}

.searchbar-form {
    position: relative;
}

.searchbar-form .search-input {
    width: 245px;
}

.searchbar-form .search-input input {
    width: 100%;
    height: 32px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 13px;
    outline: 0;
    border: 0;
    border-radius: 16px;
    color: #666;
}

.searchbar-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.searchbar-form .search-btn i {
    line-height: 34px;
    padding: 0 15px;
    color: #d6d6d6;
}

.components-userpanel {
    float: right;
    height: 54px;
    cursor: pointer;
    position: relative;
}

.components-userpanel .components-avatar {
    display: inline-block;
}

.components-avatar img {
    width: 30px;
    height: 30px;
    margin-top: 13px;
    border-radius: 50%;
    vertical-align: top;
}

.components-avatar .useravatar {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 13px;
    border-radius: 50%;
    margin-right: 0;
}

.components-userpanel i {
    line-height: 54px;
    vertical-align: top;
    margin-right: 12px;
    font-size: 12px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.components-filetransfer {
    float: right;
    margin-right: 22px;
    height: 54px;
    cursor: pointer;
}

.components-filetransfer i {
    display: block;
    font-size: 20px;
    margin-top: 16px;
    color: #fff;
    width: 20px;
    height: 20px;
    position: relative;
}

.msg-box {
    position: absolute;
    right: 18px;
    top: 105px;
    background: #fff;
    width: 250px;
    height: 260px;
    box-shadow: 0 0 4px 0 rgba(102, 102, 102, 0.20);
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    z-index: 102;
}

.msg-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 10px auto;
}

.msg-box .useravatars {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 10px auto;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

.msg-box h3 {
    color: #666;
    padding-top: 5px;
}

.msg-box p {
    color: #999;
    padding: 15px 0;
}

.msg-box ul {
    padding: 10px 0;
    border-top: 1px solid #e7e7e7;
}

.msg-box ul li {
    height: 32px;
    line-height: 32px;
}

.msg-box ul li:hover {
    background: #f7f7f7;
}

.msg-box ul li a {
    display: block;
}


.body-container {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 54px;
    padding: 0 0 0 250px;
}

.aside-menu {
    width: 250px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.aside-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 12px;
}

.ant-menu {
    outline: none;
    z-index: 1050;
    color: #666;
    background: #fff;
    line-height: 46px;
    margin-bottom: 15px;
}

.ant-menu-item {
    color: #666;
    padding-left: 16px;
    line-height: 38px;
    height: 38px;
    /*overflow: hidden;*/
    cursor: pointer;
    position: relative;
}

.ant-menu-item:hover {
    background: #f5f5f5;
}

.ant-menu-item.active {
    background: #e2efff;
}

.ant-menu-item:hover .team-oper,
.ant-menu-item.active .team-oper {
    display: block;
}

.ant-menu-item .components-icons {
    line-height: 38px;
    color: #979797;
    margin-right: 13px;
    font-size: 16px;
    vertical-align: top;
}

.ant-menu-item .team-text {
    width: 75%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    font-size: 13px;
}

.ant-menu-item img {
    margin-right: 12px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 7px;
}

.ant-menu-item .team-oper {
    position: absolute;
    top: 0;
    right: 8px;
    color: #979797;
    display: none;
}

.team-oper-box {
    width: 130px;
    background: #fff;
    border: 1px solid #E7E7E7;
    box-shadow: 0 1px 3px 0 rgba(102, 102, 102, 0.20);
    border-radius: 4px;
    position: absolute;
    z-index: 2;
}

.team-oper-box li {
    height: 32px;
    line-height: 32px;
    padding-left: 34px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

.team-oper-box li:hover {
    background: #f7f7f7;
}


.hr {
    border: none;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

.aside-menu-title {
    padding-left: 19px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
}

.body-container {
    background: #fff;
    top: 54px;
    padding: 0 0 0 250px;
}

.main-content {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 484px;
    border-left: 1px solid #efefef;
}

.content-topbar {
    padding-right: 286px;
    height: 50px;
    padding-left: 14px;
    position: relative;
    z-index: 3;
}

.component-breadcrumb {
    line-height: 50px;
    height: 50px;
    max-height: 50px;
    width: 100%;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    word-wrap: normal;
}

.ant-breadcrumb-item {
    display: inline-block;
}

.ant-breadcrumb-link {
    font-weight: 700;
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.search-content {

}

.search-filter {
    /*height: 44px;*/
    line-height: 44px;
    overflow: hidden;
    padding: 0 10px;
    border-bottom: 1px solid #e7e7e7;
}

.search-filter li {
    float: left;
    width: 56px;
    text-align: center;
    margin: 0 20px;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: #666;
}

.search-filter li.active {
    border-bottom: 2px solid #4587f0;
    color: #4587f0;
}

/*.search-content .content-container{
    height: 900px;
}*/
.search-content .content-header {
    border-top: none;
}

.search-content .search-list {
    margin-bottom: 30px;
}

.search-back,
.search-keyword {
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4587f0;
    font-size: 16px;
}

.search-back i {
    font-size: 14px;
}

.search-keyword {
    margin-left: 15px;
    color: #666;
}

.no-result {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.no-result img {
    width: 140px;
}

.no-result p {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

/*缺省样式 3-20*/
.no-result-member {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 180px;
}

.no-result-member img {
    width: 140px;
}

.no-result-member p {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

.content-topbar .recycleDelete {
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.actions {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
}

.actions .ant-btn {
    position: relative;
    margin-right: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 3px;
    min-width: 88px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    white-space: nowrap;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transform: translateZ(0);
    color: #666;
}

.actions .ant-btn i {
    font-size: 16px;
}

.actions-con {
    position: absolute;
    right: 18px;
    top: 105px;
    background: #fff;
    width: 250px;
    max-height: 460px;
    box-shadow: 0 0 4px 0 rgba(102, 102, 102, 0.20);
    border-radius: 4px;
    z-index: 102;
    overflow-y: auto;
}

.actions-con h3 {
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    color: #333;
}

.actions-con h3 span {
    float: right;
    color: #bbb;
    margin-left: 20px;
    cursor: pointer;
}

.actions-con h3 span:hover {
    color: #0078ee;
}

.actions-con ul {

}

.actions-con ul li {
    padding-left: 15px;
    overflow: hidden;
    font-size: 12px;
    min-height: 60px;
    border-bottom: 1px solid transparent;
}

.actions-con ul li:hover {
    background: #f7f7f7;
}

.actions-con ul li .type {
    float: left;
    margin-right: 10px;
    margin-top: 24px;
}

.actions-con ul li .transfer-box {
    float: left;
    width: 140px;
}

.transfer-box .transfer-title {
    color: #666;
    margin-top: 15px;
    padding-bottom: 6px;
    border-top: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transfer-box .transfer-progress {
    width: 140px;
    height: 3px;
    border-radius: 3px;
    background: #ddd;
    position: relative;
}

.transfer-progress .transfer-progressing {
    width: 140px;
    height: 3px;
    border-radius: 3px;
    background: #6DD401;
    position: absolute;
    top: 0;
    left: 0;
}

.transfer-box .transfer-else {
    color: #999;
    padding-top: 6px;
    margin-bottom: 15px;
}

.transfer-else .transfer-size {
    display: inline-block;
    width: 65px;
}

.transfer-else .transfer-states {

}

.actions-con ul li .closed {
    float: left;
    margin-left: 32px;
    margin-top: 28px;
    color: #979797;
    cursor: pointer;
}


.content-container {

}

.content-header {
    color: #999;
    display: table;
    table-layout: fixed;
    width: 100%;
    min-width: 484px;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-head-table {
    display: table-row;
    width: 100%;
    height: 46px;
}

.components-cell {
    display: table-cell;
    width: 100%;
    color: #666;
    font-size: 13px;
    cursor: pointer;
}

.components-cell.checkbox {
    width: 30px;
    text-align: center;
    vertical-align: middle;
}

.components-cell.filename {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.components-cell.search-title {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.components-cell.filehandle {

}

.components-cell.filehandle span {

}

.item-move {
    color: #0078ee;
    margin-left: 30px;
}

.item-copy {
    color: #0078ee;
    margin-left: 30px;
}

.item-delete {
    color: #FF3322;
    margin-left: 30px;
}

.components-cell.filesize {
    width: 114px;
}

.components-cell.updatetime {
    width: 156px;
}

.components-cell.file-actions {
    width: 156px;
    text-align: right;
    position: relative;
    z-index: 1;
    display: none;
}

.file-actions-con {
    background: #fff;
    text-align: left;
    width: 160px;
    border-radius: 4px;
    border: 1px solid #efefef;
    position: absolute;
    top: 38px;
    left: -30px;
    display: none;
}

.file-actions-ul {

}

.file-actions-ul li {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
}

.file-actions-ul li.action-lines {
    height: 1px;
    overflow: hidden;
    background-color: #e9e9e9;
    line-height: 0;
}

.file-actions-ul li:hover {
    background: #f7f7f7;
}

.file-actions i {
    padding-right: 30px;
    cursor: pointer;
    color: #0078EE;
}

.action-more {
    padding: 10px 0;
}

/*.action-more:hover .file-actions-con{
	display: block;
}*/

.updatetime i {
    font-size: 16px;
    color: #666;
    vertical-align: 1px;
}

.components-cell.checkbox .analog-check {
    margin-left: 7px;
}


.content-body {
    color: #999;
    height: 800px;
    overflow-y: auto;
    position: relative;
}

.search-container {
    overflow-y: auto;
}

.content-body-table {
    display: table-row;
    width: 100%;
    position: relative;
}

.content-body-table .analog-check {
    display: none;
}

.content-body-table .components-item.selected .analog-check {
    display: block;
}

.components-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-width: 540px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    transition: all .15s ease;
}

.components-item.hover {
    background: #f7f7f7;
}

.components-item.selected {
    background: #F4F8FF;
}

.components-item:hover .analog-check {
    display: block;
}

.components-cell .type {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

.components-cell .file-link {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.components-cell .star {
    font-size: 14px;
    color: #fdb92c;
    padding-left: 10px;
    float: left;
}


.analog-check {
    float: left;
    width: 14px;
    height: 14px;
}

.analog-check b {
    background: url(../image/analog-check.png) no-repeat 0 0;
    float: left;
    height: 14px;
    position: relative;
    width: 14px;
    z-index: 1;
}

.analog-check b:hover,
.analog-check b.disabled {
    background-position: 0 -14px;
}

.analog-check b.checked {
    background-position: 0 -28px;
}

.analog-check b input {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 2;
    filter: alpha(opacity=0);
}

.tansmsion-bg, .edit-jurisdiction {
    position: fixed;
    z-index: 102;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.tansmsion-box {
    position: fixed;
    z-index: 103;
    width: 860px;
    height: 520px;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -280px;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

.tansmsion-box .tansmsion-top {
    height: 42px;
}

.tansmsion-box .tansmsion-top .s {
    font-size: 30px;
    float: left;
    color: #6DD401;
    margin-top: 6px;
}

.tansmsion-title {
    margin-left: 52px;
}

.tansmsion-title h3 {
    color: #333;
}

.tansmsion-title h3 .fr {
    color: #666;
    cursor: pointer;
}

.tansmsion-item {
    margin-top: 10px;
}

.tansmsion-item .sub {
    font-size: 12px;
    color: #666;
}

.tansmsion-item .modify,
.tansmsion-item .del {
    font-size: 13px;
    color: #999;
    float: right;
    cursor: pointer;
}

.tansmsion-item .modify {
    color: #0078ee;
}

.tansmsion-item .del {
    margin-left: 30px;
}

.tansmsion-con {
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-top: none;
}

.content-body-tansmsion {
    height: 348px;
    overflow-y: auto;
}

.content-body-tansmsion .components-item:last-child {
    margin-bottom: -1px;
}

.components-cell.tdw200 {
    width: 255px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.components-cell.tdw60 {
    width: 60px;
    text-align: center;
}

.components-cell.auto {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.components-cell.tdw150 {
    width: 150px;
}

.tansmsion-progress {
    width: 160px;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    position: relative;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.tansmsion-progressing {
    width: 160px;
    height: 6px;
    border-radius: 3px;
    background: #6DD401;
    position: absolute;
    top: 0;
    left: 0;
}

.table-operation {
    margin-top: -1px;
    background: #F7F7F7;
}

.table-operation .components-cell.tdw150 {
    text-align: center;
}

.table-operation-body .components-cell.tdw150 .analog-check {
    margin-left: 67px;
    margin-top: 15px;
}

.table-operation-nav {
    font-size: 13px;
    height: 44px;
    line-height: 44px;
}

.table-operation-nav span {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}


.submit-items {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 13px;
    position: relative;
}

.ant-form-items {
    line-height: 32px;
}

.form-btns {
    padding: 0 15px;
    border-radius: 4px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 1px solid;
    cursor: pointer;
    outline: none;
    margin-left: 10px;
}

.cancle {
    border-color: #e7e7e7;
    background: #fff;
    color: #666;
}

.sure {
    border-color: #0078ee;
    background: #0078ee;
    color: #fff;
}

.tansmsion-bottom .pretips {
    float: left;
    font-size: 12px;
    color: #0078ee;
    cursor: pointer;
}

.tansmsion-bottom .prs-tips-con {
    width: 448px;
    height: 165px;
    padding: 10px 20px;
    position: absolute;
    background: #666666;
    border-radius: 4px;
    z-index: 1;
    text-align: left;
    font-size: 12px;
    left: -1px;
    top: -180px;
}

.tansmsion-bottom .prs-tips-con:after {
    content: "";
    position: absolute;
    border: solid 6px transparent;
    border-top-color: #666;
    bottom: -12px;
    left: 18px;
}

.tansmsion-bottom .prs-tips-con p {
    line-height: 30px;
    color: #fff;
}

.loading {
    display: block;
    margin: 40px auto 0;
}

/*弹窗改版*/
.wcontent-body-table {
    display: table-row;
    width: 100%;
}

.wcomponents-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-width: 540px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    transition: all .15s ease;
}

.wcomponents-item.hover {
    background: #f7f7f7;
}

.wcomponents-item.selected {
    background: #F4F8FF;
}

.wcontent-body-tansmsion .components-item:last-child {
    margin-bottom: -1px;
}

.table-operation-body .wcomponents-cell.tdw150 .analog-check {
    margin-left: 67px;
    margin-top: 15px;
}

.wcomponents-cell.checkbox .analog-check {
    margin-left: 7px;
}

.wcomponents-cell {
    display: table-cell;
    width: 100%;
    color: #666;
    font-size: 13px;
    cursor: pointer;
}

.wcomponents-cell.checkbox {
    width: 30px;
    text-align: center;
    vertical-align: middle;
}

.wcomponents-cell.auto {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wcomponents-cell.tdw200 {
    width: 255px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wcomponents-cell.tdw60 {
    width: 60px;
    text-align: center;
}

.wcomponents-cell.tdw150 {
    width: 150px;
}

.table-operation .wcomponents-cell.tdw150 {
    text-align: center;
}

.wcomponents-cell .type {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

.wcomponents-cell .file-link {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

/*弹窗改版*/


/*消失弹框*/
.doc-prompt {
    position: fixed;
    z-index: 999;
    background-color: #3A3A3A;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 7px 20px;
    border-radius: 4px;
}

.doc-prompt.default .prompt-img {
    margin: 0;
}

.doc-prompt span {
    font-size: 14px;
    color: #fff;
}

.prompt-img {
    margin-right: 10px;
}

.prompt-error .prompt-img {
    color: #FF3322;
}

.prompt-success .prompt-img {
    color: #85D262;
}

/*弹窗提示框*/
.alert {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 105;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #666;
    background: #fff;
    border-radius: 4px;
}

.alert-info i {
    color: #FF3322;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.alert-sucess i {
    color: #85D262;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.alert-warning i {
    color: #FF3322;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.alert-error i {
    color: #FF3322;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.up-slide-con {
    width: 158px;
    padding: 4px 0;
    border: 1px solid #E7E7E7;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(102, 102, 102, 0.20);
    border-radius: 4px;
    position: absolute;
    top: 39px;
    right: 0;
    z-index: 5;
    display: none;
}

.up-slide-con li {
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding-left: 20px;
}

.up-slide-con li:hover {
    background-color: #F7F7F7;
}

.up-slide-con .iconfont {
    color: #0078ee;
}

#drop-area {
    /*position: fixed;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  top: 43px;
  background-color: rgba(256,256,256,0.6);
  display: none;*/
}

/*分类*/
.sort-box {
    font-size: 14px;
    position: relative;
    padding: 10px 15px;
    border-top: 1px solid #efefef;
    z-index: 2;
}

.sort-nav {
    height: 24px;
    line-height: 24px;
    color: #666;
}

.sort-nav a:last-child {
    color: #999;
}

.sort-nav i {
    color: #979797;
    font-size: 12px;
}

.sort-content {
    font-size: 13px;
    padding: 10px 15px;
    width: 100%;
    position: absolute;
    background: antiquewhite;
    left: 0;
    top: 45px;
    /*box-shadow: 5px 5px 6px rgba(0,0,0,.2);*/
    border-bottom: 1px solid #efefef;
}

.sort-content a {
    color: #666;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
}

.sort-other {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.sort-other i {
    font-size: 12px;
    color: #979797;
}

/*search*/
#header-box {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2;
    min-width: 1002px;
}

.r-header {
    padding: 10px;
}

.dt-nav .logo-link {
    float: left;
    font-size: 0;
    margin-right: 10px;
    margin-top: 4px;
}

.dt-nav .logo-link img {
    width: 125px;
    height: 30px;
}

.head-search {
    float: left;
    font-size: 0;
    position: relative;
}

.head-search form {
    position: relative;
    z-index: 3;
}

.rs-input {
    background: #fff;
    border: 1px solid #bbb;
    border-right: none;
    display: inline-block;
    height: 36px;
    position: relative;
    vertical-align: top;
    width: 539px;
}

.rs-input .search-del {
    background-image: url(../image/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    display: none;
}

.rs-input .input_key {
    -webkit-appearance: none;
    background: #fff;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: 16px/18px arial;
    height: 18px;
    margin: 10px 0 0 10px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 500px;
    z-index: 1;
    color: #333;
}

.head-search .dt_btn {
    -webkit-appearance: none;
    background: #0078ee;
    border-radius: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 38px;
    letter-spacing: 1px;
    outline: none;
    padding: 0;
    vertical-align: top;
    width: 90px;
}

.search-rhint {
    position: absolute;
    background-color: #fff;
    font-size: 13px;
    z-index: 2;
    border: 1px solid #e8e8e8;
    width: 539px;
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    top: 37px;
    left: 0px;
    display: none;
}

.hint-list {
    padding: 4px 0;
    font-size: 14px;
    line-height: 28px;
}

.hint-list li {
    height: 27px;
    padding: 0 9px;
    cursor: pointer;
    zoom: 1;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
    color: #333;
}

.hint-list li:hover,
.hint-list li.active {
    background: #f3f3f3;
}

.sresult-box {
    padding-top: 58px;
    font-size: 13px;
}

.sresult-filter {
    background-color: #F8F8F8;
    min-width: 1002px;
}

.sd-search-nav {
    height: 40px;
    padding-left: 145px;
    float: left;
}

.sd-search-nav li {
    float: left;
    width: 40px;
    text-align: center;
    margin-right: 17px;
    font-size: 14px;
}

.sd-search-nav li a {
    display: inline-block;
    height: 38px;
    color: #999;
    line-height: 38px;
    text-decoration: none;
}

.sd-search-nav li a.active {
    color: #333;
    border-bottom: 2px solid #00a0ec;
}

a.sd-filter-more {
    color: #666;
    margin-left: 240px;
    text-decoration: none;
    line-height: 38px;
    display: none;
}

.sd-filter-more i {
    color: #ccc;
    font-size: 12px;
}

.sd-fpages {
    min-width: 1002px;
    border-radius: 2px;
    padding: 13px 0 0 150px;
    position: relative;
    line-height: 24px;
    display: none;
}

.sd-fpages .sd-title {
    float: left;
    margin-right: 5px;
    color: #333;
    text-decoration: none;
    cursor: default;
}

a.sd-filter-page {
    text-decoration: none;
    color: #333;
    float: left;
    margin-right: 34px;
}

a.sd-filter-page:hover,
a.sd-filter-page.current {
    color: #00a1e9;
}

.sd-textcss {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 38px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

a.sd-pbutton {
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #00a1e9;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-left: 30px;
    font-size: 12px;
}

.sresult-container {
    overflow-y: scroll;
    min-width: 1208px;
}

.sresult-container .sresult-con {
    width: 540px;
    float: left;
    padding-left: 145px;
}

.sresult-con p {
    color: #999;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}

/*结果展示*/
.sd-search-list {
    font-size: 14px;
    min-height: 175px;
}

.sd-filter {
    margin: 5px auto 6px;
    padding-bottom: 22px;
    padding-top: 13px;
    border-bottom: 1px dashed #eee;
}

.sd-filter .analog-radio {
    display: inline-block;
    *display: inline;
    margin-left: 5px;
}

.sd-filter .analog-radio b {
    margin-right: 0;
    vertical-align: -3px;
}

.sd-filter-content {
    border: 1px solid #eee;
    margin: 20px 0 15px;
}

.sd-result {
    float: right;
}

.sd-overview {
    background-color: #f8f8f8;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
}

.sd-list-con {
    margin-bottom: 18px;
}

.sd-list-con:hover .sd-like-share {
    display: block;
}

.sd-type-title {
    height: 24px;
    line-height: 24px;
    margin-bottom: 2px;
}

.sd-type-title .type {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}

.sd-type-title .sd-title {
    color: #0000cc;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    max-width: 505px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sd-type-title .sd-title:visited {
    color: #741274;
}

.sd-type-title .sd-vip {
    text-decoration: none;
}

.sd-type-title .sd-vip i {
    font-size: 14px;
    color: #f60;
    vertical-align: -1px;
}

.sd-quality-corpus {
    color: #13ae2f;
    float: left;
    margin-right: 4px;
    font-size: 24px;
    margin-top: 2px;
}

.sd-doc-vip {
    color: #F60;
    float: left;
    margin-right: 4px;
    font-size: 18px;
}

.sd-type-title .sd-recom {
    float: left;
    color: #ababab;
    cursor: pointer;
    position: relative;
}

.sd-free-app {
    color: #995d33;
    font-size: 12px;
    display: none;
}

.sd-app-tips {
    padding: 15px 12px;
    width: 336px;
    border: 1px solid #eee;
    background: #fff;
    position: absolute;
    z-index: 1;
    box-shadow: 3px 3px 5px #eee;
    display: none;
}

.sd-app-tips img {
    width: 100px;
    height: 100px;
    float: left;
}

.sd-app-tips .p-sucess {
    font-size: 18px;
    color: #00a1e9;
    text-align: left;
    margin-top: 25px;
}

.sd-app-tips .p-suc-tips {
    font-size: 12px;
    color: #999;
    text-align: left;
    margin-top: 2px;
}

.sd-app-tips em {
    display: block;
    width: 8px;
    height: 15px;
    background: url(../images/sd-arror.png) no-repeat;
    position: absolute;
    top: 14px;
    left: -8px;
}

.sd-type-title .sd-like-share {
    float: right;
    color: #999;
    display: none;
}

.sd-type-title .sd-like-share li {
    float: left;
    margin-left: 16px;
    cursor: pointer;
}

.sd-type-title .sd-like-share li i {
    font-size: 14px;
}

.sd-like-share .like:hover, .sd-like-share .share:hover {
    color: #f90;
}

.sd-list-detail {

}

.sd-list-detail:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.sd-list-detail .sd-cover {
    float: left;
    margin-right: 15px;
    display: block;
    width: 120px;
    height: 81px;
    border: 1px solid #e8e8e8;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.sd-cover:hover .original-cover {
    display: block;
}

.sd-list-detail .original-cover {
    position: absolute;
    left: 135px;
    top: 0;
    display: none;
    width: 160px;
    height: 227px;
    border: 1px solid #efefef;
    background: #fff;
    opacity: 0.98;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
}

/*.sd-list-detail .sd-box{
 
}*/
.sd-list-detail .sd-box .sd-con {
    line-height: 20px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
}

.sd-list-detail .sd-box .sd-con-cover {
    max-height: 60px;
    min-height: 60px;
    line-height: 20px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
}

.sd-list-detail .sd-box .sd-intro {
    height: 17px;
    line-height: 17px;
    margin-top: 6px;
    font-size: 12px;
    color: #4e9c62;
}

.sd-list-detail .sd-box .sd-intro a {
    color: #999;
}

.sd-intro .spacer {
    width: 1px;
    height: 10px;
    background: #4e9c62;
    display: inline-block;
    margin: 0 10px;
    vertical-align: -1px;
}

.sd-intro .sd-hot i {
    vertical-align: -2px;
    color: #ccc;
    padding: 0;
    margin-left: -2px;
}

.sd-intro .sd-hot i.current {
    color: #f90;
}

.sd-corpus {
    margin-bottom: 16px;
    margin-top: 4px;
}

.sd-corpus li {
    color: #999;
    height: 24px;
    line-height: 24px;
}

.sd-corpus li img {
    width: 14px;
    height: 14px;
    float: left;
    margin: 5px 4px 0 0;
}

.sd-corpus li a {
    color: #0000cc;
    max-width: 450px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
    font-size: 12px;
}

.sd-corpus li a.more {
    color: #8d8dd3;
    text-decoration: none;
}

.sd-corpus .sd-else-page, .sd-corpus .sd-else-format {
    font-size: 12px;
    text-align: right;
    display: inline-block;
    width: 60px;
    float: right;
}

.sd-corpus .sd-else-format {
    text-align: left;
    width: 100px;
}

a.sd-task {
    background: #fff;
    border: 1px solid #00a1e9;
    color: #00a1e9;
    float: right;
    height: 28px;
    line-height: 28px;
    margin: 10px 0;
    padding: 0 17px;
    border-radius: 3px;
    text-decoration: none;
}

a.sd-task:hover {
    background: #00a1e9;
    color: #fff;
}

.no_of_pages {
    position: absolute;
    padding-bottom: 3px;
    line-height: 12px;
    margin: 0px;
    padding-left: 5px;
    bottom: 0px;
    padding-right: 2px;
    display: block;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 9px;
    cursor: pointer;
    right: 0px;
    padding-top: 3px;
}

#page {
    font: 14px arial;
    white-space: nowrap;
    margin: 30px 0 40px;
}

#page .pa {
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #e1e2e3;
    cursor: pointer;
    color: #0000cc;
}

#page .pa.current {
    color: #333;
    cursor: default;
    border: 1px solid #3388FF;
}

#page a {
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    overflow: hidden;
    margin-right: 9px;
    background: #fff;
}

#page a:hover {
    background: #F2F8FF;
}

#page a:hover span {
    border-color: #3388FF;
}

#page .s {
    height: 34px;
    padding: 0 18px;
    border: 1px solid #e1e2e3;
    color: #0000cc;
}

.no-result-box {
    padding: 55px 0;
}

.no-result-box img {
    height: 70px;
    float: left;
    margin-right: 30px;
}

.no-result-box p {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.no-result-box p .red {
    max-width: 220px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

.no-result-box .p {
    font-size: 13px;
}

.search-index {
    width: 650px;
    height: 1080px;
    margin: 0 auto;
    padding-top: 140px;
}

.search-index .search-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.search-index h3 {
    color: #333;
    text-align: center;
    margin: 20px auto 30px;
}

.search-index .head-search {
    float: none;
}
/***********2019/10/22*************/
.skin{
    position: fixed;
    bottom: -300px;
    width: 100%;
    background: #333333;
    color: #fff;
    z-index: 1;
}
.skin-cont{
    width: 866px;
    margin: 0 auto;
}
.skin-title>p{
    font-size: 16px;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
}
.skin-title>p i.iconfont{
    float: right;
    cursor: pointer;
}
.skin-list{
    font-size: 0;
}

.skin-list li{
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    width: 136px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    position: relative;
}
.skin-list li>img{
    border-radius: 2px;
}
.skin-list li.mg0{
    margin-right: 0;
}
.skin-list li:hover p.pop{
   display: block;
}
.skin-list li.active:hover p.pop{
    display:none;
}
.skin-list li>p.pop{
    background: rgba(0,0,0,0.55);
    border-radius: 2px;
    width: 136px;
    height: 80px;
    position: absolute;
    display: none;
    font-size: 14px;
    color: #fff;
}
.skin-list li>i{
    color: #0078ee;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    margin-left: -12px;
    margin-top: -34px;
    display: none;
}
.skin-btn{
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
}
.skin-btn-cont{
    width: 139px;
    margin: 0 auto;
    font-size: 0;
}
.skin-btn a{
    display: inline-block;
    width: 62px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
}
a.confirm{
    background: #0078ee;
    border-radius: 4px;
    color: #fff;
    margin-right: 15px;
}
a.cancel{
    background: #FFFFFF;
    border-radius: 4px;
    color: #666666;
}
/********文档显示**2019/10/24**********/
.grid-title{
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    color: #666666;
    padding-left: 10px;
    border-bottom: 1px solid  #E7E7E7;
}
.grid-check>.analog-check{
    margin-top: 15px;
    margin-right:10px;
}
.grid-list{
    width: 120px;
    font-size: 13px;
    color: #666666;
    display: inline-block;
    margin-right:10px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 4px;
    height: 120px;
    cursor: pointer;
}
.grid-list img{
    margin-top: 10px;
    height: 48px;
}
.grid-list div.dt{
    margin-top: 20px;
    position: relative;
 }
.grid-list  i.iconfont{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #979797;
    display: none;
}

.grid-list div.dd{
    margin-top:20px;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.grid-check{
    position: absolute;
    top: -5px;
    left: 10px;
}
.analog-check b.checked{
    display: block;
}
.grid-list  i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../public/image/types/star.png") no-repeat 0 -32px;
}
.grid-list i.iconfont:hover{
    width: 16px;
    height: 16px;
    background: url("../../public/image/types/star.png") no-repeat 0 -16px;
    /*color:#85D262;*/
}
.grid-list  i.iconfont.active{
    width: 16px;
    height: 16px;
    background: url("../../public/image/types/star.png") no-repeat 0 0 ;
    display: block;
    z-index: 2;
}

.grid-list:hover{
    background:#f7f7f7;
}
.grid-list:hover  .analog-check, .grid-list:hover  i.iconfont {
    display: block;
}
.grid-list .analog-check  b.checked{
    display: block;
}
.right-click{
    z-index: 2;
    position: fixed;
    border: 1px solid #E7E7E7;
    width: 140px;
    background: #fff;
    border-radius:4px;
    display: none;
    text-align: left;
    font-size: 13px;
    color: #666;
}
.right-click li{
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    cursor: pointer;
    background: #fff;
}
/*.right-click li:last-child{
    background: #F7F7F7;
    border-top: 1px solid #ddd;
}*/
.right-click li:hover{
    background: #F7F7F7;
}

.grid-list.selected{
    background: #F4F8FF;
}

.grid-list.selected .analog-check{
    display: block
}
.class-type{
    cursor: pointer;
    width: 20px;
    /*height: 20px;*/
    display: inline-block;
}


/*主题颜色，示例，具体标签操作需要补充*/
.colorOne{
    color: #0078ee !important;
    border-color: #0078ee !important;
}
.colorTwo{
    color: #48464B !important;
    border-color: #48464B !important;
}
.colorThree{
    color: #6699CC !important;
    border-color: #6699CC !important;
}
.colorFour{
    color: #53CAC3 !important;
    border-color: #53CAC3 !important;
}
.colorFive{
    color: #FF77A4 !important;
    border-color: #FF77A4 !important;
}
.colorSix{
    color: #9966CC !important;
    border-color: #9966CC !important;
}
.colorSeven{
    color: #0078EE !important;
    border-color: #0078EE !important;
}
.colorEight{
    color: #999900 !important;
    border-color: #999900 !important;
}
.colorNine{
    color: #CC9933 !important;
    border-color: #CC9933 !important;
}
.colorTen{
    color: #E1201D !important;
    border-color: #E1201D !important;
}
.colorEleven{
    color: #41AC52 !important;
    border-color: #41AC52 !important;
}
.colorTwenty{
    color: #FF6600 !important;
    border-color: #FF6600 !important;
}


.bgOne{
    background:#ffb900;
    border-color: #ffb900;
}
.bgTwo{
    background:#48464B;
    border-color: #48464B;
}
.bgThree{
    background: #6699CC;
    border-color: #6699CC;
}
.bgFour{
    background:#53CAC3;
    border-color: #53CAC3;
}
.bgFive{
    background:#FF77A4;
    border-color: #FF77A4;
}
.bgSix{
    background:#9966CC;
    border-color: #9966CC;
}
.bgSeven{
    background:#0078EE;
    border-color: #0078EE;
}
.bgEight{
    background:#999900;
    border-color: #999900;
}
.bgNine{
    background:#CC9933;
    border-color: #CC9933;
}
.bgTen{
    background:#E1201D;
    border-color: #E1201D;
}
.bgEleven{
    background:#41AC52;
    border-color: #41AC52;
}
.bgTwenty{
    background:#FF6600;
    border-color: #FF6600;
}