@charset "UTF-8";
.suCaiSearch {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.t-window-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.t-window-container.active {
    z-index: 99999;
}

.t-window-container .t-window {
    position: absolute;
    background-color: #f6f6f6;
    pointer-events: auto;
    overflow: hidden;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.t-window-container .t-window .title-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex
}

.t-window-container .t-window .title-bar .title {
    flex: 1;
    cursor: move;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.t-window-container .t-window .title-bar .options {
    white-space: nowrap
}

.t-window-container .t-window .title-bar .options .item {
    cursor: pointer;
    color: #b9b9b9;
    margin: 0 5px
}

.t-window-container .t-window .title-bar .options .item i {
    font-size: 20px
}

.t-window-container .t-window .title-bar .options .item:hover {
    color: #0083e9
}

.t-window-container .t-window .e-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.t-window-container .t-window.material {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.t-window-container .t-window.material .title-bar {
    color: #464646;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 14px
}

.t-window-container .t-window.material .title-bar .options {
    position: relative;
    top: -8px
}

.t-window-container .t-window.material .e-content {
    background-color: #f6f6f6;
    top: 45px
}

.t-window-container .t-window.common {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 3px
}

.t-window-container .t-window.common .title-bar {
    color: #464646;
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px
}

.t-window-container .t-window.common .e-content {
    background-color: #fff;
    top: 35px
}

.t-window-container .resizer {
    position: absolute;
    pointer-events: none
}

.t-window-container .resizer .item {
    position: absolute;
    background-color: transparent;
    pointer-events: auto
}

.t-window-container .resizer .corner {
    width: 10px;
    height: 10px
}

.t-window-container .resizer .tl {
    left: 0;
    top: 0;
    cursor: nw-resize;
    margin-left: -5px;
    margin-top: -5px
}

.t-window-container .resizer .tr {
    right: 0;
    top: 0;
    cursor: ne-resize;
    margin-right: -5px;
    margin-top: -5px
}

.t-window-container .resizer .bl {
    left: 0;
    bottom: 0;
    cursor: sw-resize;
    margin-left: -5px;
    margin-bottom: -5px
}

.t-window-container .resizer .br {
    right: 0;
    bottom: 0;
    cursor: se-resize;
    margin-right: -5px;
    margin-bottom: -5px
}

.t-window-container .resizer .mt {
    top: 0;
    left: 5px;
    right: 5px;
    height: 10px;
    margin-top: -5px;
    cursor: n-resize
}

.t-window-container .resizer .mb {
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 10px;
    margin-bottom: -5px;
    cursor: s-resize
}

.t-window-container .resizer .ml {
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 10px;
    margin-left: -5px;
    cursor: w-resize
}

.t-window-container .resizer .mr {
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 10px;
    margin-right: -5px;
    cursor: e-resize
}

.search-bar {
    position: absolute;
    right: 100px;
    top: -38px;
    z-index: 10
}

.search-bar input[type=text] {
    padding: 7px 13px;
    background-color: #ededed;
    border-radius: 50px;
    font-size: 12px;
    width: 160px;
    transition: .2s;
    border: 1px solid transparent
}

.search-bar input[type=text]:focus {
    width: 190px;
    border-color: #0083e9;
    background-color: #fff
}

.search-bar input[type=text]::-webkit-input-placeholder {
    color: #bdbdbd !important
}

.search-bar i {
    position: absolute;
    right: 8px;
    top: 7px;
    color: #c8c8c8;
    cursor: pointer;
    transition: .2s
}

.search-bar i:hover {
    color: #0083e9
}

.tab-header {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 140px;
    background-color: #fff;
    color: #626161;
    overflow-x: hidden;
    overflow-y: auto
}

.tab-header .item {
    width: 140px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .2s
}

.tab-header .item i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 6px
}

.tab-header .item img {
    width: 24px;
}

.tab-header .item span {
    font-size: 14px
}

.tab-header .item:hover {
    color: #0083e9
}

.tab-header .item.active {
    color: #0083e9;
    background-color: #f6f6f6;
    border: none;
}

.tab-header.mini {
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

.tab-header.mini .item {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 35px;
    text-align: center
}

.tag-list {
    padding: 5px 10px 0
}

.tag-list.popup {
    position: fixed;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fbfbfb;
    top: 45px;
    right: 0;
    left: 140px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05)
}

.tag-list.no-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 8px !important
}

.tag-list.big-tag {
    padding: 8px 0 0 8px
}

.tag-list.big-tag .item {
    margin: 3px 3px 0;
    width: 55.4px;
    padding: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tag-list .item {
    display: inline-block;
    cursor: pointer;
    transition: .2s;
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    font-size: 13px;
    color: #8a8a8a
}

.tag-list .item.active, .tag-list .item:hover {
    background-color: #0083e9;
    color: #fff;
    border: none;
}

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

.tab-content.mini {
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0
}

.tab-content.no-top {
    top: 0
}

.tab-content.no-top .list-wrap {
    padding-top: 0 !important
}

.tab-content.no-top .list-wrap .list-item {
    flex: none;
    width: 92px
}

.tab-content .search-wrap .result-tip-wrap {
    padding: 15px
}

.tab-content .search-wrap .result-tip-wrap .result-tip {
    background: #fff;
    color: #626161;
    font-size: 12px;
    padding: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.tab-content .search-wrap .result-tip-wrap .result-tip .keyword {
    margin: 0 3px;
    color: #0083e9;
    font-weight: 900
}

.tab-content .list-wrap {
    padding: 7px 5px 7px 8px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.tab-content .list-wrap .list-item {
    display: inline-block;
    cursor: pointer;
    margin: 3px;
    flex: 1;
    min-width: 90px;
    max-width: 150px;
    height: 90px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: .2s;
    padding: 5px;
    box-sizing: border-box;
    position: relative
}

.tab-content .list-wrap .list-item:hover .img-info-btn, .tab-content .list-wrap .list-item:hover .mark,#Scgundong li:hover .img-info-btn,#Scgundong li:hover .mark {
    opacity: 1
}


#Scgundong li{
    position: relative;
    display: inline-block;
}
#Scgundong .mark {
    position: absolute;
    right: 4px;
    top: 0;
    opacity: 0;
    width: 20px;
    height: 20px;
}

#Scgundong .img-info-btn {
    width: 16px;
    height: 16px;
    line-height: 18px;
    position: absolute;
    right: 4px;
    bottom: 0;
    background-color: #fff;
    color: #767676;
    padding: 1px 2px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    transition: .2s;
    opacity: 0
}


.tab-content .list-wrap .list-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.tab-content .list-wrap .list-item .img-info-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: #767676;
    padding: 1px 2px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    transition: .2s;
    opacity: 0
}

.tab-content .list-wrap .list-item .mark {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
}

.loading-wrap {
    text-align: center;
    color: #0083e9;
    font-size: 16px;
    padding: 10px
}

.loading-wrap .iconfont {
    display: inline-block;
    -webkit-animation: 1s linear infinite rotate-animation;
    animation: 1s linear infinite rotate-animation
}

@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.bottom-tip {
    padding: 10px;
    text-align: center;
    color: #a8a8a8;
    font-size: 12px;
    text-shadow: 1px 1px 1px #fff
}

.show-more {
    text-align: center;
    padding: 10px
}

.show-more button {
    background-color: #0083e9;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    transition: .2s;
    cursor: pointer
}

button {
    overflow: visible;
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    outline: 0 !important;
    line-height: normal;
}

.show-more button:hover {
    opacity: .7
}

.grid-list-wrap {
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

.grid-list-wrap .item {
    flex: 1;
    min-width: 300px;
    max-width: 300px
}

.not-found {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.not-found .not-found-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.not-found .not-found-wrap p {
    color: #c7c7c7;
    font-size: 12px;
    padding: 10px 0 5px 13px
}

.t-taskbar {
    position: fixed;
    left: 300px;
    bottom: 0;
    right: 100px;
    pointer-events: none;
    z-index: 999999
}

.t-taskbar .item {
    display: inline-block;
    pointer-events: auto;
    background-color: #f0f0f0;
    padding: 8px;
    margin-right: 2px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    font-size: 12px;
    transition: .2s;
    min-width: 80px;
    color: #333
}

.t-taskbar .item:hover {
    background-color: #fff
}

.t-taskbar .item.active {
    box-shadow: 0 0 8px rgba(0, 161, 235, .7);
    color: #fff;
    background-color: #0083e9 !important;
    border: none;
}

.t-taskbar .item .closesc {
    margin-left: 5px;
    float: right
}

.t-taskbar .item .closesc i {
    position: relative;
    top: 2px;
    font-size: 12px
}

/*收藏*/
.grid-item {
    margin: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.grid-item .image-list {
    padding: 2.5px 2.5px 0;
    box-sizing: border-box
}

.grid-item .image-list .image-item {
    width: 33.33%;
    height: 92px;
    box-sizing: border-box;
    padding: 2px;
    float: left;
    cursor: pointer
}

.grid-item .image-list .image-item .image-wrap {
    width: 100%;
    height: 100%;
    padding: 21px;
    background-color: #f1f1f1;
    box-sizing: border-box;
    position: relative
}

.grid-item .image-list .image-item .image-wrap .img-info-btn {
    position: absolute;
    right: 2px;
    bottom: 2px;
    background-color: #fff;
    color: #767676;
    padding: 1px 2px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    transition: .2s;
    opacity: 0
}

.grid-item .image-list .image-item .image-wrap .mark {
    position: absolute;
    right: 2px;
    top: 2px;
    opacity: 0;
    transition: .2s
}

.grid-item .image-list .image-item .image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.grid-item .image-list .image-item .image-wrap:hover .img-info-btn, .grid-item .image-list .image-item .image-wrap:hover .mark {
    opacity: 1
}

.grid-item .title-warp {
    display: flex;
    padding: 2px 3px 4px
}

.grid-item .title-warp .title {
    flex: 1
}

.grid-item .title-warp .point-list .iconfont {
    display: inline-block;
    font-size: 12px;
    color: #a6a6a6;
    position: relative;
    top: -2px;
    cursor: pointer;
    margin: 0 2px
}

.grid-item .title-warp .point-list .flip-x {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.grid-item .title-warp .point-list .point-item {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #cecece;
    margin: 5px 2px 2px;
    cursor: pointer
}

.grid-item .title-warp .point-list .point-item.active {
    background-color: #0083e9
}

.material-mark {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    color: #bdbebe;
    transition: .2s;
    cursor: pointer
}

.material-mark.active, .material-mark:hover {
    color: #0083e9
}

.t-toast-wrap {
    position: absolute;
    left: 50%;
    top: 12%;
    height: 35px;
    z-index: 99999999999;
    pointer-events: none;
}

.t-toast-wrap .t-toast {
    width: 100%;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 35px;
    background-color: #fff;
    display: flex;
    font-size: 13px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

.t-toast-wrap .t-toast .icon {
    width: 35px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgb(37, 170, 214);
}

.t-toast-wrap .t-toast .icon i {
    display: inline-block;
    font-size: 20px;
}

.t-toast-wrap .t-toast .msg {
    flex: 1;
    padding: 0 10px;
    color: #626161;
}

.t-toast-wrap .t-toast .icon i {
    display: inline-block;
    font-size: 20px;
}

.t-toast-wrap .t-toast .rotate {
    -webkit-animation: 1s linear infinite rotate-animation;
    animation: 1s linear infinite rotate-animation;
}

/*关键词显示*/
.image-info-modal {
    position: fixed;
    width: 260px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 10px;
    z-index: 999999;
}

.image-info-modal .thumb {
    margin-bottom: 5px;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px
}

.image-info-modal .thumb img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain
}

.image-info-modal .info {
    color: #a4a4a4;
    padding: 2px 0;
    font-size: 12px;
    display: flex
}

.image-info-modal .info .label1 {
    padding-right: 10px
}

.image-info-modal .info .text {
    flex: 1
}

.image-info-modal .info .text .uploader {
    color: #626161
}

.image-info-modal .close-btn {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
    color: #767676;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    cursor: pointer
}

.image-info-modal .close-btn i {
    font-size: 13px
}
/*长时间未操作弹出*/
.modal-wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
}

.catch-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 550px;
    height: 338px;
    background: #fff;
    margin: 0 auto;
    color: #626262;
}

.modal-wrap .modal1-center {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.catch-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 550px;
    height: 338px;
    background: #fff;
    margin: 0 auto;
    color: #626262;
}

.catch-top {
    text-align: center;
    margin-top: -12px;
}

.catch-bottom {
    text-align: center;
}
.catch-save {
    font-weight: 700;
}
.save-error {
    margin: 15px 0;
}

.catch-fresh {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: #07aefc;
    color: #fff;
    margin-top: 15px;
    border-radius: 60px;
}

/*检测浏览器样式弹出层*/
#checkBrowser{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 99999999999999;
    background-color: rgba(0,0,0,0.5);
}
#checkBrowser .ant-modal-body{
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
}

.ant-modal {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 24px;
    padding-bottom: 24px;
    list-style: none;
    position: relative;
    width: auto;
    top: 100px;
}


.ant-modal-custom button.ant-modal-close {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -31px;
    top: 0;
    box-shadow: 0 0 7px rgba(0,0,0,.2);
}

.ant-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}


.ant-modal-close {
    cursor: pointer;
    border: 0;
    background: 0 0;
    position: absolute;
    right: -27px;
    top: -3px;
    z-index: 10;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color .3s;
    color: rgba(0,0,0,.45);
    outline: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFF;
}

#checkBrowser button.ant-modal-close span.ant-modal-close-x {

    display: block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    font-size: 20px;
    color: #0083e9;
}

.prompt{
    width:544px;
    background:#fff
}
.prompt .prompt-title{
    width:100%;
    height:136px;
    background:url(/v2/images/jianrongtishi.png) no-repeat;
    position:relative
}
.prompt .prompt-title .title-content{
    box-sizing:border-box;
    width:100%;
    text-align:center;
    padding-top:33px;
    font-size:25px;
    color:#fff
}
.prompt .prompt-title .icon-chahao{
    position:absolute;
    font-size:21px;
    color:#fff;
    top:0;
    right:-31px
}
.prompt .prompt-content{
    width:100%;
    height:161px
}
.prompt .prompt-content p:nth-of-type(1) {
    width:100%;
    text-align:center;
    font-size:16px;
    color:#5d5e5e;
    line-height:1;
    margin-top:32px
}
.prompt .prompt-content p:nth-of-type(2) {
    width:100%;
    text-align:center;
    font-size:16px;
    color:#5d5e5e;
    line-height:1;
    margin-top:14px
}
.prompt .prompt-content .download{
    margin-top:32px;
    width:100%;
    text-align:center
}
.prompt .prompt-content .download a{
    text-align:center;
    font-size:17px;
    color:#0083e9;
    line-height:1
}
