a, button, input, div, span, ul, li {
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
    padding: 0;
}

.hidden {
    display: none !important;
}

.originalName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cloud-mask {
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
}

.add-classify {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    display: -moz-inline-stack;
    float: left;
    padding: 0px 16px;
    margin-right: 10px;
    color: #444444;
    text-shadow: 1px 1px #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    outline: none;
    border: 1px solid #b7c8d9;
    background: url(https://static.9hive.cn/global/vendor/file/common.gif) 0px 0px repeat-x;
}

.classify-content {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    width: 670px;
    height: 400px;
    z-index: 101;
    display: none;
    padding: 10px;
    transition: all 0.2s linear;
    border-radius: 8px;
    box-shadow: 1px 1px 6px #999999;
}

.classify-header {
    height: 40px;
    padding: 5px;
    font-size: 14px;
}

.upload-btn {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.5;
    background-color: #15abff;
    text-align: center;
    outline: none;
    color: white;
    font-size: 13px;
    border: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border-radius: 3px;
    float: left;
}

.cloud-input[type='file'] {
    opacity: 0;
    display: inline-block;
    padding: 5px;
    left: 0;
    width: 100%;
    line-height: 1.5;
    cursor: pointer;
    position: absolute;
}

.cloud-search {
    float: left;
    margin-left: 15px;
}

.cloud-search input {
    width: 120px;
    padding: 5px;
    vertical-align: middle;
    line-height: 1.5;
    border: 1px solid #ddd;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cloud-search button {
    text-align: center;
    padding: 5px 10px;
    border-left: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 1.5;
    background-color: #ffffff;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-left: none;
}

.classify-close {
    font-size: 22px;
    float: right;
    cursor: pointer;
}

.cloud-content {
    height: calc(100% - 80px);
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}

.cloud-content .cloud-left {
    width: 100px;
    background-color: #eeeeee;
    overflow-y: auto;
    height: 100%;
    float: left;
}

.cloud-left .item {
    padding: 8px;
    cursor: pointer;
}

.cloud-left .item.active {
    background-color: #ffffff;
}

.cloud-content .cloud-right {
    overflow-y: auto;
    height: 100%;
    float: left;
    overflow-x: hidden;
    width: calc(100% - 100px);
}

.classify-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 10px 10px 0;
}

.classify-list .item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    outline: none;
    /*color: white;*/
    /*margin: 10px;*/
    /*background-color: #b7c8d9;*/
    font-size: 13px;
    width: 88px;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 1px;
    height: 110px;
    border-radius: 2px;

}

.classify-list .item.active {
    border-color: #15abff;
    position: relative;
}

.classify-list .item.active:after {
    position: absolute;
    top: -4px;
    width: 18px;
    height: 18px;
    z-index: 111;
    right: -4px;
    background: url(https://static.9hive.cn/global/img/blue-selected.png) center no-repeat;
    content: "";
    background-size: contain;
    font-size: 18px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.classify-list .item img {
    max-width: 84px;
    max-height: 84px;
}

.add-content {
    transition: all 0.2s linear;
    position: absolute;
    top: -20px;
    padding-bottom: 8px;
    background-color: #ffffff;
    width: 500px;
    min-height: 150px;
    color: initial;
    border-radius: 5px;
    /* border: 1px solid #ddd; */
    transform: translate(-45%, -100%);
}

.add-content-header {
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

#cancel-cloud-btn {
    font-size: 22px;
}

.add-content input {
    width: 150px;
    padding: 5px;
    line-height: 1.5;
    border: 1px solid #ddd;
    font-size: 13px;
    margin-right: 5px;
}

/*.add-content button {
    width: 60px;
    padding: 5px;
    line-height: 1.5;
    border: 1px solid #ddd;
    font-size: 13px;
    margin-top: 10px;
}*/

.add-content:after {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    bottom: -10px;
    background: #fff;
    content: '';
    transform: rotate(-135deg);
}

.classify-input {
    display: inline-block;
    /*width: 60%;*/
    height: 32px;
    padding: 0 5px;
    border: 1px solid #b7c8d9;
    outline: none;
    margin-right: 10px;
    margin-left: 10px;
}

.classify-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    /*line-height: 40px;*/
    padding: 10px 20px 0;
}

.cloud-sure-btn {
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    background-color: #15abff;
    cursor: pointer;
    vertical-align: middle;
    min-width: 60px;
    color: white;

}

.classify-button {
    display: inline-block;
    padding: 5px 10px;
    /*background-color: #cccccc;*/
    text-align: center;
    outline: none;
    color: white;
    min-width: 80px;
    margin: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.primary-color {
    background-color: #b7c8d9 !important;
}

.text-left {
    text-align: left;
}

/*两端对齐，垂直居中*/
.flex-between-vertical {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.flex-inline {
    display: inline-flex;
    align-items: center;
}

.flex-horziontal {
    display: flex;
    align-items: center;
}

.flexed {
    display: flex;
}

.flex-wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.manage-item-c {
    display: inline-block;
    position: relative;
}

.manage-item {
    display: inline-block;
    margin-bottom: 8px;
    width: 66px !important;
    text-align: center;
    border-radius: 3px;
}

.manage-item-c:not(:first-of-type):hover .cloud-manage-delete {
    display: inline-block !important;

}

.cloud-manage-delete {
    position: absolute;
    display: none;
    width: 18px !important;
    height: 18px;
    background: url(/global/img/del2.svg) center no-repeat;
    background-size: contain;
    right: 0px;
    top: -6px;
    cursor: pointer;

}

.filePage .pagination {
    margin: 0 !important;
}

/**
*分页
*/

.iconfont {
    font-size:16px;
}

.icon-you:before {
    content: ">";
}

.icon-zuo:before {
    content: "<";
}

.icon-most-left:before {
    content: "<<";
}

.icon-most-right:before {
    content: ">>";
}

.page_common_btn_style{
    font-family: '微软雅黑';
    display: inline-block;
    min-width: 28px;
    padding:0 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background: #f4f4f5;
    color: #606266;
    margin: 0 3px;
    font-weight: 600;
    font-size:14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
a.page_common_btn_style:active{
    color:#409eff;
    background:#eee;
}

.page_btn_box {
    display: inline-block;
    margin: 0 10px;
}
.page_common_btn_active{
    background:#409eff;
    color:#eee;
}