.ios-scroll {
    -webkit-overflow-scrolling: touch;
}

   

.main-layout {
     height: 100%;
}

   

.welcome-ico {
    width: 32px;
    height: 32px;
    margin: auto;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff;
}

   

.root-content {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

   

.menu-icon-style{
    font-size: 20px !important;
    padding-right: 8px;
}

   

.mdl-menu-style.ant-menu {
    color: #666;
}

   

.mdl-menu-style .ant-menu-sub .ant-menu-item, .mdl-menu-style .ant-menu-item:hover, .mdl-menu-style .ant-menu-item-active, .mdl-menu-style .ant-menu:not(.ant-menu-inline) 
     .ant-menu-submenu-open, .mdl-menu-style .ant-menu-submenu-active, .mdl-menu-style .ant-menu-submenu-title:hover {
        color: #666;
}

   

.mdl-menu-style .ant-menu-item-selected {
        color: #666;
}

   

.mdl-menu-style .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover 
     .ant-menu-submenu-arrow::after, .mdl-menu-style .ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover 
     .ant-menu-submenu-arrow::after, .mdl-menu-style .ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover
      .ant-menu-submenu-arrow::after, .mdl-menu-style .ant-menu-submenu-inline > .ant-menu-submenu-title:hover 
      .ant-menu-submenu-arrow::after, .mdl-menu-style .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover 
      .ant-menu-submenu-arrow::before, .mdl-menu-style .ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover
       .ant-menu-submenu-arrow::before, .mdl-menu-style .ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover 
       .ant-menu-submenu-arrow::before, .mdl-menu-style .ant-menu-submenu-inline > .ant-menu-submenu-title:hover 
       .ant-menu-submenu-arrow::before {
          background-color: #fff;
          background-image: -webkit-gradient(linear, left top, right top, from(#666), to(#666));
          background-image: linear-gradient(to right, #666, #666);
}

   

body .ant-menu-inline-collapsed .ant-menu-submenu-title span span{
                display: inline-block;
                max-width: 0;
                opacity: 0;
            }

   

.sider-style {
    min-height: 97vh;
    height: 100%;
    background-color:#fff;

}

   

.sider-style .ant-layout-sider-collapsed .logo a{
      display: none;
}

   

.sider-style .logo {
        padding: 19px 16px;
        background: #2f80ed;
        background: -webkit-gradient(linear, left top, right top, color-stop(34%, #2f80ed),color-stop(81%, #56ccf2));
        background: linear-gradient(to right, #2f80ed 34%,#56ccf2 81%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f80ed', endColorstr='#56ccf2',GradientType=1 );
       // border-bottom: 1px solid #ddd;
    }

   

.sider-style .logo img{
            display: inline-block;
            max-width: 100%;
            height: auto;
            margin-top: 6px;
            margin-left: 4px;
        }

   

.sider-style .logo a{
            position: relative;
            top: 4px;
            text-decoration: none;
            margin: 0 0 0 5px;
            padding: 0;
            color: #fff;
            font-size: 12px;
            letter-spacing: 1px;
        }

   

.sider-style .nvIcon{
         display:inline-block;
         width: 20px;
         height: 20px;
    }

   

.scroll-view {
    overflow: scroll;
    // height: 100%;
    -webkit-overflow-scrolling: touch;
}

   

.container {
   // height: 98vh;
    height: 100%;
    overflow: hidden;
}

   

.common-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 280px;
    margin: 24px 16px;
    padding: 24px;
    overflow: hidden;
}

   

.ant-breadcrumb {
    padding-top: 10px;
    padding-left: 22px;
    margin-bottom: -10px;
}

   

.common-page {
    text-align: center;
    margin-top: 70px;
}

   

.login-avatar-box{
    min-height: 60px;
}

   

.login-avatar-upload{
    display: block;
}

   

.login-avatar-upload .ant-upload-select{
        display: block !important;
    }

   

.login-avatar-upload-btn{
    width: 100%;
    padding: 5px 0 5px 5px;
}

   

.login-avatar-upload-btn button{
            display: inline-block;
            outline: none;
            font-size: 12px;
            background-color: transparent;
            cursor: pointer;
            border: none;
    }

   

.login-avatar-upload-btn:hover {
    color:  #1890ff;
    background-color: #f2f4f8;
}

   

.login-name{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 0 3px;
}

   

.getCode-btn{
    display: inline-block;
    width: 102px;
    outline: none;
    font-size: 12px;
    cursor: pointer;
    height: 31px;
    text-align: center;
    border: 2px solid rgb(64, 169, 255);
    background-color: transparent;
    border-radius: 8px;
    margin-left: 5px;
}

   

.login-buttons{
    display: block;
    width: 100%;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    border: none;
    font-size: 14px;
    padding: 5px 0 5px 5px;
    text-align: left;

}

   

.login-buttons em{
        font-style: normal;
        padding-left: 5px;
    }

   

.login-buttons.logout:hover{
     color: red;
     background-color: #f2f4f8;
}

   

.login-buttons.mpw:hover{
    color:  #1890ff;
    background-color: #f2f4f8;
}

   

.login-alter-enter {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

   

.login-alter-enter-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  }

   

.login-alter-exit {
    opacity: 1;
  }

   

.login-alter-exit-active {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  }

   

.login-warning-compt{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     background-color: #FB4C60;
}

   

.login-warning-compt p{
         width: 100%;
         height: 55px;
         line-height: 55px;
         text-align: center;
         margin: 0;
         padding: 0;
         color:#fff;
     }

   

.login-warning-compt i{
        position: absolute;
        top: 20px;
        right: 15px;
        color: #fff;
        cursor: pointer;
    }

   

.login-content {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #404040;



}

   

.login-content .center-block {
        position: absolute;
        top :18%;
        left:  50%;
        height: 440px;
        width: 240px;
        margin-left:  -120px;
       // box-shadow: -15px 15px 15px rgba(0,0,0,.4);
       // background: linear-gradient(230deg,rgba(53,57,74,0),#000);
        color: #fff;
        padding-top: 60px;
    }

   

.login-content .center-block h3{
            color: #fff;
            font-size: 18px;
            margin: 0;
            padding: 0;
        }

   

.login-content .login-item-p p{
         padding: 10px 0;
         margin: 0;
         text-align: center;
     }

   

.login-content .login-item-captchaCode{
         width: 80px;
         margin: 0 5px;
    }

   

.login-content .login-item-em{
        // color: #636363;
        color: #b1b1b1; 
        font-style: normal;
        font-size: 12px;
        padding-left: 11px;
    }

   

.login-content .login-item-reload{
     position: relative;
     top: 4px;
     cursor: pointer;
}

   

.login-content .login-item-logo img{
         display: block;
         margin: 0 auto;
     }

   

.login-content .login-item-style{
      padding: 16px 0 0 0px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;

  }

   

.login-content .login-item-style h4{
          color: #fff;
          padding-left: 3px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
      }

   

.login-content .login-item-style input{
                width: 240px;
                height: 30px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                padding: 0 5px;
                background-color: #fff;
                border: none;
                outline: none;
                border-radius: 6px;
                color: #000;
        }

   

.login-content .login-item-message{
     padding-left: 26px;
     padding: 3px 0 3px 69px;
}

   

.login-content .login-item-message p{
         margin: 0;
         color: #fff;
         font-size: 12px;
         padding: 0;
     }

   

.login-content .login-button{
    position: relative;
    display: inline-block;
    width : 100%;
    margin: 0px 0px 0px 0px;
    height: 33px;
    text-align: center;
    border: 2px solid rgb(64, 169, 255);
    background-color: transparent;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    line-height: 30px
   
}

   

.login-content .login-button:hover {
    // color:  rgb(64, 169, 255);
}

   

.login-content .login-button>em {
    font-style: normal;
}

   

.login-content .login-button .login-button-spin {
        position: absolute;
        top: 2px;
        right: 70px;
        width: 25px;
        height: 25px;
}

   

/*box-loading*/

   

.loading-cube {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    background: #f0f2f5;
    z-index: 999999;
}

   

.cube-item {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

   

.cube-item:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: cube-shadow .5s linear infinite;
            animation: cube-shadow .5s linear infinite;
}

   

.cube-item:after {
    content: '';
    width: 50px;
    height: 50px;
    background: rgb(64, 169, 255);
    -webkit-animation: cube-animate .5s linear infinite;
            animation: cube-animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

   

.modal-common-content label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px;
    }

   

.modal-common-content span {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 26px;
    }

   

.modal-common-content label:last-child span {
        margin-right: 12px;
    }

   

.modal-common-content a {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 35px;
    }

   

.common-header-bar{
      padding:10px;
    //  border-bottom: 1px solid #e8e8e8;
      background-color: #fff;
}

   

.custom_collapse_wrapper{
    position: relative;
    width: 100%;
   // min-height: 1px;
    z-index: 5;

}

   

.custom_collapse_wrapper .custom_collapse_container{
        position: relative;
        padding: 5px;
        -webkit-transition: all .2s;
        transition: all .2s
    }

   

.custom_collapse_wrapper .custom_collapse_container.hidden {
    height: 0;
    padding: 0 !important;
    overflow: hidden;
}

   

.custom_collapse_wrapper .custom_collapse_handle{
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 60px;
        height: 13px;
        margin-left: -30px;
        background-color: #fff;
        text-align: center;
        border: 1px solid #d9d9d9;
        border-bottom: 0;
       // box-shadow:0 8px 18px -3px #9e9e9e;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 12px;
        overflow: hidden;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.65098);
        -webkit-transform: scale( 0.8 );
                transform: scale( 0.8 );
        z-index: 10
    }

   

.custom_collapse_wrapper .custom_collapse_handle:hover {
    color: #1890ff;
}

   

.custom_collapse_wrapper .custom_collapse_handle.active {
    height: 28px;
    -webkit-transform: scale( 1 );
            transform: scale( 1 );
}

   

.custom_collapse_wrapper .custom_collapse_handle i {
            position: relative;
            top: -4px;
            font-size: 10px;
}

   

.custom_collapse_wrapper .custom_collapse_handle p {
            position: relative;
            top: -9px;
            padding: 0;
            margin: 0;
}

   

.table-cell-excep{
     display: block;
     max-width: 300px;
     overflow: hidden;
     text-overflow:ellipsis;
     white-space: nowrap;
}

   

.beauty-table-boder .ant-table-column-title {
    font-weight: bold;
  }

   

.beauty-table-boder .ant-table-thead > tr:first-child > th:first-child {
    border-top-left-radius: 0px;
    border-left: 1px solid #EAEAEA;
  }

   

.beauty-table-boder .ant-table-thead > tr:first-child > th:last-child {
    border-top-right-radius: 0px;
    border-right: 1px solid #EAEAEA;
  }

   

.beauty-table-boder .ant-table-thead > tr > th {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
  }

   

.beauty-table-boder .ant-table-tbody > tr > td {
    border: none;
    border-bottom: none;
    border-bottom: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
  }

   

.beauty-table-boder .ant-table-tbody tr > td:last-child {
    border-right: 1px solid #EAEAEA;
  }

   

.beauty-table-header .ant-table-column-title {
    font-weight: bold;
  }

   

.error-content, .error-content:before, .error-content:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

   

.error-content {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

   

.error-content:focus {
    outline: none!important;
}

   

.common-content.error-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px;
    background: #343434;
    color: white;
    font-family: "brandon-grotesque","Brandon Grotesque","Source Sans Pro","Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

   

.common-content.error-content ::-moz-selection {
        background: none;
    }

   

.common-content.error-content ::selection {
        background: none;
    }

   

.common-content.error-content a {
        display: block;
        cursor: pointer;
        -webkit-animation: pulseColor 1000ms linear 3100ms forwards;
                animation: pulseColor 1000ms linear 3100ms forwards;
        font-weight: 500
    }

   

.common-content.error-content a:hover b, .common-content.error-content a:focus b {
                color: #F04F54;
}

   

.common-content.error-content a:active b {
                color: #43CB9D;
}

   

.common-content.error-content svg {
        width: 50px;
        height: auto;
    }

   

.common-content.error-content .crack {
        position: relative;
        z-index: 4;
        margin-left: -50px;
    }

   

.common-content.error-content .crack polyline {
            fill: none;
            stroke: #F04F54;
            stroke-width: 10px;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 1649.099;
            stroke-dashoffset: 1649.099;
            -webkit-animation: drawStroke 1500ms ease-out 500ms forwards;
                    animation: drawStroke 1500ms ease-out 500ms forwards;
        }

   

.common-content.error-content main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

   

.common-content.error-content main >div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center;
            position: relative;
            overflow: hidden;
        }

   

.common-content.error-content main >div svg {
                position: relative;
                z-index: 1;
            }

   

.common-content.error-content main >div svg polygon {
                    fill: #343434;
                }

   

.common-content.error-content main >div span {
                display: block;
                position: relative;
                z-index: 0;
                padding: 0 12px;
                line-height: 1.4;
            }

   

.common-content.error-content main >div:first-child {
    text-align: right;
    z-index: 1;
}

   

.common-content.error-content main >div:first-child span:first-child {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-animation: translateLeft 1000ms linear 1250ms forwards;
            animation: translateLeft 1000ms linear 1250ms forwards;
}

   

.common-content.error-content main >div:first-child span:last-child {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-animation: translateLeft 1000ms linear 1450ms forwards;
            animation: translateLeft 1000ms linear 1450ms forwards;
}

   

.common-content.error-content main >div:first-child svg polygon {
                        -webkit-animation: removeFill 10ms ease-out 1600ms forwards;
                                animation: removeFill 10ms ease-out 1600ms forwards;
                    }

   

.common-content.error-content main >div:last-child {
    z-index: 0;
    margin-left: -50px;
}

   

.common-content.error-content main >div:last-child span:first-child {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-animation: translateRight 1000ms linear 1650ms forwards;
            animation: translateRight 1000ms linear 1650ms forwards;
}

   

.common-content.error-content main >div:last-child span:last-child {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-animation: translateRight 1000ms linear 1850ms forwards;
            animation: translateRight 1000ms linear 1850ms forwards;
}

   

@-webkit-keyframes drawStroke {
    0% {
        stroke-dashoffset: 1649.099;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

   

@keyframes drawStroke {
    0% {
        stroke-dashoffset: 1649.099;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

   

@-webkit-keyframes removeFill {
    0% {
        fill: rgba(#343434, 1);
    }
    100% {
        fill: rgba(#343434, 0);
    }
}

   

@keyframes removeFill {
    0% {
        fill: rgba(#343434, 1);
    }
    100% {
        fill: rgba(#343434, 0);
    }
}

   

@-webkit-keyframes pulseColor {
    0% {
        color: white;
    }
    25% {
        color: #43CB9D;
    }
    50% {
        color: white;
    }
    75% {
        color: #43CB9D;
    }
    100% {
        color: white;
    }
}

   

@keyframes pulseColor {
    0% {
        color: white;
    }
    25% {
        color: #43CB9D;
    }
    50% {
        color: white;
    }
    75% {
        color: #43CB9D;
    }
    100% {
        color: white;
    }
}

   

@-webkit-keyframes translateLeft {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
        opacity: 1;
    }
    7.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1);
    }
    15.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1);
    }
    22.72% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1);
    }
    30.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1);
    }
    50.25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1);
    }
    70.27% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
    }
}

   

@keyframes translateLeft {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
        opacity: 1;
    }
    7.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1);
    }
    15.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1);
    }
    22.72% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1);
    }
    30.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1);
    }
    50.25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1);
    }
    70.27% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
    }
}

   

@-webkit-keyframes translateRight {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
        opacity: 1;
    }
    7.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1);
    }
    15.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1);
    }
    22.72% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1);
    }
    30.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1);
    }
    50.25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1);
    }
    70.27% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
    }
}

   

@keyframes translateRight {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
        opacity: 1;
    }
    7.61% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1);
    }
    11.41% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1);
    }
    15.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1);
    }
    22.72% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1);
    }
    30.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1);
    }
    50.25% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1);
    }
    70.27% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
                transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        opacity: 1;
    }
}

   

.common-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

   

.common-header .trigger {
    font-size: 18px;
    line-height: 64px;
    padding: 0 24px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

   

.common-header .trigger:hover {
    color: #1890ff;
  }

   

.header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

   

.platform-selector {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

   

.platform-selector span:first-child {
    margin-right: 15px;
  }

   

.header-class-manager {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

   

.header-class-manager a {
    color: #666;
    -webkit-transition: font-weight 0.5s;
    transition: font-weight 0.5s;
  }

   

.header-class-manager a:hover {
    font-weight: bolder;
  }

   

.header-class-manager a:first-child {
    margin-right: 40px;
  }

   

.right-part {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
}

   

.right-part .anticon.setting {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }

   

.right-part .setting:hover {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }

   

.right-part .anticon {
    font-size: 18px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

   

.right-part .anticon:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}

   

.right-part .anticon {
    // animation: animateHover 1s ease-in-out;
}

   

.right-part * {
    cursor: pointer;
}

   

.right-part .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

   

.right-part .user-info span {
      line-height: normal;
      line-height: initial;
    }

   

.right-part .user-info p {
      margin-bottom: 0;
    }

   

.right-part .user-info p em {
        padding-right: 5px;
      }

   

.right-part .user-info > i {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

   

.right-part .blogger-notice-main {
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

   

.right-part .blogger-notice-main .blogger-notice-item {
      font-size: 12px;
      font-weight: 400;
      color: #000000;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      height: 50px;
      border-radius: 5px;
      cursor: pointer
    }

   

.right-part .blogger-notice-main .blogger-notice-item:hover {
    background-color: #eee;
}

   

.right-part .blogger-notice-main .blogger-notice-item:active {
    background-color: #ddd;
}

   

.right-part .blogger-notice-main .blogger-notice-item + .blogger-notice-item {
    margin-left: 20px;
}

   

.right-part .blogger-notice-main .blogger-notice-item .blogger-notice-name {
        height: 16px;
        line-height: 16px;
        margin-top: 3px;
}

   

.right-part .blogger-notice-main .blogger-notice-item .blogger-notice-badge {
        position: absolute;
        top: -1px;
        left: 30px;
        height: 20px;
        line-height: 1;
}

   

.right-part .blogger-notice-main .blogger-notice-item img {
        width: 18px;
        height: 18px;
}

   

.header-common-icon {
  margin-right: 35px;
}

   

.right-part-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

   

.top-search-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: auto;
}

   

.top-search-content input {
    position: absolute;
    width: 0;
    height: 32px;
    right: 20px;
    padding: 0 40px 0 15px;
    opacity: 0;
    border: 2px solid #1890ff;
    border-radius: 8px;
    background: transparent;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    outline: none;
    cursor: auto;
  }

   

.top-search-content i {
    position: relative;
    z-index: 2;
  }

   

.top-search-content input.top-search-change {
  width: 60%;
  // visibility: visible;
  opacity: 1;
}

   

.loading-tool {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

   

.loading-tool .ant-spin-spinning {
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -10px;
        z-index: 999;
    }

   

.loading-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(238, 238, 238, 0.43922);
    z-index: 2;
}

   

.account-content a {
        margin-left: 50px;
    }

   

.department-ul {
    list-style: none;
    font-size: 14px;
}

   

.department-ul li {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    height: 50px;
    margin-top: 5px;
    overflow: hidden;
    background: #fff;
}

   

.clearfix {
    zoom: 1;
}

   

.department-ul section span {
    float: left;
}

   

.department-ul li i {
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    display: inline-block;
    vertical-align: sub;
    font-size: 27px;
}

   

.department-ul section div {
    float: right;
}

   

.department-ul section a {
    margin-left: 50px;
}

   

.department-ul section {
    padding: 0 14px;
    margin-right: 30px;
    height: 50px;
    line-height: 50px;
}

   

.table-cell-btns {
    display: inline-block;
}

   

.table-cell-btns a {
        display: inline-block;
        margin: 0 10px;
    }

   

.invited_code img {
        display: block;
        margin: 0 auto;
    }

   

.invited_code figcaption {
        text-align: center;
    }

   

.drag_picture {
    position: fixed;
    height: 100%;
    top: 0;
    width: calc(100% - 200px);
    right: 0;
    padding: 20px 25px;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    background: white;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 8;
    padding-top: 40px;
    opacity: 0;
    overflow-y: auto;
}

   

.drag_picture .anticon {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 24px;
        cursor: pointer;
    }

   

.drag_picture .upload_title {
        text-align: center;
        height: 100px;
    }

   

.drag_picture .show_pic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 635px;
    }

   

.drag_picture .show_pic .upload-wrapper {
            width: 200px;
            height: 280px;
            border: 1px solid #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #000;
            font-size: 30px;
            position: relative;
        }

   

.drag_picture .show_pic .upload-wrapper input {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                opacity: 0;
                width: 100%;
            }

   

.drag_picture .show_pic .upload-wrapper img {
                width: 100%;
                padding: 10px;
                display: block;
            }

   

.drag_picture .show_pic .main_pic {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        }

   

.drag_picture .show_pic .main_pic .pic_main {
                text-align: center;
                overflow: hidden;
                min-height: 305px;
            }

   

.drag_picture .show_pic .main_pic .pic_main button {
                    position: relative;
                    margin-top: 5px;
                    width: 200px;
                    overflow: hidden;
                }

   

.drag_picture .show_pic .main_pic .pic_main button input {
                        opacity: 0;
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

   

.drag_picture .show_pic .extra_pic {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }

   

.drag_picture .show_pic .extra_pic ul {
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                padding: 0;
                height: 100%;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            }

   

.drag_picture .show_pic .extra_pic ul li {
                    text-align: center;
                    list-style: none;
                    min-height: 305px;
                    margin-left: 15px;
                    -ms-flex-negative: 0;
                        flex-shrink: 0;
                    overflow: hidden;
                }

   

.drag_picture .show_pic .extra_pic ul li img {
                        display: block;
                        width: 100%;
                        padding: 10px;
                    }

   

.drag_picture .show_pic .extra_pic ul li button {
                        position: relative;
                        margin-top: 5px;
                        width: 100%;
                    }

   

.drag_picture .show_pic .extra_pic ul li button input {
                            opacity: 0;
                            position: absolute;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                        }

   

.drag_picture .show_pic .extra_pic ul:last-child {
                margin: 0;
            }

   

.drag_picture .next-button {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

   

.ant-spin-nested-loading, .ant-spin-container, .ant-layout-content {
    height: 100%;
}

   

.upload_imgs {
    position: absolute;
    top: 0;
    right: 20px;
}

   

.modify_picture {
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    right: 0;
    padding: 10px 20px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: white;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 8;
    opacity: 0;
}

   

.modify_picture .anticon.modify_close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 24px;
        cursor: pointer;
    }

   

.modify_picture .show_picture {
        width: 40%;
        padding: 30px;
        background: #eee;
        position: relative;
        overflow: hidden;
        height: 900px;
    }

   

.modify_picture .show_picture img {
            display: block;
            width: 100%;
            background: #eee;
            max-height: 100%;
        }

   

.modify_picture .show_picture img.main_pic {
            background: #fff;
        }

   

.modify_picture .show_picture ul {
            list-style: none;
            width: 100px;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            height: 80%;
            overflow-y: auto;
        }

   

.modify_picture .show_picture ul li {
                height: 150px;
                border: 1px solid #333;
                margin-bottom: 10px;
                position: relative;
                max-height: 100%;
                overflow: hidden;
                background: #eee;
                padding: 10px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
            }

   

.modify_picture .show_picture ul li .anticon.edit {
                    position: absolute;
                    right: 5px;
                    top: 5px;
                    font-size: 16px;
                    cursor: pointer;
                }

   

.modify_picture .show_picture ul li .anticon.picture {
                    position: absolute;
                    left: 5px;
                    top: 5px;
                    font-size: 16px;
                    color: #2B9FF6;
                }

   

.modify_picture .show_picture ul li .pic_info {
                    position: absolute;
                    left: 0px;
                    right: 0;
                    bottom: 0;
                    text-align: center;
                }

   

.modify_picture .modify_form {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow-y: auto;
    }

   

.modify_picture .modify_form .warm_tips {
            font-size: 12px;
            margin: 0;
        }

   

.modify_picture .modify_form .warning_opration a {
                margin-right: 25px;
            }

   

.modify_picture .modify_form .modify_form_button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }

   

.modify_picture .modify_form .status_info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

   

.modify_picture .modify_form .status_info div {
                margin-left: 60px;
            }

   

.modify_picture .modify_form .status_info div i {
                    font-size: 20px;
                    margin-right: 10px;
                }

   

.upload_f_file {
    position: relative;
}

   

.upload_f_file input {
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100px;
        bottom: 0;
    }

   

.setting_platform .operation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

   

.setting_platform .table-content {
        height: 90%;
    }

   

.setting_platform .table-content ._opration a {
                margin-right: 15px;
            }

   

.setting_platform .table-content ._avatar {
            width: 40px;
        }

   

.setting_platform ._post_status i {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

   

.setting_platform .ant-table-column-has-filters span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
                justify-content: space-around;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

   

.setting_platform .button-bar button {
            margin-left: 10px;
        }

   

._platform {
    max-height: 500px;
    overflow-y: auto;
}

   

._platform .ant-row.ant-form-item {
        margin-bottom: 10px;
    }

   

._platform .ant-checkbox-wrapper+.ant-checkbox-wrapper {
        margin-right: 8px;
        margin-left: 0px;
        margin-bottom: 5px;
        vertical-align: middle;
    }

   

._platform .uploader-logo .ant-upload-list-item, ._platform .uploader-logo>div, ._platform .uploader-logo img {
        width: 50px;
        height: 50px;
    }

   

.ant-table-pagination.ant-pagination {
    float: none;
    text-align: center;
}

   

.search-nav {
    margin-bottom: 20px;
    position: relative;
}

   

.search-nav .ant-form-item-control {
        line-height: inherit;
    }

   

.search-nav .ant-form.ant-form-inline.simple-search, .search-nav .other-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-top: 0;
    }

   

.search-nav .ant-form.ant-form-inline .inline {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
        }

   

.search-nav .ant-form.ant-form-inline.more-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

   

.search-nav .other-item i.iconfont.icon-xiala {
            font-size: 16px;
            cursor: pointer;
            line-height: 32px;
        }

   

.search-nav .advance-search {
        position: absolute;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: 80%;
        padding: 20px 10px;
        background: #fff;
        -webkit-box-shadow: 0px 1px 5px #999;
                box-shadow: 0px 1px 5px #999;
        z-index: 6
    }

   

.search-nav .search-footer {
        padding-top: 10px;
        text-align: right;
    }

   

.search-nav form .ant-select:only-child, .search-nav form .ant-cascader-picker:only-child {
        top: 0;
    }

   

.customer-button {
    position: absolute !important;
    right: 20px;
}

   

.customer-table .ant-pagination-options-size-changer {
        width: auto !important
    }

   

.table-btns p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        padding: 0;
    }

   

.table-btns .table-btn {
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-weight: normal;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.65098)
    }

   

.table-btns .table-btn:hover {
    color: #1890ff;
}

   

.staff-content header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 35px;
    }

   

.staff-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

   

.staff-filter>* {
    margin-right: 20px;
}

   

.role-content .ant-form {
        height: 100%;
        overflow-y: auto;
    }

   

.role-content ._role-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        text-align: left;
        border-radius: 4px 4px 0 0;
        border-top: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
        margin-bottom: 50px;
    }

   

.role-content ._role-table tr td {
                border-right: 1px solid #e8e8e8;
                width: 150px;
                height: 40px;
                line-height: 40px;
            }

   

.commonpagemove-enter {
    opacity: 0.01;
}

   

.commonpagemove-enter.commonpagemove-enter-active {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

   

.commonpagemove-leave {
    opacity: 1;
}

   

.commonpagemove-leave.commonpagemove-leave-active {
    opacity: 0.01;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
}

   

@-webkit-keyframes cube-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
                transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
                transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
                transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
                transform: translateY(0) rotate(90deg);
    }
}

   

@keyframes cube-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
                transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
                transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
                transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
                transform: translateY(0) rotate(90deg);
    }
}

   

@-webkit-keyframes cube-shadow {
    0%, 100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1);
                transform: scale(1.2, 1);
    }
}

   

@keyframes cube-shadow {
    0%, 100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1);
                transform: scale(1.2, 1);
    }
}

   

.button-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
}

   

.joint-edit {
    margin-left: 20px;
}

   

.custom-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

   

.custom-bar button {
        margin-right: 15px;
    }

   

.image-box {
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

   

.image-box .image-state {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background-color: rgb(204, 204, 200, 0.2);
    }

   

.image-box .image-state span i.state-string {
                font-size: 12px;
                font-style: normal;
                margin: 5px;
                color: #1890ff
            }

   

.image-box figure {
        padding: 10px;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 0;
    }

   

.image-box img {
        display: block;
        width: 100%;
        margin: 0 auto;
        cursor: pointer;
    }

   

.image-box .image-info-box {
        width: 100%;
        background-color: #fff;
    }

   

.image-box .image-info-box p {
            width: 100%;
            height: 22px;
            line-height: 22px;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
        }

   

.pic_list {
    margin: 0;
}

   

.pic_list .ant-list-item-content {
        width: 100%;
    }

   

.ant-list-pagination {
    text-align: center;
}

   

.nav_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

   

.nav_search .nav_item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

   

.nav_search input {
        border-radius: 0;
        border-top: 0;
        border-bottom: 0;
    }

   

.nav_search .ant-select, .nav_search .ant-calendar-picker {
        width: 100px;
        margin-right: 10px;
        border-right: 1px solid #d9d9d9;
        border-radius: 0;
    }

   

.nav_search .ant-select .ant-select-selection, .nav_search .ant-calendar-picker .ant-select-selection {
            border: 0;
        }

   

.nav_search .ant-select .ant-calendar-picker-input, .nav_search .ant-calendar-picker .ant-calendar-picker-input {
            border: 0;
        }

   

.nav_search .ant-calendar-picker {
        width: 120px;
        border-right: 1px solid #d9d9d9;
        border-radius: 0;
    }

   

.tabList .ant-tabs-bar {
        margin: 0;
    }

   

.upload_icon {
    text-align: center;
}

   

.upload_icon i {
        position: relative;
        font-size: 20px;
        color: white;
        background: #000;
    }

   

.upload_icon i input {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 50px;
            opacity: 0;
            left: -17px;
        }

   

.homepage_rec_layout .button-box button {
            background-color: transparent;
            border: none;
            cursor: pointer;
        }

   

.select_type_layout {
    height: 100%;
    zoom: 1;
    position: relative;
    overflow: auto;
}

   

.select_type_layout .back-btn {
        font-size: 25px;
        cursor: pointer
    }

   

.select_type_layout .back-btn:hover {
    color: #096dd9;
}

   

.select_type_img_list {
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

   

.select_type_img_list li {
        position: relative;
        width: 170px;
        height: 182px;
        float: left;
        -webkit-box-shadow: 4px 4px 12px #e6e6e6;
                box-shadow: 4px 4px 12px #e6e6e6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 4px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #f5f5f5;
        overflow: hidden
    }

   

.select_type_img_list li:hover {
    -webkit-box-shadow: 4px 4px 12px #cacaca;
            box-shadow: 4px 4px 12px #cacaca;
}

   

.select_type_img_list li .select_type_close {
            position: absolute;
            display: block;
            width: 96%;
            line-height: normal;
            text-align: right;
}

   

.select_type_img_list li .select_type_close i {
                cursor: pointer
            }

   

.select_type_img_list li .select_type_close i:hover {
    color: red;
}

   

.select_type_img_list li .select_type_empty {
            position: absolute;
            top: 39%;
            left: 37%;
            font-size: 40px;
            color: #c7c7c7;
}

   

.select_type_img_list li img {
            max-width: 100%;
            margin: 0 auto;
}

   

.select_modal {
    max-height: 760px;
    overflow: auto;
}

   

.select_modal .select_img_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        list-style: none;
        padding: 5px;
        margin: 0;
    }

   

.select_modal .select_img_list li {
            position: relative;
            width: 136px;
            height: 178px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 2px;
            margin: 0 5px;
            -webkit-box-shadow: 4px 4px 12px #e6e6e6;
                    box-shadow: 4px 4px 12px #e6e6e6;
            border: 1px solid #f5f5f5;
        }

   

.select_modal .select_img_list li .ant-radio-wrapper {
                width: 100%;
                margin-right: 0
            }

   

.select_modal .select_img_list li .ant-radio-wrapper>span.ant-radio {
    position: absolute;
    bottom: 5px;
    top: auto;
    width: 16px;
    height: 16px;
    z-index: 1;
}

   

.select_modal .select_img_list li .ant-radio-wrapper>span:nth-child(2) {
    position: relative;
    display: block;
    width: 100%;
    height: 178px;
    overflow: hidden;
}

   

.select_modal .select_img_list li .ant-radio-wrapper>span:nth-child(2) h6 {
                        position: absolute;
                        bottom: 0;
                        right: 1px;
                        width: 82%;
                        background-color: #fff;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
}

   

.select_modal .select_img_list li img {
                max-width: 100%;
                display: block;
                margin: 0 auto;
            }

   

.popular-layout .button-box button {
            background-color: transparent;
            border: none;
        }

   

.popular-item .popular-item-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 20px;
    }

   

.popular-item figure {
        display: block;
        margin: 0 auto;
        width: 124px;
        height: 178px;
        overflow: hidden;
    }

   

.popular-item figure img {
            max-width: 100%;
            cursor: pointer;
        }

   

.popular-detail {
    height: 100%;
    overflow: auto;
}

   

.popular-detail .back-btn {
        font-size: 25px;
        cursor: pointer
    }

   

.popular-detail .back-btn:hover {
    color: #096dd9;
}

   

.popular-detail .select_modal .select_img_list {
            list-style: none;
            padding: 5px;
            margin: 0;
        }

   

.popular-detail .select_modal .select_img_list li {
                position: relative;
                width: 124px;
                height: 178px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                padding: 2px;
                -webkit-box-shadow: 4px 4px 12px #e6e6e6;
                        box-shadow: 4px 4px 12px #e6e6e6;
            }

   

.popular-detail .select_modal .select_img_list li .ant-checkbox-wrapper>span.ant-checkbox {
                    position: absolute;
                    bottom: 5px;
                    top: auto;
                    width: 16px;
                    height: 16px;
                    z-index: 1;
                }

   

.popular-detail .select_modal .select_img_list li .ant-checkbox-wrapper>span:nth-child(2) {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 178px;
                    overflow: hidden;
                }

   

.popular-detail .select_modal .select_img_list li .ant-checkbox-wrapper>span:nth-child(2) h6 {
                        position: absolute;
                        bottom: 0;
                        right: 1px;
                        width: 82%;
                        background-color: #fff;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

   

.popular-detail .select_modal .select_img_list li img {
                    max-width: 100%;
                    display: block;
                    margin: 0 auto;
                }

   

.table-operations {
    margin-bottom: 16px;
    margin-top:16px;
  }

   

/*这是注释*/

   

.table-operations button {
        margin-right: 8px;
      }

   

.editable-row .ant-form-explain {
    position: absolute;
    font-size: 12px;
    margin-top: -4px;
    color:blue;
  }

   

.ant-table-thead > tr > th, .ant-table-tbody > tr > td  {
      text-align: center;
  }

   

.ant-table-bordered .ant-table-thead > tr > th, .ant-table-bordered .ant-table-tbody > tr > td {
    border-right: none;
    border-left: none;
}

   

.ant-table-bordered .ant-table-header > table, .ant-table-bordered .ant-table-body > table, .ant-table-bordered .ant-table-fixed-left table, .ant-table-bordered .ant-table-fixed-right table {
    border:none;
}

   

.ant-table-thead > tr > th {
    border-top: 1px solid #e8e8e8;
    // border-left: 1px solid red;
}

   

.ant-table-thead > tr:first-child > th:first-child {
    border-left: 1px solid #e8e8e8;
}

   

.ant-table-thead > tr:first-child > th:last-child {
    border-right: 1px solid #e8e8e8;
}

   

.close-icon {  
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 40px !important;
}

   

.fatherContent {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
   //  height: 100%;
    // overflow-y: hidden;
}

   

.title-content1 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65098);
    padding: 7px 0 7px 10px;
    border-left: 4px solid #2f80ed;
    margin: 0;
}

   

.title-content2 {
    font-size: 16px;
    color:rgba(0, 0, 0, 0.65098);
    margin:10px 0;
    padding: 7px 0 7px 10px;
    border-left: 4px solid #2f80ed;

}

   

.scrollContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
   // overflow-y: auto;
}

   

.artilceAddPic {
    padding-bottom: 40px;
    border-bottom: 1px dashed #ebedf0;
   // overflow-y:auto;
    height:250px;
}

   

.labelStyle {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: 1px dashed #ebedf0;
    border-radius: 3px;
    line-height: 150px;
    text-align: center;
    font-size: 28px;
}

   

.addPicture {
    position:relative;
    display:inline-block;
    margin-right:30px;
    margin-top: 20px;
   margin-left: 10px;
}

   

.addPictureDiv {
    width: 150px;
}

   

.img_div {
    position: relative;
    width: 150px;
    height: 150px;
    margin:0 auto;
}

   

.imageStyle {
    width: 150px;
    height: 150px;
    margin: 0px 0px 15px 0px;
}

   

.mask {
    position: absolute;
    top: 0px;
    left: 0;
    width: 150px;
    height: 150px;
    background: rgba(101, 101, 101, 0.2);
    color: #ffffff;
    opacity: 0;
}

   

.mask .preview-icon {
    position: absolute;
    top: 80px;
    right: 90px;
}

   

.mask .delete-icon {
    position: absolute;
    top: 80px;
    right: 50px;
}

   

.img_div a:hover .mask {
    opacity: 1;
}

   

.recordContent {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 200px;
    margin:0px 30px 30px 0px;
    border: 1px dashed #ebedf0;
    border-radius: 5px;

}

   

.img_div2 {
    width: 150px;
    height: 150px;
    margin:0 auto;
}

   

.imageStyle2 {
    width: 150px;
    height: 150px;
    margin: 0px 0px 15px 0px;
}

   

.mask2 {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 250px;
    height: 200px;
    background: rgba(101, 101, 101, 0.2);
    color: #ffffff;
    opacity: 0;
    border-radius: 5px;
}

   

.mask2 .preview-icon2 {
    position: absolute;
    top: 100px;
    right: 140px;
}

   

.mask2 .delete-icon2 {
    position: absolute;
    top:100px;
    right: 100px;
}

   

.img_div2 a:hover .mask2 {
    opacity: 1;
}

   

.bigImageStyle {
    width: 470px;
}

   

.add-picture {
    border-bottom: 1px dashed #ebedf0 !important;
}

   

.descriptionContent {
    width: 250px;
    text-align:center; 
}

   

.editorBtnBox {
    width: 100%;
    height: 100px;
    margin-top: 20px;
    border-top: 1px solid #ebedf0;
}

   

.editorSaveBtn {
    margin-left: 150px;
    display: inline-block !important;
}

   

.tagstock-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

   

.tagstock-header {
    height:100px;
}

   

.tagstock-header .title-content {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid #eee;    
}

   

.tagstock-header .btn-group {
    height: 60px;
    line-height: 60px;
}

   

.tagstock-header .btn-group Button:first-child {
    margin-right:15px;
}

   

.tabgroup{
    background-color:skyblue;
}

   

.tagPublicField {
    background-color: pink;
}

   

.utopia-layout>header>h4 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65098);
    padding-left: 19px;
}

   

.utopia-layout>header .m-header-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
}

   

.utopia-layout>header .m-tabs {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
}

   

.utopia-layout>header .m-tabs a {
                width: 70px;
                height: 48px;
                line-height: 48px;
                border-bottom: 2px solid #fff;
                color: rgba(0, 0, 0, 0.65098);
                margin-right: 10px;
                text-align: center;
                font-weight: normal
            }

   

.utopia-layout>header .m-tabs a.active, .utopia-layout>header .m-tabs a:hover {
    color: #1890ff;
    border-bottom-color: #1890ff;
}

   

.utopia-layout>header>button {
    margin-top: 8px;
}

   

.utopia-layout .m-data-list {
        margin-top: 20px;
}

   

.utopia-layout .m-data-list-panel {
        margin-bottom: 10px;
}

   

.utopia-layout .m-data-list-p-top {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
}

   

.utopia-layout .m-data-list-p-top .left-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            height: 40px;
        }

   

.utopia-layout .m-data-list-p-top .left-item .ant-btn-group {
                position: relative;
                top: 4px;
                margin-right: 10px;
            }

   

.utopia-layout .m-data-card .ant-checkbox-group {
            overflow: auto;
        }

   

.utopia-layout .m-data-card ul.m-data-ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

   

.utopia-layout .m-data-card ul.m-data-ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

   

.utopia-layout .m-data-card ul.m-data-ul li {
                width: 150px;
                float: left;
                margin: 10px 16px;
                -webkit-box-shadow: 0px 2px 15px #ddd;
                        box-shadow: 0px 2px 15px #ddd;
}

   

.utopia-layout .m-data-card figure {
            position: relative;
            width: 150px;
            margin-bottom: 0;
            padding-bottom: 1px
        }

   

.utopia-layout .m-data-card figure>i.anticon {
    position: absolute;
    top: 0;
    right: 0;
}

   

.utopia-layout .m-data-card figure span.img-box {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                width: 150px;
                height: 200px;
                overflow: hidden;
}

   

.utopia-layout .m-data-card figure span.img-box img {
                    display: inline-block;
                    max-width: 70%;
                    max-height: 70%;
                    margin: 0 auto;
                    cursor: pointer;
                }

   

.utopia-layout .m-data-card figure .ant-checkbox-wrapper {
                width: 100%;
                overflow: hidden;
}

   

.utopia-layout .m-data-card figure .ant-checkbox-wrapper>span {
    float: left;
}

   

.utopia-layout .m-data-card figure .ant-checkbox-wrapper>span:nth-child(2) {
    width: 130px;
    padding-right: 0;
}

   

.utopia-layout .m-data-card figure .ant-checkbox-wrapper .ant-checkbox {
                    margin-left: 3px;
                    margin-top: 3px;
}

   

.utopia-layout .m-data-card figure .ant-checkbox-wrapper em.img-title {
                    display: block;
                    width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-style: normal;
}

   

.utopia-layout .m-data-card figure figcaption {
                position: relative;
                bottom: 5px;
                margin-left: 3px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
}

   

.utopia-layout .m-data-table .m-rows {
            cursor: pointer;
        }

   

.utopia-layout .f-table-btns button {
            border: none;
            background-color: transparent
        }

   

.modal_upload_main {
    max-height: 650px;
    overflow-y: auto;
}

   

.add-component-main {
    width: 100%;
    max-height: 650px;
    overflow-y: auto;
}

   

.add-component-main .ant-form{
        width: 992px;
    }

   

.add-component-main strong {
        font-size: 18px;
    }

   

.add-component-main .add-component-img-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

   

.add-component-main .add-component-img-box figure {
            width: 150px;
            height: 150px;
            overflow: hidden;
            cursor: pointer;
            border: 1px dashed #ddd
        }

   

.add-component-main .add-component-img-box figure:nth-child(2) {
    margin: 0 10px;
}

   

.add-component-main .add-component-img-box img {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }

   

.add-component-main .ant-form-extra {
        display: inline-block;
    }

   

.add-component-delete-btn {
    position: absolute;
    bottom: 36px;
    right: 0;
}

   

.imageLIst-modal .ant-modal-body {
        padding: 0;
    }

   

.imageList-wrapper {
    padding: 1px 0;
}

   

.imageList-wrapper .imageList-bar {
        padding: 10px 10px;
        border-bottom: 1px solid #e8e8e8;
    }

   

.imageList-wrapper .imageList-main {
        max-height: 500px;
        overflow-y: auto;
    }

   

.imageList-wrapper .imageList-main ul {
            width: 100%;
            list-style: none;
            margin: 0;
            padding-left: 3px
        }

   

.imageList-wrapper .imageList-main ul::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

   

.imageList-wrapper .imageList-main li {
            width: 120px;
            float: left;
            margin: 6px;
            -webkit-box-shadow: 1px 1px 10px #ddd;
                    box-shadow: 1px 1px 10px #ddd;
            cursor: pointer;
        }

   

.imageList-wrapper .imageList-main .imageList_empty {
            width: 100%;
            -webkit-box-shadow: 0px 0px 0px #fff;
                    box-shadow: 0px 0px 0px #fff;
            padding: 20px 0;
            cursor: default;
            color: #bfbfbf;
            text-align: center;
        }

   

.imageList-wrapper .imageList-main figure {
            width: 120px;
            height: 180px;
            overflow: hidden;
            margin: 0;
        }

   

.imageList-wrapper .imageList-main img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

   

.imageList-wrapper .imageList-main figcaption {
            text-align: center;
            padding: 5px 0px;
        }

   

.imageList-wrapper .imageList-main p {
            width: 100%;
            margin: 0;
            font-size: 12px;
            font-weight: lighter;
            padding: 3px 0 3px 3px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

   

@-webkit-keyframes action_scale {
    0% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

   

@keyframes action_scale {
    0% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

   

@-webkit-keyframes action_scaleOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0;
    }
}

   

@keyframes action_scaleOut {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
        opacity: 0;
    }
}

   

.uploadInfo_table_wrapper .uploadInfo_nowrap {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

   

.uploadInfo_table_wrapper .selector-box {
        display: block;
        margin-bottom: 15px;
    }

   

.uploadInfo_table_wrapper .action-bar button {
            border: none;
            background-color: transparent;
        }

   

.viewZipInfo .v-header h4, .viewZipInfo .v-header h6 {
            text-align: center;
            margin: 0;
            padding: 5px 0;
        }

   

.uploadStatus-wrapper .uploadStatus-wrapper-item{
           display: -webkit-box;
           display: -ms-flexbox;
           display: flex;
           -webkit-box-orient: horizontal;
           -webkit-box-direction: normal;
               -ms-flex-direction: row;
                   flex-direction: row;
    }

   

.uploadStatus-wrapper .uploadStatus-wrapper-item .item-count-p{
              position: relative;
              top: 10px;
              margin: 0 10px;
              line-height: 39px;
              padding: 0;
          }

   

.uploadStatus-wrapper .uploadStatus-wrapper-item .item-count-p i{
                font-style: normal;
                 color : #1890ff; 
              }

   

.uploadStatus-wrapper .uploadStatus-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

   

.uploadStatus-wrapper .uploadStatus-ul li.uploadStatus-ul-empty {
            width: 100%;
            padding: 15px 0;
            text-align: center;
            -webkit-box-shadow: 0px 0px 0px #fff;
                    box-shadow: 0px 0px 0px #fff;
            border-bottom: 1px solid #e9e9e9;
            color: rgba(0, 0, 0, 0.45098);
        }

   

.uploadStatus-wrapper .uploadStatus-ul li {
            width: 10%;
            margin: 10px 10px 10px 0;
            -webkit-box-shadow: 2px 2px 6px #e9e9e9;
                    box-shadow: 2px 2px 6px #e9e9e9;
        }

   

.uploadStatus-wrapper .uploadStatus-ul li figure {
                width: 100%;
                margin: 0;
            }

   

.uploadStatus-wrapper .uploadStatus-ul li figure .ant-checkbox-wrapper {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap
                }

   

.uploadStatus-wrapper .uploadStatus-ul li figure .ant-checkbox-wrapper>span.ant-checkbox {
    padding-top: 4px;
}

   

.uploadStatus-wrapper .uploadStatus-ul li span.uploadStatus-img-box {
                display: block;
                height: 210px;
                overflow: hidden;
                cursor: pointer;
            }

   

.uploadStatus-wrapper .uploadStatus-ul li span.uploadStatus-img-box img {
                    display: block;
                    max-width: 100%;
                    margin: 0 auto;
                }

   

.uploadStatus-wrapper .uploadStatus-ul li em.uploadStatus-img-title {
                display: block;
                width: 130px;
                font-style: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

   

.uploadStatus-wrapper .uploadStatus-ul li figcaption {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 0 2px;
            }

   

.modifyModal-container .imageBox figure {
            width: 320px;
            height: 474px;
            overflow: hidden;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 5px;
            position: relative;
        }

   

.modifyModal-container .imageBox figure .imageBox-radio {
                position: absolute;
                left: 6px;
                bottom: 6px;
                width: 96%;
                padding-top: 3px;
                padding-left: 4px;
                color: #fff;
                background-color: rgba(0, 0, 0, .5);
                margin: 0;
                padding: 0;
            }

   

.modifyModal-container .imageBox figure .imageBox-radio .ant-form-item-control-wrapper {
                    margin-left: 40%;
                }

   

.modifyModal-container .imageBox img {
            display: block;
            width: 100%;
            margin: 0 auto;
            cursor: pointer;
        }

   

.sliderCompoenet .container {
        position: relative;
        width: 90%;
        overflow: auto;
    }

   

.sliderCompoenet .content {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0;
        padding: 5px 0;
        height: 110px;
    }

   

.sliderCompoenet .content li {
            width: 69px;
            height: 100px;
            border: 1px solid #ddd;
            margin-right: 5px;
            cursor: pointer;
            overflow: hidden;
            border-radius: 3px;
        }

   

.sliderCompoenet .content img {
            display: block;
            margin: 0 auto;
            width: 100%;
            cursor: pointer;
        }

   

.preview-component {
    list-style: none;
    margin: 0;
    padding: 0;
}

   

.preview-component li {
        margin-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }

   

.preview-component .item-image-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

   

.preview-component .item-image-box figure {
            margin: 0 0 0 20px;
            padding: 0 0 1px;
        }

   

.preview-component .item-image-box figure img {
                display: block;
                width: 85px;
                height: 90px;
                border: 1px dashed #ddd;
                margin: 0 auto 5px;
            }

   

.preview-component .myEchart-box {}

   

.preview-component .item-img-main {
        display: block;
        width: 200px;
        height: 280px;
        border: 1px dashed #ddd;
    }

   

.preview-component .item-info {
        width: 73%;
        margin: 0;
    }

   

.preview-component .item-info dt {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 16px;
            font-weight: bolder;
        }

   

.preview-component .item-info dd {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            max-height: 36px;
            color: #8e8e8e;
            font-size: 12px;
        }

   

.viewBigPicture .ant-modal-body {
        padding: 15px;
    }

   

.viewBigPicture .bigPicture {
        width: 100%;
    }

   

.viewBigPicture .bigPicture img {
            display: block;
            width: 100%;
        }

   

.excep_model .ant-modal-body {
        max-height: 500px;
        overflow-y: auto;
    }

   

.material_upload_form .ant-upload-drag {
        width: 300px;
    }

   

.redb {
    border: 1px solid red;
}

   

.footer-panel {
    position: absolute;
    bottom: 16px;
    left: 10px;
}

   

.common-panel {
    margin-bottom: 15px;
}

   

.addpower-transfer {
    margin: 0 auto;
}

   

.formRow_icon{}

   

.dynamic-delete-button {
  cursor: pointer;
  position: relative;
  top: 8px;
  font-size: 24px;
  color: #999;
  -webkit-transition: all .3s;
  transition: all .3s;

}

   

.dynamic-delete-button:hover {
  color: #777;
}

   

.dynamic-delete-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

   

.navGroup-card-body{
  position: relative;
   width: 100%;
   height:517px;
   padding-bottom: 33px;
   overflow-y: auto;
}

   

.navGroup-editor-checkall{
    position: absolute;
    bottom: 10px;
    width: 80%;
    height: 33px;
    background-color: #fff
}

   

.navGroup-editor-checkall>button {
    float: right;
}

   

#sortablemenu{
    width:100%;
    height: 448px;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;

}

   

#sortablemenu .remove-btn{
        border: none;
        outline: none;
        cursor: pointer;
        background-color: transparent;
        font-weight: bold
    }

   

#sortablemenu .remove-btn:hover {
    color: red;
}

   

#sortablemenu div{
      outline: none;
    }

   

.rank-list-website {
  padding: 0 30px;
  min-height: 600px;

}

   

.rank-list-website .rl-gender{
    margin-bottom: 20px;
  }

   

.rank-list-website .rl-navigation{
    margin-bottom: 20px;
  }

   

.rank-list-website .rl-navigation >div {
      // margin-right: 20px;
      float: left;
    }

   

.rank-list-website .rl-tag-search{
    margin-bottom: 20px;
  }

   

.rank-list-website .rl-tips{
    margin: 0;
    padding: 0;
    color: #ccc;
  }

   

.notice_columns_image{
     margin: 0 auto;
     max-width: 200px;
     max-height: 125px;
     overflow: hidden;

   
}

   

.notice_columns_image img{
          display: block;
          max-width: 40%;
          max-height: 50%;
          margin:  0 auto;
      }

   

.notice_columns_p p {
         margin: 3px 0;
     }

   

.notice-editor-form{
     width: 950px;
     padding-top: 10px;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
}

   

.notice-editor-span{
     
       display: inline-block;
      text-align: right;
      height: 39px;
      line-height: 39px;
      
}

   

.notice-time-span{
    position: relative;
    left: -5px;
    display: inline-block;
     width: 24px;
     text-align: center;
     
}

   

#nEditor{
    position: relative;
    width: 100%;
    height: 100%;

}

   

.notice-asterisk{
    text-align: right;
    color: red;
    margin-right: 8px;
}

   

.notice-column-content{
     width: 350px;
     max-height: 150px;
     overflow-y: auto;
}

   

.notice-column-content img{
        max-width: 50%;
        max-height: 50%;
     }

   

.d-image-box {
  width: 242px;
  height: 175px;
  overflow: hidden;
}

   

.d-image-box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }

   

.d-aticle-form-title {
  font-size: 20px;
  padding: 5px 0;
  font-weight: bolder;
  padding-left: 10px;
}

   

.d-aticle-form-basicInfo {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0
}

   

.d-aticle-form-basicInfo::after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

   

.d-aticle-form-basicInfo .basicInfo-left {
    width: 563px;
    height: 470px;
    float: left;
}

   

.d-aticle-form-basicInfo .basicInfo-right {
    float: right;
    min-width: 310px;
}

   

/*  select-draggable start   */

   

.select-draggable {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: auto;
  width: 300px
}

   

.select-draggable.select-disabled {
    pointer-events: none;
    background-color: #f5f5f5;
}

   

.select-draggable.select-disabled .inputContrl {
      opacity: 0;
}

   

.select-draggable .select-tags-container {
    width: 100%;
    min-height: 100%;
    list-style: none;
    cursor: text;
    margin: 0;
    padding: 0 0 3px 0;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

   

.select-draggable .select-tags-container.onfocus {
    border-color: #40a9ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

   

.select-draggable .select-tags-container::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

   

.select-draggable .select-tags-container li {
      float: left;
      height: 24px;
      margin: 3px 2px 0 2px;
}

   

.select-draggable .select-tags-container li.tagbox-more, .select-draggable .select-tags-container li.tagbox {
      position: relative;
      width: auto;
      height: 24px;
      line-height: 24p;
      color: rgba(0, 0, 0, 0.65);
      background-color: #fafafa;
      border: 1px solid #e8e8e8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-radius: 2px;
}

   

.select-draggable .select-tags-container li.tagbox-more p, .select-draggable .select-tags-container li.tagbox p {
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 2px;
        margin: 0;
        font-size: 10px;
        line-height: 23px;
        cursor: move;
      }

   

.select-draggable .select-tags-container li.tagbox-more span, .select-draggable .select-tags-container li.tagbox span {
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
      }

   

.select-draggable .select-tags-container li.tagbox-more span i, .select-draggable .select-tags-container li.tagbox span i {
          display: block;
          font-size: 10px;
          font-style: normal;
          color: rgba(0, 0, 0, 0.65);
          -webkit-transition: all 0.5;
          transition: all 0.5;
          outline: none;
          border: none;
          height: 20px !important;
          line-height: 20px !important;
        }

   

.select-draggable .select-tags-container li.tagbox-more > p {
      cursor: pointer;
}

   

.select-draggable .select-tags-container li.inputContrl input {
        display: block;
        width: 20px;
        outline: none;
        border: none;
        height: 24px;
        padding: 0 2px;
      }

   

.select-drop-position {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

   

.select-drop-container {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 12;
}

   

.select-drop-container ol {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 30px;
    max-height: 200px;
    overflow-y: auto;
  }

   

.select-drop-container ol li {
      position: relative;
      width: 100%;
      height: 30px;
      font-size: 12px;
      margin: 6px 0;
      padding-right: 20px;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.65098);
      -webkit-box-sizing: border-box;
              box-sizing: border-box
    }

   

.select-drop-container ol li:hover {
    background-color: #e6f7ff;
}

   

.select-drop-container ol li.active {
    background-color: #e6f7ff;
}

   

.select-drop-container ol li.select-drop-empty {
    text-align: center;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.25098);
    cursor: not-allowed;
    font-size: 14px;
}

   

.select-drop-container ol li p {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

   

.select-drop-container ol li i {
        position: absolute;
        top: 6px;
        right: 0;
        width: 20px;
        height: 20px !important;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        font-weight: bolder;
        color: #1890ff;
        outline: none;
        border: none;
}

   

/*  select-draggable end   */

   

.folderItem {
  position: relative;
  width: 170px;
  padding: 10px;
  display: inline-block;
  margin: 5px
}

   

.folderItem > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}

   

.folderItem > p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    text-align: center;
}

   

.folderItem .folderItem-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 12;
}

   

.folderItem .folder-title-box {
    position: relative;
}

   

.folderItem .folder-title-box .folder-checkbox {
      position: absolute;
      top: 0;
      left: 8px;
    }

   

.folderItem .folder-title-box > h4 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    padding-left: 30px;
}

   

.content-dnd-zone {
  width: 101%;
  overflow-y: auto;
  padding-left: 10px;
}

   

.content-dnd-zone .cardItemHoc {
    float: left;
  }

   

.imagegroup {
  position: relative;
  width: 155px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin: 10px 50px 10px 0;
  padding-bottom: 5px;
  display: inline-block;
}

   

.imagegroup .imagegroup-imgbox, .imagegroup .imagegroup-group {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
  }

   

.imagegroup .imagegroup-checkbox {
    position: absolute;
    bottom: -1px;
    left: 3px;
    // z-index: 20;
    z-index: 10;
  }

   

.imagegroup .imagegroup-imgbox figure {
      width: 100%;
      height: 140px;
      cursor: pointer;
    }

   

.imagegroup .imagegroup-imgbox figure img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        cursor: pointer;
      }

   

.imagegroup .imagegroup-imgbox .img-g-b-eye, .imagegroup .imagegroup-group .img-g-b-eye {
      position: absolute;
      right: 4px;
      bottom: 0px;
      z-index: 10;
    }

   

.imagegroup .imagegroup-imgbox em.imagegroup-cover, .imagegroup .imagegroup-group em.imagegroup-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 40px;
      line-height: 54px;
      text-align: center;
      font-size: 10px;
      font-style: normal;
      background-color: #379dfb;
      color: #fff;
      -webkit-transform: translate(-27px, -9px) rotate(-50deg);
              transform: translate(-27px, -9px) rotate(-50deg);
      z-index: 9
    }

   

.imagegroup .imagegroup-imgbox em.imagegroup-cover.pushed-app, .imagegroup .imagegroup-group em.imagegroup-cover.pushed-app {
    right: 0;
    left: unset;
    line-height: 30px;
    height: 25px;
    background-color: #ff5c24;
    -webkit-transform: translate(20px, 7px) rotate(50deg);
            transform: translate(20px, 7px) rotate(50deg);
}

   

.imagegroup .imagegroup-group {
    cursor: pointer
  }

   

.imagegroup .imagegroup-group > span {
    position: absolute;
    background-color: #ddd;
    border: 1px solid #fff;
}

   

.imagegroup .imagegroup-group .img-g-layer1 {
      top: 0;
      left: 22px;
      width: 140px;
      height: 126px;
}

   

.imagegroup .imagegroup-group .img-g-layer2 {
      top: 7px;
      left: 9px;
      width: 140px;
      height: 126px;
      z-index: 1;
}

   

.imagegroup .imagegroup-group .img-g-layer3 {
      top: 14px;
      left: 0;
      z-index: 2;
      width: 140px;
      height: 140px;
      overflow: hidden;
}

   

.imagegroup .imagegroup-group .img-g-layer3 img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
      }

   

.imagegroup .imagegroup-title {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

   

.imagegroup .referPic {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    color: #f47d5f;
    cursor: pointer;
  }

   

.parts-item-btns {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

   

.parts-item-btns li {
    cursor: pointer
  }

   

.parts-item-btns li:hover {
    color: #096dd9;
}

   

.parts-itemdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 11;
}

   

.parts-itemdrop ol {
    position: absolute;
    top: 21px;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

   

.parts-itemdrop ol li {
      width: 80px;
      height: 25px;
      line-height: 25px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
      cursor: pointer
    }

   

.parts-itemdrop ol li:hover {
    background-color: #e6f7ff;
}

   

.popover-btns .popover-btns-item {
    cursor: pointer;
    padding: 3px 5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

   

.popover-btns .popover-btns-item:hover {
    background-color: #eee;
}

   

.material-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: auto;
  padding-bottom: 5px;
}

   

.material-container .m-top-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }

   

.material-container .ant-collapse .ant-collapse-item .ant-collapse-header {
    text-align: right;
  }

   

.material-container .panelheader-btn {
    margin-right: 70px;
  }

   

.material-container .ant-collapse .ant-collapse-item .ant-collapse-header .anticon {
    left: auto;
    left: initial;
    right: 16px;
  }

   

.material-container .formcontrl-extr-text {
    position: relative;
    display: inline-block;
    font-size: 12px;
  }

   

.material-container .formcontrl-extr-text span {
      display: inline-block;
      padding-left: 5px;
    }

   

.material-container .formcontrl-extr-text-list {
    position: absolute;
    top: 7px;
    left: 65px;
    min-width: 200px;
    max-width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 12px;
  }

   

.material-container .formcontrl-extr-text-list li {
      display: inline-block;
      margin: 2px;
      border-radius: 4px;
    }

   

.material-container .formcontrl-extr-text-list li.tag {
      padding: 2px 1px;
      background-color: #fff;
    }

   

.material-container .formcontrl-extr-text-list li.colorBlock {
      padding: 2px 5px;
      color: #fff;
    }

   

.material-container .formcontrl-extr-text-list li.lightColour {
      border: 1px solid #e8e8e8;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: rgba(0, 0, 0, 0.65098) !important;
    }

   

.material-container .m-form-container > span.btns {
    display: block;
    text-align: right;
    padding: 5px 0;
}

   

.material-container .m-form-items {
    width: 910px;
    height: 430px;
    padding-top: 30px;
    overflow-x: auto;
  }

   

.material-container .m-image-comp {
    position: relative;
    width: 301px;
    height: 430px;
  }

   

.material-container .m-image-comp .editable-input {
      position: relative;
      width: 100%
    }

   

.material-container .m-image-comp .editable-input > i {
    position: relative;
    bottom: 10px;
}

   

.material-container .m-image-comp .editable-input p {
        display: inline-block;
        width: 90%;
        margin: 0;
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

   

.material-container .m-image-comp .editable-input input {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 30px;
        border: none;
        outline: none;
        padding: 0 2%;
        background-color: #fff;
        border-bottom: 1px dashed #ddd;
}

   

.material-container .m-image-comp .m_image_box {
      display: block;
      width: 300px;
      height: 399px;
      // overflow: hidden;
      text-align: center;
    }

   

.material-container .m-image-comp .m_image_box img.image-box-img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
      }

   

.material-container .m-image-comp .m_image_box > i {
    display: inline-block;
    width: 0;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    visibility: hidden;
}

   

.material-container .m-image-comp .radio-box {
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center;
      vertical-align: middle;
      height: 36px;
      line-height: 36px;
      color: #fff;
    }

   

.material-container .m-image-comp .radio-box input {
        position: relative;
        top: 3px;
        right: 3px;
        display: inline-block;
      }

   

.material-container .m-image-comp .other {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      padding: 2px 0;
    }

   

.material-container .m-image-comp .other em {
        max-width: 230px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-style: normal;
        margin-right: 5px;
      }

   

.material-container .m-image-comp .other button {
        top: 3px;
      }

   

.collapseComp {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

   

.collapseComp header {
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer
  }

   

.collapseComp header::before {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

   

.collapseComp header h5 {
      float: left;
      margin-left: 15px;
}

   

.collapseComp header i.c-icon {
      margin: 0 15px 0 30px;
}

   

.collapseComp .c-main {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

   

.collapseComp .c-table-cell-p {
    width: 230px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

   

.collapseComp .c-table-delete {
    display: inline-block;
    margin: 0 auto;
    color: #1890ff;
    cursor: pointer;
  }

   

.collapseComp .imageBox-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

   

.collapseComp .ant-table-align-center {
    border-top: none;
  }

   

.collapseComp .carousel-arrow-left, .collapseComp .carousel-arrow-right {
    position: absolute;
    font-size: 30px;
    cursor: pointer
  }

   

.collapseComp .carousel-arrow-left:hover, .collapseComp .carousel-arrow-right:hover {
    color: #1890ff;
}

   

.collapseComp .carousel-arrow-left {
    top: 50%;
    margin-top: -35px;
    left: -50px;
  }

   

.collapseComp .carousel-arrow-right {
    top: 50%;
    margin-top: -35px;
    right: -21px;
  }

   

.collapseComp .ant-carousel .slick-slide {
    text-align: center;
    height: 255px;
    overflow: hidden;
  }

   

.collapseComp .ant-carousel .slick-slide h3 {
    color: #fff;
  }

   

.figure-image {
  width: 170px;
  outline: none;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  margin: 0
}

   

.figure-image > span {
    display: block;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

   

.figure-image > span img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%;
}

   

.figure-image h5 {
    width: 100%;
    margin: 0;
    padding: 0 0 0 3px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

   

.figure-image p {
    margin: 0;
    padding: 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

   

.checkboxList {
  position: relative;
  width: 100%;
  // max-height: 530px;
  max-height: 580px;
  overflow: auto;
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
}

   

.checkboxList .ant-checkbox-wrapper {
    position: relative;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    margin: 5px;
  }

   

.checkboxList .ant-checkbox-wrapper .ant-checkbox {
      // position: absolute;
      // top: 145px;
      // left: 2px;
    }

   

.checkboxList .ant-checkbox-wrapper > span {
    display: block;
    padding: 0;
}

   

.checkboxList figure {
    padding: 0;
    margin: 0;
  }

   

.checkboxList figure p {
      // 图片垂直居中
      margin: 0;
      padding: 0;
      width: 100px;
      height: 126px;
      text-align: center;
      overflow: hidden;
    }

   

.checkboxList figure p img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
      }

   

.checkboxList figure p i {
        display: inline-block;
        width: 0;
        height: 100%;
        line-height: 100%;
        vertical-align: middle;
        visibility: hidden;
      }

   

.checkboxList figure figcaption {
      width: 75px;
      padding-left: 22px;
      height: 25px;
      line-height: 25px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

   

.selectgroup .sg-custom-select-1 .ant-select-selection {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

   

.selectgroup .sg-custom-select-2 .ant-select-selection {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: none;
    }

   

.inputgroup .ant-select-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }

   

.inputgroup .ant-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

   

.material_library .m-l-type {
    display: block;
    border-bottom: 1px solid #e8e8e8;
  }

   

.material_library .m-l-type button {
      display: inline-block;
      padding: 7px 15px;
      border: none;
      outline: none;
      background-color: transparent;
      border-bottom: 2px solid transparent;
      cursor: pointer
    }

   

.material_library .m-l-type button.active {
    color: #1890ff;
    border-bottom-color: #1890ff;
}

   

.material_library .m-l-type button:nth-child(1) {
    margin-right: 10px;
}

   

.upload-comp {
  min-height: 230px;
  max-height: 500px;
  overflow-y: auto;
}

   

.upload-comp .upload-list-inline .ant-upload-list-item {
    float: left;
    width: 200px;
    margin-right: 8px;
  }

   

.upload-comp .upload-list-inline .ant-upload-animate-enter {
    -webkit-animation-name: uploadAnimateInlineIn;
            animation-name: uploadAnimateInlineIn;
  }

   

.upload-comp .upload-list-inline .ant-upload-animate-leave {
    -webkit-animation-name: uploadAnimateInlineOut;
            animation-name: uploadAnimateInlineOut;
  }

   

.add-material-control .ant-btn:nth-child(1) {
    margin-right: 10px;
}

   

.video-edit-cover .video-cover > span {
    display: block;
    width: 104px;
    height: 104px;
    overflow: hidden;
    border: 1px dashed #d9d9d9;
    padding: 5px;
}

   

.video-edit-cover .video-cover > span img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
}

   

.draft-item {
  position: relative;
  display: inline-block;
  width: 180px;
  margin: 10px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

   

.draft-item .imagegroup-checkbox {
    position: absolute;
    bottom: 0;
    left: 0;
  }

   

.draft-item > span {
    display: block;
    width: 100%;
    height: 160px;
    text-align: center;
    overflow: hidden;
}

   

.draft-item > span img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      vertical-align: middle;
}

   

.draft-item > span i {
      display: inline-block;
      width: 0;
      height: 100%;
      line-height: 100%;
      vertical-align: middle;
      visibility: hidden;
}

   

.draft-item > ul {
    list-style: none;
    margin: 0 auto;
    padding: 0 4px;
}

   

.draft-item > ul li {
      width: 100%;
      height: 22px;
      line-break: 22px;
      padding: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
}

   

.draft-item > button {
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

   

.draft-item > button:hover {
    color: #1890ff;
}

   

#dateEntry-table .ant-table-tbody > tr > td {
    padding: 0;
    word-wrap: break-word;
    font-size: 12px;
  }

   

#dateEntry-table .ant-table-tbody > tr > td p {
      margin-bottom: 0;
    }

   

.dateEntry-table .table-img-box {
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
  }

   

.dateEntry-table .table-img-box img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      margin: 0 auto;
    }

   

.dateEntry-table .button-box > button {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

   

.dateEntry-table .button-box > button:hover {
    color: #1890ff;
}

   

.dateEntry-table .time-log {
    width: 100%;
  }

   

.dateEntry-table .time-log span {
      display: block;
    }

   

.creat-pdf-modal {
  min-height: 120px;
}

   

.creat-pdf-modal p {
    margin: 0;
  }

   

.creat-pdf-modal .loaidng-text {
    margin: 55px 0 0 140px;
  }

   

.creat-pdf-modal .has_pdf {
    margin: 38px 0 5px 140px;
  }

   

.creat-pdf-modal .has_pdf_sub {
    margin-left: 140px;
  }

   

.creat-pdf-modal .has_not_pdf {
    margin: 44px 0 0 140px;
  }

   

.creat-pdf-modal .creat-pdf-creating section {
    text-align: right;
  }

   

.creat-pdf-modal .creat-pdf-div button {
    border: none;
    outline: none;
    background-color: transparent;
    color: #40a9ff;
    cursor: pointer;
  }

   

.footer-box {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 10px;
}

   

.footer-box .footer-box-right {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -19%;
  }

   

@media (max-width: 1691px) {
  .footer-box::after {
        display: block;
        content: "";
        height: 0;
        visibility: hidden;
        clear: both;
    }
  .footer-box .footer-box-left, .footer-box .footer-box-right {
      float: left;
    }
  .footer-box .footer-box-right {
      position: static;
      margin-left: 20px;
    }
}

   

.custom_selected_tag {
  max-width: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

   

.custom_selected_tag > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

   

.custom_selected_tag > i {
    position: relative;
    top: 4px;
}

   

.custom-avatar-uploader .ant-upload-list-item {
    width: 242px;
    height: 175px;
  }

   

.custom-avatar-uploader .ant-upload-list-item-thumbnail {
    width: 242px;
    height: 175px;
  }

   

.custom-avatar-uploader .ant-upload-list-item-thumbnail img {
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%;
    }

   

.custom-avatar-uploader .add-img-container {
    width: 242px;
    height: 175px;
    text-align: center;
    cursor: pointer;
  }

   

.custom-avatar-uploader .add-img-container .anticon-plus {
      position: relative;
      top: 60px;
      font-size: 40px;
      display: block;
      color: #ddd;
    }

   

.custom-avatar-uploader .add-img-container .ant-upload-text {
      position: relative;
      top: 70px;
      margin: 0;
      padding: 0;
    }

   

.presentation-style-container {
  position: relative;
  width: 100%;
}

   

.presentation-style-container .image-list-container {
    overflow-y: auto;
  }

   

.presentation-style-container .image-list-container .image-list {
      //  max-height: 560px;
    }

   

.presentation-style-container .image-list-container .image-list .cardItemHoc {
        float: left;
      }

   

.presentation-style-container .table-containe {
  }

   

.picture-card-box {
  position: relative;
  display: inline-block;
  width: 185px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  margin: 10px
}

   

.picture-card-box.nomargin {
    margin: 0px;
}

   

.picture-card-box > span {
    display: block;
    width: 185px;
    height: 193px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

   

.picture-card-box > span .LazyLoad {
      width: 185px;
      height: 193px;
      text-align: center;
      overflow: hidden;
}

   

.picture-card-box > span .LazyLoad::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    visibility: hidden;
}

   

.picture-card-box > span img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      vertical-align: middle;
}

   

.picture-card-box > span i {
      display: inline-block;
      width: 0;
      height: 100%;
      line-height: 100%;
      vertical-align: middle;
      visibility: hidden;
}

   

.picture-card-box .color-attrs-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
}

   

.picture-card-box .color-attrs-btn:hover {
    background-color: rgba(24, 144, 255, 0.2);
}

   

.picture-card-box .color-attrs-btn i {
      position: absolute;
      top: -5px;
      left: 1px;
      font-size: 23px;
      color: #1890ff;
}

   

.picture-card-box .picture-card-box-dreawings {
    position: absolute;
    top: 0;
    right: 0;
}

   

.picture-card-box .cover-column {
    position: absolute;
    top: 165px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
}

   

.picture-card-box .cover-column i {
      margin-right: 3px;
      color: #fff
    }

   

.picture-card-box .cover-column i.icon-filled {
    color: yellow;
}

   

.picture-card-box .cover-column em {
      font-style: normal;
    }

   

.picture-card-box .paper-clip {
    position: absolute;
    top: 0;
    right: 0;
}

   

.picture-card-box .play-circle {
    position: absolute;
    top: 28%;
    left: 40%;
    font-size: 35px;
    color: #020202;
    cursor: pointer;
}

   

.picture-card-box dl {
    width: 100%;
    margin: 0;
    padding: 3px 0;
}

   

.picture-card-box dl dt {
      position: relative;
      width: 100%;
    }

   

.picture-card-box dl dt .picture-checkbox {
        position: absolute;
        top: 0;
        left: 2px;
      }

   

.picture-card-box dl dt p {
        width: 100%;
        padding: 0 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        padding-left: 20px;
      }

   

.picture-card-box dl dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0;
      padding: 0 2px
    }

   

.picture-card-box dl dd > em {
    display: inline-block;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

   

.picture-view-container, .video-view-container {
  width: 100%;
  margin: 0;
}

   

.picture-view-container span, .video-view-container span {
    display: block;
    width: 100%;
    max-height: 700px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
  }

   

.picture-view-container span img, .video-view-container span img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      vertical-align: middle;
    }

   

.picture-view-container span i, .video-view-container span i {
      display: inline-block;
      width: 0;
      height: 100%;
      line-height: 100%;
      vertical-align: middle;
      visibility: hidden;
    }

   

.picture-view-container figcaption, .video-view-container figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

   

.picture-view-container figcaption h4, .picture-view-container figcaption dl, .video-view-container figcaption h4, .video-view-container figcaption dl {
      margin: 0;
      padding: 0;
    }

   

#add-list-container {
  position: relative;
  width: 100%;
}

   

.add-list-form .certain-category-search.ant-select-auto-complete
    .ant-input-affix-wrapper
    .ant-input-suffix {
    right: 12px;
  }

   

.add-list-form .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
    color: #666;
    font-weight: bold;
  }

   

.add-list-form .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
    border-bottom: 1px solid #f6f6f6;
  }

   

.add-list-form .certain-category-search-dropdown .ant-select-dropdown-menu-item {
    padding-left: 16px;
  }

   

.add-list-form .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
    text-align: center;
    cursor: default;
  }

   

.add-list-form .certain-category-search-dropdown .ant-select-dropdown-menu {
    max-height: 300px;
  }

   

.add-list-form .certain-search-item-count {
    position: absolute;
    color: #999;
    right: 16px;
  }

   

.add-list-form .certain-category-search.ant-select-focused .certain-category-icon {
    color: #108ee9;
  }

   

.add-list-form .certain-category-icon {
    color: #6e6e6e;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 16px;
  }

   

.colum-log {
  min-width: 150px;
}

   

.colum-log p {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 12px;
  }

   

.colum-log p:nth-child(2) {
    color: #108ee9;
  }

   

.material_filter_wrapper {
  position: relative;
  width: 100%;
  margin: 10px 0;
}

   

.material_filter_wrapper .material_filter_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
  }

   

body .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
  margin-right: 8px;
}

   

.brand-wrapper {
  position: relative;
  min-height: 32px;
  z-index: 11;
  background-color: #fff;
}

   

.brand-wrapper .brand-container-location {
    position: relative;
    width: 100%;
    height: 1px;
  }

   

.brand-wrapper .brand-container {
    position: absolute;
    top: 3px;
    // left: 0;
    // width: 735px;
    height: auto;
    padding: 0 5px 10px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
  }

   

.brand-wrapper .searchContrl {
    margin: 5px auto 10px;
  }

   

.brand-wrapper ol, .brand-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

   

.brand-wrapper .brand-tag-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 722px;
    height: 30px;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 auto;
  }

   

.brand-wrapper .brand-tag-nav li {
      padding: 0 8px;
      height: 29px;
      line-height: 29px;
      border-right: 1px solid #d9d9d9;
      cursor: pointer
    }

   

.brand-wrapper .brand-tag-nav li.active {
    background-color: #40a9ff;
    color: #fff;
}

   

.brand-wrapper .brand-tag-list {
    width: 100%;
    // display: flex;
    // flex-direction: row;
    // flex-wrap: wrap;
    max-height: 500px;
    overflow-y: auto;
    padding-top: 5px;
  }

   

.brand-wrapper .brand-tag-list li {
      width: 95%;
      margin: 0 5px;
      height: 33px;
      line-height: 33px;
      cursor: pointer;
    }

   

.brand-wrapper .brand-tag-list li:hover {
    color: #40a9ff;
}

   

.brand-wrapper .brand-tag-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

   

.brand-wrapper .brand-message {
    padding: 10px 0 5px 0;
    text-align: center;
  }

   

.brand-wrapper .brand-message i {
      color: #ddd;
    }

   

.brand-wrapper .brand-message p {
      margin: 0;
      padding: 0;
      height: 20px;
      line-height: 20px;
      color: #ddd;
    }

   

.view-more-wrapper {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

   

.view-more-wrapper span {
    display: inline-block;
    margin: 3px;
  }

   

.search-custom-wrapper {
  position: relative;
  min-height: 32px;
  z-index: 11;
  background-color: #fff;
}

   

.search-custom-wrapper .empty-com {
    padding: 10px 0 5px 0;
    text-align: center;
  }

   

.search-custom-wrapper .empty-com i {
      color: #ddd;
    }

   

.search-custom-wrapper .empty-com p {
      margin: 0;
      padding: 0;
      height: 20px;
      line-height: 20px;
      color: #ddd;
    }

   

.search-custom-wrapper .search-com-list-location {
    position: relative;
    width: 100%;
    height: 1px;
  }

   

.search-custom-wrapper .search-com-list-location .search-com-list {
      position: absolute;
      top: 3px;
      left: 0px;
      width: 100%;
      max-height: 400px;
      margin: 0;
      padding: 0;
      overflow-y: auto;
      list-style: none;
      height: auto;
      padding: 0 5px 10px;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      background-color: #fff;
      z-index: 10;
    }

   

.search-custom-wrapper .search-com-list-location .search-com-list li {
        width: 100%;
        height: 25px;
        line-height: 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 7px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

   

.search-custom-wrapper .search-com-list-location .search-com-list li:hover {
    background-color: #dcefff;
}

   

.custom-com-arrow {
  position: absolute;
  top: 9px;
  right: 4px;
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

   

.custom-com-arrow.rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

   

.custom-com-arrow.normal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

   

.custom-com-selectedColumn {
  position: relative;
  width: 100%;
  min-height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  // z-index: 11;
  z-index: 0;
  cursor: pointer
}

   

.custom-com-selectedColumn.hasbgcolor {
    background-color: #fff;
}

   

.custom-com-selectedColumn:hover {
    border-color: #40a9ff;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

   

.custom-com-selectedColumn {
    padding: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

   

.custom-com-selectedColumn .ant-tag {
    margin: 3px 0 3px 5px;
}

   

.custom-com-selectedColumn .custom-com-inputField {
    display: block;
    width: 10px;
    outline: none;
    border: none;

    height: 24px;
    padding: 0 2px;
    margin-top: 2px;
}

   

.custom-com-placeholder {
  position: absolute;
  width: 100%;
  height: 32px;
  line-height: 32px;
  // z-index: 1;
  z-index: auto;
  color: #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 13px;
}

   

.custom-com-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
  z-index: 11;
  padding: 1px;
}

   

.custom-com-loading .ant-spin-dot-spin {
    margin: 1px 0 0 14px;
  }

   

.treeSelect-wrapper {
  position: relative;
  top: 4px;
  min-height: 32px;
  z-index: 11;
  background-color: #fff;
}

   

.treeSelect-wrapper .treeSelect-list-location {
    position: relative;
    width: 100%;
    height: 1px;
    z-index: 12;
  }

   

.treeSelect-wrapper .treeSelect-list-container {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0 5px 10px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }

   

.treeSelect-wrapper .treeselect-search-tree {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
  }

   

.treeSelect-wrapper .treeselect-search {
    width: 100%;
    margin: 5px 0 10px;
  }

   

.custom-viewer {
  pointer-events: none;
  position: absolute;
  z-index: 1001;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

   

.custom-viewer figure {
    overflow: hidden;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    background-color: #fff;
    display: inline-block;
  }

   

.custom-viewer img {
    display: inline-block;
    vertical-align: middle;
  }

   

.custom-viewer i {
    display: inline-block;
    width: 0;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    visibility: hidden;
  }

   

.alert-enter {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

   

.alert-enter-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
}

   

.alert-exit {
  opacity: 1;
}

   

.alert-exit-active {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
}

   

.m_table_cell_style {
  max-width: 150px;
  text-align: center;
}

   

.m_table_cell_style img {
    display: block;
    width: 90px;
    height: 110px;
    margin: 0 auto;
  }

   

.m_table_cell_style p {
    max-width: 100%;
    margin: 0;
    padding: 5px 0;
    word-break: break-all;
  }

   

.droppedcontent {
  border-color: red;
}

   

.custom-anchor-wrapper {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 20;
  background-color: #1890ff;
  -webkit-box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.47843);
          box-shadow: 0 2px 30px 3px rgba(0, 0, 0, 0.47843);
  font-size: 18px;
  border-radius: 5px;
}

   

.custom-anchor-wrapper a.custom-anchor-link {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none
  }

   

.custom-anchor-wrapper a.custom-anchor-link:hover {
    color: yellow;
}

   

.my-drafts-style {
  font-size: 30px !important;
  cursor: pointer;
}

   

.masterGraph-preview {
  width: 100%;
}

   

.masterGraph-preview .videoPreview {
    display: block;
    width: 100%;
    height: auto;
  }

   

.masterGraph-preview .videoPreview video {
      width: 100%;
      height: 300px;
    }

   

.masterGraph-preview .imgPreview {
    display: block;
    width: 100%;
    height: 650px;
    text-align: center;
  }

   

.masterGraph-preview .imgPreview img {
      display: inline-block;
      max-width: 95%;
      max-height: 95%;
      vertical-align: middle;
    }

   

.masterGraph-preview .imgPreview::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    visibility: hidden;
}

   

.goBackHeader-style {
  color: rgba(0, 0, 0, 0.65098);
  padding: 13px 32px 13px 20px;
}

   

.goBackHeader-style p {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 0;
    cursor: pointer
  }

   

.goBackHeader-style p:hover {
    color: #108ee9;
}

   

.goBackHeader-style p span {
      line-height: 16px;
      font-size: 14px;
      font-weight: bold;
}

   

.goBackHeader-style p em {
      position: relative;
      top: 2px;
      border-left: 1px solid #ddd;
      height: 15px;
      margin: 0 8px;
}

   

.keyword-select-formItem .ant-form-item-control-wrapper {
    padding-top: 4px;
  }

   

.materila-list-panel {
  width: 100%
}

   

.materila-list-panel::after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

   

.imagegroup.image_group_style {
  z-index: 1100;
}

   

.custom-afffix-wrapper {
  width: 100%;
}

   

.custom-afffix-wrapper .custom-afffix-main {
    position: fixed;
    background-color: #fff;
    z-index: 100;
  }

   

.analysis-cardList .cardItemHoc {
    float: left;
  }

   

.cardItemHoc {
	position: relative;
	// float: left;
	width: 205px;
	// height: 197px;
	margin: 10px 0px 10px 0;
}

   

.cardItemHoc .cardItemContent {
		position: relative;
		float: left;
	}

   

.cardItemHoc .cardItemContent .imagegroup {
			margin: 0px 0px 10px 0;
		}

   

.cardItemHoc .cardItemContent.disable {
		// background-color: #fce5cd;
		opacity: 0.4;
	}

   

.cardItemHoc .cardItemContent.active {
		background-color: #fce5cd;
	}

   

.cardItemHoc .imgBox {
		position: relative;
		width: 100%;
		height: 140px;
		overflow: hidden;
	}

   

.cardItemHoc .cardItemImg {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
	}

   

.cardItemHoc .title {
		text-align: center;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

   

.cardItemHoc .release {
		position: absolute;
		bottom: 0px;
		right: 4px;
	}

   

.cardItemHoc .opeartion {
		position: absolute;
		top: 0px;
		right: 4px;
	}

   

.cardItemHoc .openBtn {
		text-align: center;
		cursor: pointer;
	}

   

.cardItemHoc .checkBtn {
		position: absolute;
		bottom: 0px;
		left: 4px;
	}

   

.cardItemHoc .dragMsgBox {
		position: absolute;
		right: -9px;
		top: -7px;

		// right: 50%;
		// top: 50%;
		z-index: 99;
	}

   

.cardItemHoc .dragMsg {
		background-color: red;
		color: #fff;
		border-radius: 80px;
		width: 25px;
		height: 25px;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 24px;
	}

   

.cardItemHoc .cardItemIndex {
		position: absolute;
		right: 0;
		// float: left;
		width: 32px;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

   

.cardItemHoc .cardItemIndexLine {
		width: 1px;
		/* border-left: 2px dashed #ccc; */
		height: 100%;
	}

   

.cardItemHoc .cardItemIndexLine.active {
		border-left: 2px dashed #f47d5f;
	}

   

.cardItemHoc .referPic {
		// position: absolute;
		// bottom: 3px;
		// right: 0px;
		font-size: 12px;
		color: #f47d5f;
		cursor: pointer;
		background-color: #fff;
	}

   

.cardItemHoc #referPicId {
		position: absolute;
		top: 0px;
		right: 0px;
	}

   

.cardItemHoc .referPicsPoppver {
		// width: 120px;
		max-width: 520px;
		// max-height: 194px;
		height: 196px;
		overflow: auto;
		z-index: 30 !important;
		background-color: #fff;
		border: 1px solid #ccc;
		text-align: center
	}

   

.cardItemHoc .referPicsPoppver::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #DA6339;
}

   

.cardItemHoc .referPicsPoppver .ant-popover::after {
			background-color: #fff;
}

   

.cardItemHoc .referPicsPoppver .ant-popover-content {
			height: 100%;
}

   

.cardItemHoc .referPicsPoppver .ant-popover-inner {
			height: 100%;
			border-radius: 0;
			-webkit-box-shadow: unset;
			        box-shadow: unset;
			background-color: #fff;
}

   

.cardItemHoc .referPicsPoppver .ant-popover-inner > div {
				height: 100%;
			}

   

.cardItemHoc .referPicsPoppver .ant-popover-inner-content {
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
}

   

.cardItemHoc .referPicLi {
		position: relative;
		width: 130px;
		z-index: 99;
		cursor: pointer;
		margin-right: 4px;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}

   

.cardItemHoc .referPicLi .imgbox {
			width: 100px;
			height: 100px;
			border: 1px solid #ccc;
		}

   

.cardItemHoc .referPicLi .imgbox img {
				display: block;
				margin: 0 auto;
				max-width: 100%;
				max-height: 100%;
				cursor: pointer;
			}

   

.cardItemHoc .referPicLi .opration {
			text-align: center;
		}

   

.cardItemHoc .referPicLi img {
		// width: 100%;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		margin-bottom: 6px;
	}

   

.cardItemHoc .referPicLi div {
		margin: 6px 0px;
		font-size: 12px;
	}

   

.sortableHelperDrag {
	z-index: 9999;
}

   

.clearfix:after, .clearfix:before {
	content: "";
	display: table;
}

   

.clearfix:after {
	clear: both;
}

   

.clearfix {
	*zoom: 1;
}

   

.dragMergeError .ant-modal-confirm-body
		> .anticon
		+ .ant-modal-confirm-title
		+ .ant-modal-confirm-content {
		margin-left: 0px;
	}

   

.dragMergeError .merge-error-content {
		max-height: 360px;
		overflow: auto;
	}

   

.task-survey-wrap {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    width: 100%;
    height:100%;
    background: #f0f2f5;
}

   

.task-survey-wrap .ribbon{
        position: relative;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
        text-align: center;
     
    }

   

.task-survey-wrap .task-survey-left {
        width: 407px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 1px;
    }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-top {
            width: 100%;
            height: 180px;
            padding: 15px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            background: #fff;
            margin-top: 5px;
        }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-top .pending-notice-title {
                top: -20px;
                font-size: 18px;
                font-weight: bold;
                padding: 15px;
                margin: 0;
                background: linear-gradient(60deg,#ffa726,#fb8c00);
                -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
                        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
            }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-top .pending-notice-content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                margin-bottom: 25px;
                font-size: 14px;
                
            }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-top .unzip-content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                font-size: 14px;
            }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center {
            width: 100%;
            height: 160px;
            background: #fff;
            margin: 15px 0 0;
            padding: 0 15px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center .label-audit-total {
                top: -6px;
                font-size: 18px;
                font-weight: bold;
                padding: 15px;
                margin: 0;
                background: linear-gradient(60deg,#ec407a,#d81b60);
                -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(233,30,99,.4);
                        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(233,30,99,.4);
            }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center .label-audit-decri {
                margin-top: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;

            }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center .label-audit-decri .tobe-audited-content .tobe-audited-title {
                        font-size: 14px;
                        color: #c9c7c7;
                    }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center .label-audit-decri .tobe-audited-content .tobe-audited-numb {
                        font-size: 26px;
                        font-weight: bold;
                    }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center .label-audit-decri .tobe-audited-content .tobe-audited-numb i {
                            font-style: normal;
                            font-size: 12px;
                            font-weight: 400;
                        }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center .label-audit-decri .audited-content .audited-title {
                        font-size: 14px;
                        color: #c9c7c7;
                    }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center .label-audit-decri .audited-content .audited-numb {
                        font-size: 26px;
                        font-weight: bold;
                    }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-center .label-audit-decri .audited-content .audited-numb i {
                            font-style: normal;
                            font-size: 12px;
                            font-weight: 400;
                        }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-footer {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            background: #fff;
            padding: 0 15px 15px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-top: 15px;
        }

   

.task-survey-wrap .task-survey-left .tasksurvey-left-footer .task-chart {
                top: -6px;
                font-size: 18px;
                font-weight: bold;
                padding: 15px;
                margin: 0;
                background: linear-gradient(60deg,#26c6da,#00acc1);
                -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
                        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
            }

   

.task-survey-wrap .task-survey-right {
        height: 100%;
        margin: 0 -20px 0 20px;
        background: #f0f2f5;
    }

   

.task-survey-wrap .task-survey-right .tasksurvey-right-top {
            width: 100%;
            background: #fff;
            padding: 10px 20px 20px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

   

.task-survey-wrap .task-survey-right .task-progress-wrap {
            margin-top: 10px;
            height: 100%;
            background: #fff;
            padding-top: 1px;
        }

   

.task-survey-wrap .task-survey-right .task-progress-wrap .task-progress-name {
                top: -8px;
                font-size: 18px;
                font-weight: bold;
                padding: 15px;
                margin: 0;
                background: linear-gradient(60deg,#66bb6a,#43a047);
                -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
                        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
            }

   

.task-survey-wrap .task-survey-right .task-progress-wrap .pagination-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                margin-top: 25px;
                margin: 25px 0 25px 0;
            }

   

.label-progress-area .ant-progress-status-success .ant-progress-bg {
    background-color: #3dcca6;
}

   

.task-progress-wrap .ant-table-scroll table {
    min-width: 102%;
}

   

.upload-record-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 103%;
    height: 103%;
    margin: -10px;
    background: #f0f2f5;
}

   

.upload-record-wrap .upload-record-top {
        width: 100%;
        height: 70px;
        background: #fff;
        padding: 15px;
        margin-bottom: 20px;
    }

   

.upload-record-wrap .upload-record-bottom {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%;
        background: #fff;
    }

   

.upload-record-wrap .upload-record-bottom .upload-record-content .upload-pagination-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                margin-top: 25px;
            }

   

.dialog-modal {
    position: relative;
    
}

   

.mask-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

   

.content-wrap {
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    width: 400px;
    //height: 220px;
    height: 228px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background:rgba(255,255,255,1);
    z-index: 10000;
}

   

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 50px 0;
}

   

.warning-wrap {
    width: 50px;
    height: 45px;
}

   

.warning-wrap > img {
    width: 100%;
}

   

.descrip-wrap {
    width: 192px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color:rgba(126,132,134,1);  
    margin-left: 10px; 
}

   

.yourFileNotSaved {
    display: block;
    margin-bottom: 2px;
}

   

.function-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 34px;
    margin-top: 2px;
}

   

.common-func-style {
    width: 98px;
    height: 34px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background:rgba(255,255,255,1);
    border:1px solid #ced6d8;
   
}

   

.confirm-btn {
    margin-right: 8px;
}

   

.close-btn-wrap {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 34px;
    height: 34px;
    z-index: 10000;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

   

.close-btn-wrap > .close-btn {
    color: #fff;
}

   

.distributed-details-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
     padding: 20px 0 20px 10px;
}

   

.distributed-details-wrap .distributed-desrc span {
            font-size: 14px;
        }

   

.distributed-details-wrap .distributed-desrc span .today-numb {
                font-style: normal;
                color: #50acff;
                font-weight: bold;
            }

   

.distributed-details-wrap .filter-btn {
        margin-right: 90px;
    }

   

.distributed-style-container {
    position: relative;
    width: 100%;
}

   

.distributed-style-container .picture-list-container .distributed-image-list .distributed-picture-card-box {
                position: relative;
                display: inline-block;
                width: 185px;
                -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
                        box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
                margin: 10px;
            }

   

.distributed-style-container .picture-list-container .distributed-image-list .distributed-picture-card-box .distributed-single-img {
                    display: block;
                    width: 185px;
                    height: 193px;
                    text-align: center;
                    overflow: hidden;
                    cursor: pointer;
                    line-height: 193px;
                }

   

.distributed-style-container .picture-list-container .distributed-image-list .distributed-picture-card-box .distributed-single-img img {
                        max-width: 100%;
                        max-height: 100%;
                        display: inline-block;
                        vertical-align: middle;
                    }

   

.distributed-style-container .picture-list-container .distributed-image-list .distributed-picture-card-box dl {
                    width: 100%;
                    margin: 0;
                    padding: 3px 0;
                }

   

.distributed-style-container .picture-list-container .distributed-image-list .distributed-picture-card-box dl dt {
                        position: relative;
                        width: 100%;
                        height: 20px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                                flex-direction: row;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
                        padding: 0 5px;
                    }

   

.distributed-style-container .picture-list-container .distributed-image-list .distributed-picture-card-box dl dt .distributed-single-name {
                            width: 95%;
                            //padding: 0 3px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            margin: 0;
                            padding-left: 6px;
                            //height: 20px;
                        }

   

.distributed-style-container .picture-list-container .distributed-image-list .distributed-picture-card-box dl dd {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                                flex-direction: row;
                        -webkit-box-pack: end;
                            -ms-flex-pack: end;
                                justify-content: flex-end;
                        margin: 0;
                        padding: 0 2px;
                    }

   

.distributed-style-container .picture-list-container .distributed-image-list .distributed-picture-card-box dl dd em {
                            font-style: normal;
                            padding-right: 10px;
                            height: 20px;
                        }

   

.distri-dialog-modal {
    position: relative;
    
}

   

.distri-mask-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

   

.distri-content-wrap {
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    width: 400px;
    //height: 220px;
    height: 228px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background:rgba(255,255,255,1);
    z-index: 10000;
}

   

.distri-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 50px 0;
}

   

.warning-wrap {
    width: 50px;
    height: 45px;
}

   

.warning-wrap > img {
    width: 100%;
}

   

.descrip-wrap {
    width: 192px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color:rgba(126,132,134,1);  
    margin-left: 10px; 
}

   

.yourFileNotSaved {
    display: block;
    margin-bottom: 2px;
}

   

.distri-function-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 34px;
    margin-top: 2px;
}

   

.distri-common-func {
    width: 98px;
    height: 34px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background:rgba(255,255,255,1);
    border:1px solid #ced6d8;
   
}

   

.distri-confirm-btn {
    margin-right: 8px;
}

   

.distri-close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 34px;
    height: 34px;
    z-index: 10000;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

   

.labelaudit-details-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
    padding-left:  10px;
}

   

.labelaudit-details-wrap .labelaudit-desrc span {
            font-size: 14px;
        }

   

.labelaudit-details-wrap .labelaudit-desrc span .labelaudit-today-numb {
                font-style: normal;
                color: #50acff;
                font-weight: bold;
            }

   

.labelaudit-details-wrap .labelaudit-filter-btn {
        margin-right: 70px;
    }

   

.label-style-container {
    position: relative;
    width: 100%;
}

   

.label-style-container .label-image-container .label-image-list {
           // max-height: 560px;
            overflow-y: auto;
        }

   

.label-style-container .label-image-container .label-image-list .cardItemHoc{
                float: left;
            }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 {
                position: relative;
                display: inline-block;
                width: 185px;
                -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
                        box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
                margin-bottom: 10px;
            }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 .single-picture-show {
                    width: 185px;
                    height: 193px;
                    text-align: center;
                    overflow: hidden;
                    cursor: pointer;
                    line-height: 193px;
                    
                }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 .single-picture-show img {
                        max-width: 100%;
                        max-height: 100%;
                        display: inline-block;
                        vertical-align: middle;
                    }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 .picture-card-box1-dreawings{
                    position: absolute;
                    top: 0;
                    right: 0;
                }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 dl {
                    width: 100%;            
                    margin: 0;
                    padding: 3px;
                }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 dl dt {
                        position: relative;
                        width: 100%;
                        height: 20px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                                flex-direction: row;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
                        padding: 0 2px 0 2px;
                    }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 dl dt .labelaudit-single-name {
                            width: 95%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space:  nowrap;
                            margin: 0;
                            padding-left: 6px;
                        }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 dl dd {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                                flex-direction: row;
                        -webkit-box-pack: justify;
                            -ms-flex-pack: justify;
                                justify-content: space-between;
                        width: 100%;
                        margin: 0;
                        padding: 0 2px;
                        height: 20px;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;

                    }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 dl dd em {
                            font-style: normal;
                            width: 110px;
                            font-size: 12px;
                        }

   

.label-style-container .label-image-container .label-image-list .picture-card-box1 dl dd .ant-badge-status-text{
                            font-size: 12px;
                        }

   

/* 时尚分析2版 样式 */

   

.fashion-anlanysis2 {
	margin: 10px 10px 0 10px;
	padding: 10px 20px 0 20px;
	background-color: #fff;
}

   

.fashion-anlanysis2 > h3 {
		font-size: 18px;
		font-weight: 600;
	}

   

.fashion-anlanysis2 .ant-breadcrumb a {
		font-size: 18px;
		color: #858687;
	}

   

/* 第一层级主题的过滤条 */

   

.level1-filter-bar {
	position: relative;
}

   

.level1-filter-bar .ant-btn {
		width: 126px;
		height: 30px;
	}

   

.level1-filter-bar .ant-calendar-picker {
		margin-left: 20px;
	}

   

.level1-filter-bar .right-bar {
		right: 0;
		top: 0;
	}

   

.level1-filter-bar .right-bar .ant-input-affix-wrapper {
			width: 270px;
		}

   

.level1-filter-bar .right-bar .ant-btn-primary {
			margin: 0 20px;
		}

   

.level1-filter-bar .right-bar .ant-btn {
			width: 65px;
			height: 32px;
		}

   

.add-theme.ant-btn-dashed {
	width: 80%;
	height: 36px;
	margin-top: 20px;
	margin-left: 10%;
}

   

.item-list-box {
	padding-left: 10px;
	margin-bottom: 20px;
	height: 534px;
	overflow: auto;
	padding-bottom: 10px;
}

   

/* 项目列表的单个项目卡片 组件*/

   

.item-info {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	overflow: hidden;
	width: 364px;
	height: 250px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	// border: 1px solid red;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(204,204,204,.6);
	        box-shadow: 0px 0px 4px 1px rgba(204,204,204,.6);
}

   

.item-info .go-top, .item-info .not-publish {
		position: absolute;
		top: 0;
		width: 64px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		background-color: #cccccc;
	}

   

.item-info .go-top {
		left: 0;
	}

   

.item-info .not-publish {
		right: 0;
		color: #fff;
	}

   

.item-info .content {
		padding: 42px 18px 0px;
		margin-bottom: 10px;
	}

   

.item-info .content .percent-number {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			position: relative;
			height: 100px;
		}

   

.item-info .content .percent1 {
			position: absolute;
			bottom: 0;
			left: 50%;
		}

   

.item-info .content .pie-img {
			width: 48px;
			height: 48px;
		}

   

.item-info .content h3 {
			overflow: hidden; /*超出部分隐藏*/
			white-space: nowrap; /*不换行*/
			text-overflow: ellipsis; /*超出部分文字以...显示*/
		}

   

.item-info .content p {
			width: 240px;
			height: 63px;
			text-overflow: ellipsis;
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			text-align: justify;
		}

   

.item-info .edit-operation {
		width: 100%;
		height: 46px;
		line-height: 46px;
		text-align: center;
		background-color: #f7f9fa;
		border-top: 1px solid #e9e9e9;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
		        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	}

   

.item-info .edit-message {
		margin-top: 2px;
		height: 40px;
		line-height: 40px;
		padding: 0 16px;

		background-color: #f0f2f5;
	}

   

/* 编辑扇形 组件 + 分配百分比 组件 + 预览组件 */

   

.edit-sector, .percent-split, .preview {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

   

/* 预览组件 */

   

.edit-sector .content.large, .percent-split .content.large, .preview .content.large {
		width: 946px;
		height: 740px;
	}

   

.edit-sector .content, .percent-split .content, .preview .content {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 700px;
		background-color: #fff;
		height: 852px;
		overflow: auto;
	}

   

.edit-sector .content .my-dragBox, .percent-split .content .my-dragBox, .preview .content .my-dragBox {
			position: relative;
		}

   

.edit-sector .content .my-dragBox .move, .percent-split .content .my-dragBox .move, .preview .content .my-dragBox .move {
				position: absolute;
				width: 100px;
				height: 100px;
				background: gray;
			}

   

.edit-sector .content .title, .percent-split .content .title, .preview .content .title {
			position: relative;
		}

   

.edit-sector .content .title h4, .percent-split .content .title h4, .preview .content .title h4 {
				padding-left: 20px;
				height: 50px;
				line-height: 50px;
				border-bottom: 1px solid #f6f6f6;
			}

   

.edit-sector .content .title .anticon-close, .percent-split .content .title .anticon-close, .preview .content .title .anticon-close {
				position: absolute;
				right: 16px;
				top: 14px;
				font-size: 20px;
				color: #999999;
			}

   

.edit-sector .content .head, .percent-split .content .head, .preview .content .head {
			padding: 40px 20px 0 30px;
		}

   

.edit-sector .content .head .title, .percent-split .content .head .title, .preview .content .head .title {
				font-size: 22px;
				font-weight: 700;
				color: #000;
				margin-bottom: 50px;
			}

   

.edit-sector .content .head .short-info, .percent-split .content .head .short-info, .preview .content .head .short-info {
				padding-left: 10px;
				padding-bottom: 20px;
				-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
				        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
			}

   

.edit-sector .content .form-content, .percent-split .content .form-content, .preview .content .form-content {
			margin-top: 20px;
			padding: 20px 10px 20px 60px;
			height: 532px;
			overflow: auto;
		}

   

.edit-sector .content .form-content >div, .percent-split .content .form-content >div, .preview .content .form-content >div {
				margin-bottom: 30px;
				
			}

   

.edit-sector .content .form-content .anticon-exclamation-circle, .percent-split .content .form-content .anticon-exclamation-circle, .preview .content .form-content .anticon-exclamation-circle{
				color: #faad14;
			}

   

.edit-sector .content .form-content .tips, .percent-split .content .form-content .tips, .preview .content .form-content .tips{
				margin-left: 10px;
				color: #cccccc;
				font-size: 12px;
			}

   

.edit-sector .content .form-content .sector-item, .percent-split .content .form-content .sector-item, .preview .content .form-content .sector-item{
				margin-bottom: 66px;
			}

   

.edit-sector .content .form-content .sector-item-title, .percent-split .content .form-content .sector-item-title, .preview .content .form-content .sector-item-title{
				height: 40px;
				line-height: 40px;
				padding-left: 20px;
				-webkit-box-shadow: 8px 3px 5px 1px rgba(0, 0, 0, 0.3);
				        box-shadow: 8px 3px 5px 1px rgba(0, 0, 0, 0.3);
			}

   

.edit-sector .content .form-content .sector-item-title:nth-last-of-type(n+2), .percent-split .content .form-content .sector-item-title:nth-last-of-type(n+2), .preview .content .form-content .sector-item-title:nth-last-of-type(n+2){
				margin-top: 66px;
			}

   

.edit-sector .content .form-content .form-item, .percent-split .content .form-content .form-item, .preview .content .form-content .form-item {
				margin-top: 16px

			}

   

.edit-sector .content .form-content .form-item.tag-list, .percent-split .content .form-content .form-item.tag-list, .preview .content .form-content .form-item.tag-list {
    margin-bottom: 16px;
}

   

.edit-sector .content .form-content .form-item.tag-list .ant-tag, .percent-split .content .form-content .form-item.tag-list .ant-tag, .preview .content .form-content .form-item.tag-list .ant-tag {
						margin-bottom: 4px;
}

   

.edit-sector .content .form-content .plus-button .sample-img, .percent-split .content .form-content .plus-button .sample-img, .preview .content .form-content .plus-button .sample-img {
					float: left;
					width: 100px;
					height: 100px;
					border: 1px dashed #c7c7c7;
				}

   

.edit-sector .content .form-content .plus-button .ant-btn-dashed, .percent-split .content .form-content .plus-button .ant-btn-dashed, .preview .content .form-content .plus-button .ant-btn-dashed {
					width: 100px;
					height: 100px;
				}

   

.edit-sector .content .form-content .plus-button .anticon-plus, .percent-split .content .form-content .plus-button .anticon-plus, .preview .content .form-content .plus-button .anticon-plus {
					font-size: 30px;
					color: #c7c7c7;
				}

   

.edit-sector .content .form-content .refer-picture-list, .percent-split .content .form-content .refer-picture-list, .preview .content .form-content .refer-picture-list {
				margin-bottom: 16px;
			}

   

.edit-sector .content .form-content .refer-picture, .percent-split .content .form-content .refer-picture, .preview .content .form-content .refer-picture {
				position: relative;
				background-color: #f2f2f2;
				padding: 10px 10px 10px 20px;
				border-bottom: 1px dashed #a5a3a3;
			}

   

.edit-sector .content .form-content .refer-picture .pic-plus-btn, .percent-split .content .form-content .refer-picture .pic-plus-btn, .preview .content .form-content .refer-picture .pic-plus-btn {
					width: 160px;
					height: 240px;
					position: relative;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-pack: center;
					    -ms-flex-pack: center;
					        justify-content: center;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
				}

   

.edit-sector .content .form-content .refer-picture .entity-img, .percent-split .content .form-content .refer-picture .entity-img, .preview .content .form-content .refer-picture .entity-img {
					width: 100px;
					height: 100px;
					background-color: #fff;
					border: 1px dashed #a5a3a3;
				}

   

.edit-sector .content .form-content .refer-picture .del-refer-btn, .percent-split .content .form-content .refer-picture .del-refer-btn, .preview .content .form-content .refer-picture .del-refer-btn {
					position: absolute;
					color: #f00;
					right: 20px;
					bottom: 20px;
				}

   

.edit-sector .content .form-content .refer-picture .refer-name, .percent-split .content .form-content .refer-picture .refer-name, .preview .content .form-content .refer-picture .refer-name {
					margin: 16px 0;
				}

   

.edit-sector .content .form-content .add-refer-picture, .percent-split .content .form-content .add-refer-picture, .preview .content .form-content .add-refer-picture {
				margin-top: 20px;
				color: #d9d9d9;
				font-size: 16px;
			}

   

.edit-sector .content .form-content .add-refer-picture .ant-btn, .percent-split .content .form-content .add-refer-picture .ant-btn, .preview .content .form-content .add-refer-picture .ant-btn {
					color: #d9d9d9;
				}

   

.edit-sector .content .form-content .add-refer-picture .anticon-plus, .percent-split .content .form-content .add-refer-picture .anticon-plus, .preview .content .form-content .add-refer-picture .anticon-plus {
					font-size: 14px;
					color: #d9d9d9;
				}

   

/* 分配百分比 */

   

.edit-sector .content .split-main, .percent-split .content .split-main, .preview .content .split-main {
			margin-top: 20px;
			padding: 30px 4px 20px 60px;
			height: 430px;
			overflow: auto;
		}

   

.edit-sector .content .split-main .table-header, .percent-split .content .split-main .table-header, .preview .content .split-main .table-header {
				font-weight: 700;
				font-size: 18px;
				text-align: center;
			}

   

.edit-sector .content .split-main .table-item, .percent-split .content .split-main .table-item, .preview .content .split-main .table-item {
				text-align: center;
				margin-top: 16px;
			}

   

/* 分配百分比  */

   

.edit-sector .content .preview-body, .percent-split .content .preview-body, .preview .content .preview-body {
			padding-top: 40px;
			padding-left: 30px;
			height: 550px;
		}

   

.edit-sector .content .preview-body .pie-view, .percent-split .content .preview-body .pie-view, .preview .content .preview-body .pie-view {
				background-color: #f2f2f2;
				height: 550px;
			}

   

.edit-sector .content .preview-body .pie-info, .percent-split .content .preview-body .pie-info, .preview .content .preview-body .pie-info {
				overflow: auto;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				padding-left: 16px;
				height: 550px;
				overflow: auto;
				background-color: #f2f2f2;
				margin-left: 10px;
			}

   

.edit-sector .content .preview-body .pie-info .fail-item-info > p, .percent-split .content .preview-body .pie-info .fail-item-info > p, .preview .content .preview-body .pie-info .fail-item-info > p {
						color: #ffcc00;
						width: 210px;
						text-align: center;
						margin-top: 10px;
						overflow: hidden;
						white-space: nowrap;
						text-overflow: ellipsis;
					}

   

.edit-sector .content .footer-up, .percent-split .content .footer-up, .preview .content .footer-up {
			position: absolute;
			bottom: 69px;
			left: 0;
			width: 100%;
			height: 70px;
			padding: 20px 10px;
			border: 1px solid #cfcfcf;
			background-color: #fff;
		}

   

.edit-sector .content .footer-up .anticon-exclamation-circle, .percent-split .content .footer-up .anticon-exclamation-circle, .preview .content .footer-up .anticon-exclamation-circle {
				color: #faad14;
			}

   

.edit-sector .content .footer-up .left-number, .percent-split .content .footer-up .left-number, .preview .content .footer-up .left-number{
				font-size: 18px;
			}

   

.edit-sector .content .footer, .percent-split .content .footer, .preview .content .footer {
			/*
			position: absolute;
			bottom: 0;
			left: 0;
			*/
			width: 100%;
			height: 70px;
			padding: 20px 10px;
			border: 1px solid #cfcfcf;
			background-color: #fff;
		}

   

.edit-sector .content .footer .gap, .percent-split .content .footer .gap, .preview .content .footer .gap {
				margin-right: 20px;
			}

   

.preview .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding: 20px 10px;
	border: 1px solid #cfcfcf;
	background-color: #fff;
}

   

.preview .footer .gap {
		margin-right: 20px;
	}

   

.percent-split  .footer{
	width: 100%;
    height: 70px;
    padding: 20px 10px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
}

   

.edit-sector .content{
	height: 843px;
}

   

/* 拖拽排序 组件 */

   

.tag-ul-sort {
	border: 1px solid #000;
	
	overflow: auto;
	padding: 0px;
}

   

li.tag-list-sort{
	float: left;
	-moz-text-align-last: center;
	     text-align-last: center;
	border: 1px solid#cccccc;
	margin: 10px 10px;
    padding: 6px 4px;
	border-radius: 5px;
	background-color: #999999;
	color: #ffffff;
	list-style:none;
}

   

/* 编辑主题 组件 */

   

.edit-theme {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);

}

   

.edit-theme .content {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 780px;
		height: 740px;
		background: #fff;
	}

   

.edit-theme .content .title {
			position: relative;
		}

   

.edit-theme .content .title h4 {
				padding-left: 20px;
				height: 50px;
				line-height: 50px;
				border-bottom: 1px solid #f6f6f6;
			}

   

.edit-theme .content .title .anticon-close {
				position: absolute;
				right: 16px;
				top: 14px;
				font-size: 20px;
				color: #999999;
			}

   

.edit-theme .content .info {
			padding: 40px 0px 20px 40px;
		}

   

.edit-theme .content .info h3 {
				font-size: 22px;
				font-weight: 700;
				color: #000;
				margin-bottom: 50px;
			}

   

.edit-theme .content .info .myrow {
				margin-bottom: 40px;
			}

   

.edit-theme .content .footer {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 70px;
			padding: 20px 10px;
			border: 1px solid #cfcfcf;
			background-color: #fff;
		}

   

.edit-theme .content .footer .gap {
				margin-right: 20px;
			}

   

.edit-theme .error-message {
		color: #f00;
		padding-left: 12px;
	}

   

.edit-theme .error-message-title {
		line-height: 28px;
	}

   

.edit-theme .error-message-info {
		line-height: 94px;
	}

   

.listContiner-fabric-qr{
    padding: 20px;
    
}

   

.listContiner-fabric-qr .add-btn{
        margin-bottom: 10px;
    }

   

.listContiner-fabric-qr .ant-modal-confirm-body .ant-modal-confirm-content{
        text-align: center;
    }

   

.addQrContainer{
    padding: 20px;
}

   

.imgList {
    margin-left: 90px;
}

   

.imgList .imgItem{
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 6px;
        border: 2px dashed #ccc;
        border-radius: 8px;
        margin-bottom: 10px;
        margin-right: 22px;
    }

   

.imgList .imgItem img{
            display: block;
            width: 100%;
            height: 100%;
        }

   

.imgList .imgItem .anticon-close-circle{
            position: absolute;
            top: -10px;
            right: -10px;
            color: #fff;
            background-color: #f00;
            font-size: 20px;
            border-radius: 10px;
        }

   

.formDetail{
    margin-left: 200px;
}

   

.formDetail label{
        display: inline-block;
        width: 80px;
        text-align: right;
    }

   

.formDetail .formHead{
        width: 500px;

    }

   

.formDetail .formHead .ant-input{
            width: 380px;
            height: 28px;
            margin-left: 10px;
        }

   

.formDetail .formHead>div {
    margin-bottom: 30px;
}

   

.formDetail .formHead .ant-upload {
            width: 380px;
            height: 200px;
            margin-left: 90px;
}

   

.formDetail .formHead .ant-upload.ant-upload-drag .ant-upload-btn {
            margin-left: 0;
}

   

.formDetail .formBody{
        width: 900px;
        height: 550px;
        position: relative;  
    }

   

.formDetail .formBody .ant-input{
            width: 240px;
            height: 28px;
            margin-left: 10px;
        }

   

.formDetail .formBody textarea.ant-input{
            resize:none;
            height: 60px;
        }

   

.formDetail .formBody .businessInfo{
           width: 450px;

        }

   

.formDetail .formBody .businessInfo .title{
               font-weight: 700;
               font-size: 18px;
           }

   

.formDetail .formBody .businessInfo>div {
    margin-bottom: 20px;
}

   

.formDetail .formBody .businessInfo>div .ant-checkbox-wrapper {
                   width: 110px;
}

   

.formDetail .formBody .fabricInfo{
            position: absolute;
            width: 400px;
            top: 0px;
            right: 0;
        }

   

.formDetail .formBody .fabricInfo .title{
                font-weight: 700;
                font-size: 18px;
            }

   

.formDetail .formBody .fabricInfo>div {
    margin-bottom: 20px;
}

   

.formDetail .formFooter{
        width: 900px;
        text-align: center;
    }

   

.formDetail .formFooter .ant-btn-primary{
            margin-right: 24px;
        }

   

.new-website-manage{
    padding: 10px 10px;
}

   

.new-website-manage .ant-table{
        font-size: 12px;
    }

   

.new-website-manage .ant-table .ant-table-thead{
            font-weight: 600;
        }

   

.new-website-manage .ant-table-thead > tr > th, .new-website-manage .ant-table-tbody > tr > td{
        padding:  10px 0px;
    }

   

.linkSettingManage{
     min-height: 390px;
     max-height: 600px;
     overflow-y: auto;
}

   

.linkSettingManage .dynamicRow{
        margin: 20px 0 30px 0;
    }

   

.linkSettingManage .dynamiCell-ul{
           list-style: none;
           margin: 0;
           padding: 0;
           border-top: 1px solid #ddd

    
    }

   

.linkSettingManage .dynamiCell-ul>li {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

   

.linkSettingManage .dynamiCell-ul>li>label {
    display: inline-block;
    width: 63px;
}

   

.linkSettingManage .dynamiCell-ul>li div.dynamiCell-li-item {
                display: inline-block;
}

   

.linkSettingManage .dynamiCell-ul>li .dynamiCell-li-btns {
                display: inline-block;
}

   

.linkSettingManage .dynamiCell-ul>li .dynamiCell-li-btns button{
                    display: inline-block;
                    background-color: transparent;
                    border: none;
                    outline: none;
                    padding: 0;
                    margin: 0 4px;
                    cursor: pointer
                }

   

.linkSettingManage .dynamiCell-ul>li .dynamiCell-li-btns button:hover {
    color: #1890ff;
}

   

.page-setting-form-content{
         min-height: 300px;
         max-height: 600px;
         overflow-y: auto;  


}

   

.page-setting-form-content .setting-description-header{
         display: inline-block;
         margin: 0;
         padding: 0;
         font-size: 16px;
         font-weight: bolder;
         margin-bottom: 10px;
         color: #000;
    }

   

.page-setting-form-content .setting-description-header dt, .page-setting-form-content .setting-description-header dd{
             display: inline-block;
             line-height: 30px;
             margin: 0;
             padding: 0;
         }

   

.page-setting-form-content .setting-description-header button{
             display: inline-block;
             background-color: transparent;
             border: none;
             outline: none;
             cursor: pointer
         }

   

.page-setting-form-content .setting-description-header button:hover {
    color: #1890ff;
}

   

.page-setting-form-content .page-setting-description{
          margin-bottom: 20px;


    }

   

.page-setting-form-content .page-setting-description .page-setting-description-control{
                                margin: 0;
                                padding: 10px 0 10px 0;
                                list-style: none;
                                border-bottom: 1px solid #e8e8e8
                    }

   

.page-setting-form-content .page-setting-description .page-setting-description-control::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

   

.page-setting-form-content .page-setting-description .page-setting-description-control>li {
    float: left;
}

   

.page-setting-form-content .page-setting-description .page-setting-description-control>li.label {
    position: relative;
    top: 39px;
    margin-right: 10px;
}

   

.page-setting-form-content .page-setting-description .page-setting-description-control>li.label label {
                                        display: inline-block;
                                        width: 63px;
                                        margin-right: 5px;
}

   

.page-setting-form-content .page-setting-description .page-setting-description-control>li>span {
    display: block;
    padding: 2px 0;
}

   

.page-setting-form-content .elementControl{
        padding: 4px 0
    }

   

.page-setting-form-content .elementControl>label {
    margin-right: 5px;
    display: inline-block;
    width: 75px;
}

   

.page-setting-form-content .page-setting-imageSetting{
      margin-bottom: 20px;
    
  
       
  }

   

.page-setting-form-content .page-setting-imageSetting .elementControl, .page-setting-form-content .page-setting-imageSetting .funcControl, .page-setting-form-content .page-setting-imageSetting .paramControl{
          padding: 4px 0
      }

   

.page-setting-form-content .page-setting-imageSetting .elementControl>label, .page-setting-form-content .page-setting-imageSetting .funcControl>label, .page-setting-form-content .page-setting-imageSetting .paramControl>label {
    margin-right: 5px;
    display: inline-block;
    width: 75px;
}

   

.page-setting-form-content .page-setting-imageSetting .funcControl>span {
    display: inline-block;
}

   

.page-setting-form-content .page-setting-imageSetting .funcControl>span>button {
    display: inline-block;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

   

.page-setting-form-content .page-setting-imageSetting .funcControl>span>button:hover {
    color: #1890ff;
}

   

.page-setting-form-content .otherControl{
    padding: 4px 0
}

   

.page-setting-form-content .otherControl>label {
    margin-right: 5px;
    display: inline-block;
    width: 75px;
}

   

.page-setting-form-content .page-setting-videoSetting{
        margin-bottom: 20px;
  }

   

.page-setting-form-content .page-setting-otherSetting{
    margin-bottom: 20px;
  

}

   

.page-setting-form-content .page-setting-dynamicSetting{
    margin-bottom: 20px;


 }

   

.page-setting-form-content .page-setting-dynamicSetting ._control{
            margin: 0 0 10px
        }

   

.page-setting-form-content .page-setting-dynamicSetting ._control>label {
    display: inline-block;
    width: 80px;
}

   

.form-custem-label{
    position: relative;
    top: 4px;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.85098);
}

   

.form-custem-label em{
        display: inline-block;
        margin-right: 4px;
        font-style: normal;
        color: red;
    }

   

.website-box{ 
     display: block;
     width: 100%;
     cursor: pointer;

}

   

.website-box p, .website-box span{
         float: left;
     }

   

.website-box .website-p{
        display: inline-block;
        max-width: 220px;
        margin: 0 5px 0 0;
    }

   

.myBreadcrumb{
    margin: 0;
    padding-bottom: 10px;
}

   

.analysis-tabel-content .table-buttons{
        display: block;
        text-align: center;
    }

   

.analysis-tabel-content .table-buttons button.btn{
            display: inline-block;
            background-color: transparent;
            border: none;
            outline: none;
            cursor: pointer
        }

   

.analysis-tabel-content .table-buttons button.btn:hover {
    color: #1890ff;
}

   

/* end of analysis-tabel-content */

   

.report-tabel-content .table-buttons{
        display: block;
        text-align: center

    }

   

.report-tabel-content .table-buttons>button {
    display: inline-block;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

   

.report-tabel-content .table-buttons>button:hover {
    color: #1890ff;
}

   

.report-tabel-content .table-dropdown-link{
        display: block;
    }

   

.report-tabel-content .limit-desc{
          display: block;
          width: 170px;
          overflow: hidden;
          text-overflow:ellipsis; 
          white-space:nowrap; 
          text-align: center;
      }

   

.report-tabel-content .expandedRowRender{
        text-align: left;
    }

   

/*  end of report-tabel-content  */

   

.report-table-menu .table-dropdown-btn{
        display: inline-block;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer
    }

   

.report-table-menu .table-dropdown-btn:hover {
    color: #1890ff;
}

   

.report-sub-content .table-button{
        display: inline-block;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer
    }

   

.report-sub-content .table-button:hover {
    color: #1890ff;
}

   

.analysis-profile-content h4.column-name{
           max-width: 350px;
           font-size: 18px;
           font-weight: 600;
           display: inline-block;
           color: rgba(0, 0, 0, 0.45098);
           margin: 0 80px 0 10px;
       }

   

.whole-category-form-wrapper{

      
}

   

.whole-category-form .upload-list-inline .ant-upload-list-item {
        float: left;
        width: 200px;
        margin-right: 8px;
      }

   

.whole-category-form .upload-list-inline .ant-upload-animate-enter {
        -webkit-animation-name: uploadAnimateInlineIn;
                animation-name: uploadAnimateInlineIn;
      }

   

.whole-category-form .upload-list-inline .ant-upload-animate-leave {
        -webkit-animation-name: uploadAnimateInlineOut;
                animation-name: uploadAnimateInlineOut;
      }

   

.single-category-form-wrapper .chart-item-container .echart-holder{
            width: 500px;
            height: 500px;
        }

   

.single-category-form-wrapper .chart-item-container .chart-item-left{
            position: relative;
            width: 80%;
            min-height: 533px;
            float: right;

        }

   

.single-category-form-wrapper .chart-item-container .chart-item-left .single-category-form{
                    position: relative;
                    top: 64px;


                }

   

.single-category-form-wrapper .chart-item-container .chart-item-left .single-category-form .form-left{
                        float: left;
                        width: 40%;
                    }

   

.single-category-form-wrapper .chart-item-container .chart-item-left .single-category-form .form-right{
                        float: left;
                        width: 60%;
                    }

   

.single-category-form-wrapper .chart-item-container .chart-item-left .form-buttons{
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 88%;
                    text-align: right;
                }

   

.single-category-form-wrapper .chart-item-container .chart-item-right{
            position: relative;
            float: left;


        }

   

.single-category-form-wrapper .chart-item-container .chart-item-right .bottom-bar{
                display: block;
                width: 100%;
                text-align: center;
            }

   

.single-category-form-wrapper .chart-item-container .chart-item-right .float-buttons{
                position: absolute;
                top: 0;
                left: 500px;
                
            }

   

.single-category-form-wrapper .chart-item-container .form-buttons{
            display: block;
            text-align: right;
        }

   

.pie-form-modal .pie-form-name, .pie-form-modal .pie-form-table{
        width: 100%;
        margin: 0;
        padding: 0;
    }

   

.pie-form-modal .pie-form-name{
         font-size: 18px;
         font-weight: bold;
         margin-bottom: 20px;
    }

   

.pie-form-modal .pie-form-remainder{
        font-size: 18px;
        font-weight: bold;
    }

   

.pie-form-modal .pie-form-table{
      text-align: center;




  }

   

.pie-form-modal .pie-form-table tr.out-tr>th:nth-child(1){
        width: 127px;
      }

   

.pie-form-modal .pie-form-table tr.out-tr>th:nth-child(2){
        width: 315px;
      }

   

.pie-form-modal .pie-form-table tr.out-tr>th:nth-child(3){}

   

.pie-form-modal .pie-form-table tr.out-tr>th:nth-child(4){
         width: 110px;
      }

   

.pie-form-modal .pie-form-table .table-wrapper{
          width: 100%;
          min-height: 300px;
          max-height: 560px;
          overflow-y: auto;
          padding-bottom: 15px;
      }

   

.pie-form-modal .pie-form-table .pie-form-nesting-table{
          width: 100%;
      }

   

.pie-form-modal .pie-form-table .pie-form-nesting-table p.ell{
                width: 100%;
                margin: 0;
                padding: 0;
                line-height: 39px;
            }

   

.pie-form-modal .pie-form-table .pie-form-nesting-table tr>td:nth-child(1){
                    width: 127px;
                   // background-color: aquamarine;
                }

   

.pie-form-modal .pie-form-table .pie-form-nesting-table tr>td:nth-child(2){
                   width: 315px;
               // background-color: blue;
                }

   

.pie-form-modal .pie-form-table .pie-form-nesting-table tr>td:nth-child(3){
               // background-color:green;
                }

   

.pie-form-modal .pie-form-table .pie-form-nesting-table tr>td:nth-child(4){
                    width: 110px;
              //  background-color:yellow;
                }

   

/* end of  analysis-profile-content  */

   

/* start of  analysis-keypoints-content  */

   

.analysis-keypoints-content .keypoints-name{
         height: 30px;
         line-height: 30px;
         margin: 0;
         font-size: 18px;
         font-weight: bold;
         padding-left: 11px;
    }

   

.analysis-keypoints-content .analysis-keypoints-box{
          position: relative;
          width: 100%;
          min-width: 1450px;
          overflow-x: auto;
          height: 3100px;
          overflow-y: auto;
         
    }

   

.analysis-keypoints-content #dashedLine1{
        position: absolute;
        top: 230px;
        left: 35%;
        width: 24%;
        height: 1px;
        border-top: 1px dashed #8d8b8b
   }

   

.analysis-keypoints-content #dashedLine1::before {
    position: relative;
    top: -4px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #8d8b8b;
}

   

.analysis-keypoints-content #dashedLine2{
    position: absolute;
    top: 230px;
    left: 59%;
    width: 1px;
    height: 238px;
    border-left: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine3{
    position: absolute;
    top: 468px;
    left: 59%;
    width: 25%;
    height: 1px;
    border-top: 1px dashed #8d8b8b; 

}

   

.analysis-keypoints-content #dashedLine4{
    position: absolute;
    top: 468px;
    left: 84%;
    width: 1px;
    height: 1000px;
    border-left: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine5{
    position: absolute;
    top: 1469px;
    left: 68%;
    width: 16.08%;
    height: 1px;
    border-top: 1px dashed #8d8b8b; 

}

   

.analysis-keypoints-content #dashedLine6{
    position: absolute;
    top: 1471px;
    left: 68%;
    width: 1px;
    height: 600px;
    border-left: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine7{
    position: absolute;
    top: 2071px;
    left: 68%;
    width: 16.08%;
    height: 1px;
    border-top: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine8{
    position: absolute;
    top: 2071px;
    left: 84%;
    width: 1px;
    height: 600px;
    border-left: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine9{
    position: absolute;
    top: 2671px;
    left: 37%;
    width: 47%;
    height: 1px;
    border-top: 1px dashed #8d8b8b; 

}

   

.analysis-keypoints-content #dashedLine10{
    position: absolute;
    top: 2331px;
    left: 37%;
    width: 1px;
    height: 340px;
    border-left: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine11{
    position: absolute;
    top: 2331px;
    left: 19%;
    width: 18.0722%;
    height: 1px;
    border-top: 1px dashed #8d8b8b; 

}

   

.analysis-keypoints-content #dashedLine12{
    position: absolute;
    top: 1731px;
    left: 19%;
    width: 1px;
    height: 600px;
    border-left: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine13{
    position: absolute;
    top: 1731px;
    left: 13.6%;
    width: 5.4216%;
    height: 1px;
    border-top: 1px dashed #8d8b8b; 

}

   

.analysis-keypoints-content #dashedLine14{
    position: absolute;
    top: 1131px;
    left: 13.6%;
    width: 1px;
    height: 600px;
    border-left: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine15{
    position: absolute;
    top: 1131px;
    left: 13.6%;
    width:23.7349%;
    height: 1px;
    border-top: 1px dashed #8d8b8b; 

}

   

.analysis-keypoints-content #dashedLine16{
    position: absolute;
    top: 631px;
    left: 37.2%;
    width: 1px;
    height: 500px;
    border-left: 1px dashed #8d8b8b; 
}

   

.analysis-keypoints-content #dashedLine17{
    position: absolute;
    top: 631px;
    left: 13.6%;
    width:23.7349%;
    height: 1px;
    border-top: 1px dashed #8d8b8b; 

}

   

/* end of  analysis-keypoints-content  */

   

/* start of ImageContainer_wrapper */

   

.ImageContainer_wrapper{
    position: relative;
    width: 100%;
    padding-top: 19%;
    
}

   

.ImageContainer_wrapper .ImageContainer{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;



          
 }

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list{
        width: 48%;
        margin: 0;
        padding: 0;
       list-style: none;
    }

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>.plus-circle-box{
         width: 100%;
    }

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>.plus-circle-box i.anticon-plus-circle{
               font-size: 25px;
               font-weight: bold
          }

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>.plus-circle-box i.anticon-plus-circle:hover {
    color:  cornflowerblue;
}

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>li.stripe-item{
        position: relative;
        margin: 0 0 22px 0;
        cursor: pointer;


    }

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>li.stripe-item .anticon-minus-circle{
               position: absolute;
               top: 18%;
               font-size: 18px;
               cursor: pointer
        }

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>li.stripe-item .anticon-minus-circle:hover {
    color:  red;
}

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>li.stripe-item>label {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    text-align: center;
}

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>li.stripe-item>div.image-progress {
    position: relative;
    width: 100%;
    padding-top: 10%;
    background-color: #ddd;
}

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>li.stripe-item>div.image-progress>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>li.stripe-item>div.image-progress p {
                width: 10%;
                height: 100%;
                margin: 0;
               // background-color: cornflowerblue;
}

   

.ImageContainer_wrapper .ImageContainer ul.stripe-list>li.stripe-item>div.image-progress em {
                position: absolute;
                top : 18%;
                left: 0;
                width: 100%;
                text-align: center;
                font-size: 12px;
                font-style: normal;
}

   

.ImageContainer_wrapper .ImageContainer figure{
        position: relative;
        width: 50%;
        height: 100%;
        border: 1px dashed #ddd;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 6px;

    }

   

.ImageContainer_wrapper .ImageContainer figure span{
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

   

.ImageContainer_wrapper .ImageContainer figure figcaption{
            position: absolute;
            bottom: -30px;
            left: 0;
            width: 100%;
            text-align: center;
            font-size: 15px;
        }

   

.ImageContainer_wrapper .ImageContainer_empty.left{
       left: 0;
 }

   

.ImageContainer_wrapper .ImageContainer_empty.right{
       right: 0;
}

   

.ImageContainer_wrapper .ImageContainer_empty{
         position: absolute;
         top: 0;
         width: 50%;
         height: 100%;
         cursor: pointer;
          border: 1px dashed #8d8b8b;
          background-color: #fff;

    }

   

.ImageContainer_wrapper .ImageContainer_empty i.anticon-plus{
            position: absolute;
            top: 44%;
            left: 43%;
            font-size: 31px;
            font-weight: bold;
         }

   

.ImageContainer_wrapper .ImageContainer_empty h4{
             position: absolute;
             bottom: 22px;
             left: 0;
             width: 100%;
             text-align: center;
             margin: 0;
         }

   

.ImageContainer_wrapper.left-layout ul.stripe-list>.plus-circle-box{
         text-align: right;
    }

   

.ImageContainer_wrapper.left-layout .ImageContainer ul.stripe-list{
                float: left;
            }

   

.ImageContainer_wrapper.left-layout .ImageContainer ul.stripe-list>li .anticon-minus-circle{
                    left: -20px;
                }

   

.ImageContainer_wrapper.left-layout .ImageContainer ul.stripe-list>li>label {
    text-align: left;
}

   

.ImageContainer_wrapper.left-layout .ImageContainer ul.stripe-list>li>div.image-progress {
    // float: right;
}

   

.ImageContainer_wrapper.left-layout .ImageContainer ul.stripe-list>li>div.image-progress p {
                        float: right;
}

   

.ImageContainer_wrapper.left-layout .ImageContainer figure{
                float: right;
            }

   

.ImageContainer_wrapper.right-layout ul.stripe-list>.plus-circle-box{
        text-align: left;
   }

   

.ImageContainer_wrapper.right-layout .ImageContainer ul.stripe-list{
             float: right;
         }

   

.ImageContainer_wrapper.right-layout .ImageContainer ul.stripe-list>li .anticon-minus-circle{
                  right: -20px;
            }

   

.ImageContainer_wrapper.right-layout .ImageContainer ul.stripe-list>li>label {
    text-align: right;
}

   

.ImageContainer_wrapper.right-layout .ImageContainer ul.stripe-list>li>div.image-progress {
    // float: left;
}

   

.ImageContainer_wrapper.right-layout .ImageContainer ul.stripe-list>li>div.image-progress p {
                    float: left;
}

   

.ImageContainer_wrapper.right-layout .ImageContainer figure{
             float:  left;
         }

   

/* end of ImageContainer_wrapper */

   

/* ting 的分析样式 */

   

.analysis-category-component{
    position: relative;
    padding-left: 20px;
}

   

.analysis-category-component .title span{
            display: inline-block;
            padding: 2px 6px;
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: bold;
        }

   

.analysis-category-component .content-category, .analysis-category-component .content-edit{
        float: left;
    }

   

.analysis-category-component .content-edit{
        margin-left: 40px;


    }

   

.analysis-category-component .content-edit .upload-list-inline .ant-upload-list-item {
            float: left;
            width: 180px;
            margin-right: 8px;
          }

   

.analysis-category-component .content-edit .upload-list-inline .ant-upload-animate-enter {
            -webkit-animation-name: uploadAnimateInlineIn;
                    animation-name: uploadAnimateInlineIn;
          }

   

.analysis-category-component .content-edit .upload-list-inline .ant-upload-animate-leave {
            -webkit-animation-name: uploadAnimateInlineOut;
                    animation-name: uploadAnimateInlineOut;
          }

   

.analysis-category-component .analysis-category-desc{
        margin-top: 30px;
        padding: 10px 16px;
        background-color: #eef0f4;
    }

   

/* 分类的-编辑柱状图组件样式 */

   

.edit-bar {
    width: 520px;
    height: 620px;
    border: 1px solid #c1c1c1;
}

   

.edit-bar .edit-head{
        padding-left: 16px;
        line-height: 50px;
        height: 50px;
        font-weight: 600;
        border-bottom: 2px solid #c1c1c1;
    }

   

.edit-bar .content{
        padding: 30px 0px 30px 10px;
        height: 510px;
        border-bottom: 2px solid #c1c1c1;
        overflow: auto;
    }

   

.edit-bar .content .form-item{
            line-height: 32px; 
            margin-bottom: 14px;
        }

   

.edit-bar .error-msg{
        color: #f00;
    }

   

.edit-bar .error-msg-bottom{
        color: #f00;
        margin-top: -14px;
        margin-bottom: 10px;
    }

   

.edit-bar .footer{
        position: relative;
        width: 100%;
        height: 50px;


    }

   

.edit-bar .footer .operation-btn-group{
            position: absolute;
            right: 34px;
            top: 15px;
        }

   

.edit-bar .footer .operation-btn-group .save-btn{
                margin-left: 16px;
            }

   

/* 分类的-柱状图组件样式 */

   

.category-charts-container{
    position: relative;
    padding: 50px 0px 40px 0px;
    width: 870px;
    // height: 420px;
    // border: 1px solid #000;

}

   

.category-charts-container .charts-title {
        position: absolute;
        top: 0;
        left: 0;

    }

   

.category-charts-container .charts-title span{
            font-weight: 600;
            color: #000;
            vertical-align: middle;
        }

   

.category-charts-container .charts-title .title-top, .category-charts-container .charts-title .title-bottom{
            margin-left: 12px;
            display: inline-block;
            width: 60px;
            height: 20px;
            
            
        }

   

.category-charts-container .charts-title .title-top{
            background-color: #9b758b;
        }

   

.category-charts-container .charts-title .title-bottom{
            background-color: #ee9898;
        }

   

.category-charts-container .operation{
        position: absolute;
        top: 0px;
        right: 0px;
    }

   

.category-charts-container .add-bar-btn{
        margin-right: 8px;
        
    }

   

.category-charts-container .control-bar {
        position: absolute;
        top: 0px;
        right: -160px;
        width: 160px;
        z-index: 2;
        // border-top: 1px solid #000;
        // border-right: 1px solid #000;
        // border-bottom: 1px solid #000;

    }

   

.category-charts-container .control-bar .control-bar-title {
            font-weight: 600;
            font-size: 14px;
            text-align: center;
        }

   

.category-charts-container .comparison {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 31%;
        height: 40px;
    }

   

.data-tag-ul-sort {
	overflow: auto;
    padding: 0px;
}

   

li.data-tag-list-sort{
    position: relative;
    max-width: 93%;
    -moz-text-align-last: center;
         text-align-last: center;
    padding: 3px 2px;
    border-radius: 20px;
    background-color: #aa8098;
    color: #ffffff;
    list-style: none;
     margin: 0 auto 10px;

}

   

li.data-tag-list-sort i.anticon-close-circle{
         position: absolute;
         top: 5px;
         right: 2px;
    }

   

/* 城市品牌分析名称 样式 */

   

.city-brand-component{
    position: relative;
    padding-left: 20px;
}

   

.city-brand-component .head-title span{
            display: inline-block;
            padding: 2px 6px;
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: 700;
            font-weight: bold;
        }

   

.city-brand-component .tabs-item{
        position: relative;
        padding: 40px 0px 40px 160px;
        max-height: 666px;
        overflow: auto;
    }

   

.city-brand-component .tabs-item .title{
            position: absolute;
            top: 50%;
            left: 80px;
            font-size: 40px;
            font-weight: 600;
        }

   

/* 品牌-表单组件 */

   

.single-Brand-form{
    position: relative;
    width: 390px;
    height: 490px;
    margin-left: 30px;
    margin-bottom: 30px;
    

    border: 1px solid #ccc;


    
}

   

.single-Brand-form .head{
        height: 40px;
        padding-left: 14px;
        border-bottom: 2px solid #ccc;
    }

   

.single-Brand-form .head p{

            line-height: 40px;
            font-weight: 600;
        }

   

.single-Brand-form .search-brand{
        height: 40px;
        line-height: 40px;
    }

   

.single-Brand-form .content {
        padding: 30px 30px 0px 30px;
    }

   

.single-Brand-form .tags{
        margin-top: 30px;
        max-height: 320px;
        overflow: auto;
    }

   

.upload-with-options {
  position: relative;
  width: 345px;
  height: 215px;
  border:  2px dashed #ccc;
  margin-right: 88px;

  overflow: hidden

  
}

   

.upload-with-options:hover .upload-action {
      opacity: 1;
}

   

.upload-with-options:hover .upload-mask {
      opacity: 1;
}

   

.upload-with-options .upload-tips {
    width: 100%;
    text-align: center;
}

   

.upload-with-options .upload-mask {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}

   

.upload-with-options .upload-img-box {
    width: 100%;
    height: 100%;
}

   

.upload-with-options .upload-img-box img{
      width: 100%;
    }

   

.upload-with-options .upload-action {
    opacity: 0;
    position: absolute;
    width: 99%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

   

.upload-with-options .upload-action .action-btn{
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

   

.upload-with-options .upload-btn, .upload-with-options .clear-btn {
    position: relative;
    width: 90px;
    padding: 0 8px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

   

.upload-with-options .upload-btn:hover, .upload-with-options .clear-btn:hover {
    border: 1px solid #40a9ff;
    color: #40a9ff;
    cursor: pointer;
}

   

.upload-with-options .upload-btn .upload-input, .upload-with-options .clear-btn .upload-input {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 40px;
      font-size: 100px;
      opacity: 0;
      cursor: pointer;
}

   

.chart-material{
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-left: 20px;
  color: #000;


}

   

.chart-material .title {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 18px;
    font-weight: 600;
  }

   

.chart-material .left-nav{
    float: left;
    width: 250px;
    height: 100%;
    padding-right: 16px;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    
  }

   

.chart-material .left-nav >div:nth-child(1){
      font-size: 16px;
      margin: 10px 0px;
    }

   

.chart-material .left-nav .chart-info-box{
      position: relative;
      margin-bottom: 20px;
    }

   

.chart-material .left-nav .chart-info-icon{
      width:82px;
      height: 82px;
      border: 1px solid #ccc;
      // background-color:#ccc;
    }

   

.chart-material .left-nav .chart-info-icon img{
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        width: 80px;
      }

   

.chart-material .left-nav .chart-info{
      position: absolute;
      left: 98px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

   

.chart-material .left-nav .chart-info .chart-info-name{
        width: 125px;
      }

   

.chart-material .left-nav .chart-pick {
      margin-bottom: 30px;
    }

   

.chart-material .left-nav .chart-pick-title {
      font-size: 16px;
      margin-bottom: 10px;
    }

   

.chart-material .left-nav .chart-pick-msg{
      font-size: 12px;
      color: #ccc;
      margin-bottom: 10px;
    }

   

.chart-material .left-nav .chartList{
      height: 560px;
      overflow: auto;
      position: relative;
    }

   

.chart-material .left-nav .chartList .no-rows{
        width: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
      }

   

.chart-material .left-nav .chartList .no-rows .go-edit {
          color:#4699ff;
          cursor: pointer;
        }

   

.chart-material .left-nav .chartList .chartItem{
        position: relative;
        width: 230px;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
        padding-left: 10px;
        border-bottom: 1px solid #ccc;
      }

   

.chart-material .left-nav .chartList .chartItem div.name {
          width: 86%;
          white-space:nowrap;
          overflow:hidden;
          text-overflow:ellipsis;
        }

   

.chart-material .left-nav .chartList .chartItem .count{
          position: absolute;
          right: 10px;
          top: 4px;
        }

   

.chart-material .left-nav .chartList .chartItem.active {
    border-bottom: 6px solid #4699ff;
}

   

.chart-material .left-nav .chartList .chartItem:hover {
    border-bottom: 6px solid #4699ff;
}

   

.chart-material .right-content{
    float: left;
    width: calc(100% - 250px);
    height: 100%;
    // border: 1px solid blue;
    padding-left: 20px;
    border-top: 2px solid #ccc;
  }

   

.chart-material .right-content .operation-bar{
      padding-bottom: 20px;
      // height: 60px;
      
    }

   

.chart-material .right-content .operation-bar >span, .chart-material .right-content .operation-bar >div, .chart-material .right-content .operation-bar >button{
        margin-top: 16px;
      }

   

.chart-material .right-content .gap{
      display: inline-block;
      width: 10px;
    }

   

.chart-material .right-content .pic-card-box{
      height: calc(100% - 130px);
      // height: 400px;
      overflow: auto;
    }

   

.chart-material .right-content .pic-card-box .pic-card-item{
        float: left;
        margin-right: 20px;
      }

   

.chart-material .tips{
    font-size: 12px;
    color: #ccc;
  }

   

.chart-material .clear-float::after{
    display: block;
    content: '';
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both;
  }

   

.chart-material-modal .ant-modal-content{
    border-radius: 0;
  }

   

.chart-pic-card{
  position: relative;
  width: 186px;
  height: 240px;
  border: 1px solid aquamarine;
  padding: 0 24px 24px 24px;
}

   

.chart-pic-card .img-box{
    width: 100%;
    height: 100%;
  }

   

.chart-pic-card .img-box >img{
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

   

.chart-pic-card .pick{
    position: absolute;
    left: 4px;
    top: 4px;
  }

   

.chart-pic-card .status{
    width: 4px;
    height: 4px;
    border-radius: 3px;
    position: absolute;
    bottom: 13px;
    left: 9px;
  }

   

.chart-pic-card .picid{
    position: absolute;
    bottom: 4px;
    left: 20px;
  }

   

.chart-material-modal .ant-modal-content{
    border-radius: 0;
  }

   

.one-line-text{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

   

.associte-chart{
  // border: 2px solid #52c41a;
  -webkit-box-shadow: 0px 0px 4px 1px #4699ff;
          box-shadow: 0px 0px 4px 1px #4699ff;
}

   

.chart-cardList {
  padding-left: 2px;
}

   

.chart-cardList .cardItemHoc .cardItemContent .imagegroup{
    margin: 0;
  }

   

.feed-template .ft-tips {
    color: #ccc;
  }

   

.feed-content .fc-operate {
    position: relative;
  }

   

.feed-content .ft-tips {
    position: absolute;
    top: 0px;
    left: 430px;
  }

   

.feed-content .fc-formsave{
    background: #fff;
  }

   

.commonss-layout{
   position: relative;
   max-width: 2000px;
   margin: 0 auto

}

   

.commonss-layout::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both;
}

   

.commonss-layout .commonss-aside {
        position: relative;
        background-color: aquamarine;
        float: left;
}

   

.commonss-layout .commonss-main {
    position: relative;
    background-color: burlywood;
    float: right;
}

   

.layouttest{
   width: 100%;
}

   

*::-webkit-scrollbar-track
{
     /* 这个有警告 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

   

*::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

   

*::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}

   

.clearFloat::after{
    display: block;
    content: '';
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both;
}

   

.ell{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

   

html, body{
    height: 100%;
    overflow: hidden;
}

   

body .common-content{
    margin: 0px;
    padding: 8px;
}

   

.upload-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

   

#components-wrapper{
    position: relative;
    background-color: #fff;
    // overflow-y: auto;
}

   

#components-wrapper ::-webkit-scrollbar {
        // width: 4px;
    }

   

.common-layout {
    background-color: #fff;
}

   

#welcome-page-wrapper{
    position: relative;
     width: 100%;
     height: 100%;
     background-color: #fff;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-image: url('/assets/admin/images/welcome.jpg');
}

   

#welcome-page-svg{
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

   

#welcome-page-svg text {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: draw 3s forwards;
    animation: draw 3s forwards;
  }

   

@-webkit-keyframes draw {
    100% {
      stroke-dashoffset: 0;
    }
  }

   

@keyframes draw {
    100% {
      stroke-dashoffset: 0;
    }
  }

   

.react-magnifier-container{
    position: relative;  
    width: 100%;
    height: 100%;
    float: left;


}

   

.react-magnifier-container .leftView{
       position: relative;
       width: 100%;
       height: 100%;
       overflow: hidden;
   }

   

.react-magnifier-container .smallImg{
       max-height: 100%;
       max-width: 100%;
       display: block;
       margin: 0 auto;
   }

   

.react-magnifier-container .rm-mask{
       position: absolute;
       top: 0;
       left: 0;
       width: 60px;
       height: 60px;
       background-color:rgba(24, 144, 255, 0.3);
       cursor: move;
   }

   

.react-magnifier-container .rightView{
       position: absolute;
       left:305px;
       top:-2px;
       z-index: 20;
       width:250px;
       height:250px;
       overflow:hidden; 
       border: 1px solid #f7f7f7;
       background-color: #fff;

   }

   

.react-magnifier-container .bigImg{
       position: absolute;
       top: 0;
       left: 0;
       z-index: 10;
   }

   

.react-magnifier-container .rm-spin{
       position: absolute;
       top: 46%;
       left: 46%;
       z-index: 20;
   }

   

.react-magnifier-container figure{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color:#fff;
        z-index: 20;
        text-align: center;
        overflow-y: auto;
   }

   

.ant-table-wrapper.new-table .ant-table-bordered .ant-table-header > table, .ant-table-wrapper.new-table .ant-table-bordered .ant-table-body > table, .ant-table-wrapper.new-table .ant-table-bordered .ant-table-fixed-left table, .ant-table-wrapper.new-table .ant-table-bordered .ant-table-fixed-right table {
        border: 1px solid #e8e8e8;
        border-right: 0;
        border-bottom: 0;
    }

   

.ant-table-wrapper.new-table .ant-table-bordered .ant-table-thead > tr > th, .ant-table-wrapper.new-table .ant-table-bordered .ant-table-tbody > tr > td {
        border-right: 1px solid #e8e8e8;
    }

   

.new-small-table .ant-table-small > .ant-table-content > .ant-table-body {
        margin: 0;
    }

   

.new-small-table .ant-table-thead > tr > th {
        border-top: 0px;
        // border-left: 1px solid red;
    }

   

.table-big-img-box {
    display: block;
    width: 80%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

   

.table-big-img-box img {
        max-width: 100%;
        max-height: 100px;
        display: inline-block;
        margin: 0 auto;
    }

   

.ant-checkbox-group[placeholder='风格'] .ant-checkbox-wrapper {
    /* 一些配置的表单。加不了什么类名，只能这样判断了，风格属性的 */
    width: 33%;
    margin-right: unset;
}

   

.ant-checkbox-group[placeholder='风格2'] .ant-checkbox-wrapper {
    /* 一些配置的表单。加不了什么类名，只能这样判断了，风格属性的 */
    width: 20%;
    margin-right: unset;
}

   

.app-push-modal-list .ant-checkbox-group>.ant-checkbox-group-item.ant-checkbox-wrapper{
      width: 33%;
      margin-right: unset;
    }

   

.materialForm-datePicker-popover{
    /* 大图弹窗-底部选择发布日期弹窗会被窗口挡住 */
    top: unset !important;
    bottom: calc( 70px - 100vh);
}.workbenchItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  padding-top: 12px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

  .workbenchItem .workbenchItemTitle {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 22px;
  }

  .workbenchItem .workbenchItemTitle i {
      margin-right: 5px;
    }

  .workbenchItem .workbenchItemContent {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
  }

  .workbenchItem .workbenchItemContent .workbenchItemContentBold {
      color: #000;
    }

  .workbenchItem .workbenchItemTime {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
  }

  .workbenchItem .workbenchItemBtn {
    position: absolute;
    right: 24px;
    bottom: 12px;
    cursor: pointer;

    width: 126px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);

    font-weight: 400;
    font-size: 14px;
    color: #1677ff;
    line-height: 24px;
    text-align: center;
  }
.workbenchIcon {
  margin-right: 32px;
  position: relative;
  top: 3px;
}

  .workbenchIcon i {
    font-size: 28px;
  }

  .workbenchIcon .workbenchIconWarn {
    position: absolute;
    top: 12px;
    right: -22px;
    width: 34px;
    height: 20px;
    color: #fff;
    background: #ff4d4f;
    border-radius: 10px;
    line-height: 18px;
    text-align: center;
  }

.workbenchDrawerContent {
  width: 100%;
  height: 100%;
  background: #f0f2f5;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.workbenchDrawerContent .workbenchDrawerContentHeader {
    background-color: #fff;
    padding: 16px 24px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.workbenchDrawerContent .workbenchDrawerContentHeader .workbenchDrawerContentHeaderText {
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.88);
    }

.workbenchDrawerContent .workbenchDrawerContentMain {
    padding-top: 16px;
    margin-top: 8px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.workbenchDrawerContent .workbenchDrawerContentMain .workbenchDrawerContentMainTitle {
      padding: 0 24px;
      height: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);

      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.88);
    }

.workbenchDrawerContent .workbenchDrawerContentMain .workbenchDrawerContentMainList {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 16px;
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: auto;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 20px;
      gap: 20px;
    }

.workbenchDrawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body {
          padding: 0;
          width: 100%;
          height: 100%;
        }

.workbenchModal {
}

.workbenchModalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.workbenchModalContent .workbenchModalContentList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
    height: 528px;

    overflow: auto
  }

.workbenchModalContent .workbenchModalContentList::-webkit-scrollbar {
  width: 0;
}
.my-upload-picture {
  width: 100%;
  height: 180px;
}

  .my-upload-picture .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .my-upload-picture .main .upload {
      width: 40%;
      height: 100px;
      border: 1px solid black;
      text-align: center;
    }

  .my-upload-picture .main .upload .top {
        width: 100%;
        height: 100%;
        padding: 10px;
      }

  .my-upload-picture .main .upload .top img {
          width: 100%;
          height: 100%;
        }

  .my-upload-picture .warm {
    margin-top: 40px;
  }

.my-modal .ant-modal-body {
    padding: 0;
  }
.bg_img{
    position: relative;

}

    

    .bg_img .navigation{
        position: absolute;
        width: 540px;
        height: 22px;
        bottom: -8px;
        left: 50%;
        -webkit-transform:  translateX(-50%);
                transform:  translateX(-50%);
        text-align: center;

    }

    

    .bg_img .navigation span{
            vertical-align: middle;
        }

    

    .bg_img .navigation .path0, .bg_img .navigation .path {
            font-size: 14px;
            color: #000;
            display: inline-block;
            overflow: hidden;
            max-width: 110px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow:ellipsis;
        }

    

    .bg_img .navigation .path{
            cursor: pointer;
        }

    

    .bg_img .navigation .mianbaoxiejiantou{
            margin: 0 6px;
            font-size: 14px;
            cursor: pointer;
            
        }

    

    .bg_img .navigation .current{
            display: inline-block;
            padding: 0 9px;
            font-weight: 600;
            font-size: 16px;
            max-width: 200px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow:ellipsis;
            background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(50%, rgba(255,255,255,0)),color-stop(50%, #EADC1C));
            background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0) 50%,#EADC1C 50%);
        }.tips-note {
    color: rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.field-table-row {
    padding: none !important;
}

.tag-common-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tag-common-field .field-header {
        text-align: center;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        position: relative
    }

.tag-common-field .field-header::after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
}

.tag-common-field .field-body {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 8px 5px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        // height: 100%;
        height: 433px;
        // overflow: hidden;
    }

.tag-common-field .field-list-body {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 5px 0px 0px 10px;
        // overflow: hidden;
        overflow-y: scroll;
    }

.tag-common-field .field-footer {
        text-align: center;
        position: relative;
        padding: 5px 0;
        height: 42px
    }

.tag-common-field .field-footer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.list-row-data {
    position: relative;
    padding: 5px 0
}

.list-row-data::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
}.public-group-manager.group-manager{
      height: 380px;
}
.public-group-manager.group-manager .tgm-container{
      height: 356px;
}
.public-group-manager{
      overflow: hidden;
}
.public-group-manager .tgm-header{
    margin-bottom: 10px;
}
.public-group-manager .tgm-header .ant-btn-primary{
      background-color: #52c41a;
      border-color: #52c41a;
    }
.public-group-manager .tgm-container{
    
    overflow: auto;
    border-top: none;
}
.public-group-manager .ant-table-tbody > tr > td{
    padding: 4px;
}
.tag-component {
  width: 132px;
  height: 40px;
  display: inline-block;
  // border: 1px solid salmon;
  padding: 8px
}
.tag-component:hover {
  background-color: #F9F9F9;
}
.tag-component .tag-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tag-component .tag-item-name, .tag-component .tag-component-label {
    display: inline-block;
    margin-left: 9px;
    max-width: 92px;
    color: #333;
    font-weight: 700;
    cursor: pointer;
}
.tag-component .tag-component-label {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    max-width: 67px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.tag-component .ant-checkbox-wrapper >span:nth-child(2) {
    padding-right: 0px;
    max-width: 96px;
    color: #333;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    line-height: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}.tag-group-manager{
  // height: 380px;
  height: 100%;
  overflow: hidden;
}
 
  .tag-group-manager .tgm-header{
    margin-bottom: 10px;
  }
 
  .tag-group-manager .tgm-header .ant-btn-primary{
      background-color: #52c41a;
      border-color: #52c41a;
    }
 
  .tag-group-manager .tgm-container{
    // height: 356px;
    height: calc(100% - 60px);
    overflow: auto;
    border-top: none;
  }
 
  .tag-group-manager .ant-table-tbody > tr > td{
    padding: 4px;
  }
.quick-tag-manager {

  // height: 380px;
  height: 100%;
  overflow: hidden;
}

  .quick-tag-manager .qtm-header{
    margin-bottom: 10px;
  }

  .quick-tag-manager .qtm-header .ant-btn-primary{
      background-color: #52c41a;
      border-color: #52c41a;
    }

  .quick-tag-manager .qtm-container{
    // height: 356px;
    height: calc(100% - 60px);
    overflow: auto;
  }

  .quick-tag-manager .qtm-item {
    margin-bottom: 20px;
  }
.custom-tag-drag {
  cursor: pointer;
}
.quick-tag{
  height: 360px;
  overflow: auto;
}
.quick-tag .qt-item{
    float: left;
    margin-right: 10px;
  }
.quick-tag-manager.all-tag-manager{
  height: auto;
}
.quick-tag-manager.all-tag-manager .qtm-container{
    height: auto;
  }
.video-simple {
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

	.video-simple .video-cover{
		width: 100%;
		height: 100%;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.video-simple .video-cover > img{
			width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		}

	.video-simple > video {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
  }

	.video-simple .playIcon{
    position: absolute;
		top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color:  rgba(0, 0, 0, 0.4);
    cursor: pointer;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center

  }

	.video-simple .playIcon:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

	.video-simple .edit-cover {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
		cursor: pointer;
		border-radius: 20px 0px 0px 0px;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center
	}

	.video-simple .edit-cover:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.tag-tree-with-breadcrumb {
  color: #333333;
  height: 100%;
  overflow: auto;
}

  .tag-tree-with-breadcrumb .ttwb-breadcrumb {
    font-size: 16px;
    color: #999999;
  }

  .tag-tree-with-breadcrumb .ttwb-breadcrumb-item {
    cursor: pointer;
  }

  .tag-tree-with-breadcrumb .ttwb-breadcrumb-item:nth-last-child(1){
    color: #2E81FF;
    
  }.tag-picker{
  color: #333;
  height: 100%;
  

}
  .tag-picker .tp-content{
    margin-top: 20px;
    // height: 321px;
    height: calc(100% - 70px);
    overflow: auto;
    // display: flex;
    // flex-direction: column;
    // flex-wrap: wrap;
    -ms-flex-line-pack: baseline;
        align-content: baseline;
  }
  .tag-picker .tp-tag-container{
    margin-right: 10px;
    float: left;

    /*&:nth-last-of-type(5n){
      margin-right: 0px;
    }*/
  }


.tag-picker-search{
  color: blue;
}


.tag-picker-search .tps-content{
    margin-top: 20px;
    // height: 321px;
    height: calc(100% - 70px);
    overflow: auto;
  }


.tag-picker-search .tps-tag-container{
    // flex: none;
    margin-bottom: 10px;
  }.modal{
  position:relative;
  width:100%;
  height:100%;
  background:#fff;
  opacity: 0.6;
}
.titleClassify{
  list-style-type: none;


}
.titleClassify span.titleClassifyName{
    font-size: 26px;
    margin-right:30px;
  }
.titleClassify span{
    font-size: 14px;
    margin-right: 20px;
  }
.titleClassify a{
    font-size: 14px;
    margin-right:20px;
  }
.titleClassify span.delete{
    color: #D51112;
    cursor: pointer;
  }
.titleClassify span.moveUp{
    cursor: pointer;
  }
.titleClassify span.moveActive{
    color: #1890ff;
  }
.titleClassify div.keyWordsContent{
    border: 1px solid #707070;
    width: 80%;
    min-height:100px;
    line-height: 20px;
    margin: 20px;
  }
.titleClassify div.keyWordsContent span{
      margin: 5px 10px;
      padding: 5px;
      font-size: 14px;
    }
div.keywordsform{
  margin-bottom: 20px;
  padding: 5px;
}
div.keywordsform span{
    font-size:16px;
  }
div.keywordsform input{
    width:80%;
    margin-left:20px;
  }
div.keywordsform p{
    color:red;
    font-size:12px;
    margin: 8px 0 0 54px;
  }
.nav-key-modal {
	width: 100%;
	max-height: 600px;
}

	.nav-key-modal .ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane, .nav-key-modal .ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
		max-height: 550px;
		overflow: auto;
  }

	.nav-key-modal .edit{
    padding: 10px 20px 20px;
    // height: 400px;
	}

	.nav-key-modal .add-modal{
		border: 1px solid #ccc;
	}

	.nav-key-modal .add-modal .add-header{
			padding-left: 85px;
		}

	.nav-key-modal .add-body{
		width: 68%;
    padding: 16px;
	}

.editable-row .ant-form-explain {
	position: absolute;
	font-size: 12px;
	margin-top: -4px;
}
.checkModal .ant-modal-body {
    padding: 0;
  }
  .checkModal .checkModal-main {
    height: 930px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkModal .checkModal-main .checkModal-left {
      width: 320px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  .checkModal .checkModal-main .checkModal-left .checkModal-left-title {
        border-bottom: 1px solid #ccc;
      }
  .checkModal .checkModal-main .checkModal-left .checkModal-left-filter {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
  .checkModal .checkModal-main .checkModal-left .checkModal-left-filter .ant-select-selection__placeholder {
          width: 100%;
          right: 0;
          text-align: center;
        }
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 5px
      }
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 100);
}
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data::-webkit-scrollbar {
    width: 4px;
}
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data .checkModal-left-data-item {
          font-size: 15px;
          width: calc(100% - 10px);
}
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data .checkModal-left-data-item .data-item-title {
            font-weight: bold;
            height: 26px;
            line-height: 26px;
            background-color: #4d3a3a;
            font-size: 14px;
            color: #fff;
            padding-left: 15px;
            position: relative;
            opacity: 0.5;
            margin-top: 5px;
          }
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data .checkModal-left-data-item .data-item-title .white-bar {
              position: absolute;
              left: 4px;
              top: 0;
              height: 100%;
              width: 1px;
              background-color: #fff;
            }
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data .checkModal-left-data-item .data-item-child {
            font-weight: normal;
            padding-left: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            height: 21px;
            line-height: 21px;
            color: rgba(16, 16, 16, 100);
            font-size: 12px;
            margin-top: 3px;
            cursor: pointer
          }
  .checkModal .checkModal-main .checkModal-left .checkModal-left-data .checkModal-left-data-item .data-item-child.active {
    background-color: #e6f7ff;
}
  .checkModal .checkModal-main .checkModal-right {
      width: 1400px;
      height: 100%;
      background-color: #eee;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 7px;
    }
  .checkModal .checkModal-main .checkModal-right .checkModal-right-header {
        width: 100%;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff;
        font-weight: bold
      }
  .checkModal .checkModal-main .checkModal-right .checkModal-right-header > span {
    margin-left: 15px;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container {
        width: 100%;
        height: calc(100% - 45px);
      }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card {
          position: relative;
          min-width: 450px;
          width: 50%;
          height: calc(100% - 5px);
          display: inline-block;
          vertical-align: top;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 5px 5px;
          background-color: #fff;
          -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
                  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
        }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-header {
            width: 100%;
            height: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 16px;
            line-height: 20px;
          }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-header .card-title {
              font-weight: bold;
              height: 20px;
              max-width: 250px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-left: 8px;
            }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-header .card-dot {
              display: inline-block;
              width: 7px;
              height: 7px;
              border-radius: 50%;
              background-color: grey;
              margin-right: 5px;
              position: relative;
              top: 1px
            }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-header .card-dot.active {
    background-color: green;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-tag-container {
            width: 100%;
            height: 35px;
            position: relative;
          }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-tag-container .card-tags {
              margin-top: -5px;
              white-space: normal;
              height: 35px;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              max-width: 420px;
              overflow: hidden;
              cursor: pointer;
              padding-right: 10px;
            }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-tag-container .card-tags .card-tag {
                display: inline-block;
                padding: 0 5px;
                height: 15px;
                line-height: 15px;
                font-size: 10px;
                text-align: center;
                border-left: 1px solid #aaa;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
              }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-tag-container .card-tags .card-tag .card-tag-name {
                  position: relative;
                }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-tag-container .card-tags .card-tag .card-tag-name .card-tag-total {
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: red;
                    color: #fff;
                    text-align: center;
                    position: absolute;
                    top: -10px;
                    right: -8px;
                    line-height: 15px;
                    font-size: 12px;
                  }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-tag-container .card-tag-edit {
              position: absolute;
              right: 0;
              top: 5.5px;
            }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-funcs {
            margin-top: -5px;
            height: 15px;
            line-height: 15px;
            font-size: 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-funcs .card-func {
              display: inline-block;
              margin-right: 10px;
              color: #009bff;
              cursor: pointer
            }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-funcs .card-func.card-func-delete {
    color: #d20000;
    margin: 0;
    margin-left: auto;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures {
            width: 100%;
            margin-top: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -ms-flex-line-pack: start;
                align-content: flex-start;
            height: 790px;
            overflow-x: hidden;
            overflow-y: auto;
            border-top: 1px solid rgba(187, 187, 187, 0.19)
          }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 100);
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures::-webkit-scrollbar {
    width: 4px;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container {
              height: 220px;
              -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
                      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-picture {
                width: 100%;
                height: 200px;
                position: relative;
                overflow: hidden;
                background-color: #eaeaea
              }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-picture:hover .select-achor, .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-picture:hover .card-picture-cover {
                    display: block;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-picture .select-achor {
                  display: none;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-picture .card-picture-isCover {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 70px;
                  height: 40px;
                  line-height: 54px;
                  text-align: center;
                  font-size: 10px;
                  font-style: normal;
                  background-color: #379dfb;
                  color: #fff;
                  -webkit-transform: translate(-27px, -9px) rotate(-50deg);
                  transform: translate(-27px, -9px) rotate(-50deg);
                  z-index: 9;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-picture img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: scale-down;
                     object-fit: scale-down;
                  -o-object-position: center center;
                     object-position: center center;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-footer {
                width: 100%;
                height: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                padding: 0 5px;
              }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-footer .card-picture-size {
                  font-size: 10px;
                  line-height: 20px;
                }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-footer .card-footer-right {
                  width: 15px;
                  height: 20px;
                  line-height: 8px;
                  position: relative;
                  text-align: center
                }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-footer .card-footer-right:hover .card-picture-cover {
                      display: block;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main-card .card-pictures .card-picture-container .card-footer .card-footer-right .card-picture-cover {
                    display: none;
                    position: absolute;
                    right: 14px;
                    bottom: 0px;
                    cursor: pointer;
                    font-weight: bold;
                    font-size: 12px;
                    background-color: #fff;
                    width: 120px;
                    height: 40px;
                    line-height: 40px;
                    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-anchoring {
          width: 450px;
          height: 100%;
          float: left;
          background-color: #fff;
        }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main {
          height: 100%;
          background-color: #fff;
          margin-top: 5px;
          white-space: nowrap;
          overflow-x: auto;
          background-color: #eee
        }
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 100);
    border-radius: 5px;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main::-webkit-scrollbar {
    height: 10px;
}
  .checkModal .checkModal-main .checkModal-right .right-main-container .checkModal-right-main .right-main-warn {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 40px;
            color: rgba(179, 179, 179, 100);
}

.card-tag-popover .ant-popover-arrow {
    display: none;
  }

.card-tag-popover .ant-popover-inner-content {
    padding: 0;
  }

.card-tag-popover .card-tag-list {
    height: 30px;
    border-radius: 3px;
    background-color: #ddd;
    display: inline-block;
    white-space: nowrap;
    line-height: 30px;
    padding: 0 10px;
  }

.card-tag-popover .card-tag-list .card-tag-list-item {
      background-color: #fff;
      border-radius: 2px;
      padding: 0 5px;
      font-size: 12px;
      height: 16px;
      line-height: 16px;
    }

.checkmodal-radio {
  width: 100%;
  pointer-events: none;
}

.checkmodal-radio span {
    pointer-events: all;
  }.upload-qiniu {
  width: 100%;
}

  .upload-qiniu-queue {
    height: 362px;
    border: 1px solid #e5e5e5;
    padding: 8px;
    overflow: auto;
    background: #fafafa;
    margin-bottom: 10px;
  }

  .upload-qiniu-empty {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    font-size: 14px;
  }

  .upload-qiniu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 12px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .upload-qiniu-item:last-child {
  margin-bottom: 0;
}

  .upload-qiniu-item {
  // 相对定位容器
    position: relative;
  padding-right: 60px;
}

  .upload-qiniu-item-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 4px;
}

  .upload-qiniu-item-name {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      color: #333;
}

  .upload-qiniu-item-size {
      margin-left: 12px;
      font-size: 12px;
      color: #999;
      white-space: nowrap;
}

  .upload-qiniu-item-status {
      margin-left: 12px;
      font-size: 12px;
      white-space: nowrap;
}

  .upload-qiniu-item-actions {
      position: absolute;
      right: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 8px;
      gap: 8px;
}

  .upload-qiniu-item-actions .anticon {
        cursor: pointer;
        font-size: 14px;
        color: #999;
        -webkit-transition: color 0.3s;
        transition: color 0.3s
      }

  .upload-qiniu-item-actions .anticon:hover {
  color: #1890ff;
}

  // 状态样式
    .upload-qiniu-item--pending .upload-qiniu-item-status {
        color: #999;
      }

  .upload-qiniu-item--uploading {
      border-color: #1890ff;
}

  .upload-qiniu-item--uploading .upload-qiniu-item-status {
        color: #1890ff;
      }

  .upload-qiniu-item--success {
      border-color: #52c41a;
      background: #f6ffed;
}

  .upload-qiniu-item--success .upload-qiniu-item-status {
        color: #52c41a;
      }

  .upload-qiniu-item--error {
      border-color: #ff4d4f;
      background: #fff2f0;
}

  .upload-qiniu-item--error .upload-qiniu-item-status {
        color: #ff4d4f;
      }

  .upload-qiniu-item--error .anticon-reload {
        color: #1890ff
      }

  .upload-qiniu-item--error .anticon-reload:hover {
  color: #40a9ff;
}

  .upload-qiniu-item // 进度条
    .ant-progress {
      margin-top: 4px;
}

  .upload-qiniu-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }

  .upload-qiniu-status {
    margin-left: 16px;
    font-size: 13px;
    color: #666;
  }
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol, .ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li, .ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked="true"], .ql-editor ul[data-checked="false"] {
  pointer-events: none;
}
.ql-editor ul[data-checked="true"] > li *, .ql-editor ul[data-checked="false"] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li::before, .ql-editor ul[data-checked="false"] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked="false"] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type="file"], .ql-snow .ql-toolbar input.ql-image[type="file"] {
  display: none;
}
.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ql-snow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code, .ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
          box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
  -webkit-transform: translateX(213px);
          transform: translateX(213px);
}
.ql-snow .ql-tooltip::before {
  content: "\8BBF\95EE\7F51\5740:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 370px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.ql-action {
  margin-left: 16px;
  padding: 5px;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "\7F16\8F91";
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "\79FB\9664";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "\4FDD\5B58";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode="link"]::before {
  content: "\8F93\5165\94FE\63A5:";
}
.ql-snow .ql-tooltip[data-mode="formula"]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.material-info-modal {
  color: #111;
}
  .material-info-modal .title {
    position: absolute;
    left: 20px;
    top: 10px;
    font-weight: 700;
  }
  .material-info-modal .ant-modal-content {
    border-radius: 0;
  }
.material-form {
  position: relative;
  padding: 28px 30px;
  height: 100%;
}
.material-form .ant-tabs-nav-scroll {
    text-align: center;
  }
.material-form .ant-tag {
    line-height: 26px;
  }
.material-form .form-footer {
    position: absolute;
    right: 30px;
    bottom: 70px;
    width: calc(100% - 900px);
    height: 32px;
  }
.material-form .form-footer .form-footer-item {
      width: 100%;
      height: 100%;
    }
.material-form .form-footer .form-footer-item .form-footer-item-content {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
.material-form .material-form-tabs {
    height: 100%;
  }
.material-form .material-form-tabs .ant-tabs-content {
      height: calc(100% - 100px);
    }
.main-picture {
  height: 100%;
}
.main-picture .left {
    float: left;
    width: 650px;
    height: 100%;
  }
.main-picture .left .name-id {
      margin-top: 14px;
      // margin-bottom: 10px;
    }
.main-picture .left .img-box {
      position: relative;
      width: 650px;
      // height: 650px;  72
      min-height: 650px;
      height: calc(100% - 40px);

      border: 1px solid #d4d4d4;
    }
.main-picture .left .main-picture-img-view-prev, .main-picture .left .main-picture-img-view-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 60px;
      height: 136px;

      display: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: rgba(0, 0, 0, 0.5);
    }
.main-picture .left:hover .main-picture-img-view-prev, .main-picture .left:hover .main-picture-img-view-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.main-picture .left .main-picture-img-view-prev {
      left: 0;
}
.main-picture .left .main-picture-img-view-next {
      right: 0;
}
.main-picture .right {
    float: left;
    padding-left: 30px;
    // width: 906px;
    width: calc(100% - 650px);
    min-width: 500px;
    height: 100%;
  }
.main-picture .right .search-box {
      height: 40px;
      border: 1px solid #d4d4d4;
      margin-bottom: 15px;
    }
.main-picture .right .tags-show {
      // height: 153px;
      height: 40px;
      margin-bottom: 15px;
    }
.main-picture .right .tags-show .tags-show-title {
        width: 88px;
        height: 16px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 13px;
      }
.main-picture .right .tags-show .tags-show-container {
        // height: 120px;
        height: 50px;
        overflow: auto;
      }
.main-picture .right .tags-show .ant-tag {
        // margin-bottom: 10px;
      }
.main-picture .right .tags-show .tag-group {
        padding: 0 10px;
        float: left;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #f6f6f6;
        margin-bottom: 10px;
        margin-right: 10px;
      }
.main-picture .right .tags-show .tag-group > .ant-tag:nth-last-child(1) {
          margin-right: 0px;
        }
.main-picture .right .tags-opration {
      position: relative;
      // height: 440px;
      height: calc(100% - 178px);
    }
.main-picture .right .tags-opration .tags-opration-title {
        width: 88px;
        height: 16px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 13px;
      }
.main-picture .right .tags-opration .tag-group-operator {
        position: absolute;
        right: 0;
        top: 0px;
      }
.main-picture .right .tags-opration .tags-opration-content {
        height: 100%;
      }
.main-picture .right .tags-opration .tabs-container {
        position: relative;
        // height: 406px;
        height: 100%;
        min-height: 406px;
        border: 1px solid #eaeaea;
      }
.main-picture .right .tags-opration .tabs-container .tabs-index {
          position: absolute;
          top: 0;
          left: 0;
          width: 122px;
          height: 100%;
          min-height: 404px;
          border-right: 1px solid #d4d4d4;
          overflow: auto;
        }
.main-picture .right .tags-opration .tabs-container .tabs-index .tab-item {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 40px;
            cursor: pointer;
            border-bottom: 1px solid #d4d4d4;
            overflow: hidden;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none
          }
.main-picture .right .tags-opration .tabs-container .tabs-index .tab-item:hover {
  background-color: #f9f9f9;
}
.main-picture .right .tags-opration .tabs-container .tabs-index .tab-item.active {
  background-color: #2e81ff;
  color: #fff;
}
.main-picture .right .tags-opration .tabs-container .tabs-index .tab-item .tips {
              position: absolute;
              top: 0px;
              right: 0px;
              width: 12px;
              height: 12px;
              cursor: pointer;
}
.main-picture .right .tags-opration .tabs-container .tabs-index .tab-item .tips .tips-inner {
                position: absolute;
                top: -12px;
                right: -12px;
                width: 24px;
                height: 24px;
                border-radius: 12px;
                background-color: #eaeaea;
              }
.main-picture .right .tags-opration .tabs-container .tabs-content {
          // position: absolute;
          // top: 0;
          // right: 0;
          // width: 752px;
          // height: 404px;
          // padding: 20px;
          // border: 1px solid palegreen;
        }
.main-picture .right .tags-opration .tabs-container .tabs-content > div {
            position: absolute;
            top: 0;
            right: 0;
            // width: 752px;
            // height: 404px;
            width: calc(100% - 122px);
            height: 100%;
            padding: 20px;
            overflow: auto;
          }
.main-picture .right .tags-opration .tabs-container .tabs-content .desc-content .ant-input {
              resize: none;
            }
.main-picture .gap30 {
    display: inline-block;
    width: 30px;
  }
.search-lt {
  position: relative;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-lt .search-title {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: 92px;
    height: 40px;
    color: #fff;
    // background-color: #2e81ff;
    text-align: center;
    line-height: 40px;
  }
.search-lt .search-title .ant-select-selection--single {
      height: 38px;
      border-radius: 0;
      border: none;
    }
.search-lt .search-title .ant-select-selection__rendered {
      line-height: 38px;
      font-weight: 700;
    }
.search-lt .search-content .ant-select-selection {
      height: 38px;
      border: none;
    }
.search-lt .search-content .ant-select-no-arrow .ant-select-selection__rendered {
      margin-left: 100px;
      margin-right: 218px;
      line-height: 38px;
    }
.search-lt .search-content .to-desc {
      position: absolute;
      top: 0;
      right: 136px;
      width: 75px;
      line-height: 38px;
      height: 38px;
      color: #2e81ff;
      font-weight: 700;
      cursor: pointer;
    }
.search-lt .search-content .to-keywords {
      position: absolute;
      top: 0;
      right: 20px;
      width: 87px;
      line-height: 38px;
      height: 38px;
      color: #2e81ff;
      font-weight: 700;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
.search-lt .search-content .search-result-content {
      position: relative;
      z-index: 3;
      background-color: #fff;
      width: 100%;
      max-height: 200px;
      // border: 1px solid red;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      overflow: auto;
    }
.search-lt .search-content .search-input {
      display: inline-block;
      width: 100%;
      height: 38px;
      padding-left: 100px;
      border: none;
      outline: none;
    }
.search-lt .option-item {
    padding-left: 20px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer
  }
.search-lt .option-item:hover {
  background-color: #e6f7ff;
}
.search-lt .option-item.active {
  background-color: #e6f7ff;
}
.search-lt .option-empty {
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
.search-lt .search-result-content {
    margin-top: 4px;
  }
.appendixes .appendixes-content {
    margin-top: 10px;
    height: 620px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: auto;
  }
.appendixes .appendixes-content .appendixes-content-item {
      margin-right: 50px;
      margin-top: 20px;
    }
.annex-card {
  width: 250px;
  height: 330px;
  border: 1px solid #e4e4e4;
}
.annex-card .ac-img-box {
    width: 248px;
    height: 248px;
    background-color: #f6f6f6;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.annex-card .ac-info {
    height: 80px;
    padding: 9px;
  }
.annex-card .ac-info .ac-title {
      color: #333;
      font-weight: 700;
      max-width: 100%;
    }
.annex-card .ac-info .ac-time {
      color: #999999;
      font-size: 12px;
    }
.annex-card .ac-info .ac-time > span:nth-child(2) {
        float: right;
      }
.annex-card .ac-info .ac-line {
      height: 1px;
      margin-top: 2px;
      margin-bottom: 4px;
      background-color: #f6f6f6;
    }
.annex-card .ac-info .ac-delete-btn {
      float: right;
      color: red;
      cursor: pointer
    }
.annex-card .ac-info .ac-delete-btn:hover {
  background-color: #eaeaea;
}
.sub-pictures {
  height: 620px;
  overflow: auto;
}
.sub-pictures .sub-pictures-item {
    float: left;
    margin-top: 30px;
    margin-right: 20px;
  }
.sub-pic-card {
  width: 280px;
}
.sub-pic-card .sp-img-box {
    width: 280px;
    height: 280px;
    background-color: #f6f6f6;
  }
.sub-pic-card .sp-img-box > img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center, center;
         object-position: center, center;
    }
.sub-pic-card .sp-to-mian, .sub-pic-card .sp-to-dismiss {
    cursor: pointer;
    height: 26px;
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid #e4e4e4
  }
.sub-pic-card .sp-to-mian:hover, .sub-pic-card .sp-to-dismiss:hover {
  background-color: #e4e4e4;
}
.sub-pic-card .subPicture-uploader {
    display: inline-block;
    width: 100%;
  }
.sub-pic-card .subPicture-uploader .ant-upload.ant-upload-select {
      width: 100%;
    }
.sub-pic-card .subPicture-uploader .ant-upload {
      display: inline-block;
      width: 100%;
    }
.quote-component .ql-container {
    height: 620px;
    overflow: auto;
  }
.quote-component .ql-item {
    width: 250px;
    height: 330px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }
.quote-component .ql-item .new-pictureCard-container .new-pictureCard .info .title {
      position: unset;
    }
.clear-float::after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both;
}
.mp-divider {
  height: 1px;
  margin-bottom: 10px;
  background-color: #d4d4d4;
}
.oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fontWeight700 {
  font-weight: 700;
}
.tag-popover-ontent {
  width: 180px;
  text-align: center;
}
.tag-popover-ontent .ant-tag {
    margin-bottom: 10px;
  }
.display-none {
  display: none !important;
}
.material-modal-search {
  // z-index: 1070;
}
.material-modal-dropdown {
  // z-index: 1070;
}
.material-largest-zIndex {
  z-index: 1008;
}
.react-imagezoom-container {
	position: relative;
	width: 100%;
	height: 100%;
  float: left;
}
  
  .react-imagezoom-container .zoom-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.4);
    cursor: pointer;
    border-radius: 20px 0px 0px 0px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }
  
  .react-imagezoom-container .zoom-btn:hover {
	background-color: rgba(0,0,0,.8);
}
  
  .react-imagezoom-container .leftView {
		position: relative;
		width: 100%;
		height: 100%;
    overflow: hidden;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
  
  .react-imagezoom-container .smallImg {
		max-height: 100%;
		max-width: 100%;
		display: block;
    margin: 0 auto;
    
    // height: 100%;
    // width: 100%;
    // object-fit: contain;
    // object-position: top center;
	}
  
  .react-imagezoom-container .rm-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		background-color: rgba(24, 144, 255, 0.3);
		cursor: move;
	}
  
  .react-imagezoom-container .rightView {
		position: absolute;
		// left: 305px;
		right: 0px;
    top: -2px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
		z-index: 20;
		width: 400px;
		height: 400px;
		overflow: hidden;
		border: 1px solid #f7f7f7;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .3);
            box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .3);
	}
  
  .react-imagezoom-container .bigImg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
  
  .react-imagezoom-container .rm-spin {
		position: absolute;
		top: 46%;
		left: 46%;
		z-index: 20;
	}
  
  .react-imagezoom-container figure {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 20;
		text-align: center;
		overflow-y: auto;
	}
.tree-picker{
 width: 100%;
 height: 100%;
 min-height: 400px;
 color: #333333;
}
.tp-search-box {
  margin-bottom: 10px;
}
.tree-picker-container-normal .tp-tag-container-normal{
    float: left;
  }
.tree-picker-container{
  width: 100%;
  height: calc(100% - 62px);
  white-space: nowrap;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  // border-top: 1px solid #D4D4D4;
  // border-left: 1px solid #D4D4D4;
  // border-right: 1px solid #D4D4D4;
  // border: 1px solid #D4D4D4
}
.tree-picker-container:nth-last-child(1) .tree-picker-cloumn .tree-picker-item{
        border-right: 1px solid  #F6F6F6;
      }
.tree-picker-cloumn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  float: left;
  width: 132px;
  height: 100%;
  overflow: auto

  
}
.tree-picker-cloumn.lastItem {
 display: block;
 white-space: normal;
}
.tree-picker-cloumn.lastItem .tree-picker-item{
      display: inline-block;
      width: 140px;
      // width: 132px;
      padding-top: 8px;
}
.tree-picker-cloumn .tree-picker-item{
    // max-width: 132px;
    max-width: 150px;
    padding-left: 10px;
    height: 40px;
    border-bottom: 1px solid #F6F6F6;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tree-picker-cloumn .tree-picker-item .item-name{
      margin-left: 10px;
      color: #333333;
      font-weight: 700;
      cursor: pointer;
      // max-width: 84px;
      max-width: 97px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      vertical-align: middle;
      // flex-basis: 84px;
    }
.tree-picker-cloumn .tree-picker-item.hasChildren {
 // border-left: 2px solid  #E4E4E4;
 // border-left: 2px solid  #2e2d2d;
}
.tree-picker-cloumn .tree-picker-item.hasChildren.active{
 // border-left: 2px solid  #2E81FF !important;
}
.tree-picker-cloumn .tree-picker-item.active {
 background-color: #F9F9F9;
}
.tree-picker-cloumn .tree-picker-item.active .item-name{
        color: #2E81FF;
}
.tree-picker-cloumn .tree-picker-item:nth-child(1){
 border-top: 1px solid #F6F6F6;
}
.double-tag-tree {
  height: 100%;
}

  .double-tag-tree .double-tag-tree-tabs {
    height: 100%;
  }

  .double-tag-tree .double-tag-tree-tabs .ant-tabs-nav-scroll {
      text-align: left;
    }

  .double-tag-tree .ant-tabs-tabpane {
    height: 100% ;
  }

  .double-tag-tree .double-tag-tree-content {
    height: 100% ;
    overflow: auto;
  }.new-pictureCard-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block
}

.new-pictureCard-container.noIsPadding {
  width: 250px;
  height: 330px;
}

.new-pictureCard-container.isPadding {
  width: 281px;
  height: 360px;
  padding-right: 31px;
  padding-bottom: 31px;
}

.new-pictureCard-container .new-pictureCard {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

.new-pictureCard-container .new-pictureCard .new-pictureCard-picture {
      width: 100%;
      height: 75.6%;
      background-color: #f6f6f6;
      position: relative;
      overflow: hidden;
    }

.new-pictureCard-container .new-pictureCard .new-pictureCard-picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down;
        -o-object-position: center center;
           object-position: center center;
        cursor: pointer;
      }

.new-pictureCard-container .new-pictureCard .new-pictureCard-picture .new-pictureCard-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 40px;
        line-height: 54px;
        text-align: center;
        font-size: 10px;
        font-style: normal;
        background-color: #379dfb;
        color: #fff;
        -webkit-transform: translate(-27px, -9px) rotate(-50deg);
        transform: translate(-27px, -9px) rotate(-50deg);
        z-index: 9;
      }

.new-pictureCard-container .new-pictureCard .new-pictureCard-achor {
      width: 100%;
      position: relative;
    }

.new-pictureCard-container .new-pictureCard .new-pictureCard-achor .virtual-drawing {
        position: absolute;
        right: 0;
        width: 24px;
        height: 13px;
        cursor: pointer;
      }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info {
      width: 100%;
      height: 24.4%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 9px;
      padding-top: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-title {
        width: 100%;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-title .new-pictureCard-title-left {
          width: 0;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          font-size: 14px;
          font-weight: bold;
          color: #111111;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-title .new-pictureCard-title-right {
        }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-timeAndAttachPicture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 2px;
        height: 13px;
      }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-timeAndAttachPicture .new-pictureCard-time {
          width: 0;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          font-size: 12px;
          line-height: 13px;
          font-weight: 400;
          color: #999999;
        }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-timeAndAttachPicture .new-picture-pv {
          font-size: 12px;
          line-height: 13px;
          font-weight: 400;
          color: #999999;
        }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-timeAndAttachPicture .new-pictureCard-attachPicture {
          width: 23px;
          height: 13px;
          font-size: 12px;
          line-height: 13px;
          font-weight: 400;
          color: #2e81ff;
          white-space: nowrap;
          cursor: pointer
        }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-timeAndAttachPicture .new-pictureCard-attachPicture.active {
  display: block;
}

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-timeAndAttachPicture .new-pictureCard-attachPicture.disable {
  display: none;
}

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-line {
        width: 100%;
        height: 1px;
        background-color: #f6f6f6;
        margin-top: 10px;
      }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-left {
          height: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 7px;
        }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-left .new-pictureCard-status {
            width: 12px;
            height: 12px;
            border-radius: 50%

          
          }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-left .new-pictureCard-status.active {
  background: #64dd17;
}

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-left .new-pictureCard-status.disable {
  background: #aaa;
}

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-left .new-pictureCard-left-eye {
            margin-left: 10px;
            font-size: 18px;
            color: #000;
          }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-categorys {
          margin-left: 10px;
          padding: 1px;
          width: calc(100% - 6px);
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          cursor: pointer;
        }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-categorys >span{
            margin-right: 6px;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            font-size: 12px;
            padding: 2px;
          }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-right {
          width: 100px;
          height: 21px;
          line-height: 5px;
          font-size: 16px;
          letter-spacing: 2px;
          font-weight: bold;
          text-align: right;
          position: relative;
          cursor: pointer;
          z-index: 10;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-top: 2%;
        }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-right .new-pictureCard-funcs {
            position: absolute;
            right: 30px;
            bottom: 0;
            // width: 90px;
            width: 105px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            pointer-events: auto;
          }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-right .new-pictureCard-funcs .new-pictureCard-func-item {
              width: 100%;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding-left: 16px;
              height: 30px;
              line-height: 30px;
              font-size: 14px;
              font-weight: 400;
              color: #666666;
              text-align: left;
              z-index: 1000
            }

.new-pictureCard-container .new-pictureCard .new-pictureCard-info .new-pictureCard-footer .new-pictureCard-right .new-pictureCard-funcs .new-pictureCard-func-item:hover {
  background-color: #e4f5ff;
}

.new-pictureCard-popover-content {
  max-width: 664px;
  height: 231px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto
}

.new-pictureCard-popover-content::-webkit-scrollbar {
  height: 8px;
}

.new-pictureCard-popover-content::-webkit-scrollbar-thumb {
  background-color: #2e81ff;
}

.new-pictureCard-item {
  width: 186px;
  height: 218px;
  margin-right: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.new-pictureCard-item .new-pictureCard-pic {
    width: 186px;
    height: 186px;
    background-color: #f6f6f6;
  }

.new-pictureCard-item .new-pictureCard-pic img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

.new-pictureCard-item .new-pictureCard-btns {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.new-pictureCard-item .new-pictureCard-btns .new-pictureCard-btn {
      font-size: 12px;
      font-weight: 400;
      color: #666666;
      width: 90px;
      height: 26px;
      background: #ffffff;
      border: 1px solid #e4e4e4;
      border-radius: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      line-height: 26px;
      cursor: pointer;
    }

.new-pictureCard-video-container {
  width: 100%;
  height: 100%;
}
.notification-container {
  position: fixed;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1999;
  pointer-events: none;
}

  .notification-container .ant-notification {
    position: static;
    margin-right: 0;
    pointer-events: auto;
  }

  .notification-container .ant-notification-notice-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .notification-container .ant-notification-notice-with-icon i {
      position: relative;
      top: 1px;
    }
.openFolderModal .ant-modal {
    top: 50px;
  }
  .openFolderModal .ant-modal-body {
    padding: 0 20px;
  }

.openFolderModal-main .openFolderModal-main-right-list {
    height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
  }

.openFolderModal-main .openFolderModal-main-right-footer {
    border-top: 1px solid #aaa;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.sucaicaiji .ant-modal {
    top: 10px;
  }
  .sucaicaiji .ant-modal-body {
    padding: 0;
  }

.sucaicaiji-main {
  height: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sucaicaiji-main .sucaicaiji-main-left {
    padding: 20px 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-list {
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow-x: hidden;
      overflow-y: auto;
    }

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-list .sucaicaiji-main-left-list-item {
        padding: 10px 20px;
        position: relative
      }

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-list .sucaicaiji-main-left-list-item.sucaicaiji-main-left-list-item-selected {
    background-color: #eee;
}

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-list .sucaicaiji-main-left-list-item:hover {
    background-color: #eee;
}

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-list .sucaicaiji-main-left-list-item {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-list .sucaicaiji-main-left-list-item .sucaicaiji-main-left-list-item-keywords {
          margin-top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          grid-gap: 10px;
          gap: 10px;
}

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-list .sucaicaiji-main-left-list-item .sucaicaiji-main-left-list-item-keywords .sucaicaiji-main-left-list-item-keyword {
            border: 1px solid #ccc;
            padding: 0 7px;
            font-size: 14px;
            line-height: 20px;
            border-radius: 4px;
          }

.sucaicaiji-main .sucaicaiji-main-left .sucaicaiji-main-left-list .sucaicaiji-main-left-list-item .sucaicaiji-main-left-list-item-right {
          position: absolute;
          right: 20px;
          height: 100%;
          top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}

.sucaicaiji-main .sucaicaiji-main-right {
    padding: 20px;
    padding-bottom: 0;
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.sucaicaiji-main .sucaicaiji-main-right .sucaicaiji-main-right-header {
    }

.sucaicaiji-main .sucaicaiji-main-right .sucaicaiji-main-right-list {
      margin-top: 20px;
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow-x: hidden;
      overflow-y: auto;
    }

.sucaicaiji-main .sucaicaiji-main-right .sucaicaiji-main-right-list .sucaicaiji-main-right-list-folder {
        margin-right: 20px;
        display: inline-block;
        width: calc((100% - 140px) / 8);
        cursor: pointer;
      }

.sucaicaiji-main .sucaicaiji-main-right .sucaicaiji-main-right-footer {
      border-top: 1px solid #aaa;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.user-select {
  position: relative
}
.user-select:hover .clear-icon {
      display: block;
}
.user-select .clear-icon {
    display: none;
    position: absolute;
    top: calc(50% + 1px);
    right: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ccc;
}
.user-select .clear-icon:hover {
  color: #aaa;
}
.user-select .clear-icon {
  cursor: pointer;
  z-index: 100;
}
.user-select .ant-select-dropdown {
    display: none;
}
.user-select .user-select-dropdown {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1050;
}
.user-select .user-select-dropdown .user-select-dropdown-type {
      width: 60px;
    }
.user-select .user-select-dropdown .user-select-options {
      max-height: 250px;
      overflow: auto;
    }
.parent li {
    width: 100%;
    line-height: 30px;
    float: left;
    cursor: pointer;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.parent-child:hover{
    background-color: #E6F7FF;
}

.parent{
    background-color: #ffffff;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 40px;
    display: none;
    color: #060606;
    -webkit-box-shadow: 1px 1px 2px #888888;
            box-shadow: 1px 1px 2px #888888;
    opacity:0.9
}

.editGroup-right {
    // float: left;
    // padding-left: 30px;
    // width: 906px;
    // width: calc(100% - 650px);
    min-width: 500px;
    // height: 100%;
    // height: 490px;
}

    .editGroup-right .ant-tabs-content {
        height: calc(100% - 60px);
    }

    .editGroup-right .search-lt {
        position: relative;
        width: 100%;
        height: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .editGroup-right .search-lt .search-title {
            position: absolute;
            top: 0px;
            left: 0;
            z-index: 1;
            width: 92px;
            height: 40px;
            color: #fff;
            // background-color: #2e81ff;
            text-align: center;
            line-height: 40px;
        }

    .editGroup-right .search-lt .search-title .ant-select-selection--single {
                height: 38px;
                border-radius: 0;
                border: none;
            }

    .editGroup-right .search-lt .search-title .ant-select-selection__rendered {
                line-height: 38px;
                font-weight: 700;
            }

    .editGroup-right .search-lt .search-content .ant-select-selection {
                height: 38px;
                border: none;
            }

    .editGroup-right .search-lt .search-content .ant-select-no-arrow .ant-select-selection__rendered {
                margin-left: 100px;
                margin-right: 218px;
                line-height: 38px;
            }

    .editGroup-right .search-lt .search-content .to-desc {
                position: absolute;
                top: 0;
                right: 136px;
                width: 75px;
                line-height: 38px;
                height: 38px;
                color: #2e81ff;
                font-weight: 700;
                cursor: pointer;
            }

    .editGroup-right .search-lt .search-content .to-keywords {
                position: absolute;
                top: 0;
                right: 20px;
                width: 87px;
                line-height: 38px;
                height: 38px;
                color: #2e81ff;
                font-weight: 700;
                cursor: pointer;
                -webkit-user-select: none;
                   -moz-user-select: none;
                    -ms-user-select: none;
                        user-select: none;
            }

    .editGroup-right .search-lt .search-content .search-result-content {
                position: relative;
                z-index: 3;
                background-color: #fff;
                width: 100%;
                max-height: 200px;
                // border: 1px solid red;
                -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
                        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
                overflow: auto;
            }

    .editGroup-right .search-lt .search-content .search-input {
                display: inline-block;
                width: 100%;
                height: 38px;
                padding-left: 100px;
                border: none;
                outline: none;
            }

    .editGroup-right .search-lt .option-item {
            padding-left: 20px;
            height: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            cursor: pointer
        }

    .editGroup-right .search-lt .option-item:hover {
    background-color: #e6f7ff;
}

    .editGroup-right .search-lt .option-item.active {
    background-color: #e6f7ff;
}

    .editGroup-right .search-lt .option-empty {
            text-align: center;
            height: 40px;
            line-height: 40px;
        }

    .editGroup-right .search-lt .search-result-content {
            margin-top: 4px;
        }

    .editGroup-right .search-box {
        height: 40px;
        border: 1px solid #d4d4d4;
        margin-bottom: 15px;
    }

    .editGroup-right .gap30 {
        display: inline-block;
        width: 30px;
    }

    .editGroup-right .tags-show {
        // height: 153px;
        height: 40px;
        margin-bottom: 15px;
    }

    .editGroup-right .tags-show .tags-show-title {
            width: 88px;
            height: 16px;
            font-size: 16px;
            font-weight: bold;
            color: #333333;
            margin-bottom: 13px;
        }

    .editGroup-right .tags-show .tags-show-container {
            // height: 120px;
            height: 50px;
            overflow: auto;
        }

    .editGroup-right .tags-show .ant-tag {
            // margin-bottom: 10px;
        }

    .editGroup-right .tags-show .tag-group {
            padding: 0 10px;
            float: left;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background: #f6f6f6;
            margin-bottom: 10px;
            margin-right: 10px;
        }

    .editGroup-right .tags-show .tag-group > .ant-tag:nth-last-child(1) {
                margin-right: 0px;
            }

    .editGroup-right .tags-opration {
        position: relative;
        // height: 440px;
        height: calc(100% - 178px);
    }

    .editGroup-right .tags-opration .tags-opration-title {
            width: 88px;
            height: 16px;
            font-size: 16px;
            font-weight: bold;
            color: #333333;
            margin-bottom: 13px;
        }

    .editGroup-right .tags-opration .tag-group-operator {
            position: absolute;
            right: 0;
            top: 0px;
        }

    .editGroup-right .tags-opration .tags-opration-content {
            height: 100%;
        }

    .editGroup-right .tags-opration .tabs-container {
            position: relative;
            // height: 406px;
            height: 100%;
            // min-height: 406px;
            min-height: 500px;
            border: 1px solid #eaeaea;
        }

    .editGroup-right .tags-opration .tabs-container .tabs-index {
                position: absolute;
                top: 0;
                left: 0;
                // width: 122px;
                width: 200px;
                height: 100%;
                min-height: 404px;
                border-right: 1px solid #d4d4d4;
                overflow: auto;
            }

    .editGroup-right .tags-opration .tabs-container .tabs-index .tab-item {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    // justify-content: center;
                    // align-items: center;
                    -webkit-box-align: top;
                        -ms-flex-align: top;
                            align-items: top;
                    // height: 40px;
                    min-height: 40px;
                    cursor: pointer;
                    border-bottom: 1px solid #d4d4d4;
                    overflow: hidden;
                    -webkit-user-select: none;
                       -moz-user-select: none;
                        -ms-user-select: none;
                            user-select: none;
                    padding: 6px 8px
                }

    .editGroup-right .tags-opration .tabs-container .tabs-index .tab-item:hover {
    background-color: #f9f9f9;
}

    .editGroup-right .tags-opration .tabs-container .tabs-index .tab-item.active {
    background-color: #2e81ff;
    color: #fff;
}

    .editGroup-right .tags-opration .tabs-container .tabs-index .tab-item .tips {
                        position: absolute;
                        top: 0px;
                        right: 0px;
                        width: 12px;
                        height: 12px;
                        cursor: pointer;
}

    .editGroup-right .tags-opration .tabs-container .tabs-index .tab-item .tips .tips-inner {
                            position: absolute;
                            top: -12px;
                            right: -12px;
                            width: 24px;
                            height: 24px;
                            border-radius: 12px;
                            background-color: #eaeaea;
                        }

    .editGroup-right .tags-opration .tabs-container .tabs-content {
                // position: absolute;
                // top: 0;
                // right: 0;
                // width: 752px;
                // height: 404px;
                // padding: 20px;
                // border: 1px solid palegreen;
            }

    .editGroup-right .tags-opration .tabs-container .tabs-content > div {
                    position: absolute;
                    top: 0;
                    right: 0;
                    // width: 752px;
                    // height: 404px;
                    width: calc(100% - 200px);
                    height: 100%;
                    padding: 20px;
                    overflow: auto;
                }

    .editGroup-right .tags-opration .tabs-container .tabs-content .desc-content .ant-input {
                        resize: none;
                    }
.pageLibraryPanel-page {
  position: relative;
}

  .pageLibraryPanel-page .search-header {
    padding: 15px 0 8px;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
  }

  .pageLibraryPanel-page .disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .pageLibraryPanel-page .pageViewItem {
    width: 270px;
    display: inline-block;
    margin: 0 15px 20px 0;
    cursor: pointer
  }

  .pageLibraryPanel-page .pageViewItem:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

  .pageLibraryPanel-page .pageViewItem:hover .img-wrapper>.tool-btns {
        bottom: 0px;
        left: 0;
}

  .pageLibraryPanel-page .pageViewItem.disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .pageLibraryPanel-page .pageViewItem.disabled:hover .img-wrapper>.tool-btns {
        display: none;
}

  .pageLibraryPanel-page .pageViewItem .img-wrapper {
      width: 270px;
      height: 152px;
      position: relative;
      overflow: hidden;
}

  .pageLibraryPanel-page .pageViewItem .img-wrapper .checkbox-wrapper {
        position: relative;
        left: 0;
        top: 0;
      }

  .pageLibraryPanel-page .pageViewItem .img-wrapper>img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}

  .pageLibraryPanel-page .pageViewItem .img-wrapper .tool-btns {
        z-index: 2;
        position: absolute;
        bottom: -42px;
        // bottom: 0;
        left: 0;
        left: -270px;
        padding: 5px 15px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-transition: bottom ease 0.1s;
        transition: bottom ease 0.1s;
}

  .pageLibraryPanel-page .pageViewItem .pageItemFooter {
      margin-top: 7px;
      height: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 5px 5px;
}

  .pageLibraryPanel-page .pageViewItem .pageItemFooter .titleItem {
        width: 100%;
        height: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #111111;
        line-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
      }

  .pageLibraryPanel-page .pageViewItem .pageItemFooter .timeItem {
        height: 12px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 12px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }

.pageListPanel-drawer .ant-drawer-content, .pageListPanel-drawer .ant-drawer-wrapper-body {
    overflow: visible;
  }

.pageListPanel-drawer .ant-drawer-header .ant-drawer-close {
    left: -60px;
    color: #eee;
  }.rh5v-DefaultPlayer_component {
    position: relative;
    font-family: Helvetica;
    font-size: 11px;
    background-color: #000;
}

.rh5v-DefaultPlayer_video {
    width: 100%;
    height: 100%;
}

.rh5v-DefaultPlayer_controls {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.rh5v-DefaultPlayer_seek {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.rh5v-DefaultPlayer_component:hover .rh5v-DefaultPlayer_controls {
    opacity: 1;
}

.rh5v-Time_component {
    padding: 0 10px 0 10px;
    line-height: 35px;
    color: #fff;
}

.rh5v-Time_current {
    margin-right: 5px;
}

.rh5v-Time_duration {
    margin-left: 5px;
    color: #919191;
}

.rh5v-Seek_component {
    position: relative;
}

.rh5v-Seek_track {
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    height: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #3e3e3e;
}

.rh5v-Seek_buffer, .rh5v-Seek_fill, .rh5v-Seek_input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.rh5v-Seek_buffer {
    background-color: #5a5a5a;
}

.rh5v-Seek_fill {
    background: #fff;
}

.rh5v-Seek_input {
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.rh5v-Volume_component {
    position: relative;
}

.rh5v-Volume_component:hover {
    background-color: #000;
}

.rh5v-Volume_button {
    width: 34px;
    height: 34px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.rh5v-Volume_button:focus {
    outline: 0;
}

.rh5v-Volume_icon {
    padding: 7px;
}

.rh5v-Volume_slider {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 100%;
    left: 5px;
    height: 56px;
    background-color: #000;
}

.rh5v-Volume_component:hover .rh5v-Volume_slider {
    display: block;
}

.rh5v-Volume_track {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    width: 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #3e3e3e;
}

.rh5v-Volume_fill, .rh5v-Volume_input {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.rh5v-Volume_fill {
    background-color: #fff;
}

.rh5v-Volume_input {
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-appearance: slider-vertical;
    cursor: pointer;
}

.rh5v-Captions_component {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.rh5v-Captions_component:hover {
    background-color: #000;
}

.rh5v-Captions_button {
    width: 34px;
    height: 34px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.rh5v-Captions_button:focus {
    outline: 0;
}

.rh5v-Captions_icon {
    padding: 5px;
}

.rh5v-Captions_trackList {
    position: absolute;
    left: 0;
    bottom: 100%;
    display: none;
    background-color: rgba(0,0,0,0.7);
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.rh5v-Captions_component:hover .rh5v-Captions_trackList {
    display: block;
}

.rh5v-Captions_trackItem {
    padding: 7px;
    cursor: pointer;
}

.rh5v-Captions_activeTrackItem, .rh5v-Captions_trackItem:hover {
    background: #000;
}

.rh5v-Captions_activeTrackItem {
    text-decoration: underline;
}

.rh5v-PlayPause_component {}

.rh5v-PlayPause_component:hover {
    background-color: #000;
}

.rh5v-PlayPause_button {
    width: 34px;
    height: 34px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.rh5v-PlayPause_button:focus {
    outline: 0;
}

.rh5v-PlayPause_icon {
    padding: 5px;
}

.rh5v-Fullscreen_component {}

.rh5v-Fullscreen_component:hover {
    background-color: #000;
}

.rh5v-Fullscreen_button {
    width: 34px;
    height: 34px;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
}

.rh5v-Fullscreen_button:focus {
    outline: 0;
}

.rh5v-Fullscreen_icon {
    padding: 5px;
}

.rh5v-Overlay_component {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

.rh5v-Overlay_inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -30px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
}

.rh5v-Overlay_icon {
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cropPictureView-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 1016px;
    height: 828px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
    .cropPictureView-part .crop-view-title {
        text-align: center;
        line-height: 30px;
        height: 30px;
        font-size: 22px;
        // font-family: PingFangSCSemibold-, PingFangSCSemibold;
        font-weight: bold;
        color: #000000;
    }
    .cropPictureView-part .crop-compress-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 24px;
        height: 718px
    }
    .cropPictureView-part .crop-compress-view > div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
    .cropPictureView-part .crop-compress-view .crop-title-tag {
            font-size: 12px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #ffffff;
            line-height: 15px;
            width: 44px;
            height: 16px;
            background: #85d9ff;
            border-radius: 4px;
            text-align: center;
            margin-bottom: 8px;
}
    .cropPictureView-part .crop-compress-view .viewPart {
            width: 496px;
            height: 100%;
}
    .cropPictureView-part .crop-compress-view .viewPart .cropper-bg {
    background-image: none;
}
    .cropPictureView-part .crop-compress-view .viewPart .cropper-bg > .cropper-modal {
    background-color: #ddd;
}
    .cropPictureView-part .crop-compress-view .bottom-info-part {
            height: 24px;
            margin-top: 10px;
            font-size: 13px;
}
    .cropPictureView-part .crop-compress-view .bottom-info-part.right-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
    .cropPictureView-part .crop-compress-view .bottom-info-part.right-info input {
    height: 22px;
    // padding-left: 5px;
}
    .cropPictureView-part .crop-view-footer {
        margin-top: 24px;
        text-align: center
    }
    .cropPictureView-part .crop-view-footer > button:nth-child(1) {
    margin-right: 24px;
}
    .cropPictureView-part .resultPart {
        width: 496px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 15px;
    }
    .cropPictureView-part .cropResultPart {
        width: 496px;
        height: 660px;
        background-color: rgba(221, 221, 221, 0.5);
        // opacity: 0.5
    }
    .cropPictureView-part .cropResultPart > img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center center;
       object-position: center center;
}
.cut-picture-scale {
    height: 700px;
}

    .cut-picture-scale .header-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 20px;
    }

    .cut-picture-scale .header-part .input-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

    .cut-picture-scale .header-part .input-item input {
                width: 120px;
            }
.pageListPanel-page {
    position: relative;
}
    .pageListPanel-page .search-header {
        padding: 15px 0 8px;
        position: sticky;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 99;
    }
    .pageListPanel-page .pageViewItem {
        width: 270px;
        display: inline-block;
        margin: 0 15px 20px 0;
        cursor: pointer;
        position: relative
    }
    .pageListPanel-page .pageViewItem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    // background: rgba(0, 0, 0, 0.04);
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
}
    .pageListPanel-page .pageViewItem:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
    .pageListPanel-page .pageViewItem:hover::before {
    height: 100%;
}
    .pageListPanel-page .pageViewItem > img {
    // width: 100%;
    width: 270px;
    height: 152px;
    -o-object-fit: contain;
       object-fit: contain;
}
    .pageListPanel-page .pageViewItem .pageItemFooter {
            margin-top: 7px;
            height: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 0 5px 5px;
}
    .pageListPanel-page .pageViewItem .pageItemFooter .titleItem {
                width: 100%;
                height: 16px;
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: bold;
                color: #111111;
                line-height: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                position: relative;
            }
    .pageListPanel-page .pageViewItem .pageItemFooter .timeItem {
                height: 12px;
                font-size: 12px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #999999;
                line-height: 12px;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            }

.pageListPanel-drawer .ant-drawer-content, .pageListPanel-drawer .ant-drawer-wrapper-body {
        overflow: visible;
    }

.pageListPanel-drawer .ant-drawer-header .ant-drawer-close {
        left: -60px;
        color: #eee;
    }
.selectPantoneColor-part {
  width: 100%;
  height: 32px;
  line-height: 32px;
  // min-height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  z-index: 0;
  cursor: pointer;
  padding-left: 13px;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.selectPantoneColor-part:hover {
  border-color: #40a9ff;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.selectPantoneColor-part .curr-select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.selectPantoneColor-part .curr-select-item .select-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.pantone-select {
  width: 438px;
}

  .pantone-select .pantoneTypes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 24px;
  }

  .pantone-select .pantoneTypes .pantoneItem {
      width: 24px;
      height: 24x;
      border-radius: 50%;
      cursor: pointer;
      position: relative;
      margin-left: 5px
    }

  .pantone-select .pantoneTypes .pantoneItem.pantoneItemActive::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

  .pantone-select .pantoneData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-height: 260px;
    overflow: auto
  }

  .pantone-select .pantoneData::-webkit-scrollbar {
  width: 0;
}

  .pantone-select .pantoneData .pantoneItem {
      width: 20px;
      height: 20px;
      margin-bottom: 2px;
      cursor: pointer;
}

  .pantone-select .pantoneData .pantoneItem.active {
  border-radius: 50%;
}
.colorSlider {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e6e6;
}

  .colorSlider .item {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
  }

  .colorSlider .item > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

  .colorSlider .item > div.active .swap-pantone {
          visibility: hidden;
}

  .colorSlider .item > div.active:hover .swap-pantone {
            visibility: visible;
}

  .colorSlider .item .index {
      position: absolute;
      width: 8px;
      height: 36px;
      right: -4px;
      top: 50%;
      background-color: #fff;
      border-radius: 4px;
      z-index: 100;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
}

  .colorSlider .item .index.disabled {
  cursor: auto;
}

  .colorSlider .item .index i {
        font-size: 8px;
        -webkit-transform: translateY(1px);
                transform: translateY(1px);
}
.addColorModal {
}.fashion-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .fashion-color .header {
    height: 60px;
  }

  .fashion-color .funcs {
    padding: 10px;
    height: 52px;
  }

  .fashion-color .funcs .ant-btn {
      border-radius: 0;
    }

  .fashion-color .list {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    padding: 10px;
  }

  .fashion-color .list .pagination {
      width: 100%;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 25px;
    }
.recommend-pic-card {
  position: relative;
  cursor: pointer;
}

  .recommend-pic-card .recommend-pic-card-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
  }

  .recommend-pic-card .recommend-pic-card-main .recommend-pic-card-main-checkbox {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 1;
    }

  .recommend-pic-card .recommend-pic-card-main .recommend-pic-card-main-img {
      height: calc(100% - 40px);
      position: relative;
    }

  .recommend-pic-card .recommend-pic-card-main .recommend-pic-card-main-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
      }

  .recommend-pic-card .recommend-pic-card-main .recommend-pic-card-main-img .recommend-pic-card-season {
        position: absolute;
        left: 12px;
        bottom: 12px;
        height: 18px;
        background: #ffffff;
        border-radius: 11px;
        padding: 0 8px;

        font-size: 10px;
        font-weight: 400;
        color: #000000;
        line-height: 16px;
      }

  .recommend-pic-card .recommend-pic-card-main .recommend-pic-card-main-footer {
      height: 40px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .recommend-pic-card .recommend-pic-card-main .recommend-pic-card-main-footer .recommend-pic-card-circle-color {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin-left: 4px;
      }
.recommendPicsModalContent {
  height: calc(100vh - 200px);
  min-height: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .recommendPicsModalContent .content-list {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    background-color: #fff;
    padding: 24px;
  }

  .recommendPicsModalContent .content-list .content-list-title {
      height: 22px;
      font-size: 16px;
      font-weight: bold;
      color: #000000;
      line-height: 22px;
      margin-bottom: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .recommendPicsModalContent .content-list .content-list-main {
      height: calc(100% - 39px);
      overflow: auto
    }

  .recommendPicsModalContent .content-list .content-list-main::-webkit-scrollbar {
  width: 0;
}

  .recommendPicsModalContent .content-list .content-list-main .content-list-spin-container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}

  .recommendPicsModalContent .content-list .content-list-main .recommend-list-card {
        border: none;
}

  .recommendPicsModalContent .content-list .content-list-main .content-list-pagination-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}

  .recommendPicsModalContent .content-selected {
    width: 356px;
    height: 100%;
    background: #ededed;
    border-radius: 0px 4px 4px 0px;
    padding: 20px;
    padding-right: 0;
  }

  .recommendPicsModalContent .content-selected .content-selected-title {
      height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      line-height: 20px;
      margin-bottom: 16px;
    }

  .recommendPicsModalContent .content-selected .content-selected-title .number-active {
        color: green;
      }

  .recommendPicsModalContent .content-selected .content-selected-title .number-danger {
        color: red;
      }

  .recommendPicsModalContent .content-selected .content-selected-main {
      height: calc(100% - 116px);
      overflow: auto
    }

  .recommendPicsModalContent .content-selected .content-selected-main::-webkit-scrollbar {
  width: 0;
}

  .recommendPicsModalContent .content-selected .content-selected-main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

  .recommendPicsModalContent .content-selected .content-selected-footer {
      margin: 24px 0;
      width: 100%;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.recommendPicsModal {
  padding: 0;
}

.recommendPicsModal .ant-modal-body {
    padding: 0;
  }
.list-item {
  position: relative;
  margin-bottom: 80px
}

.list-item.hover {
  background: #e6f6ff;
}

.list-item .header {
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-item .header .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.list-item .header .right .custom-switch {
        margin-right: 208px
      }

.list-item .header .right .custom-switch.ant-switch-checked {
  background-color: rgb(112, 208, 68);
}

.list-item .header .right .btn {
        font-size: 14px;
        font-weight: 400;
        color: #00b0ff;
        line-height: 40px;
        margin-right: 32px;
        cursor: pointer
      }

.list-item .header .right .btn.delete {
  color: #f34141;
}

.list-item .main {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 228px;
    padding: 0;
}

.list-item .main .colors {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%
    }

.list-item .main .colors > div {
  margin-left: 10px;
}

.list-item .main .colors > div:nth-child(1) {
  margin-left: 0;
}

.list-item .main .colors .colorsContainer {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}

.list-item .main .colors .active {
        width: 902px;
        height: 100%;
        -webkit-box-flex: 902;
            -ms-flex-positive: 902;
                flex-grow: 902;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: rgba(0, 0, 0, 0.08);
}

.list-item .main .colors .active .color-add-pantone.hide {
  display: none;
}

.list-item .main .colors .active .detail {
          width: 662px;
          height: 100%;
          -webkit-box-flex: 662;
              -ms-flex-positive: 662;
                  flex-grow: 662;
        }

.list-item .main .colors .active .detail .detail-content {
            width: 100%;
            height: 100%;
            padding: 20px;
          }

.list-item .main .colors .active .detail .detail-content textarea {
              font-size: 12px;
              background: rgba(255, 255, 255, 0.2);
              border: none;
              color: #fff
            }

.list-item .main .colors .active .detail .detail-content textarea::-webkit-input-placeholder {
  color: #fff;
}

.list-item .main .colors .active .detail .detail-content textarea::-moz-placeholder {
  color: #fff;
}

.list-item .main .colors .active .detail .detail-content textarea::-ms-input-placeholder {
  color: #fff;
}

.list-item .main .colors .active .detail .detail-content textarea::placeholder {
  color: #fff;
}

.list-item .main .colors .active .detail .detail-content .top {
              font-size: 18px;
              font-weight: 400;
              color: #ffffff;
              line-height: 25px;
              margin-bottom: 3px;
            }

.list-item .main .colors .active .detail .detail-content .bottom {
              margin-top: 8px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
            }

.list-item .main .colors .active .detail .detail-content .bottom .bottom-item {
                height: 22px;
                background: rgba(0, 0, 0, 0.15);
                border-radius: 11px;
                line-height: 22px;
                padding: 0 12px;
                margin-right: 16px;
                color: #fff;
              }

.list-item .main .colors .active .detail .detail-content .bottom .swap-pantone {
                visibility: visible;
                margin-left: auto;
              }

.list-item .main .colors .active .child {
          width: 48px;
          height: 100%;
          -webkit-box-flex: 48;
              -ms-flex-positive: 48;
                  flex-grow: 48;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
        }

.list-item .main .colors .active .child:hover .swap-pantone {
              visibility: visible;
}

.list-item .main .colors .active .child.hide {
  display: none;
}

.list-item .main .colors .item {
        width: 100px;
        height: 100%;
        background: rgba(0, 0, 0, 0.08);
        -webkit-box-flex: 100;
            -ms-flex-positive: 100;
                flex-grow: 100;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        color: #fff;
        padding-top: 20px;
        letter-spacing: 5px;
        position: relative;
}

.list-item .main .colors .item .color-add-pantone {
          position: absolute;
          left: calc(50% - 9px);
          top: 105px
        }

.list-item .main .colors .item .color-add-pantone.hide {
  display: none;
}

.list-item .recommend {
    margin-top: 16px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-item .recommend div:nth-child(2) {
      margin-left: 0;
    }

.list-item .recommend .name {
      width: 70px;
      height: 22px;
      font-size: 16px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.8);
      line-height: 22px;
      margin-right: 8px;
    }

.list-item .recommend .slider-item {
      width: 380px;
      height: 100%;
      margin-left: 24px;
      -webkit-box-flex: 380;
          -ms-flex-positive: 380;
              flex-grow: 380;
    }

.add-pantone {
  width: 18px;
  height: 18px;
  background: #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer
}

.add-pantone.disabled {
  background: rgba(0, 0, 0, 0.1);
  cursor: auto;
}

.swap-pantone {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  visibility: hidden;
  cursor: pointer;
}
.feed-content {
    position: relative;
}
    .feed-content .feed-batch-tool {
        position: absolute;
        right: 32px;
        top: -55px;
    }
.keywords .ant-input-group-addon {
  border: 0;
}.column-Articles .header {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 50px;
    gap: 50px;
    height: 40px;
  }

    .column-Articles .header .panel {
      cursor: pointer
    }

    .column-Articles .header .panel.active {
    color: rgb(24, 144, 255);
}
.new-compositionCard-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block
}

.new-compositionCard-container.noIsPadding {
  width: 250px;
  height: 330px;
}

.new-compositionCard-container.isPadding {
  width: 281px;
  height: 360px;
  padding-right: 31px;
  padding-bottom: 31px;
}

.new-compositionCard-container .new-compositionCard {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-picture {
      width: 100%;
      height: 75.6%;
      background-color: #f6f6f6;
      position: relative;
      overflow: hidden;
      cursor: pointer
    }

.new-compositionCard-container .new-compositionCard .new-compositionCard-picture:hover .new-compositionCard-picture-funcs {
          display: block;
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-picture .new-compositionCard-picture-funcs {
        display: none;
        position: absolute;
        width: 100px;
        right: 5px;
        top: 2.5px;
        height: 22.5px;
        text-align: right
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-picture .new-compositionCard-picture-funcs:hover .new-compositionCard-picture-funcs-item {
            display: block;
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-picture .new-compositionCard-picture-funcs .new-compositionCard-picture-funcs-item {
          display: none;
          position: absolute;
          top: 22.5px;
          right: 0;
          width: 100px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          background-color: #fff;
          cursor: pointer
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-picture .new-compositionCard-picture-funcs .new-compositionCard-picture-funcs-item:hover {
  background-color: #ccc;
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down;
        -o-object-position: center center;
           object-position: center center;
        cursor: pointer;
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-picture .new-compositionCard-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 40px;
        line-height: 54px;
        text-align: center;
        font-size: 10px;
        font-style: normal;
        background-color: #379dfb;
        color: #fff;
        -webkit-transform: translate(-27px, -9px) rotate(-50deg);
        transform: translate(-27px, -9px) rotate(-50deg);
        z-index: 9;
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-info {
      width: 100%;
      height: 24.4%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 9px;
      padding-top: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-title {
        width: 100%;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-title .new-compositionCard-title-left {
          width: 0;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          font-size: 14px;
          font-weight: bold;
          color: #111111;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-timeAndAttachPicture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 2px;
        height: 13px;
      }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-timeAndAttachPicture .new-compositionCard-time {
          width: 0;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          font-size: 12px;
          line-height: 13px;
          font-weight: 400;
          color: #999999;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
        }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-timeAndAttachPicture .new-picture-pv {
          padding-left: 10px;
          font-size: 12px;
          line-height: 13px;
          font-weight: 400;
          color: #999999;
        }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-timeAndAttachPicture .new-compositionCard-attachPicture {
          width: 23px;
          height: 13px;
          font-size: 12px;
          line-height: 13px;
          font-weight: 400;
          color: #2e81ff;
          white-space: nowrap;
          cursor: pointer
        }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-timeAndAttachPicture .new-compositionCard-attachPicture.active {
  visibility: visible;
  pointer-events: auto;
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-timeAndAttachPicture .new-compositionCard-attachPicture.disable {
  visibility: hidden;
  pointer-events: none;
}

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-line {
        width: 100%;
        height: 1px;
        background-color: #f6f6f6;
        margin-top: 10px;
      }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-footer {
        height: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-footer .new-compositionCard-footer-item {
          cursor: pointer
        }

.new-compositionCard-container .new-compositionCard .new-compositionCard-info .new-compositionCard-footer .new-compositionCard-footer-item.clicked {
  color: #ccc;
}

.new-compositionCard-popover-content {
  max-width: 664px;
  height: 231px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto
}

.new-compositionCard-popover-content::-webkit-scrollbar {
  height: 8px;
}

.new-compositionCard-popover-content::-webkit-scrollbar-thumb {
  background-color: #2e81ff;
}

.new-compositionCard-item {
  width: 186px;
  height: 218px;
  margin-right: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.new-compositionCard-item .new-compositionCard-pic {
    width: 186px;
    height: 186px;
    background-color: #f6f6f6;
  }

.new-compositionCard-item .new-compositionCard-pic img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

.new-compositionCard-item .new-compositionCard-btns {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.new-compositionCard-item .new-compositionCard-btns .new-compositionCard-btn {
      font-size: 12px;
      font-weight: 400;
      color: #666666;
      width: 90px;
      height: 26px;
      background: #ffffff;
      border: 1px solid #e4e4e4;
      border-radius: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      line-height: 26px;
      cursor: pointer;
    }

.new-compositionCard-video-container {
  width: 100%;
  height: 100%;
}
.no-scroll-bar::-webkit-scrollbar {
  width: 0;
}

.pictures-modal {
  margin-top: 10px;
}

.pictures-modal .ant-modal-body {
    padding: 0;
  }
.recommend-new-page {
  height: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

  .recommend-new-page .recommend-new-page-noData {
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }.upload-card:hover .cover {
      opacity: 1;
}
.upload-card .cover {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
}
.upload-card .cover > div {
      text-align: center;
}

.task-overview {
  height: 100%;
}

  .task-overview .ant-table-bordered .ant-table-tbody > tr > td {
    border-right: 1px solid #e8e8e8;
    border-left: none;
  }

  .task-overview .task-overview-header {
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 0 10px;
    border-bottom: 1px solid #e5e5e5;
  }

  .task-overview .task-overview-header .left .btn {
        width: 100px;
        height: 32px;
        border-radius: 3px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        display: inline-block;
        border: 1px solid #d4d4d4;
        cursor: pointer
      }

  .task-overview .task-overview-header .left .btn.active {
  background-color: #2e81ff;
  color: #fff;
  border: 1px solid #2e81ff;
}

  .task-overview .task-overview-header .right .btn {
        width: 96px;
        height: 32px;
        border-radius: 3px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        display: inline-block;
        cursor: pointer
      }

  .task-overview .task-overview-header .right .btn.delete {
  background-color: #ec5b56;
  color: #fff;
  margin-right: 10px;
}

  .task-overview .task-overview-header .right .btn.active {
  background-color: #2e81ff;
  color: #fff;
}

  .task-overview .task-overview-filters {
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 0 10px;
    border-bottom: 1px solid #e5e5e5;
  }

  .task-overview .task-overview-filters .left .time_select .ant-select-selection__placeholder {
          color: rgba(0, 0, 0, 0.65);
        }

  .task-overview .task-overview-filters .left .btn {
        width: 60px;
        height: 32px;
        border-radius: 3px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        background-color: #2e81ff;
        color: #fff;
        margin: 0 6px;
        cursor: pointer;
      }

  .task-overview .task-overview-main {
    height: calc(100% - 102px);
    overflow-y: auto;
  }

  .task-overview .task-overview-main .table-actions-container {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow-x: hidden;
    }

  .task-overview .task-overview-main .table-actions-container .table-actions {
        width: 198px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }

  .task-overview .task-overview-main .table-actions-container .table-actions .btn {
          width: 96px;
          height: 32px;
          border-radius: 3px;
          line-height: 32px;
          text-align: center;
          font-size: 14px;
          font-weight: 400;
          display: inline-block;
          background-color: #2e81ff;
          color: #fff;
          margin-bottom: 6px;
          cursor: pointer
        }

  .task-overview .task-overview-main .table-actions-container .table-actions .btn.delete {
  background-color: #ec5b56;
  color: #fff;
}

  .task-overview .column-a {
    color: #000;
    position: relative;
  }

  .task-overview .column-a .clolumn-a-warn {
      position: absolute;
      top: 40px;
      left: 0;
      white-space: nowrap;
      background-color: rgba(0, 0, 0, 0.65);
      color: #fff;
      padding: 0 10px;
      border-radius: 2px;
      visibility: hidden;
    }

  .task-overview .column-a:hover {
  color: #1890ff;
}

  .task-overview .column-a:hover .clolumn-a-warn {
        visibility: visible;
}
.task-deal {
  width: 100%;
  height: 100%;
}

  .task-deal .task-deal-header {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
  }

  .task-deal .task-deal-header .left .btn {
        width: 140px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        border-radius: 3px;
        display: inline-block;
        background-color: #fff;
        cursor: pointer
      }

  .task-deal .task-deal-header .left .btn.active {
  background-color: #2e81ff;
  color: #fff;
  border-radius: 3px 0px 0px 3px;
}

  .task-deal .task-deal-funcs {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }

  .task-deal .task-deal-funcs .left {
      width: 0;
      height: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .task-deal .task-deal-funcs .left .task-item {
        display: inline-block;
        width: 213px;
        height: 18px;
        line-height: 18px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-right: 32px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
      }

  .task-deal .task-deal-funcs .left .task-item.active {
  color: #2e81ff;
}

  .task-deal .task-deal-funcs .left .task-item span {
          font-weight: normal;
}

  .task-deal .task-deal-funcs .left .task-item2 {
        display: inline-block;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        margin-right: 15px;
      }

  .task-deal .task-deal-funcs .right {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .task-deal .task-deal-funcs .right .btn {
        width: 96px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        border-radius: 3px;
        display: inline-block;
        background-color: #2e81ff;
        color: #fff;
        margin-left: 10px;
        cursor: pointer;
      }

  .task-deal .task-deal-funcs .right .rc-filter .ant-select-selection__placeholder {
          color: rgba(0, 0, 0, 0.65);
        }

  .task-deal .task-list {
    width: 100%;
    height: calc(100% - 140px);
    padding: 0 21px;
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .task-deal .task-list .task-card {
      height: 302px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #ffffff;
      border: 1px solid #e4e4e4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 21px;
      margin-bottom: 20px;
    }

  .task-deal .task-list .task-card .task-card-left {
        width: 60%;
        height: 300px;
        background: #f6f6f6;
        cursor: pointer;
      }

  .task-deal .task-list .task-card .task-card-left img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 100%;
        }

  .task-deal .task-list .task-card .task-card-right {
        position: relative;
        width: 40%;
        height: 300px;
        background: #fff;
        padding: 16px;
      }

  .task-deal .task-list .task-card .task-card-right .tag {
          font-size: 14px;
          line-height: 24px;

          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
        }

  .task-deal .task-list .task-card .task-card-right .tag .tag-name {
            color: #333;
          }

  .task-deal .task-list .task-card .task-card-right .tag .tag-child {
            color: #2e81ff;
          }
.task_info-page {
  height: 100%;
  overflow: hidden;
}
.task_info-tabs {
  padding-top: 10px;
  padding-left: 10px;
  height: 45px;
}
.task_info-tabs .ant-radio-button-wrapper-checked a {
      color: #1890ff;
    }
.task_info-content {
  height: calc(100% - 45px);
  overflow: auto;
}
.task_info_ant_tabs {
  height: 100%;
}
.task_info_ant_tabs .ant-tabs-content {
    height: 100%;
  }
.task_info_ant_tabs .task_info_ant_tabs_tabpane {
    height: 100%;
    // overflow: auto;
  }
.task-survey-page {
  height: 100%;
  overflow: hidden;
}
.task-survey-page-header {
  height: 58px;
}
.task-survey-page-content {
  height: calc(100% - 108px);
  overflow: auto;
}
.tsp-padding10 {
  padding: 10px;
}
.tsp-divider {
  margin: 0;
}
.tsp-header {
  height: 45px;
}
.tsp-header, .tsp-filter, .tsp-content {
}
.tsp-content {
  padding: 20px 10px;
}
.tsp-content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tsp-content-cards-item {
  padding: 30px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  // border: 1px solid red;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tsp-content-cards-item > p {
    margin: 0;
    padding: 0;
  }
.tsp-content-cards-item > p:nth-of-type(1) {
    font-size: 36px;
    font-weight: bold;
    color: #2e81ff;
  }
.tsp-content-cards-item > p:nth-of-type(2) {
    font-size: 14px;
    color: #333333;
  }
.tsp-content-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1
}
.tsp-content-container:nth-of-type(1) {
  padding-right: 10px;
}
.tsp-content-container:nth-of-type(2) {
  padding: 0 10px;
}
.tsp-content-container:nth-of-type(3) {
  padding-left: 10px;
}
.tsp-content-charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tsp-content-charts-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
}
.date-warn-popover .ant-popover-arrow {
    display: none;
  }
.steps-content {
    margin-top: 16px;
    border: 1px dashed #e9e9e9;
    border-radius: 6px;
    background-color: #fafafa;
    min-height: 200px;
    text-align: center;
}

.steps-action {
   /*margin-top: 24px;*/
}

.pictureBox{
    width:155px;
    height: 260px;
    float: left;
    background-color:#f5f5f5;
    margin-left: 24px;
    margin-top: 10px;
}

.pictureBox-icon{
    position: relative;
    cursor: pointer;
    padding-bottom: 5px;
    right: -65px;
    top: -20px;
}

.checkbox-pic{
    float: left;
    position: relative;
    left: 10px;
    top: 20px;
}

img {
    display: inline-block;
    vertical-align: middle;
}
.aiRecognitionForCategory {
  // padding: 15px;
  // min-width: 1075px;
  min-width: 1180px;
  height: 100%;
  overflow: hidden;
}

  .aiRecognitionForCategory .com-header {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .aiRecognitionForCategory .search-part {
    padding: 0 10px;
    // margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
  }

  .aiRecognitionForCategory .search-part .search-left-part {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: 50px
    }

  .aiRecognitionForCategory .search-part .search-left-part>div, .aiRecognitionForCategory .search-part .search-left-part>button {
  margin-bottom: 10px;
}

  .aiRecognitionForCategory .search-part .rate-part {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

  .aiRecognitionForCategory .content-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    // justify-content: space-between;

    overflow: auto;
    height: calc(100% - 130px);
  }

  .aiRecognitionForCategory .content-part .content-item {
      // height: 90%;
      max-height: 750px;
      // min-height: 500px;
      border: 1px solid #e8e8e8;
      cursor: pointer;
      border-radius: 2px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      margin: 0 20px 20px 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;

      // display: flex;
      // flex-direction: column
    }

  .aiRecognitionForCategory .content-part .content-item:hover {
  border-color: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

  .aiRecognitionForCategory .content-part .content-item .img-wrap {
        text-align: center;
        // padding: px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        // height: 80%;
        // height: 85%;
        position: relative;
        background-color: #f6f6f6;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        height: 0;
}

  .aiRecognitionForCategory .content-part .content-item .img-wrap>.img-checkbox {
  position: absolute;
  right: 15px;
  top: 10px;
}

  .aiRecognitionForCategory .content-part .content-item .img-wrap>img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
}

  .aiRecognitionForCategory .content-part .content-item .title-part {
        // height: 18%;
        height: 15%;
        min-height: 100px;
        padding: 15px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

  .aiRecognitionForCategory .content-part .content-item .title-part>div:nth-child(2), .aiRecognitionForCategory .content-part .content-item .title-part>.makeSureType, .aiRecognitionForCategory .content-part .content-item .title-part .examTypeName {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
        }

  .aiRecognitionForCategory .content-part .content-item .title-part>.aiType {
  // white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.modal-main .ant-checkbox-wrapper+.ant-checkbox-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

.modal-main .type-checkbox.ant-checkbox-wrapper {
    margin-right: 8px;
  }

.modal-main .cate-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
  }

.modal-main .type-main {
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }

.modal-main .type-title {
    font-size: 16px;
    padding: 0px 15px 0px 10px;
    border-left: 4px solid #000;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

.modal-main .type-content {
    width: 100%;
    padding: 0px 0 3px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 25px;
  }

.modal-main .img-contain {
    width: 48%;
    height: 100%;
    text-align: center;
    border: 1px solid #d6d6d6;
    padding: 10px 0;
    border-radius: 5px;
  }

.modal-main .list-contain {
    width: 48%;
    height: 100%;
    border: 1px solid #d6d6d6;
    padding: 10px;
    border-radius: 5px;

    overflow: auto
  }

.modal-main .list-contain::-webkit-scrollbar {
  display: none;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 10px auto 0;
}

.ai-menu-class>.ant-menu-submenu.ant-menu-submenu-vertical>.ant-menu-submenu-title, .ant-menu-vertical>.ant-menu-item.ai-menuitem-class {
  height: 30px;
  line-height: 30px;
}.react-imagezoom-container {
	position: relative;
	width: 100%;
	height: 100%;
  float: left;
}
  
  .react-imagezoom-container .zoom-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.4);
    cursor: pointer;
    border-radius: 20px 0px 0px 0px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }
  
  .react-imagezoom-container .zoom-btn:hover {
	background-color: rgba(0,0,0,.8);
}
  
  .react-imagezoom-container .leftView {
		position: relative;
		width: 100%;
		height: 100%;
    overflow: hidden;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
  
  .react-imagezoom-container .smallImg {
		max-height: 100%;
		max-width: 100%;
		display: block;
    margin: 0 auto;
    
    // height: 100%;
    // width: 100%;
    // object-fit: contain;
    // object-position: top center;
	}
  
  .react-imagezoom-container .rm-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		background-color: rgba(24, 144, 255, 0.3);
		cursor: move;
	}
  
  .react-imagezoom-container .rightView {
		position: absolute;
		// left: 305px;
		right: 0px;
    top: -2px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
		z-index: 20;
		width: 400px;
		height: 400px;
		overflow: hidden;
		border: 1px solid #f7f7f7;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .3);
            box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .3);
	}
  
  .react-imagezoom-container .bigImg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
  
  .react-imagezoom-container .rm-spin {
		position: absolute;
		top: 46%;
		left: 46%;
		z-index: 20;
	}
  
  .react-imagezoom-container figure {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 20;
		text-align: center;
		overflow-y: auto;
	}
.ai-modal {
  height: 800px;
}

  .ai-modal .ai-modal-content {
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .ai-modal .ai-modal-content .pic {
      width: 983px;
    }

  .ai-modal .ai-modal-content .pic .img {
        height: 800px;
        background: #fbfbfb;
        position: relative;
      }

  .ai-modal .ai-modal-content .pic .img #img {
          width: 100%;
          height: 100%;
        }

  .ai-modal .ai-modal-content .pic .img .rect {
          background: rgba(85, 91, 112, 0.28);
          z-index: 10;
          border: 1px solid #000
        }

  .ai-modal .ai-modal-content .pic .img .rect.active {
  border: 3px dashed red;
}

  .ai-modal .ai-modal-content .info {
      width: 697px;
      height: 800px;
      background: #fff;
      overflow-x: hidden;
      overflow-y: auto;
    }

  .ai-modal .ai-modal-content .info .title {
        margin-top: 33px;
        margin-bottom: 16px;
        height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }

  .ai-modal .ai-modal-content .info .title .left {
          height: 22px;
          font-size: 16px;
          font-weight: 500;
          color: #080808;
          line-height: 22px;
        }

  .ai-modal .ai-modal-content .info .title .right {
          height: 22px;
          font-size: 16px;
          font-weight: 500;
          color: #929292;
          line-height: 22px;
          margin-left: 24px;
        }

  .ai-modal .ai-modal-content .info .item {
        height: 64px;
        background: #d8d8d8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }

  .ai-modal .ai-modal-content .info .item .child {
          width: 50%;
          height: 64px;
          line-height: 64px;
          text-align: center;
        }

  .ai-modal .ai-modal-content .info .items .item1 {
          background: #fafafa;
          border-top: 1px solid rgba(207, 207, 207, 0.5);
          cursor: pointer
        }

  .ai-modal .ai-modal-content .info .items .item1.active {
  background: #eee;
}
.aiRecognitionStatistics-page {
    height: 100%;
    // overflow: hidden;
    min-width: 1200px;
}

    .aiRecognitionStatistics-page .aiRecognitionStatistics_ant_tabs {
        height: 100%;
    }

    .aiRecognitionStatistics-page .aiRecognitionStatistics_ant_tabs .ant-tabs-content {
            height: calc(100% - 60px);
        }

    .aiRecognitionStatistics-page .aiRecognitionStatistics_ant_tabs .aiRecognitionStatistics_ant_tabs_tabpane {
            height: 100%;
            // overflow: auto;
        }

    .aiRecognitionStatistics-page .aiRecognitionStatistics_ant_tabs .aiRecognitionStatistics_second_tabpane {
            overflow: auto;
        }

.TaskStat-page {
    height: 100%;
    overflow: hidden;
}

.TaskStat-page .TaskStat-page-header {
        height: 58px;
    }

.TaskStat-page .TaskStat-page-content {
        height: calc(100% - 108px);
        overflow: auto;
    }

.TaskStat-page .TaskStat-padding10 {
        padding: 10px;
    }

.TaskStat-page .TaskStat-divider {
        margin: 0;
    }

.TaskStat-page .TaskStat-header {
        height: 45px;
    }

.TaskStat-page .TaskStat-content {
        padding: 20px 10px;
    }

.TaskStat-page .TaskStat-content-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.TaskStat-page .TaskStat-content-cards > .TaskStat-content-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.TaskStat-page .TaskStat-content-cards > .TaskStat-content-container + .TaskStat-content-container {
    padding-left: 20px;
}

.TaskStat-page .TaskStat-content-cards-item {
        padding: 30px 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

.TaskStat-page .TaskStat-content-cards-item > p {
            margin: 0;
            padding: 0;
        }

.TaskStat-page .TaskStat-content-cards-item > p:nth-of-type(1) {
            font-size: 36px;
            font-weight: bold;
            color: #2e81ff;
        }

.TaskStat-page .TaskStat-content-cards-item > p:nth-of-type(2) {
            font-size: 14px;
            color: #333333;
        }

.TaskStat-page .TaskStat-content-charts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.TaskStat-page .TaskStat-content-charts-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-top: 20px;
    }

.categoryStat-page {
    // height: 100%;
    padding: 0 20px 20px;
}

.categoryStat-page .content {
        margin-top: 20px;
    }
.zhanhui {
  padding: 30px;
}

  .zhanhui .create {
    margin-bottom: 20px;
  }

  .zhanhui .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .zhanhui .filter .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

  .zhanhui .filter .left .item {
        margin-right: 7px;
        margin-bottom: 10px;
      }

  .zhanhui .filter .right {
    }

  .zhanhui .ant-table-tbody > tr > td {
    padding: 0;
    word-wrap: break-word;
    font-size: 12px;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
  }

  .zhanhui .ant-table-tbody > tr > td .table-img-box {
      display: block;
      width: 70px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
    }

  .zhanhui .ant-table-tbody > tr > td .table-img-box img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        margin: 0 auto;
      }

.map_address_form_item {
  margin-bottom: 0;
}

.map_address_form_item .ant-form-item-label {
    opacity: 0;
    line-height: 25px;
  }

.map_address_form_item .ant-form-item-control {
    line-height: 25px;
  }.upload-list-inline .ant-upload-list-item {
  float: left;
  width: 200px;
  margin-right: 8px;
}
.upload-list-inline .ant-upload-animate-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
          animation-name: uploadAnimateInlineIn;
}
.upload-list-inline .ant-upload-animate-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
          animation-name: uploadAnimateInlineOut;
}.map-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

  .map-location .map-location-left {
    color: #1890ff;
  }

  .map-location .map-location-left i {
      color: #1890ff;
      cursor: pointer;
      margin-right: 5px;
    }

  .map-location .map-location-right i {
      margin-left: 20px;
      cursor: pointer;
    }
.cache-manage{
  margin-top: 10px;
  margin-left: 10px;
}.tableContainer {
  height: 800px;
  padding: 5px 0;
  overflow-y: auto
}
.tableContainer::-webkit-scrollbar {
  width: 0;
}
.zeren {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .zeren .zerenHeader {
    position: sticky;
    top: 52px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    background-color: #fff;
  }

  .zeren .zerenHeader .headerRight {
      margin-left: auto;
    }

  .zeren .zerenTabs {
    position: sticky;
    top: 104px;
    padding-top: 10px;
    z-index: 100;
    background-color: #fff;
  }

  .zeren .zerenTabs .ant-tabs-top-bar {
      margin: 0;
    }
.userLogin {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .userLogin .userLoginHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    padding: 20px 0;
  }

  .userLogin .userLoginHeader .headerRight {
      margin-left: auto;
    }

  .userLogin .userLoginInfo {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: sticky;
    top: 72px;
    background: #fff;
    z-index: 100;
  }

.userLoginModal .ant-modal-body {
    padding-bottom: 0;
  }
.tableContainer {
  height: 800px;
  padding: 5px 0;
  overflow-y: auto
}
.tableContainer::-webkit-scrollbar {
  width: 0;
}
.cityScan {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .cityScan .cityScanHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    padding: 20px 0;
  }

  .cityScan .cityScanHeader .headerRight {
      margin-left: auto;
    }
.articleScan {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .articleScan .articleScanHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    position: sticky;
    top: 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    z-index: 100;
    background-color: #fff;
  }

  .articleScan .articleScanHeader .headerRight {
      margin-left: auto;
    }

  .articleScan .articleScanData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: sticky;
    top: 72px;
    padding: 20px 0;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    background-color: #fff;
  }
.searchScan {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .searchScan .searchScanHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    position: sticky;
    top: 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    z-index: 100;
    background-color: #fff;
  }

  .searchScan .searchScanHeader .headerRight {
      margin-left: auto;
    }
.articleMenuScan {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .articleMenuScan .articleMenuScanHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 100;
    background-color: #fff;
    padding: 20px 0;
  }

  .articleMenuScan .articleMenuScanHeader .headerRight {
      margin-left: auto;
    }
.work {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .work .workTop {
    position: sticky;
    top: 0;
    padding-top: 20px;
    background: #fff;
    z-index: 100;
  }

  .work .workHeader {
    position: sticky;
    top: 52px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    background-color: #fff;
  }

  .work .workHeader .headerRight {
      margin-left: auto;
    }

  .work .workTabs {
    position: sticky;
    top: 104px;
    padding-top: 10px;
    z-index: 100;
    background-color: #fff;
  }
.picDownload {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .picDownload .picDownloadTop {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    padding: 20px 0;
  }

  .picDownload .picDownloadHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    position: sticky;
    top: 72px;
    background: #fff;
    z-index: 100;
    padding-bottom: 20px;
  }

  .picDownload .picDownloadHeader .headerRight {
      margin-left: auto;
    }
.browseRank {
    min-width: 1080px;
}
    .browseRank .content {
        margin-top: 20px;
    }
.keyWordSearchRank {
    min-width: 1080px;
}
    .keyWordSearchRank .content {
        margin-top: 20px;
    }
    .keyWordSearchRank .table-img-box {
        display: block;
        width: 80%;
        // width: 70px;
        // height: 40px;
        // line-height: 40px;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .keyWordSearchRank .table-img-box img {
            max-width: 100%;
            max-height: 100%;
            display: inline-block;
            margin: 0 auto;
        }
.brandRankForPublish {
    min-width: 1080px;
}
    .brandRankForPublish .content {
        margin-top: 20px;
    }
    .brandRankForPublish .table-img-box {
        display: block;
        width: 80%;
        // width: 70px;
        // height: 40px;
        // line-height: 40px;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .brandRankForPublish .table-img-box img {
            max-width: 100%;
            max-height: 100%;
            display: inline-block;
            margin: 0 auto;
        }
.main {
    padding: 0 15px;
}

.table-img-box-ai {
    display: block;
    width: 80%;
    // width: 70px;
    // height: 40px;
    // line-height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.table-img-box-ai img {
        max-width: 100%;
        max-height: 100px;
        display: inline-block;
        margin: 0 auto;
    }

.ai-tabs > .ant-tabs-content.ant-tabs-content-animated.ant-tabs-top-content {
    height: 100%;
    overflow: auto;
}

.ai-resource-tabs > .ant-tabs-content.ant-tabs-content-animated.ant-tabs-top-content {
    height: 100%;
}

#ai-tabs-main ::-webkit-scrollbar {
    width: 10px;
}

.table-row-test {
    position: relative;
    // display: flex;
    // align-items: flex-start
}

.table-row-test > .table-row-children {
    position: sticky;
    top: 60px;
    // transform: translateY(-50%);
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding:  16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.keyWordCountUserInputed {
    min-width: 1080px;
}
    .keyWordCountUserInputed .content {
        margin-top: 20px;
        zoom: 1;
        overflow: auto;
    }
    .keyWordCountUserInputed .table-img-box {
        display: block;
        width: 80%;
        // width: 70px;
        // height: 40px;
        // line-height: 40px;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .keyWordCountUserInputed .table-img-box img {
            max-width: 100%;
            max-height: 100%;
            display: inline-block;
            margin: 0 auto;
        }
.main{
    padding: 0 15px;
}.column-pv-count {
    height: 100%;
}
    .column-pv-count .cpc-count-main {
        height: 100%;
        padding: 20px;
    }
    .column-pv-count .cpc-count-main .cpc-header {
            padding-bottom: 9px;
            border-bottom: 1px solid #e8e8e8;
            margin-bottom: 10px;
        }
    .column-pv-count .cpc-count-main .cpc-content {
            // zoom: 1;
            // height: calc(100% - 35px);
            // overflow: auto;
        }
    .column-pv-count .cpc-count-main .cpc-content .cpc-total {
                font-size: 16px;
                font-weight: bold;
            }
    .column-pv-count .cpc-count-main .cpc-content .cpc-total a {
                    margin-left: 10px;
                    padding: 0 10px;
                }
    .column-pv-count .cpc-count-main .cpc-content .ant-spin-nested-loading, .column-pv-count .cpc-count-main .cpc-content .ant-spin-container {
                height: unset;
            }
    .column-pv-count .cpc-count-main .table-img-box {
            display: block;
            width: 80%;
            // width: 70px;
            // height: 40px;
            // line-height: 40px;
            text-align: center;
            overflow: hidden;
            margin: 0 auto;
        }
    .column-pv-count .cpc-count-main .table-img-box img {
                max-width: 100%;
                max-height: 100%;
                display: inline-block;
                margin: 0 auto;
            }
.month {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .month .monthHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    position: sticky;
    top: 72px;
    background: #fff;
    z-index: 100;
    padding-bottom: 20px;
  }

  .month .monthHeader .headerRight {
      margin-left: auto;
    }

  .month .monthData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: sticky;
    top: 124px;
    background: #fff;
    z-index: 100;
    padding-bottom: 20px;
  }
.brandAttentionRank .content {
        margin-top: 20px;
        // zoom: 1;
        // overflow: auto;
    }

.attentionList .header {
        margin-bottom: 15px;
    }
.statForUserVisitNav-page .content {
        margin-top: 20px;
        // zoom: 1;
        // overflow: auto;
    }
    .statForUserVisitNav-page .table-img-box {
        display: block;
        width: 80%;
        // width: 70px;
        // height: 40px;
        // line-height: 40px;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
    }
    .statForUserVisitNav-page .table-img-box img {
            max-width: 100%;
            max-height: 100%;
            display: inline-block;
            margin: 0 auto;
        }
.statForArticleOrigin-page .content {
        margin-top: 20px;
        zoom: 1;
        overflow: auto;
    }
.StatForMoreImgBtnClick {
    min-width: 1080px;
}
    .StatForMoreImgBtnClick .content {
        margin-top: 20px;
    }
.colorVisitEntryCount {
    padding: 0 20px 20px;
}

    .colorVisitEntryCount .mainPart {
        margin-top: 20px;
    }


.StatForMoreImgBtnClick {
    min-width: 1080px;
    height: 100%;
    position: relative;
    overflow: auto;
}
    .StatForMoreImgBtnClick .header {
        padding-bottom: 10px;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
    }
    .StatForMoreImgBtnClick .content {
        margin-top: 20px;
        padding-bottom: 20px;
    }

.stat-celebrityList-tabs > .ant-tabs-content.ant-tabs-content-animated.ant-tabs-top-content {
    height: calc(100% - 60px);
}
.TotalView-content-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.TotalView-content-cards > .TotalView-content-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc( (100% - 20px * 3) / 4 )
}

.TotalView-content-cards > .TotalView-content-container:nth-child(4n) {
    margin-right: 0;
}

.TotalView-content-cards-item {
    padding: 30px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
}

.TotalView-content-cards-item > p {
        margin: 0;
        padding: 0;
    }

.TotalView-content-cards-item > p:nth-of-type(1) {
        font-size: 36px;
        font-weight: bold;
        color: #2e81ff;
    }

.TotalView-content-cards-item > p:nth-of-type(2) {
        font-size: 14px;
        color: #333333;
    }

.TotalView-content-cards-item:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(24, 144, 255, 1);
            box-shadow: 0px 0px 5px 0px rgba(24, 144, 255, 1);
}
.fabricColumnCount-page {
    height: 100%;
    position: relative;
    overflow: auto;
}

    .fabricColumnCount-page .header-part {
        padding: 10px 10px 0;
        position: sticky;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 100;
    }

    .fabricColumnCount-page .body-part {
        padding: 0  10px 10px;
        margin-top: 20px;
    }

    .fabricColumnCount-page .body-part .tab-contain-part{
            position: relative;
        }
.pressConference {
    height: 100%;
    padding: 15px;
}

    .pressConference .pcf-header .pcf-search-main {
            margin: 15px 0;
        }

    .pressConference .display-inline-block {
        display: inline-block;
    }

    .pressConference .key-word {
        width: 140px;
    }

    .pressConference .gender-select {
        width: 116px;
    }

    .pressConference .key-word-part, .pressConference .gender-part, .pressConference .season-part, .pressConference .hold-time-part, .pressConference .operate-time-part, .pressConference .sort-part {
        margin-right: 7px;
        padding-bottom: 10px;
    }

    .pressConference .area-part {
        // display: flex;
        vertical-align: middle
    }

    .pressConference .area-part > span {
    margin-top: 8px;
    display: inline-block;
}

    .pressConference .area-part > .ant-form-item {
    display: inline-block;
    margin-bottom: 0;
}

    .pressConference .reset-btn, .pressConference .search-btn {
        margin-right: 15px;
    }

    .pressConference .season-select {
        width: 116px;
    }

    .pressConference .sort-select {
        width: 140px;
    }

    .pressConference .hold-time-select, .pressConference .operate-time-select {
        width: 220px;
    }

    .pressConference .button-box > button {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

    .pressConference .button-box > button:hover {
    color: #1890ff;
}
.ant-btn.modal-close-btn1 {
    // margin: 0px auto;
    margin-top: 15px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.press-conference-edit {
    height: 100%;
    overflow: auto;
}
.press-conference-edit .pcf-base-info {
        padding: 20px 10px 0;
    }
.press-conference-edit .pcf-base-item {
        width: 50%;
        display: inline-block;
    }
.press-conference-edit .pcf-base-img {
        width: 50%;
        // display: inline-block;
        float: right;
    }
.press-conference-edit .pcf-footer {
        padding: 20px 40px 20px;
    }
.green-btn {
    background-color: #3cae3c;
    color: #fff;
    margin: 0 30px
}
.green-btn:hover, .green-btn:focus {
    border: 1px solid #3cae3c;
    color: #3cae3c;
    background-color: #fff;
}
.date-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    // align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px;
    border-radius: 5px
}
.date-item:hover {
    background-color: #e6f7ff;
}
.date-item + .date-item {
        margin-top: 15px;
}
.date-item > .date-picker {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.date-item > .collapse-view {
    width: 550px;
    background-color: inherit;
    // margin: 0 25px;
}
.date-item > .collapse-view > .ant-collapse-item {
    border: 0;
}
.date-item > .collapse-view > .ant-collapse-item > .ant-collapse-header {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    color: rgba(0,0,0,.25);
}
.date-icon {
    color: rgba(112, 112, 112, 0.5);
    cursor: pointer
}
.date-icon:hover, .date-icon:focus {
    color: rgba(112, 112, 112, 1);
}
.date-add-part {
    border: 1px dashed #ccc;
    width: 30%;
    margin: 30px 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer
}
.date-add-part > span {
    margin-left: 5px;
}
.date-add-part:hover {
    background-color: #eee;
}
.date-add-part:focus, .date-add-part:active {
    background-color: #fff;
}
.time-item {
    padding: 5px;
    border-radius: 5px;
}
.time-item + .time-item {
        margin-top: 15px;
    }
.date-style > div:nth-child(1) {
    font-weight: bold;
}
.date-style > div:nth-child(2) {
    // font-weight: bold;
    font-size: 12px;
}
.date-style + .date-style {
    margin-top: 10px;
}
.red-err-border{
    border: 1px solid #f5222d;
}
.materialFactory {
  height: 100%;
  padding: 15px;
  padding-top: 0;
}

  .materialFactory .mfc-header {
    padding-bottom: 15px;
  }

  .materialFactory .mfc-header .mfc-search-main .key-word-part {
        display: inline-block;
      }

  .materialFactory .mfc-header .mfc-search-main .key-word-part {
        margin-right: 10px;
      }

  .materialFactory .mfc-header .mfc-search-main .search-btn, .materialFactory .mfc-header .mfc-search-main .reset-btn {
        margin-right: 15px;
      }

  .materialFactory .button-box > button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

  .materialFactory .button-box > button:hover {
  color: #1890ff;
}

  .materialFactory .ant-table-tbody > tr > td {
    padding: 0;
    word-wrap: break-word;
    font-size: 12px;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
  }

  .materialFactory .ant-table-tbody > tr > td .table-img-box {
      display: block;
      width: 70px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      overflow: hidden;
      margin: 0 auto;
    }

  .materialFactory .ant-table-tbody > tr > td .table-img-box img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        margin: 0 auto;
      }

.my-upload {
  position: relative;
}

.my-upload .my-upload-cover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

.my-upload .my-upload-cover .my-upload-icon {
      position: absolute;
      z-index: 100;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      cursor: pointer;
      color: #fff;
      font-size: 16px;
    }

.my-upload:hover .my-upload-cover {
      display: block;
}

.materialFactoryDrawer .ant-drawer-wrapper-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.materialFactoryDrawer .ant-drawer-wrapper-body .ant-drawer-body {
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.materialFactoryDrawer .ant-drawer-wrapper-body .ant-drawer-body .materialFactoryDrawerMain {
        height: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        overflow: auto;
      }

.materialFactoryDrawer .ant-drawer-wrapper-body .ant-drawer-body .materialFactoryDrawerFooter {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
      }

.my-two-lines {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pantoneColorLibrary-part {
    padding: 10px;
    height: 100%;
}

    .pantoneColorLibrary-part .searchPart .topPart {
            margin-bottom: 15px
        }

    .pantoneColorLibrary-part .searchPart .topPart > .inputItem {
    display: inline-block;
    width: 200px;
    margin-right: 40px;
}

    .pantoneColorLibrary-part .searchPart .bottomPart {
            margin-bottom: 10px;
        }

    .pantoneColorLibrary-part .searchPart .bottomPart .colorItem {
                display: inline-block;
                margin-right: 40px
            }

    .pantoneColorLibrary-part .searchPart .bottomPart .colorItem > .inputItem {
    display: inline-block;
    width: 200px;
    margin-right: 40px;
}

    .pantoneColorLibrary-part .searchPart .bottomPart > button {
    margin-right: 40px;
}

    .pantoneColorLibrary-part .header {
        margin-bottom: 15px
    }

    .pantoneColorLibrary-part .header > button {
    margin-right: 15px;
}

    .pantoneColorLibrary-part .content-list-part{
        padding-top: 5px;
        padding-bottom: 10px;
        height: calc( 100% - 137px );
        overflow: auto;
    }

.styleColorHexComponent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.styleColorHexComponent > div:nth-child(1) {
    width: 35%;
}

.styleColorHexComponent > div:nth-child(2), .styleColorHexComponent > div:nth-child(3), .styleColorHexComponent > div:nth-child(4) {
    width: 15%;
}

.styleColorHexComponent > div:nth-child(5) {
    width: 10%;
}

.styleColorHexComponent > div {
    text-align: center;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

.styleColorSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.styleColorSelect .colorBlock {
        width: 22px;
        height: 22px;
    }

.colorSelectStyle {
    width: 460px !important;
    max-height: 400px;
    overflow: auto;
}

.colorSelectBody {
    min-height: 200px;
    padding: 10px 0 0 10px;
}

.colorSelectBody .colorSelectView {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 10px;
    }

.colorSelectBody .colorSelectView .colorItemBlock {
            width: 30px;
            height: 30px;
            margin: 0 10px 10px 0;
            cursor: pointer;
            -webkit-transition: -webkit-transform 0.1s ease-out;
            transition: -webkit-transform 0.1s ease-out;
            transition: transform 0.1s ease-out;
            transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out
        }

.colorSelectBody .colorSelectView .colorItemBlock:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.colorSlider {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e6e6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

  .colorSlider .item {
    position: relative;
    height: 100%;
  }

  .colorSlider .item .info {
      position: absolute;
      left: 16px;
      color: #fff;
      font-size: 11px;
      line-height: 22px;
    }

  .colorSlider .item .btn {
      cursor: pointer;
      outline: none;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 16px;
      height: 16px;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      padding: 3px;
      border: none;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

  .colorSlider .item .btn svg {
        width: 100%;
        height: 100%;
        vertical-align: inherit;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }

  .colorSlider .item .btn svg path {
          fill: #fff;
        }

  .colorSlider .item .btn.btnEdit {
  right: 44px;
}

  .colorSlider .item .btn.btnDelete {
  right: 10px;
}

  .colorSlider .item .index {
      position: absolute;
      width: 8px;
      height: 36px;
      right: -4px;
      top: 50%;
      background-color: #fff;
      border-radius: 4px;
      z-index: 100;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

  .colorSlider .item .index i {
        font-size: 8px;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
      }
.colorSelect {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .colorSelect .color-select-btn {
    width: 72px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px dashed #979797;
    padding-top: 10px;
    cursor: pointer;
  }

.colorSelectContent .pantoneTypes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 24px;
  }

.colorSelectContent .pantoneTypes .pantoneItem {
      width: 24px;
      height: 24x;
      border-radius: 50%;
      cursor: pointer;
      position: relative;
      margin-left: 5px
    }

.colorSelectContent .pantoneTypes .pantoneItem.active::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.colorSelectContent .pantoneData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-height: 260px;
    overflow: auto
  }

.colorSelectContent .pantoneData::-webkit-scrollbar {
  width: 0;
}

.colorSelectContent .pantoneData .pantoneItem {
      width: 24px;
      height: 24px;
      margin-bottom: 2px;
      cursor: pointer;
}

.ant-upload.custom-upload .ant-upload {
      padding: 0;
}
.pantong-detail-modal {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .pantong-detail-modal .left {
    float: left;
    width: 1000px;
  }

  .pantong-detail-modal .left .unChangeAbleInfoContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

  .pantong-detail-modal .left .unChangeAbleInfoContainer .unChangeAbleInfoItem:nth-child(odd) {
  width: 42.8%;
}

  .pantong-detail-modal .left .unChangeAbleInfoContainer .unChangeAbleInfoItem:nth-child(even) {
  width: 40%;
}

  .pantong-detail-modal .left .unChangeAbleInfoContainer .unChangeAbleInfoItem {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

  .pantong-detail-modal .left .unChangeAbleInfoContainer .unChangeAbleInfoItem .block {
          height: 40px;
          background-color: rgba(0, 0, 0, 0.3);
          color: rgba(0, 0, 0, 0.5);
          width: 0;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding-left: 10px;
}

  .pantong-detail-modal .right {
    margin-left: 50px;
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .pantong-detail-modal .right img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
    }
.table-img-box {
  width: 200px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

  .table-img-box img {
    width: 100%;
    max-height: 212px;
    -o-object-fit: contain;
       object-fit: contain;
  }

.color_group_info {
  height: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.color_group_info .color_group_item {
    width: 101px;
    height: 68px;
    background-color: #eee;
    font-size: 10px;
    line-height: 17.5px;
  }

.color_group_info .color_group_item .colorBlock {
      height: 16px;
    }

.color_group_info .color_group_item > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.action .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100px;
    text-align: center
  }

.action .btn.btn-audit {
  background-color: rgba(112, 208, 68, 1);
  border-color: rgba(112, 208, 68, 1);
}

.action .btn.btn-audit:hover {
  background-color: rgba(112, 208, 68, 0.8);
  border-color: rgba(112, 208, 68, 0.8);
}

.pantone_info .pantone_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

.pantone_info .pantone_info_item .text {
      white-space: nowrap;
      font-size: 10px;
    }

.color_list_formItem .ant-form-item-control-wrapper {
    width: 100%;
  }

.color_list_formItem .ant-form-item-control-wrapper .ant-form-item-control {
      width: 100%;
    }

.color_list_formItem .ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children {
        width: 100%;
      }

.btn-container {
  margin-left: 20px;
  display: inline-block;
  width: 62px;
  height: 68px;
}

.custom-switch.ant-switch-checked {
  background-color: rgb(112, 208, 68);
}

.custom-table .ant-table-tbody > tr > td {
    padding: 12px 12px;
    word-wrap: break-word;
  }
.related-pantone {
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .related-pantone .related-pantone-title {
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
    margin-bottom: 24px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .related-pantone .related-pantone-title .related-pantone-title-close {
      cursor: pointer;
    }

  .related-pantone .related-pantone-main {
    margin-top: 20px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }

  .related-pantone .related-pantone-main::-webkit-scrollbar {
  width: 0;
}

  .related-pantone .related-pantone-main .related-pantone-main-loading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding-top: 200px;
}

  .related-pantone .related-pantone-main .related-pantone-card {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px;
      padding-bottom: 0;
      background: #fafafa;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}

  .related-pantone .related-pantone-main .related-pantone-card .related-pantone-card-color {
        width: 100%;
        padding-bottom: 100%;
        margin-bottom: 4px;
        position: relative;
      }

  .related-pantone .related-pantone-main .related-pantone-card .related-pantone-card-color .related-pantone-card-select {
          position: absolute;
          top: 11px;
          right: 11px;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          border: 1px solid #fff;
          cursor: pointer;
          line-height: 10px;
          text-align: center
        }

  .related-pantone .related-pantone-main .related-pantone-card .related-pantone-card-color .related-pantone-card-select.selected {
  background: #fff;
}

  .related-pantone .related-pantone-main .related-pantone-card .related-pantone-card-color .related-pantone-card-select.selected i {
              visibility: visible;
}

  .related-pantone .related-pantone-main .related-pantone-card .related-pantone-card-color .related-pantone-card-select > i {
  visibility: hidden;
}

  .related-pantone .related-pantone-main .related-pantone-card .related-pantone-card-item {
        height: 16px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 16px;
        margin-top: 8px;
      }

  .related-pantone .related-pantone-main .related-pantone-card .related-pantone-card-footer {
        margin-top: auto;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        padding: 12px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 40px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;

        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.6);
        line-height: 16px;
      }

  .related-pantone .related-pantone-main .related-pantone-card .related-pantone-card-footer .related-pantone-card-footer-color {
          width: 16px;
          height: 16px;
        }

  .related-pantone .related-pantone-main .related-pantone-main-pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
}

  .related-pantone .related-pantone-footer {
    padding-top: 24px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.search-group-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 50;
}

  .search-group-modal .search-group-modal-close {
    width: 16px;
    height: 16px;
    color: #ffffff;
    cursor: pointer;

    position: absolute;
    top: 24px;
    left: 159px;
  }

  .search-group-modal .search-group-modal-content {
    margin-left: 200px;
    height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search-group-modal .search-group-modal-content .search-group-modal-title {
      height: 30px;
      font-size: 22px;
      font-weight: bold;
      color: #000000;
      line-height: 30px;
      padding: 24px 30px;
    }

  .search-group-modal .search-group-modal-content .search-group-modal-table {
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 24px 30px;
    }

  .search-group-modal .search-group-modal-content .search-group-modal-table .search-group-modal-table-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 16px;
        position: relative;
      }

  .search-group-modal .search-group-modal-content .search-group-modal-table .search-group-modal-table-header .relatedPantone {
          position: absolute;
          top: 48px;
          left: 0;
          width: 100%;
          height: calc(100vh - 230px);

          background: #ffffff;
          -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.2);
                  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.2);
          border-radius: 4px;
          z-index: 10;
        }

  .search-group-modal .search-group-modal-content .search-group-modal-table .search-group-modal-table-main {
        height: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        overflow-x: hidden;
        overflow-y: auto
      }

  .search-group-modal .search-group-modal-content .search-group-modal-table .search-group-modal-table-main::-webkit-scrollbar {
  width: 0;
}
.search-group {
  padding: 10px;
}

.color-cube {
  width: 100px;
  height: 60px;
  border-radius: 5px;
  margin: 0 auto;
}
.stylePalettePart {
    padding: 10px;
    height: 100%;
}
    .stylePalettePart .header {
        margin-bottom: 10px;
    }
    .stylePalettePart .header .search-part .search-item {
                display: inline-block;
                width: 150px;
                margin-right: 40px;
                margin-bottom: 20px;
            }
    .stylePalettePart .header .search-action-part > button:nth-of-type(1) {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
    .stylePalettePart .header .search-action-part > button:nth-of-type(2) {
    border-radius: unset;
}
    .stylePalettePart .header .search-action-part > button:nth-of-type(3) {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
    .stylePalettePart .content-list-part {
        padding-top: 10px;
        padding-bottom: 10px;
        height: calc(100% - 84px);
        overflow: auto;
    }
    .stylePalettePart .stylePaletteList ul.ant-list-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem {
    width: 250px;
    height: 400px;
    // margin-right: 20px;
    margin-right: 29px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem > .first-item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform 0.2 ease-in;
    transition: -webkit-transform 0.2 ease-in;
    transition: transform 0.2 ease-in;
    transition: transform 0.2 ease-in, -webkit-transform 0.2 ease-in;
}
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem > .first-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem > .first-item > .add-item-text {
    font-size: 20px;
    margin-top: 10px;
}
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem > .color-i {
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem > .content {
    height: 64px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 5px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
    .stylePalettePart .stylePaletteList ul.ant-list-items > .listItem > .bottom {
    padding: 0 10px;
    height: 33px;
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.action-tip {
    font-size: 25px;
    // font-weight: bold;
    height: 40px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
}

/* &:hover {
    //     background-color: #e4f5ff;
     }*/

.action-tip .action-funcs {
        position: absolute;
        right: 20px;
        bottom: 5px;
        // width: 90px;
        width: 105px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        pointer-events: auto;
    }

.action-tip .action-funcs .action-func-item {
            width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-left: 16px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            font-weight: 400;
            color: #666666;
            text-align: left;
            z-index: 1000
        }

.action-tip .action-funcs .action-func-item:hover {
    background-color: #e4f5ff;
}

.listItem {
    width: 250px;
    height: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    background-color: #ffffff
}

.listItem:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.listItem.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.listItem > .first-item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform 0.2 ease-in;
    transition: -webkit-transform 0.2 ease-in;
    transition: transform 0.2 ease-in;
    transition: transform 0.2 ease-in, -webkit-transform 0.2 ease-in;
}

.listItem > .first-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.listItem > .first-item > .add-item-text {
    font-size: 20px;
    margin-top: 10px;
}

.listItem > .color-i {
    height: 300px;
    cursor: pointer;
}

.listItem > .content {
    height: 64px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 5px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.listItem > .bottom {
    padding: 0 10px;
    height: 33px;
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.listItem > .bottom .action-tip {
            font-size: 25px;
            // font-weight: bold;
            height: 40px;
            line-height: 25px;
            cursor: pointer;
            position: relative;
            padding-left: 15px;
}

/* &:hover {
            //     background-color: #e4f5ff;
             }*/

.listItem > .bottom .action-tip .action-funcs {
                position: absolute;
                right: 20px;
                bottom: 0;
                // width: 90px;
                width: 105px;
                background: #ffffff;
                -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                z-index: 1000;
                pointer-events: auto;
            }

.listItem > .bottom .action-tip .action-funcs .action-func-item {
                    width: 100%;
                    -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                    padding-left: 16px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #666666;
                    text-align: left;
                    z-index: 1000
                }

.listItem > .bottom .action-tip .action-funcs .action-func-item:hover {
    background-color: #e4f5ff;
}

.colorStyle-cb .ant-checkbox-group-item {
    // width: 30%;
    width: 140px;
}

.PantonSelect-style {
    max-width: 520px;
}

.PantonSelect-style .pantoneTypes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 24px;
    }

.PantonSelect-style .pantoneTypes .pantoneItem {
            width: 24px;
            height: 24x;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            margin-left: 5px
        }

.PantonSelect-style .pantoneTypes .pantoneItem.active::after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.PantonSelect-style .pantoneData {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        max-height: 260px;
        overflow: auto
    }

.PantonSelect-style .pantoneData::-webkit-scrollbar {
    width: 0;
}

.PantonSelect-style .pantoneData .pantoneItem {
            width: 24px;
            height: 24px;
            margin-bottom: 2px;
            cursor: pointer;
}

.color-per-item {
    position: relative;
}

.color-per-item .btn {
        cursor: pointer;
        outline: none;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 16px;
        height: 16px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        padding: 3px;
        border: none;
        vertical-align: top;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

.color-per-item .btn svg {
            width: 100%;
            height: 100%;
            vertical-align: inherit;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

.color-per-item .btn svg path {
                fill: #fff;
            }

.color-per-item .btn.btnEdit {
    right: 44px;
}

.color-per-item .btn.btnDelete {
    right: 10px;
}

.color-per-item .move-icon {
        position: absolute;
        width: 40px;
        background-color: #fff;
        border-radius: 4px;
        z-index: 100;
        cursor: pointer;
        bottom: -7px;
        text-align: center;
        font-size: 13px;
        height: 14px;
        line-height: 13px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none
    }

.color-per-item .move-icon:hover {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
}

.add-main-part {
    height: calc(100% - 159px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.add-main-part .list-part {
        width: 100%;
        background-color: #fff;
        height: 100%;
        padding: 10px;
    }

.add-main-part .list-part .list-wrap {
            height: 100%;
            overflow: auto
        }

.add-main-part .list-part .list-wrap::-webkit-scrollbar {
    width: 0;
}

.add-main-part .list-part .list-wrap .list-spin {
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                font-size: 20px;
                font-weight: 400;
}

.add-main-part .list-part .list-wrap .recommend-list-card {
                border: none;
}

.add-main-part .list-part .list-wrap .content-list-pagination-container {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
}

.add-main-part .result-part {
        width: 220px;
        height: 100%;
        background-color: #ededed;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 100%;
        padding: 5px;
        position: relative;
    }

.add-main-part .result-part .result-tips {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 10px;
        }

.add-main-part .result-part .result-list {
            height: calc(100% - (10px + 24px + 10px) - (10px + 18px));
            padding: 0 0 0 10px;
            // height: 100%;
        }

.add-main-part .result-part .result-btns {
            position: absolute;
            width: 100%;
            bottom: 10px;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
                justify-content: space-around
        }

.add-main-part .result-part .result-btns > button {
    width: 70px;
}
.inspirationPicture-style {
    height: 100%;
    padding: 10px;
}

    .inspirationPicture-style .header {
        margin-bottom: 10px;
    }

    .inspirationPicture-style .header .search-part .search-item {
                display: inline-block;
                width: 200px;
                margin-right: 40px;
                margin-bottom: 20px;
            }

    .inspirationPicture-style .header .search-action-part > button:nth-of-type(1) {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

    .inspirationPicture-style .header .search-action-part > button:nth-of-type(2) {
    border-radius: unset;
}

    .inspirationPicture-style .header .search-action-part > button:nth-of-type(3) {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

    .inspirationPicture-style .content-list-part {
        padding-top: 10px;
        padding-bottom: 10px;
        height: calc(100% - 84px);
        overflow: auto;
    }

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem {
    width: 250px;
    height: 360px;
    // margin-right: 20px;
    margin-right: 29px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position: relative;
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem > .checkBox {
    position: absolute;
    top: 5px;
    right: 5px;
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem > .img-part {
    background-color: #f6f6f6;
    height: 250px;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center center;
    object-position: center center;
    cursor: pointer;
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem > .content {
    height: 74px;
    // font-size: 16px;
    // font-weight: 400;
    padding: 0 10px;
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem > .content > div:nth-child(1) {
    height: 50px;
    padding: 12px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem > .content > div:nth-child(1) > div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 20px;
    // box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem > .content > div:nth-child(2) {
    height: 24px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem > .content {
    // word-break: break-word;
    // overflow: hidden;
    // text-overflow: ellipsis;
    // display: -webkit-box;
    // -webkit-box-orient: vertical;
    // -webkit-line-clamp: 2;
}

    .inspirationPicture-style .inspirationPictureList ul.ant-list-items > .inspirationPictureListItem > .bottom {
    padding: 0 10px;
    height: 33px;
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.dragger-part {
    width: 50%;
    margin: 0 auto;
}

.dragger-part .upload-btn {
        margin-top: 10px;
        width: 100%;
    }

.dragger-part .upload-btn-part .ant-upload-select-text {
        width: 100%;
    }

.info-input-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.info-input-part .img-part {
        // width: 30%;
        width: 280px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

.info-input-part .img-part .upload-btn-part .ant-upload-select-text {
            width: 100%;
        }

.info-input-part .img-part .upload-btn {
            margin-top: 10px;
            width: 100%;
        }

.info-input-part .img-part .img-wrap {
            width: 280px;
            height: 280px;
        }

.info-input-part .img-part .img-wrap .img-content {
                width: 100%;
                height: 100%;
                background-color: #f6f6f6;
                -o-object-fit: scale-down;
                   object-fit: scale-down;
                -o-object-position: center center;
                object-position: center center;
            }

.info-input-part .info-part {
        width: 100%;
        margin-left: 20px;
    }

.info-input-part .info-part .info-title {
            font-size: 16px;
            font-weight: bold;
            padding-bottom: 10px;
        }

.info-input-part .info-part .info-fenzu-color{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-weight: bold;
        }

.info-input-part .info-part .info-fenzu-color .info-fenzu-color-block+.info-fenzu-color-block {
    margin-left: 20px;
}

.info-input-part .info-part .info-fenzu-color .info-fenzu-color-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.info-input-part .info-part .info-fenzu-color .info-fenzu-color-block>div:nth-child(1) {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.info-input-part .color-select-btn {
        width: 72px;
        height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px dashed #979797;
        padding-top: 10px;
        cursor: pointer;
    }

.ant-upload-text-part {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.colorSlider-i {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

  .colorSlider-i .item {
    position: relative;
    height: 100%;
  }

  .colorSlider-i .item .info {
      position: absolute;
      left: 16px;
      color: #fff;
      font-size: 11px;
      line-height: 22px;
    }

  .colorSlider-i .item .btn {
      cursor: pointer;
      outline: none;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 16px;
      height: 16px;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      padding: 3px;
      border: none;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

  .colorSlider-i .item .btn svg {
        width: 100%;
        height: 100%;
        vertical-align: inherit;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }

  .colorSlider-i .item .btn svg path {
          fill: #fff;
        }

  .colorSlider-i .item .btn.btnEdit {
  right: 35px;
}

  .colorSlider-i .item .btn.btnDelete {
  right: 10px;
}

  .colorSlider-i .item .index {
      position: absolute;
      width: 8px;
      height: 36px;
      right: -4px;
      top: 50%;
      background-color: #fff;
      border-radius: 4px;
      z-index: 100;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

  .colorSlider-i .item .index i {
        font-size: 8px;
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
      }
.patternModelManage {
    padding: 10px;
    height: 100%;
}
    .patternModelManage .header {
        margin-bottom: 10px;
    }
    .patternModelManage .header .search-part .search-item {
                display: inline-block;
                width: 150px;
                margin-right: 40px;
                margin-bottom: 20px;
            }
    .patternModelManage .header .search-action-part > button:nth-of-type(1) {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
    .patternModelManage .header .search-action-part > button:nth-of-type(2) {
    border-radius: unset;
}
    .patternModelManage .header .search-action-part > button:nth-of-type(3) {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
    .patternModelManage .content-list-part {
        padding-top: 10px;
        padding-bottom: 10px;
        height: calc(100% - 84px);
        overflow: auto;
    }
    .patternModelManage .patternModelList ul.ant-list-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

.modelItem {
    width: 250px;
    height: 346px;
    margin-right: 29px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    background-color: #ffffff
}

.modelItem:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.modelItem.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.modelItem > .first-item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform 0.2 ease-in;
    transition: -webkit-transform 0.2 ease-in;
    transition: transform 0.2 ease-in;
    transition: transform 0.2 ease-in, -webkit-transform 0.2 ease-in;
}

.modelItem > .first-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.modelItem > .first-item > .add-item-text {
    font-size: 20px;
    margin-top: 10px;
}

.modelItem > .color-i {
    height: 275px;
    width: 100%;
    cursor: pointer;
}

.modelItem > .color-i > img {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center center;
       object-position: center center;
    // -webkit-user-drag: none;
}

.modelItem > .content {
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    // word-break: break-word;
    // overflow: hidden;
    // text-overflow: ellipsis;
    // display: -webkit-box;
    // -webkit-box-orient: vertical;
    // -webkit-line-clamp: 2;
}

.modelItem > .bottom {
    padding: 0 10px;
    height: 33px;
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.modelItem > .bottom .bottomLeft {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}

.modelItem > .bottom .bottomLeft .sortContent {
                margin-left: 10px;
                cursor: pointer;
                padding-left: 8px;
                min-width: 88px;
                height: 22px
            }

.modelItem > .bottom .bottomLeft .sortContent:hover {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0 7px;
}

.modelItem > .bottom .action-tip {
            font-size: 25px;
            // font-weight: bold;
            height: 40px;
            line-height: 25px;
            cursor: pointer;
            position: relative;
            padding-left: 15px;
}

/* &:hover {
            //     background-color: #e4f5ff;
             }*/

.modelItem > .bottom .action-tip .action-funcs {
                position: absolute;
                right: 20px;
                bottom: 0;
                // width: 90px;
                width: 105px;
                background: #ffffff;
                -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                z-index: 1000;
                pointer-events: auto;
            }

.modelItem > .bottom .action-tip .action-funcs .action-func-item {
                    width: 100%;
                    -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                    padding-left: 16px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #666666;
                    text-align: left;
                    z-index: 1000
                }

.modelItem > .bottom .action-tip .action-funcs .action-func-item:hover {
    background-color: #e4f5ff;
}

.modelEdit .uploader-container > .ant-upload {
            width: 300px;
            height: 300px;
        }

.modelEdit .uploader-container .upload-img-container {
            position: relative
        }

.modelEdit .uploader-container .upload-img-container::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: " ";
}

.modelEdit .uploader-container .upload-img-container .upload-img-viewer {
                width: 282px;
                height: 282px;
                background: #fafafa;
                -o-object-fit: scale-down;
                   object-fit: scale-down;
                -o-object-position: center center;
                   object-position: center center;
}

.modelEdit .uploader-container .upload-img-container .upload-img-tool {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                opacity: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
}

.modelEdit .uploader-container .upload-img-container:hover::before {
    opacity: 1;
}

.modelEdit .uploader-container .upload-img-container:hover .upload-img-tool {
                    opacity: 1;
}

.modelEdit .uploader-container .upload-img-container .upload-img-tool-btn {
                z-index: 10;
                width: 16px;
                color: rgba(255, 255, 255, 0.85);
                font-size: 16px;
                cursor: pointer;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
}

.modelEdit .uploader-container .upload-img-container .upload-img-tool-btn:hover {
    color: #fff;
}

.modelEdit .uploader-container .upload-img-container .upload-img-tool-btn + .upload-img-tool-btn {
                    margin-left: 20px;
}

.modelPicPreview .ant-modal-body {
        // padding: 0;
        text-align: center;
    }

.modelPicPreview .ant-modal-body .upload-img-viewer {
            max-width: 100%;
            max-height: 800px;
        }
.patternBackgroundManage {
    padding: 10px;
    height: 100%;
}
    .patternBackgroundManage .header {
        margin-bottom: 10px;
    }
    .patternBackgroundManage .header .search-part .search-item {
                display: inline-block;
                width: 150px;
                margin-right: 40px;
                margin-bottom: 20px;
            }
    .patternBackgroundManage .header .search-action-part > button:nth-of-type(1) {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
    .patternBackgroundManage .header .search-action-part > button:nth-of-type(2) {
    border-radius: unset;
}
    .patternBackgroundManage .header .search-action-part > button:nth-of-type(3) {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
    .patternBackgroundManage .content-list-part {
        padding-top: 10px;
        padding-bottom: 10px;
        height: calc(100% - 84px);
        overflow: auto;
    }
    .patternBackgroundManage .patternModelList ul.ant-list-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

.backgroundItem {
    width: 250px;
    height: 346px;
    margin-right: 29px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    background-color: #ffffff
}

.backgroundItem:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.backgroundItem.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.backgroundItem > .first-item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform 0.2 ease-in;
    transition: -webkit-transform 0.2 ease-in;
    transition: transform 0.2 ease-in;
    transition: transform 0.2 ease-in, -webkit-transform 0.2 ease-in;
}

.backgroundItem > .first-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.backgroundItem > .first-item > .add-item-text {
    font-size: 20px;
    margin-top: 10px;
}

.backgroundItem > .color-i {
    height: 275px;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f6f6f6;
}

.backgroundItem > .color-i > img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center center;
       object-position: center center;
    // -webkit-user-drag: none;
}

.backgroundItem > .content {
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    // word-break: break-word;
    // overflow: hidden;
    // text-overflow: ellipsis;
    // display: -webkit-box;
    // -webkit-box-orient: vertical;
    // -webkit-line-clamp: 2;
}

.backgroundItem > .bottom {
    padding: 0 10px;
    height: 33px;
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.backgroundItem > .bottom .bottomLeft {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}

.backgroundItem > .bottom .bottomLeft .sortContent {
                margin-left: 10px;
                cursor: pointer;
                padding-left: 8px;
                min-width: 88px;
                height: 22px
            }

.backgroundItem > .bottom .bottomLeft .sortContent:hover {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0 7px;
}

.backgroundItem > .bottom .action-tip {
            font-size: 25px;
            // font-weight: bold;
            height: 40px;
            line-height: 25px;
            cursor: pointer;
            position: relative;
            padding-left: 15px;
}

/* &:hover {
            //     background-color: #e4f5ff;
             }*/

.backgroundItem > .bottom .action-tip .action-funcs {
                position: absolute;
                right: 20px;
                bottom: 0;
                // width: 90px;
                width: 105px;
                background: #ffffff;
                -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
                z-index: 1000;
                pointer-events: auto;
            }

.backgroundItem > .bottom .action-tip .action-funcs .action-func-item {
                    width: 100%;
                    -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                    padding-left: 16px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #666666;
                    text-align: left;
                    z-index: 1000
                }

.backgroundItem > .bottom .action-tip .action-funcs .action-func-item:hover {
    background-color: #e4f5ff;
}

.backgroundEdit .upload-img-box img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }
.celebrityManage-part {
    height: 100%;
    position: relative;
    overflow: auto;
}
    .celebrityManage-part .tab-main-content .header-part {
            padding-bottom: 10px;
            position: sticky;
            top: 0;
            left: 0;
            z-index: 10;
            background-color: #fff;
        }
    .celebrityManage-part .tab-main-content .header-part .search-part {
                margin-bottom: 10px;
            }
    .celebrityManage-part .tab-main-content .header-part .tool-part {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                padding-right: 10px;
            }
    .celebrityManage-part .tool-item-celebrity {
        cursor: pointer;
        color: red;
    }
    .celebrityManage-part .tool-item-celebrity + .tool-item-celebrity {
            margin-left: 5px;
        }
    .celebrityManage-part .tool-item-celebrity[title="启用"] {
    color: #00ad59;
}
    .celebrityManage-part .tool-item-celebrity[title="置底"] {
    color: #333;
}
    .celebrityManage-part .tool-item-celebrity[title="还原"], .celebrityManage-part .tool-item-celebrity>div[title="未发布图片"] {
    color: #1890ff;
}
    .celebrityManage-part .ant-table-tbody > tr.row-isBottom > td {
        background: #f0f0f0;
    }
    .celebrityManage-part .ant-table-tbody > tr > td {
        padding: 0 5px;
        word-wrap: break-word;
        font-size: 14px;
        height: 60px;
        border-bottom: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
    }
    .celebrityManage-part .ant-table-tbody > tr > td .table-img-box {
            display: block;
            width: 70px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            overflow: hidden;
            margin: 0 auto;
        }
    .celebrityManage-part .ant-table-tbody > tr > td .table-img-box img {
                max-width: 100%;
                max-height: 100%;
                display: inline-block;
                margin: 0 auto;
            }

.celebrity-edit .uploader-container > .ant-upload {
            width: 300px;
            height: 300px;
        }

.celebrity-edit .uploader-container .upload-img-container {
            position: relative
        }

.celebrity-edit .uploader-container .upload-img-container::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: " ";
}

.celebrity-edit .uploader-container .upload-img-container .upload-img-viewer {
                width: 282px;
                height: 282px;
                background: #fafafa;
                -o-object-fit: scale-down;
                   object-fit: scale-down;
                -o-object-position: center center;
                   object-position: center center;
}

.celebrity-edit .uploader-container .upload-img-container .upload-img-tool {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                opacity: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
}

.celebrity-edit .uploader-container .upload-img-container:hover::before {
    opacity: 1;
}

.celebrity-edit .uploader-container .upload-img-container:hover .upload-img-tool {
                    opacity: 1;
}

.celebrity-edit .uploader-container .upload-img-container .upload-img-tool-btn {
                z-index: 10;
                width: 16px;
                color: rgba(255, 255, 255, 0.85);
                font-size: 16px;
                cursor: pointer;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
}

.celebrity-edit .uploader-container .upload-img-container .upload-img-tool-btn:hover {
    color: #fff;
}

.celebrity-edit .uploader-container .upload-img-container .upload-img-tool-btn + .upload-img-tool-btn {
                    margin-left: 20px;
}
.publish .ant-modal {
    top: 10px;
  }
  .publish .ant-modal-body {
    padding: 0;
  }

.publish-modal-content {
  height: 100%;
}

.publish-modal-content .publish-modal-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.publish-modal-content .publish-modal-content-header .publish-modal-content-header-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

.publish-modal-content .publish-modal-content-header .publish-modal-content-header-left .tab {
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 100%;
        margin: 0 32px 0 0;
        padding: 10px 16px;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }

.publish-modal-content .publish-modal-content-header .publish-modal-content-header-left .tab .bottom-bar {
          display: none;
          position: absolute;
          bottom: 1px;
          left: 0;
          z-index: 1;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          height: 2px;
          background-color: #1890ff;
          -webkit-transform-origin: 0 0;
                  transform-origin: 0 0;
        }

.publish-modal-content .publish-modal-content-header .publish-modal-content-header-left .tab.active {
    color: #1890ff;
    font-weight: 500;
}

.publish-modal-content .publish-modal-content-header .publish-modal-content-header-left .tab.active .bottom-bar {
            display: block;
}

.publish-modal-content .publish-modal-content-header .publish-modal-content-header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.publish-modal-content .publish-modal-content-main {
    margin-top: 5px;
    height: calc(100% - 41px - 5px - 44px);
    overflow-x: hidden;
    overflow-y: auto;
  }

.publish-modal-content .publish-modal-content-footer {
    height: 44px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

.publish-modal-content .publish-modal-content-footer .close-button {
      position: absolute;
      top: 6px;
      right: 42px;
    }
.HotAndRecommend-content {
  height: 100%;
  position: relative;
  overflow: auto;
}
  .HotAndRecommend-content .header-body {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #fff;
    padding-bottom: 10px;
  }
  .HotAndRecommend-content .header-body .header-tool-part {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 10px 0 0;
      padding-right: 20px;
    }
  .HotAndRecommend-content .content-part .celebrityImgList ul.ant-list-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

.celebrityItem {
  width: 250px;
  height: 347px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  z-index: 10
}

.celebrityItem:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.celebrityItem > .color-i {
  height: 250px;
  width: 100%;
  cursor: pointer;
}

.celebrityItem > .color-i > img {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
}

.celebrityItem > .content {
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.celebrityItem > .content .contentLeft {
      width: calc(100% - 80px - 10px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

.celebrityItem > .content .contentLeft .contentUserName {
        margin-left: 5px;
        width: calc(100% - 5px - 16px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

.celebrityItem > .unPushPic {
  cursor: pointer;
  padding: 0px 0px 5px 26px;
  display: block;
}

.celebrityItem > .bottom {
  padding: 0 10px;
  height: 37px;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.celebrityItem > .bottom .bottomLeft {
      overflow: hidden;
      white-space: nowrap;
      width: calc(100% - 40px);
}

.celebrityItem > .bottom .bottomLeft .styleItem {
        background-color: #f3f3f3;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 0 3px
      }

.celebrityItem > .bottom .bottomLeft .styleItem + .styleItem {
  margin-left: 5px;
}

.celebrityItem > .bottom .bottomRight {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.celebrityItem > .bottom .bottomRight > span {
  cursor: pointer;
  color: #f00;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.addPagePanel {
    height: 750px;
}
    .addPagePanel .content-info {
        margin: 10px 0;
    }
    .addPagePanel .content-part {
        height: calc(100% - 33px - 41px);
        overflow: auto;
    }
    .addPagePanel .content-part .addPanelList ul.ant-list-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }

.addPanelSelItem {
    width: 220px;
    height: 291px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    background-color: #ffffff
}

.addPanelSelItem:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.addPanelSelItem > .color-i {
    height: 220px;
    width: 100%;
}

.addPanelSelItem > .color-i > img {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center center;
       object-position: center center;
    // -webkit-user-drag: none;
}

.addPanelSelItem > .content {
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.addPanelSelItem > .content .contentLeft {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
}

.addPanelSelItem > .content .contentLeft .contentUserName {
                margin-left: 5px;
                width: calc(100% - 5px - 16px);
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

.addPanelSelItem > .bottom {
    padding: 0 10px;
    height: 37px;
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.addPanelSelItem > .bottom .bottomLeft {
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
}

.addPanelSelItem > .bottom .bottomLeft .styleItem {
                background-color: #f3f3f3;
                border: 1px solid #ccc;
                border-radius: 5px;
                padding: 0 3px
            }

.addPanelSelItem > .bottom .bottomLeft .styleItem + .styleItem {
    margin-left: 5px;
}

.addPanelSelItem > .bottom .bottomRight {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
}

.addPanelSelItem > .bottom .bottomRight > span {
    cursor: pointer;
    color: #f00;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.addPageCelebrity .ant-modal-body {
        padding: 10px 20px;
    }
.feedbackListPage {
    height: 100%;
    position: relative;
    overflow: auto;
}
    .feedbackListPage .header-part {
        padding-bottom: 10px;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
    }
    .feedbackListPage .header-part .search-part {
            margin-bottom: 10px;
        }
    .feedbackListPage .header-part .header-tab-part {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }
    .feedbackListPage .tool-item-celebrity {
        cursor: pointer;
        color: red;
    }
    .feedbackListPage .tool-item-celebrity + .tool-item-celebrity {
            margin-left: 20px;
        }
    .feedbackListPage .tool-item-celebrity[title="启用"] {
    color: #00ad59;
}
    .feedbackListPage .ant-table-tbody > tr > td {
        padding: 0 5px;
        word-wrap: break-word;
        font-size: 14px;
        height: 60px;
        border-bottom: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
    }
    .feedbackListPage .ant-table-tbody > tr > td .table-img-box {
            display: block;
            width: 70px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            overflow: hidden;
            margin: 0 auto;
        }
    .feedbackListPage .ant-table-tbody > tr > td .table-img-box img {
                max-width: 100%;
                max-height: 100%;
                display: inline-block;
                margin: 0 auto;
            }

.abandon-reason-main {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
}
.crawlerMonitorPage {
    height: 100%;
    position: relative;
    overflow: auto;
}
    .crawlerMonitorPage .header-part {
        padding-bottom: 10px;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1031;
        background-color: #fff;
    }
    .crawlerMonitorPage .header-part .search-part {
            margin-bottom: 10px;
        }
    .crawlerMonitorPage .header-part .header-tab-part {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }
    .crawlerMonitorPage .tool-item-celebrity {
        cursor: pointer;
        color: red;
    }
    .crawlerMonitorPage .tool-item-celebrity + .tool-item-celebrity {
            margin-left: 20px;
        }
    .crawlerMonitorPage .tool-item-celebrity[title="启用"] {
    color: #00ad59;
}
    .crawlerMonitorPage .ant-table-tbody > tr > td {
        padding: 0 5px;
        word-wrap: break-word;
        font-size: 14px;
        height: 60px;
        border-bottom: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
    }
    .crawlerMonitorPage .ant-table-tbody > tr > td .table-img-box {
            display: block;
            width: 70px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            overflow: hidden;
            margin: 0 auto;
        }
    .crawlerMonitorPage .ant-table-tbody > tr > td .table-img-box img {
                max-width: 100%;
                max-height: 100%;
                display: inline-block;
                margin: 0 auto;
            }
.celebrityList-tabs > .ant-tabs-content.ant-tabs-content-animated.ant-tabs-top-content {
    height: calc( 100% - 60px )
}.scan {
  height: calc(100vh - 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .scan .scroll-main-area {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
  }
.keyword_click {
  height: calc(100vh - 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .keyword_click .scroll-main-area {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
  }
.keyword_click {
  height: calc(100vh - 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .keyword_click .scroll-main-area {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
  }
.scan {
  height: calc(100vh - 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .scan .scroll-main-area {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
  }
.keyword_click {
  height: calc(100vh - 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .keyword_click .scroll-main-area {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
  }
.ant-table-tbody > tr > td {
  padding: 0 5px;
  word-wrap: break-word;
  font-size: 14px;
  height: 60px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

  .ant-table-tbody > tr > td .table-img-box {
    display: block;
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
  }

  .ant-table-tbody > tr > td .table-img-box img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      margin: 0 auto;
    }
.no-scroll-bar::-webkit-scrollbar {
  width: 0;
}

.pictures-modal {
  margin-top: 10px;
}

.pictures-modal .ant-modal-body {
    padding: 0;
  }
.ant-table-tbody > tr > td {
  padding: 0 5px;
  word-wrap: break-word;
  font-size: 12px;
  height: 60px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

  .ant-table-tbody > tr > td .table-img-box {
    display: block;
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
  }

  .ant-table-tbody > tr > td .table-img-box img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      margin: 0 auto;
    }

.hide {
  display: none;
}

.scroll-table .ant-table {
    max-height: calc(100vh - 325px);
    overflow-x: hidden;
    overflow-y: scroll
  }

.scroll-table .ant-table::-webkit-scrollbar {
  width: 0;
}

.scroll-table .ant-pagination {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

.scroll-table2 .ant-table {
    max-height: calc(100vh - 225px);
    overflow-x: hidden;
    overflow-y: scroll
  }

.scroll-table2 .ant-table::-webkit-scrollbar {
  width: 0;
}

.scroll-table2 .ant-pagination {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
.mianliao-drawer-content-onlyshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

  .mianliao-drawer-content-onlyshow .mianliao-drawer-onlyshow-main {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 32px;
    overflow: auto;
  }

  .mianliao-drawer-content-onlyshow .mianliao-drawer-onlyshow-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
    margin-top: 10px;
  }

.drawer-content-my-file-pic-card {
  width: calc((100% - 120px) / 7);
}

.drawer-content-my-file-pic-card .drawer-content-my-file-pic-card-img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.06);
  }

.drawer-content-my-file-pic-card .drawer-content-my-file-pic-card-img img {
      position: absolute;
      -o-object-fit: contain;
         object-fit: contain;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

.drawer-content-my-file-pic-card .drawer-content-my-file-pic-card-img:hover .drawer-content-my-file-pic-card-img-cover {
        display: block;
}

.drawer-content-my-file-pic-card .drawer-content-my-file-pic-card-img .drawer-content-my-file-pic-card-img-cover {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
}

.drawer-content-my-file-pic-card .drawer-content-my-file-pic-card-img .drawer-content-my-file-pic-card-img-cover .drawer-content-my-file-pic-card-img-cover-icon {
        position: absolute;
        z-index: 100;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        cursor: pointer;
        color: #fff;
        font-size: 16px;
      }

.drawer-content-my-file-pic-card .drawer-content-my-file-pic-card-color-type {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 24px,
  }

.drawer-content-my-file-pic-card .drawer-content-my-file-pic-card-color {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.my-drawer-content-name {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}

.my-drawer-content-value {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
}

.my-drawer-content-keywords {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 5px;
  gap: 5px;
}

.my-drawer-content-keywords .my-drawer-content-keyword {
    height: 32px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;

    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
  }
.mianliaoshenhe {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

  .mianliaoshenhe .mianliaoshenheTop {
    position: sticky;
    top: 0;
    padding-top: 20px;
    background: #fff;
    z-index: 100;
  }

  .mianliaoshenhe .mianliaoshenheHeader {
    position: sticky;
    top: 52px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    background-color: #fff;

    grid-gap: 10px;

    gap: 10px;
  }

  .mianliaoshenhe .mianliaoshenheHeader2 {
    position: sticky;
    top: 104px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    background-color: #fff;
  }

.mianliao-drawer .ant-drawer-wrapper-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.mianliao-drawer .ant-drawer-wrapper-body .ant-drawer-body {
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0;
    }
.task-setting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  gap: 16px;
  padding-right: 100px;
  position: relative;
}

  .task-setting-item .task-setting-item-delete {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #000;
    color: #000;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    cursor: pointer;
  }.staff-management-table-manage-member-task-setting-add-and-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  height: 800px;
}

  .staff-management-table-manage-member-task-setting-add-and-edit .staff-management-table-manage-member-task-setting-add-and-edit-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
  }

  .staff-management-table-manage-member-task-setting-add-and-edit .staff-management-table-manage-member-task-setting-add-and-edit-content {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 16px;
    gap: 16px
  }

  .staff-management-table-manage-member-task-setting-add-and-edit .staff-management-table-manage-member-task-setting-add-and-edit-content::-webkit-scrollbar {
  display: none;
}

  .staff-management-table-manage-member-task-setting-add-and-edit .staff-management-table-manage-member-task-setting-add-and-edit-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-gap: 16px;
    gap: 16px;
  }.staff-management-table-manage-member-task-setting-copy .staff-management-table-manage-member-task-setting-copy-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .staff-management-table-manage-member-task-setting-copy .staff-management-table-manage-member-task-setting-copy-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-gap: 16px;
    gap: 16px;
  }
.task-setting {
  width: 100%;
  height: 700px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}


  .task-setting .task-setting-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }


  .task-setting .task-setting-list {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }


  .task-setting .task-setting-list::-webkit-scrollbar {
  display: none;
}

.task-setting-funcs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  gap: 16px;
}

.task-setting-funcs .task-setting-funcs-item {
    cursor: pointer;
  }.contentPartDrawerContent {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .contentPartDrawerContent .contentPartDrawerContentHeader {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contentPartDrawerContent .contentPartDrawerContentMain {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto;
  }

  .contentPartDrawerContent .contentPartDrawerContentFooter {
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #ccc;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-gap: 20px;
    gap: 20px;
  }
.contentPart {
  padding: 20px;
}

.contentPartDrawer .ant-drawer-wrapper-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.contentPartDrawer .ant-drawer-wrapper-body .ant-drawer-body {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0;
    }
.contentDataBtn {
  display: inline-block;
  width: 60px;
  height: 32px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);

  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 28px;
  text-align: center;

  cursor: pointer
}
.contentDataBtn.contentDataBtnPFrimary {
  background: #1890ff;
  border: 1px solid #1890ff;
  color: #fff;
}
.contentDataBtn.contentDataBtnDisabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgb(245, 245, 245);
  cursor: not-allowed;
}
.datePickerJidu {
}

.datePickerJiduPopover {
  padding: 0;
}

.datePickerJiduPopover .ant-popover-content {
    -webkit-transform: translateY(-38px);
            transform: translateY(-38px);
  }

.datePickerJiduPopover .ant-popover-content .ant-popover-inner-content {
      padding: 0;
    }

.datePickerJiduPopover .ant-popover-arrow {
    display: none;
  }

.datePickerJiduPopContent {
  width: 288px;
  height: 98px;
}

.datePickerJiduPopContent .datePickerJiduPopContentBody {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.datePickerJiduPopContent .datePickerJiduPopContentBody .jiduItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      padding: 0 8px;
      width: 25%;
      height: 26px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.88);
      text-align: center;

      cursor: pointer
    }

.datePickerJiduPopContent .datePickerJiduPopContentBody .jiduItem:hover {
  background-color: #eee;
}

.datePickerJiduPopContent .datePickerJiduPopContentBody .jiduItem.jiduItemActive {
  color: #fff;
  background-color: #1890ff;
}
.user-name-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

  .user-name-title .user-name-title-show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 10px;
    gap: 10px;
  }

  .user-name-title .user-name-title-show i {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }

  .user-name-title .user-name-title-select {
    visibility: hidden;
    pointer-events: none
  }

  .user-name-title .user-name-title-select.user-name-title-select-visible {
  visibility: visible;
  pointer-events: auto;
}.content-data-my-table-task-detail {
  width: 100%;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: underline;
}
.content-data-table .ant-table-thead {
    position: sticky;
    top: 0;
  }
.ai-chat-history-item {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border-radius: 6px;
  cursor: pointer
}

.ai-chat-history-item.ai-chat-history-item-active, .ai-chat-history-item:hover {
  background: #f0f2f5;
}

.ai-chat-history-item .ai-chat-history-item-text {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #313131;
    line-height: 38px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-chat-history-item .ai-chat-history-item-input {
    display: inline-block;
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #313131;
    line-height: 38px;

    border: none;
    outline: none;
    background: #e6f4ff;
}

.ai-chat-history-item .ai-chat-history-item-funcs {
    width: 16px;
    height: 100%;
    margin: 0 12px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ai-chat-history-item-popover-content {
  padding: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
}

.ai-chat-history-item-popover-content .ai-chat-history-item-popover-item {
    padding: 0 10px;
    width: 88px;
    height: 32px;
    border-radius: 4px;
    border: 0px solid rgba(0, 0, 0, 0.88);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    grid-gap: 8px;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    cursor: pointer
  }

.ai-chat-history-item-popover-content .ai-chat-history-item-popover-item:hover {
  background: #e6f4ff;
}

.ai-chat-history-item-popover-content .ai-chat-history-item-popover-item .ai-chat-history-item-popover-item-text {
      font-weight: 500;
      font-size: 14px;
      color: #313131;
}

.ai-chat-history-item-popover .ant-popover-content .ant-popover-arrow {
      display: none;
    }

.ai-chat-history-item-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        padding: 0;
      }.ai-chat-history {
  margin-top: 8px;
  padding: 12px 0;
  width: 278px;
  height: calc(100% - 8px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

  .ai-chat-history .ai-chat-history-btn {
    width: calc(100% - 32px);
    margin-bottom: 12px;
    height: 40px;
    background: #f0f2f5;
    border-radius: 6px;
    border: 1px solid rgba(49, 49, 49, 0.1);

    cursor: pointer;

    font-weight: 500;
    font-size: 14px;
    color: #313131;
    line-height: 38px;
    text-align: center;

  }

  .ai-chat-history .ai-chat-history-scroll-area {
    width: 100%;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-y: auto
  }

  .ai-chat-history .ai-chat-history-scroll-area::-webkit-scrollbar {
  display: none;
}

  .ai-chat-history .ai-chat-history-scroll-area .ai-chat-history-date {
      width: 100%;
}

  .ai-chat-history .ai-chat-history-scroll-area .ai-chat-history-date .ai-chat-history-date-title {
        font-size: 12px;
        padding: 0 16px;
        color: rgba(0, 0, 0, 0.6);
      }.ai-chat-content-chat-box-text-area-attachment {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 4px;
  gap: 4px;
}

  .ai-chat-content-chat-box-text-area-attachment .ai-chat-content-chat-box-text-area-attachment-name {
    cursor: pointer;
    font-size: 14px;
    font-weight: medium;
    color: #7788ff;
  }.ai-chat-content-chat-box-text-area {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

  .ai-chat-content-chat-box-text-area .text-area {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 100%;
    resize: none;
    border-radius: 8px;
    outline: none;
    border: none;

    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

    white-space: pre-wrap;
    word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: normal;

    overflow-y: auto
  }

  .ai-chat-content-chat-box-text-area .text-area::-webkit-scrollbar {
  display: none;
}

  .ai-chat-content-chat-box-text-area .text-area-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: transparent;

    overflow-y: auto
  }

  .ai-chat-content-chat-box-text-area .text-area-cover::-webkit-scrollbar {
  display: none;
}

  .ai-chat-content-chat-box-text-area .text-area-cover .text-area-cover-text {
      opacity: 0;
      
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;

      white-space: pre-wrap;
      word-wrap: break-word;
      word-wrap: break-word;
      line-height: 1.5;
      letter-spacing: 0.5px;
      text-align: left;
      font-weight: normal;
}

  .ai-chat-content-chat-box-text-area .text-area-cover .text-area-cover-pic-and-fujian-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      grid-gap: 12px;
      gap: 12px;
}.chat-box-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 6px;
  gap: 6px;
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(49, 49, 49, 0.1);
  background: #f0f2f5;
  padding: 0 16px;

  font-weight: 500;
  font-size: 13px;
  color: rgba(49, 49, 49, 0.8)
}
.chat-box-btn.chat-box-btn-active {
  border: 1px solid #1677ff;
  background-color: #1677ff;
  color: #fff;
}.chat-box {
  width: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 168px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  padding: 16px;
  background-color: #fff;
}

  .chat-box .text-area-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 0;
  }

  .chat-box .text-area-container .text-area {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%;
      width: 100%;
      resize: none;
      border-radius: 8px;
      outline: none;
      border: none
    }

  .chat-box .text-area-container .text-area::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

  .chat-box .text-area-container .text-area::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

  .chat-box .text-area-container .text-area::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

  .chat-box .text-area-container .text-area::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

  .chat-box .chat-box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .chat-box .chat-box-footer .chat-box-footer-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      grid-gap: 16px;
      gap: 16px;
    }

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-icon-container {
        position: relative;
        width: 324x;
        height: 36px;
      }

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-icon-container .chat-box-footer-right-icon {
          font-size: 24px;
        }

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-icon-container .chat-box-footer-right-icon-label {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;

          cursor: pointer;
        }

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-icon-container .chat-box-footer-right-icon-label .chat-box-footer-right-icon-input {
            width: 100%;
            height: 100%;
            display: none;
          }

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-item {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: rgba(0, 0, 0, 0.8);

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

        cursor: pointer
      }

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-item.chat-box-footer-right-item-disabled {
  background: rgba(49, 49, 49, 0.2);
  color: #fff;
  cursor: not-allowed;
}

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-item.chat-box-footer-right-item-active {
  background: #1677ff;
  color: #fff;
}

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-item.chat-box-footer-right-item-active:hover {
  opacity: 0.8;
}

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-item.chat-box-footer-right-item-loading {
  background-color: #1677ff;
  color: #fff;
}

  .chat-box .chat-box-footer .chat-box-footer-right .chat-box-footer-right-item.chat-box-footer-right-item-loading:hover {
  opacity: 0.8;
}.ask-list-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .ask-list-question .ask-list-question-content-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .ask-list-question .ask-list-question-content-container .ask-list-question-content {
      position: relative;
      max-width: 885px;
      border-radius: 12px;
      border-top-right-radius: 0px;
      background-color: #1677ff;
      padding: 12px 24px;
      padding-top: 12px;
      font-size: 14px;
      font-weight: medium;
      line-height: 24px;
      color: white
    }

  .ask-list-question .ask-list-question-content-container .ask-list-question-content:hover {
  opacity: 0.8;
}

  .ask-list-question .ask-list-question-fujian-list {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 8px;
    gap: 8px;
  }

  .ask-list-question .ask-list-question-fujian-list .ask-list-question-fujian-list-item {
      display: inline-block;
      padding: 0 16px;
      height: 58px;
      background: #fff;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 8px;
      gap: 8px;
    }

  .ask-list-question .ask-list-question-fujian-list .ask-list-question-fujian-list-item .ask-list-question-fujian-list-img {
        width: 27px;
        height: 26px;
      }

  .ask-list-question .ask-list-question-fujian-list .ask-list-question-fujian-list-item .ask-list-question-fujian-list-title {
        font-weight: 500;
        font-size: 14px;
        color: rgba(0, 10, 26, 0.89);
        line-height: 22px;
      }

  .ask-list-question .ask-list-question-fujian-list .ask-list-question-fujian-list-item .ask-list-question-fujian-list-size {
        font-weight: 400;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.45);
        line-height: 20px;
      }

.ask-list-question:hover .ask-list-question-content-icons {
      visibility: visible;
      pointer-events: auto;
}

.ask-list-question .ask-list-question-content-icons {
    visibility: hidden;
    pointer-events: none;
    margin-top: 8px;
}

.ask-list-question .ask-list-question-content-icons .ask-list-question-content-icons-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      grid-gap: 14px;
      gap: 14px;
    }

.ask-list-question .ask-list-question-content-icons .ask-list-question-content-icons-inner .ask-list-question-content-icons-item {
        cursor: pointer;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 5px;
        gap: 5px;

        font-weight: 500;
        font-size: 14px;
        color: rgba(0, 10, 26, 0.7);

        cursor: pointer;
      }.ask-list-answer-markdown {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
}

.space-y-4>*+* {
  margin-bottom: 16px;
}

/* styles.css */

.table-wrapper {
  overflow-x: auto;
  /* 响应式水平滚动 */
  margin: 1rem 0;
}

.ask-list-answer-markdown table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    /* 最小宽度 */
    margin: 1rem auto;
  }

.ask-list-answer-markdown th, .ask-list-answer-markdown td {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
  }

.ask-list-answer-markdown th {
    background-color: #f8f9fa;
    font-weight: 600;
  }

.ask-list-answer-markdown tr:nth-child(even) {
    background-color: #fafafa;
  }.ask-list-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 6px;
  gap: 6px;
}

  .ask-list-answer .ask-list-answer-left {
    height: 32px;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #1677ff;
    color: #fff;
    font-size: 16px;
  }

  .ask-list-answer .ask-list-answer-right {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .ask-list-answer .ask-list-answer-right .ask-list-answer-right-content-top {
      padding: 0 12px;
      height: 32px;
      background: #fff;
      border-radius: 16px;

      font-weight: 500;
      font-size: 10px;
      color: rgba(49, 49, 49, 0.6);

      display: -webkit-inline-box;

      display: -ms-inline-flexbox;

      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 6px;
      gap: 6px;
    }

.ask-list-answer-right-content-thought {
  color: rgba(0, 0, 0, 0.4);
}

.ask-list-answer-right-content-loading {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(49, 49, 49, 0.88);
  line-height: 22px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  gap: 8px;
}

.ask-list-answer-right-content-icons .ask-list-answer-right-content-icons-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 14px;
    gap: 14px;
  }

.ask-list-answer-right-content-icons .ask-list-answer-right-content-icons-inner .ask-list-answer-right-content-icons-item {
      cursor: pointer;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 5px;
      gap: 5px;

      font-weight: 500;
      font-size: 14px;
      color: rgba(0, 10, 26, 0.7);

      cursor: pointer;
    }
.ask-list {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}.ai-chat-content {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .ai-chat-content .ai-chat-content-top {
    margin: 0 auto;
    width: 85%;
    height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    
    font-weight: 500;
    font-size: 18px;
    color: #313131;
    text-align: center;
    line-height: 44px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ai-chat-content .ai-chat-content-no-data {
    margin: 24px 0;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    font-weight: 400;
    font-size: 17px;
    color: #171a1d;
    line-height: 22px;
    text-align: center;
  }

  .ai-chat-content .ai-chat-content-no-data img {
      width: 165px;
      height: 165px;
    }

  .ai-chat-content .ai-chat-content-scroll-area {
    margin: 24px 0;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
  }

  .ai-chat-content .ai-chat-content-scroll-area::-webkit-scrollbar {
  display: none;
}

  .ai-chat-content .ai-chat-content-scroll-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

  .ai-chat-content .ai-chat-content-chat-box-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ai-chat-content .chat-box-footer-warning {
    width: 100%;
    height: 30px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 28px;
    text-align: center;
  }.ai-chat-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  background: #f0f2f5;
}.ai-chat {
  position: fixed;
  bottom: 100px;
  right: 60px;
  z-index: 99999999999999;

  width: 56px;
  height: 56px;
  background: #1677ff;
  -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  cursor: pointer;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

  .ai-chat img {
    width: 32px;
    height: 32px;
  }

.ai-chat:hover {
  opacity: 0.8;
}

.ai-chat-popover .ant-popover-content {
    opacity: 0.75;
  }

.ai-chat-popover .ant-popover-content .ant-popover-arrow {
      border-color: #000;
    }

.ai-chat-popover .ant-popover-content .ant-popover-inner {
      background-color: #000;
    }

.ai-chat-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        padding: 5px 12px;

        font-weight: 400;
        font-size: 14px;
        color: #fff;
      }.contentData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  background-color: #f0f2f5;
}

  .contentData .contentDataArea {
    padding: 20px 16px;
    background-color: #fff;
  }

  .contentData .contentDataArea .contentDataHeader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .contentData .contentDataArea .contentDataHeader .headerTitle {
        font-weight: 500;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.85);
        margin-right: 32px;
      }

  .contentData .contentDataArea .contentDataHeader .headerRight {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 16px;
        gap: 16px;
      }

  .contentData .contentDataArea .contentDataHeader .contentDataHeaderIcon {
        cursor: pointer
      }

  .contentData .contentDataArea .contentDataHeader .contentDataHeaderIcon:hover {
  color: #1890ff;
}

  .contentData .contentDataArea .contentDataTabs {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft {
        margin-right: 20px;
        width: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 16px;
        gap: 16px;

        overflow: auto
      }

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft::-webkit-scrollbar {
  height: 8px;
  height: 8px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft::-webkit-scrollbar-track {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f0f2f5;
  background-color: #f0f2f5;
  border-radius: 8px;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft .contentDataTab {
          height: 24px;
          font-weight: 400;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.65);
          cursor: pointer;

          -ms-flex-negative: 0;

              flex-shrink: 0;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft .contentDataTab.active {
  color: #1890ff;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsRight {
        margin-left: auto;
      }

  .contentData .contentDataArea .contentDataInfo {
      margin-top: 16px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .contentData .contentDataArea .contentDataInfo .contentDataInfoTotal {
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.88);
        line-height: 24px;

        -webkit-transform: translateY(-1px);

                transform: translateY(-1px);
      }

  .contentData .contentDataArea .contentCharts .contentChartsNoData {
        width: 100%;
        height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

  .contentData .contentDataArea .contentCharts .contentChartsNoData .contentChartsNoDataImg {
          width: 180px;
          height: 180px;
        }

  .contentData .contentDataArea .contentCharts .contentChartsNoData .contentChartsNoDataText {
          margin-top: 25px;
          font-weight: 400;
          font-size: 17px;
          color: #171a1d;
          line-height: 22px;
        }

  .contentData .contentDataArea .contentDataCards {
      height: 180px;
      padding: 16px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 16px;
      gap: 16px;
      overflow: auto;
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px)
    }

  .contentData .contentDataArea .contentDataCards::-webkit-scrollbar {
  height: 8px;
  height: 8px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .contentData .contentDataArea .contentDataCards::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .contentData .contentDataArea .contentDataCards::-webkit-scrollbar-track {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f0f2f5;
  background-color: #f0f2f5;
  border-radius: 8px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 16px;
        width: 265px;
        height: 140px;
        background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(255, 72, 72, 0.15)),
            to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg,
            rgba(255, 72, 72, 0.15) 0%,
            rgba(255, 255, 255, 0) 100%);
        border-radius: 16px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard:first-child {
  margin-left: 5px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard:last-child {
  margin-right: 5px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCardPic {
  width: calc((100% - 16px * 3) / 4);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCard2 {
  width: 547px;
  background: -webkit-gradient(linear,
              left top, left bottom,
              from(rgba(255, 197, 61, 0.15)),
              to(rgba(255, 197, 61, 0)));
  background: linear-gradient(180deg,
              rgba(255, 197, 61, 0.15) 0%,
              rgba(255, 197, 61, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 25px;
  gap: 25px;
  position: relative;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCard2.contentDataCardPic2 {
  width: calc(2 * (100% - 16px * 2) / 4);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCard2 .contentDataCard2Area {
            width: 50%;
            height: 100%;

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCard2 .contentDataCardLine {
            width: 2px;
            height: 92px;
            background-color: rgba(255, 197, 61, 0.55);
            position: absolute;
            left: 50%;
            top: 24px;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardheader {
          font-weight: 400;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.65);
          line-height: 24px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardheader i {
            cursor: pointer;
          }

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardNum {
          font-weight: 500;
          font-size: 32px;
          color: rgba(0, 0, 0, 0.85);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          grid-gap: 16px;
          gap: 16px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem {
            width: calc(100% - 8px);

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemName {
              font-weight: 400;
              font-size: 16px;
              color: rgba(0, 0, 0, 0.65);
            }

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum {
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              text-transform: none
            }

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum.contentDataCardFooterItemNumAdd {
  color: #ff4848;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum.contentDataCardFooterItemNumReduce {
  color: #36cfc9;
}

  .contentData .contentDataArea .contentDataTable {
      margin-top: 24px;
    }

.contentDataRangePicker .ant-input {
    border-radius: 0 6px 6px 0;
  }

.cardTitleWarnText .ant-popover-content .ant-popover-arrow {
      border-color: #000;
    }

.cardTitleWarnText .ant-popover-content .ant-popover-inner-content {
      border-radius: 6px;
      padding: 8px;
      background-color: #000;
    }

.cardTitleWarnText .ant-popover-content .ant-popover-inner-content .popoverContent {
        color: #fff;
      }

.cardTitleWarnText2 .ant-popover-content .ant-popover-arrow {
      border-color: #fff;
    }

.cardTitleWarnText2 .ant-popover-content .ant-popover-inner-content {
      border-radius: 6px;
      padding: 8px;
      background-color: #fff;
    }

.cardTitleWarnText2 .ant-popover-content .ant-popover-inner-content .popoverContent {
        color: #000;
      }

.aaaCurrent {
  text-decoration: underline;
  cursor: pointer
}

.aaaCurrent:hover {
  color: #fa8c16;
}

.bbbCurrent {
  text-decoration: underline;
  cursor: pointer
}

.bbbCurrent:hover {
  color: #1890ff;
}

.contentData-components-wrapper::-webkit-scrollbar {
  width: 0;
}

.ccc {
  padding: 6px;
}

.ccc .cccTitle {
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 22px;
  }

.ccc .cccContent {
    margin-top: 8px;

    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
  }.content-data-all-data-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

.content-data-all-data-modal-table {
  width: 100%;
  height: 600px;
  margin-top: 8px;
  background-color: #fff;
  padding: 16px;

  overflow: auto;
}
.content-data-top-content {
  padding: 16px;
  padding-top: 0;
  background-color: #fff;
}

  .content-data-top-content .content-data-top-content-header {
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
  }

  .content-data-top-content .content-data-top-content-header .content-data-top-content-header-title {
      font-weight: 500;
      font-size: 20px;
      color: rgba(0, 0, 0, 0.85);
      margin-right: 16px;
    }

  .content-data-top-content .content-data-top-content-header .content-data-top-content-header-btn {
      padding: 0 16px;
      height: 32px;
      background: #fff;
      border-radius: 6px;
      border: 1px solid rgba(0, 0, 0, 0.15);

      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.88);
      line-height: 30px;
      text-align: center;

      cursor: pointer
    }

  .content-data-top-content .content-data-top-content-header .content-data-top-content-header-btn.active {
  background: #1677ff;
  border-color: #1677ff;
  color: #fff;
}

  .content-data-top-content .content-data-top-content-main .content-data-top-content-main-top {
      position: relative;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

  .content-data-top-content .content-data-top-content-main .content-data-top-content-main-top .content-data-top-content-main-top-right {
        position: absolute;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

  .content-data-top-content .content-data-top-content-main .content-data-top-content-main-chart {
      margin-top: 16px;
      position: relative;
    }

  .content-data-top-content .content-data-top-content-main .content-data-top-content-main-chart .yoy {
        position: absolute;
        right: 70px;
        top: 0;
        z-index: 100;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.content-data-top-content-date-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-data-top-content-item {
  padding: 0 12px;
  height: 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);

  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  text-align: center;

  cursor: pointer
}

.content-data-top-content-item.active {
  background: #1677ff;
  color: #fff;
}

.content-data-top-content-tabs .ant-tabs-bar {
    margin: 0;
  }

.new-resources-tooltip {
  position: fixed;
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.user-name-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

  .user-name-title .user-name-title-show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 10px;
    gap: 10px;
  }

  .user-name-title .user-name-title-show i {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }

  .user-name-title .user-name-title-select {
    visibility: hidden;
    pointer-events: none
  }

  .user-name-title .user-name-title-select.user-name-title-select-visible {
  visibility: visible;
  pointer-events: auto;
}.content-data-my-table-task-detail {
  width: 100%;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  text-decoration: underline;
  cursor: pointer;
}
.user-detail-drawer .ant-drawer-content .ant-drawer-wrapper-body {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

      .user-detail-drawer .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body {
        padding: 0;
        height: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;

        overflow: auto
      }

      .user-detail-drawer .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body::-webkit-scrollbar {
      display: none;
}

.user-detail-drawer-content {
  background-color: #f0f2f5;
}
.my-scroll-bar {
  height: 10px;
  overflow-y: hidden;
  overflow-x: auto;
  cursor: pointer
}
.my-scroll-bar.display-none {
  opacity: 0;
  pointer-events: none;
}
.content-data-table .ant-table-thead {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .content-data-table .ant-table-body::-webkit-scrollbar {
    height: 10.5px;
    display: none;
}
.setting-content-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  cursor: pointer
}
.setting-content-checkbox:hover {
  border-color: #1677ff;
}
.setting-content-checkbox.checked {
  color: #fff;
  background: #1677ff;
  border-color: #1677ff;
}
.setting-content-checkbox .checked-part-cube {
    width: 50%;
    height: 50%;
    background: #1677ff;
}
.bottom-content-table-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px;
  gap: 5px;

  cursor: pointer
}

.bottom-content-table-setting:hover, .bottom-content-table-setting.setting-open {
  color: #1677ff;
}

.bottom-content-table-setting-popover {
  padding-top: 0;
}

.bottom-content-table-setting-popover .ant-popover-arrow {
    display: none;
  }

.bottom-content-table-setting-popover .ant-popover-inner-content {
    padding: 0;
  }

.bottom-content-table-setting-content {
  width: 200px;
  background: #fff;
  border-radius: 8px;
  padding-bottom: 9px;
  position: relative;
}

.bottom-content-table-setting-content .bottom-content-table-setting-content-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }

.bottom-content-table-setting-content .bottom-content-table-setting-content-header {
    padding: 0 12px;
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.bottom-content-table-setting-content .bottom-content-table-setting-content-header .bottom-content-table-setting-content-reset {
      margin-left: auto;
      font-weight: 400;
      font-size: 14px;
      color: #1677ff;
      line-height: 22px;
      cursor: pointer;
    }

.bottom-content-table-setting-content .bottom-content-table-setting-content-main {
    margin-top: 12px;
  }

.bottom-content-table-setting-content .bottom-content-table-setting-content-main .bottom-content-table-setting-content-item {
      width: 100%;
      height: 32px;
      padding: 0 12px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 12px;
      gap: 12px;
    }

.bottom-content-table-setting-content .bottom-content-table-setting-content-main .bottom-content-table-setting-content-item:hover {
  background: #e6f4ff;
  color: #1677ff;
}

.bottom-content-table-setting-content .bottom-content-table-setting-content-main .bottom-content-table-setting-content-item:hover .setting-content-checkbox {
          border-color: #1677ff;
}

.bottom-content-table-setting-content .bottom-content-table-setting-content-main .bottom-content-table-setting-content-item {
  cursor: pointer;
}
.bottom-content {
  padding: 20px 16px;
  background-color: #fff;
}

  .bottom-content .bottom-content-header {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
  }

  .bottom-content .bottom-content-header .bottom-content-header-title {
      margin-right: 16px;
      font-weight: 500;
      font-size: 20px;
      color: rgba(0, 0, 0, 0.85);
    }

  .bottom-content .bottom-content-header .bottom-content-header-btn {
      padding: 0 16px;
      height: 32px;
      background: #fff;
      border-radius: 6px;
      border: 1px solid rgba(0, 0, 0, 0.15);

      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.88);
      line-height: 30px;
      text-align: center;

      cursor: pointer
    }

  .bottom-content .bottom-content-header .bottom-content-header-btn.active {
  background: #1677ff;
  border-color: #1677ff;
  color: #fff;
}

  .bottom-content .bottom-content-header .bottom-content-header-right {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 16px;
      gap: 16px;
    }

  .bottom-content .bottom-content-cards {
    margin-top: 16px;
    width: 100%;
    height: 140px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    grid-gap: 16px;
    gap: 16px;
  }

  .bottom-content .bottom-content-table {
    margin-top: 12px;
  }

.contentDataCard {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  width: 265px;
  height: 140px;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(255, 72, 72, 0.15)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 72, 72, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 16px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.contentDataCard:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.contentDataCard:first-child {
  margin-left: 5px;
}

.contentDataCard:last-child {
  margin-right: 5px;
}

.contentDataCard.contentDataCardPic {
  width: calc((100% - 16px * 3) / 4);
}

.contentDataCard.contentDataCard2 {
  width: 547px;
  background: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgba(255, 197, 61, 0.15)),
      to(rgba(255, 197, 61, 0))
    );
  background: linear-gradient(
      180deg,
      rgba(255, 197, 61, 0.15) 0%,
      rgba(255, 197, 61, 0) 100%
    );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 25px;
  gap: 25px;
  position: relative;
}

.contentDataCard.contentDataCard2.contentDataCardPic2 {
  width: calc(2 * (100% - 16px * 2) / 4);
}

.contentDataCard.contentDataCard2 .contentDataCard2Area {
      width: 50%;
      height: 100%;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}

.contentDataCard.contentDataCard2 .contentDataCardLine {
      width: 2px;
      height: 92px;
      background-color: rgba(255, 197, 61, 0.55);
      position: absolute;
      left: 50%;
      top: 24px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
}

.contentDataCard .contentDataCardheader {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
}

.contentDataCard .contentDataCardheader i {
      cursor: pointer;
    }

.contentDataCard .contentDataCardNum {
    font-weight: 500;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.85);
}

.contentDataCard .contentDataCardFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 16px;
    gap: 16px;
}

.contentDataCard .contentDataCardFooter .contentDataCardFooterItem {
      width: calc(100% - 8px);

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemName {
        font-weight: 400;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.65);
      }

.contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        text-transform: none
      }

.contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum.contentDataCardFooterItemNumAdd {
  color: #ff4848;
}

.contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum.contentDataCardFooterItemNumReduce {
  color: #36cfc9;
}
.contentData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  background-color: #f0f2f5;
}

  .contentData .contentDataArea {
    padding: 20px 16px;
    background-color: #fff;
  }

  .contentData .contentDataArea .contentDataHeader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .contentData .contentDataArea .contentDataHeader .headerTitle {
        font-weight: 500;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.85);
        margin-right: 32px;
      }

  .contentData .contentDataArea .contentDataHeader .headerRight {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 16px;
        gap: 16px;
      }

  .contentData .contentDataArea .contentDataHeader .contentDataHeaderIcon {
        cursor: pointer
      }

  .contentData .contentDataArea .contentDataHeader .contentDataHeaderIcon:hover {
  color: #1890ff;
}

  .contentData .contentDataArea .contentDataTabs {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft {
        margin-right: 20px;
        width: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 16px;
        gap: 16px;

        overflow: auto
      }

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft::-webkit-scrollbar {
  height: 8px;
  height: 8px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft::-webkit-scrollbar-track {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f0f2f5;
  background-color: #f0f2f5;
  border-radius: 8px;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft .contentDataTab {
          height: 24px;
          font-weight: 400;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.65);
          cursor: pointer;

          -ms-flex-negative: 0;

              flex-shrink: 0;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsLeft .contentDataTab.active {
  color: #1890ff;
}

  .contentData .contentDataArea .contentDataTabs .contentDataTabsRight {
        margin-left: auto;
      }

  .contentData .contentDataArea .contentDataInfo {
      margin-top: 16px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .contentData .contentDataArea .contentDataInfo .contentDataInfoTotal {
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.88);
        line-height: 24px;

        -webkit-transform: translateY(-1px);

                transform: translateY(-1px);
      }

  .contentData .contentDataArea .contentCharts .contentChartsNoData {
        width: 100%;
        height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

  .contentData .contentDataArea .contentCharts .contentChartsNoData .contentChartsNoDataImg {
          width: 180px;
          height: 180px;
        }

  .contentData .contentDataArea .contentCharts .contentChartsNoData .contentChartsNoDataText {
          margin-top: 25px;
          font-weight: 400;
          font-size: 17px;
          color: #171a1d;
          line-height: 22px;
        }

  .contentData .contentDataArea .contentDataCards {
      height: 180px;
      padding: 16px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 16px;
      gap: 16px;
      overflow: auto;
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px)
    }

  .contentData .contentDataArea .contentDataCards::-webkit-scrollbar {
  height: 8px;
  height: 8px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .contentData .contentDataArea .contentDataCards::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

  .contentData .contentDataArea .contentDataCards::-webkit-scrollbar-track {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f0f2f5;
  background-color: #f0f2f5;
  border-radius: 8px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 16px;
        width: 265px;
        height: 140px;
        background: -webkit-gradient(
          linear,
          left top, left bottom,
          from(rgba(255, 72, 72, 0.15)),
          to(rgba(255, 255, 255, 0))
        );
        background: linear-gradient(
          180deg,
          rgba(255, 72, 72, 0.15) 0%,
          rgba(255, 255, 255, 0) 100%
        );
        border-radius: 16px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard:first-child {
  margin-left: 5px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard:last-child {
  margin-right: 5px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCardPic {
  width: calc((100% - 16px * 3) / 4);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCard2 {
  width: 547px;
  background: -webkit-gradient(
            linear,
            left top, left bottom,
            from(rgba(255, 197, 61, 0.15)),
            to(rgba(255, 197, 61, 0))
          );
  background: linear-gradient(
            180deg,
            rgba(255, 197, 61, 0.15) 0%,
            rgba(255, 197, 61, 0) 100%
          );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 25px;
  gap: 25px;
  position: relative;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCard2.contentDataCardPic2 {
  width: calc(2 * (100% - 16px * 2) / 4);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCard2 .contentDataCard2Area {
            width: 50%;
            height: 100%;

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard.contentDataCard2 .contentDataCardLine {
            width: 2px;
            height: 92px;
            background-color: rgba(255, 197, 61, 0.55);
            position: absolute;
            left: 50%;
            top: 24px;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardheader {
          font-weight: 400;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.65);
          line-height: 24px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardheader i {
            cursor: pointer;
          }

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardNum {
          font-weight: 500;
          font-size: 32px;
          color: rgba(0, 0, 0, 0.85);
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          grid-gap: 16px;
          gap: 16px;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem {
            width: calc(100% - 8px);

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemName {
              font-weight: 400;
              font-size: 16px;
              color: rgba(0, 0, 0, 0.65);
            }

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum {
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              text-transform: none
            }

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum.contentDataCardFooterItemNumAdd {
  color: #ff4848;
}

  .contentData .contentDataArea .contentDataCards .contentDataCard .contentDataCardFooter .contentDataCardFooterItem .contentDataCardFooterItemNum.contentDataCardFooterItemNumReduce {
  color: #36cfc9;
}

  .contentData .contentDataArea .contentDataTable {
      margin-top: 24px;
    }

.contentDataRangePicker .ant-input {
    border-radius: 0 6px 6px 0;
  }

.cardTitleWarnText .ant-popover-content .ant-popover-arrow {
      border-left-color: rgba(0, 0, 0, 0.75);
      border-bottom-color: rgba(0, 0, 0, 0.75);
      border-right-color: transparent;
      border-top-color: transparent;
    }

.cardTitleWarnText .ant-popover-content .ant-popover-inner-content {
      border-radius: 6px;
      padding: 8px;
      background-color: rgba(0, 0, 0, 0.75);
    }

.cardTitleWarnText .ant-popover-content .ant-popover-inner-content .popoverContent {
        max-width: 204px;

        font-weight: 400;
        font-size: 14px;
        color: #fff;
        line-height: 22px;
      }

.cardTitleWarnText2 .ant-popover-content .ant-popover-arrow {
      border-color: #fff;
    }

.cardTitleWarnText2 .ant-popover-content .ant-popover-inner-content {
      border-radius: 6px;
      padding: 8px;
      background-color: #fff;
    }

.cardTitleWarnText2 .ant-popover-content .ant-popover-inner-content .popoverContent {
        color: #000;
      }

.aaaCurrent {
  text-decoration: underline;
  cursor: pointer
}

.aaaCurrent:hover {
  color: #fa8c16;
}

.bbbCurrent {
  text-decoration: underline;
  cursor: pointer
}

.bbbCurrent:hover {
  color: #1890ff;
}

.contentData-components-wrapper::-webkit-scrollbar {
  width: 0;
}

.ccc {
  padding: 6px;
}

.ccc .cccTitle {
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
  }

.ccc .cccContent {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 22px;
  }
.MyComponentTransfer .ant-transfer-list:first-child {
    width: 176px;
}
  .MyComponentTransfer .ant-transfer-list {
    width: 222px;
    height: 264px;
}
  .MyComponentTransfer .ant-transfer-list .ant-transfer-list-body .ant-transfer-list-content .ant-transfer-list-content-item .ant-transfer-list-content-item-text {
          }

.chosenPopover .ant-popover-content {
    background-color: #000;
    border-radius: 6px;
  }

.chosenPopover .ant-popover-content .ant-popover-arrow {
      border-color: #000;
    }

.chosenPopover .ant-popover-content .ant-popover-inner {
      background-color: #000;
      border-radius: 6px;
    }

.chosenPopover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        padding: 5px 22px;
        background-color: #000;
        border-radius: 6px;
      }
.team {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

  .team .teamHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
  }

  .team .teamMain {
    margin-top: 20px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .team .teamMain::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.teamModal .ant-modal-body {
    padding-right: 68px;
    padding-left: 66px;
  }

#modalContainer {
  position: fixed;
  width: 100vw;
  height: calc(100vh + 70px);
  top: -70px;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.teamTable .ant-table-row-cell-break-word {
    padding-top: 6px;
    padding-bottom: 6px;
  }
.trendCard {
  position: relative;
  cursor: pointer
}
.trendCard.checked {
  border: 6px solid #1890ff;
}
.trendCard:hover .trendCardFolder .trendCardFolderMain .trendCardFolderImgContainer {
          visibility: hidden;
          pointer-events: none;
        }
.trendCard:hover .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive {
          pointer-events: auto;
          visibility: visible;
        }
.trendCard:hover .trendCardInfo .trendCardInfoTitle i {
          visibility: visible;
          pointer-events: auto;
        }
.trendCard .trendCardFolder {
    width: 100%;
    padding-bottom: 93.5%;
    position: relative;
}
.trendCard .trendCardFolder .trendCardFolderMain {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
.trendCard .trendCardFolder .trendCardFolderMain img {
        width: 100%;
        height: 100%;
      }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderImgContainer {
        position: absolute;
        width: 76.4%;
        height: 8%;
        left: 11.8%;
        top: 31%;
        background-color: #fff;
        z-index: 3;
        overflow: hidden;
      }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderImgContainer img {
          width: 100%;
          height: auto;
        }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive {
        pointer-events: none;
        visibility: hidden;

        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
      }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .delete {
          position: absolute;
          right: 13px;
          top: calc(8.6% - 13.5px);
          z-index: 3;
          width: 27px;
          height: 27px;
          cursor: pointer;
        }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderLoading {
          position: absolute;
          width: 100%;
          top: 50%;
          color: #fff;
          z-index: 3;
          text-align: center;
          -webkit-transform: translateY(15px);
                  transform: translateY(15px);
        }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveInfo {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: absolute;
          left: 11%;
          top: 13%;
          width: 78%;
          height: 23%;
          z-index: 3;
          color: #fff;

          display: -webkit-box;

          display: -ms-flexbox;

          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveInfo .trendCardFolderMainActiveInfoItem {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveInfo .trendCardFolderMainActiveInfoItem2 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveInfo .trendCardFolderMainActiveInfoItem2 .reduce {
              color: #36cfc9;
            }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveInfo .trendCardFolderMainActiveInfoItem2 .reduce i {
                color: #36cfc9;
                margin-left: 4px;
              }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveInfo .trendCardFolderMainActiveInfoItem2 .rise {
              color: #ff4848;
            }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveInfo .trendCardFolderMainActiveInfoItem2 .rise i {
                color: #ff4848;
                margin-left: 4px;
              }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveCharts {
          position: absolute;
          width: 84%;
          height: 58%;
          left: 8%;
          bottom: 2%;
          z-index: 3;
        }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveCharts .trendCardMainCoverDataTabs {
            margin-top: 8px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            grid-gap: 20px;
            gap: 20px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
          }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveCharts .trendCardMainCoverDataTabs .trendCardMainCoverDataTab {
              height: 24px;
              font-weight: 400;
              font-size: 14px;
              color: #fff;
              cursor: pointer;
              opacity: 0.7;

              position: relative
            }
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveCharts .trendCardMainCoverDataTabs .trendCardMainCoverDataTab.active {
  opacity: 1
}
.trendCard .trendCardFolder .trendCardFolderMain .trendCardFolderMainActive .trendCardFolderMainActiveCharts .trendCardMainCoverDataTabs .trendCardMainCoverDataTab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.trendCard .trendCardInfo {
    margin-top: 15px;
}
.trendCard .trendCardInfo .trendCardInfoTitle {
      font-weight: 500;
      font-size: 18px;
      color: #171a1d;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
.trendCard .trendCardInfo .trendCardInfoTitle .trendCardInfoTitleText {
        max-width: calc(100% - 21px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
.trendCard .trendCardInfo .trendCardInfoTitle i {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
        margin-left: 5px;
        visibility: hidden;
        pointer-events: none;
      }
.trendCard .trendCardInfo .trendCardInfoFooter {
      margin-top: 12px;

      font-weight: 400;
      font-size: 16px;
      color: #171a1d;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.trendCard .trendCardInfo .trendCardInfoFooter .trendCardInfoFooterItem {
        max-width: 50%;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
.trendCard .trendCardInfo .trendCardInfoFooter .trendCardInfoFooterline {
        width: 1px;
        height: 16px;
        background-color: #171a1d;
        margin-left: 16px;
        margin-right: 16px;
      }
.trendCard .trendCardMainContainer {
    width: 100%;
    padding-bottom: 153%;
    position: relative;
}
.trendCard .trendCardMainContainer .trendCardMainBg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 9;
      pointer-events: none;
    }
.trendCard .trendCardMainContainer .trendCardMain {
      position: absolute;
      left: 0;
      top: 0;
      width: 95.2%;
      height: 97.5%;
      background-color: #eee;
      z-index: 10
    }
.trendCard .trendCardMainContainer .trendCardMain:hover .trendCardMainInfo {
          visibility: hidden;
}
.trendCard .trendCardMainContainer .trendCardMain:hover .trendCardMainCover {
          visibility: visible;
          pointer-events: auto;
}
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainImg {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #f0f2f5;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainIcon {
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        z-index: 11;
        pointer-events: none;
}
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainInfo {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 12px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainInfo .trendCardMainInfoName {
          width: 100%;

          font-weight: 500;
          font-size: 18px;
          color: #fff;

          display: -webkit-box;

          display: -ms-flexbox;

          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
        }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainInfo .trendCardMainInfoName .trendCardMainInfoNameLeft {
            width: 0;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;

            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
          }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainInfo .trendCardMainInfoName .trendCardMainInfoNameRight {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            grid-gap: 12px;
            gap: 12px;
          }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainInfo .trendCardMainInfoName .trendCardMainInfoNameRight i {
              cursor: pointer;
              font-size: 18px;
              color: #fff;
            }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainInfo .trendCardMainInfoFooter {
          width: 100%;
          margin-top: 12px;

          display: -webkit-box;

          display: -ms-flexbox;

          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;

          font-weight: 400;
          font-size: 16px;
          color: #fff;
        }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover {
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 312px;
        background: rgba(0, 0, 0, 0.5);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 12px;
}
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverHeader .trendCardMainCoverHeaderTitle {
            font-weight: 500;
            font-size: 18px;
            color: #fff;

            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
          }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverHeader .trendCardMainCoverHeaderSeason {
            margin-top: 12px;
            font-weight: 400;
            font-size: 16px;
            color: #fff;

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
          }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData {
          margin-top: 12px;
          font-weight: 400;
          font-size: 14px;
          color: #fff;
        }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataItem {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            opacity: 0.7;
          }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataItem2 {
            margin-top: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            grid-gap: 16px;
            gap: 16px;
            opacity: 0.7;
          }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataItem2 .trendCardMainCoverDataItem2Reduce {
              color: #36cfc9;
            }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataItem2 .trendCardMainCoverDataItem2Reduce i {
                color: #36cfc9;
                margin-left: 4px;
              }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataItem2 .trendCardMainCoverDataItem2Rise {
              color: #ff4848;
            }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataItem2 .trendCardMainCoverDataItem2Rise i {
                color: #ff4848;
                margin-left: 4px;
              }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataLoading {
            margin-top: 60px;
            font-size: 14px;
            color: #fff;
            line-height: 22px;

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            grid-gap: 10px;
            gap: 10px;
          }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataTabs {
            margin-top: 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            grid-gap: 20px;
            gap: 20px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
          }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataTabs .trendCardMainCoverDataTab {
              height: 24px;
              font-weight: 400;
              font-size: 14px;
              color: #fff;
              cursor: pointer;
              opacity: 0.7;

              position: relative
            }
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataTabs .trendCardMainCoverDataTab.active {
  opacity: 1
}
.trendCard .trendCardMainContainer .trendCardMain .trendCardMainCover .trendCardMainCoverData .trendCardMainCoverDataTabs .trendCardMainCoverDataTab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.myTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

  .myTabs .myTab {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 16px;

    height: 36px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;

    position: relative;
    cursor: pointer
  }

  .myTabs .myTab.myTabHide {
  visibility: hidden;
  pointer-events: none;
}

  .myTabs .myTab.active {
  color: #1677ff;
}

  .myTabs .myTab.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #1677ff;
}
.wowList {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 32px
}
.wowList::-webkit-scrollbar {
  width: 0;
}
.wowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  grid-gap: 32px;
  gap: 32px;
}
.wowList .wowListItem {
    width: calc((100% - 32px * 5) / 6);
    cursor: pointer;
}
.wowList .wowListItem .wowListItemContent {
      width: 100%;
      padding-bottom: 153%;
      position: relative;
    }
.wowList .wowListItem .wowListItemContent .wowListItemContentBg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }
.wowList .wowListItem .wowListItemContent .wowListItemContentInner {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 94%;
        height: 97.5%
      }
.wowList .wowListItem .wowListItemContent .wowListItemContentInner.wowListItemContentInnerChecked {
  border: 6px solid #1890ff;
}
.wowList .wowListItem .wowListItemContent .wowListItemContentInner .wowListItemContentInnerCheckbox {
          position: absolute;
          right: 16px;
          top: 16px;
          z-index: 10;
}
.wowList .wowListItem .wowListItemContent .wowListItemContentInner .wowListItemContentImg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
}
.wowList .wowListItem .wowListItemContent .wowListItemContentInner .wowListItemContentInfo {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0 19px;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 54px;
          background: rgba(0, 0, 0, 0.4);

          display: -webkit-box;

          display: -ms-flexbox;

          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.wowList .wowListItem .wowListItemContent .wowListItemContentInner .wowListItemContentInfo .wowListItemContentInfoLeft {
            font-weight: 500;
            font-size: 18px;
            color: #fff;

            width: 0;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            margin-right: 5px;

            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
          }
.wowList .wowListItem .wowListItemContent .wowListItemContentInner .wowListItemContentInfo .wowListItemContentInfoRight {
            font-weight: 400;
            font-size: 16px;
            color: #fff;
          }
.moveList {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-left: 32px
}
.moveList::-webkit-scrollbar {
  width: 4px;
}
.moveList::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.45);
}
.moveList::-webkit-scrollbar-track {
  background-color: #fff;
  background: #fff;
}
.moveList::-webkit-scrollbar-track-piece {
  background-color: #fff;
  background: #fff;
}
.moveList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  grid-gap: 16px;
  gap: 16px;
}
.moveList .moveListItem {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
    width: calc((100% - 16px * 5) / 6);
    height: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 32px;
    cursor: pointer;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.moveList .moveListItem.moveListItemActive, .moveList .moveListItem:hover {
  background: #e6f4ff;
  border-radius: 4px;
  border: 0px solid rgba(0, 0, 0, 0.88);
}
.trendMoveModalContent {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .trendMoveModalContent .trendMoveModalContentHeader {
    padding: 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .trendMoveModalContent .trendMoveModalContentHeader .trendMoveModalContentHeaderTitle {
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.88);
    }

  .trendMoveModalContent .trendMoveModalContentHeader2 {
    padding: 0 24px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .trendMoveModalContent .trendMoveModalContentHeader2 .trendMoveModalContentHeader2Left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 32px;
      gap: 32px;
    }

  .trendMoveModalContent .trendMoveModalContentHeader2 .trendMoveModalContentHeader2Left .trendMoveModalContentHeader2LeftName {
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.6);
      }

  .trendMoveModalContent .trendMoveModalContentHeader2 .trendMoveModalContentHeader2Left .trendMoveModalContentHeader2LeftValue {
        font-weight: 400;
        font-size: 14px;
        color: #000;
      }

  .trendMoveModalContent .trendMoveModalContentHeader2 .trendMoveModalContentHeader2Right {
      margin-left: auto;
    }

  .trendMoveModalContent .trendMoveModalContentList {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 32px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .trendMoveModalContent .trendMoveModalContentList .trendMoveModalContentListItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 12px;
      padding-left: 8px;
      height: 32px;

      font-weight: 400;
      font-size: 18px;
      color: #000;
      line-height: 30px;

      cursor: pointer
    }

  .trendMoveModalContent .trendMoveModalContentList .trendMoveModalContentListItem.active, .trendMoveModalContent .trendMoveModalContentList .trendMoveModalContentListItem:hover {
  background-color: #e6f4ff;
}

.addModalFormItem .ant-form-item-label {
    margin-left: 12px;
  }
.directorySelect {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

  .directorySelect .directorySelectItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .directorySelect .directorySelectItem img {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }

  .directorySelect .directorySelectItem i {
      display: block;
      cursor: pointer;
      font-size: 22px;
    }

  .directorySelect .directorySelectAdd {
    height: 32px;
    margin-left: 65px;
    cursor: pointer;
    line-height: 16px;
  }

  .directorySelect .directorySelectAdd i {
      margin-right: 5px;
      line-height: 16px;
    }
.createSucaijia .createSucaijiaFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-gap: 16px;
    gap: 16px;
  }.descPopover {
  z-index: 100000000000000000;
}
  .descPopover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        padding: 12px;
      }

.descPopoverContent {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}

.descPopoverContent .descPopoverContentItem {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 10px;
    gap: 10px;

    cursor: pointer;
  }

.descPopoverContent .descPopoverContentItem i {
      font-size: 14px;
    }
.picModalContent {
  width: 100%;
  // padding-bottom: calc(70.8% + 73px);
  height: calc(504px + 73px);
  position: relative;
}

  .picModalContent .picModalContentMain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
  }

  .picModalContent .picModalContentMain .picModalContentDrawings {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 174px;
      height: 100%;
      margin-right: 10px;

      overflow-y: auto;
      overflow-x: hidden
    }

  .picModalContent .picModalContentMain .picModalContentDrawings::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(22, 119, 255, 1);
}

  .picModalContent .picModalContentMain .picModalContentDrawings .picModalContentDrawingsItem {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 174px;
        margin-bottom: 4px;

        cursor: pointer;
}

  .picModalContent .picModalContentMain .picModalContentDrawings .picModalContentDrawingsItem.active {
  border: 4px solid #1677ff;
}

  .picModalContent .picModalContentMain .picModalContentDrawings .picModalContentDrawingsItem img {
          width: 100%;
}

  .picModalContent .picModalContentMain .picModalContentLeft {
      width: 50%;
      height: 100%;
      position: relative;
    }

  .picModalContent .picModalContentMain .picModalContentLeft .picModalContentLeftImgContainer {
        width: 100%;
        // padding-bottom: 141.6%;
        height: 504px;
        background: #efefef;
        position: relative;
      }

  .picModalContent .picModalContentMain .picModalContentLeft .picModalContentLeftImgContainer img {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
        }

  .picModalContent .picModalContentMain .picModalContentLeft .picModalContentLeftImgContainer .picModalContentLeftImgContainerIcon {
          position: absolute;
          right: -0;
          bottom: -0;

          width: 42px;
          height: 42px;

          cursor: pointer;
        }

  .picModalContent .picModalContentMain .picModalContentLeft .picModalContentLeftImgContainer .picModalDrawingsBtn {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);

          width: 24px;
          height: 24px;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.32);
                  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.32);

          text-align: center;
          line-height: 24px;

          cursor: pointer;
        }

  .picModalContent .picModalContentMain .picModalContentLeft .picModalContentLeftImgContainer .picModalDrawingsBtn i {
            color: #fff;
          }

  .picModalContent .picModalContentMain .picModalContentLeft .picModalContentLeftInfo {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 12px 16px;
        width: 100%;
        height: 73px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

  .picModalContent .picModalContentMain .picModalContentLeft .picModalContentLeftInfo .picModalContentLeftInfoTitle {
          font-weight: 500;
          font-size: 18px;
          color: #1677ff;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline;
          cursor: pointer;
        }

  .picModalContent .picModalContentMain .picModalContentLeft .picModalContentLeftInfo .picModalContentLeftInfoFooter {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;

          font-weight: 400;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.8);
        }

  .picModalContent .picModalContentMain .picModalContentRight {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 16px;
      padding-left: 24px;
      padding-right: 16px;
      width: 50%;
      height: 100%;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 16px;
      gap: 16px;

      overflow: auto
    }

  .picModalContent .picModalContentMain .picModalContentRight::-webkit-scrollbar {
  width: 0;
}

  .picModalContent .picModalContentMain .picModalContentRight .picModalContentRightItem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 2px;
        gap: 2px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

  .picModalContent .picModalContentMain .picModalContentRight .picModalContentRightItem .picModalContentRightItemName {
          font-weight: 500;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.3);
        }

  .picModalContent .picModalContentMain .picModalContentRight .picModalContentRightItem .picModalContentRightItemValue {
          font-weight: 500;
          font-size: 14px;
          color: #000
        }

  .picModalContent .picModalContentMain .picModalContentRight .picModalContentRightItem .picModalContentRightItemValue.keywords .keyword {
              display: inline-block;
              margin-left: 10px;

              font-weight: 500;
              font-size: 14px;
              color: #1677ff;

              cursor: pointer;
}

.picModalContentBtn {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1030;
}

.picModalContentBtn.left {
  left: 0;
}

.picModalContentBtn.left i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
}

.picModalContentBtn.right {
  right: 0;
}

.picModalContentBtn {
  width: 60px;
  height: 136px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
}
.trendNormalCard {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

  .trendNormalCard .trendNormalCardPic {
    width: 100%;
    padding-bottom: 121%;
    background: #efefef;
    position: relative;
    cursor: pointer;
  }

  .trendNormalCard .trendNormalCardPic .trendNormalCardPicImg {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #f0f2f5;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

  .trendNormalCard .trendNormalCardPic .trendNormalCardInfoImg {
      position: absolute;
      top: 0;
      left: 0;
      width: 35px;
      height: 35px;
      z-index: 3;
    }

  .trendNormalCard .trendNormalCardInfo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
  }

  .trendNormalCard .trendNormalCardInfo .trendNormalCardInfoTitle {
      height: 24px;
      font-weight: 500;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.8);
      line-height: 24px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .trendNormalCard .trendNormalCardInfo .trendNormalCardInfoTitle .trendNormalCardInfoTitleLeft {
        width: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

        color: #1677ff;
        line-height: 24px;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
        cursor: pointer;
      }

  .trendNormalCard .trendNormalCardInfo .trendNormalCardInfoTitle .trendNormalCardInfoTitleRight {
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        line-height: 24px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

  .trendNormalCard .trendNormalCardInfo .trendNormalCardInfoFooter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .trendNormalCard .trendNormalCardInfo .trendNormalCardInfoFooter .trendNormalCardInfoSeason {
        height: 24px;
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        line-height: 24px;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

  .trendNormalCard .trendNormalCardInfo .trendNormalCardInfoFooter .trendNormalCardInfoDetail {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: auto;

        font-weight: 400;
        font-size: 16px;
        color: #1677ff;

        cursor: pointer;
      }.tempTaskDrawer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .tempTaskDrawer .tempTaskDrawerHeader {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .tempTaskDrawer .tempTaskDrawerHeader .tempTaskDrawerHeaderTitle {
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.88);
    }

  .tempTaskDrawer .tempTaskDrawerHeader .tempTaskDrawerHeaderClose {
      cursor: pointer;
    }

  .tempTaskDrawer .tempTaskDrawerHeader1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 16px;
    gap: 16px;
  }

  .tempTaskDrawer .tempTaskDrawerHeader1 .tempTaskDrawerHeader1Plus {
      font-size: 20px;
      cursor: pointer;
    }

  .tempTaskDrawer .tempTaskDrawerHeader2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px;
    margin-top: 16px;
  }

  .tempTaskDrawer .tempTaskDrawerList {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px;
    margin-top: 24px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;

    overflow: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 32px;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .tempTaskDrawer .tempTaskDrawerFooter {
    padding-right: 24px;
    height: 64px;
    background: #fff;
    -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
      0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
      0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-gap: 24px;
    gap: 24px;
  }
.tempTask {
  position: fixed;
  right: 22px;
  bottom: 0;
  width: calc(100% - 200px - 16px - 14px);
  height: 110px;
  background-color: #1677ff;
  z-index: 10;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;
  padding: 16px 24px;

  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

  .tempTask .tempTaskBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .tempTask .tempTaskName {
    font-weight: 600;
    font-size: 24px;
    color: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tempTask .tempTaskName i {
      font-size: 19px;
      color: #fff;
      margin-left: 19px;
      display: block;
      cursor: pointer;
    }

  .tempTask .tempTaskNameFooter {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 12px;
    gap: 12px;
  }

  .tempTask .tempTaskNameFooter .tempTaskNameFooterItem {
      padding: 0 16px;
      height: 32px;
      background: rgba(255, 255, 255, 0.24);
      border-radius: 20px;

      line-height: 30px;
      font-weight: 500;
      font-size: 14px;
      color: #fff;
    }

  .tempTask .tempTaskClose {
    cursor: pointer;

    position: absolute;
    right: 26px;
    top: 16px;

    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 50%;

    color: #1677ff;
    text-align: center;
    line-height: 22px;
  }

  .tempTask .tempTaskFuncs {
    position: absolute;
    right: 24px;
    bottom: 16px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .tempTask .tempTaskFuncs .tempTaskFuncsBtn {
      cursor: pointer;

      width: 120px;
      height: 40px;
      background: #ffffff;
      border-radius: 8px;

      font-weight: 400;
      font-size: 16px;
      color: #000;
      line-height: 38px;

      text-align: center;
    }

  .tempTask .tempTaskFuncs .tempTaskFuncsBtn2 {
      margin-right: 16px;
      cursor: pointer;

      width: 120px;
      height: 40px;
      border-radius: 8px;
      border: 1px solid #fff;

      font-weight: 400;
      font-size: 16px;
      color: #fff;
      line-height: 38px;

      text-align: center;
    }

  .tempTask .tempTaskFuncs .tempTaskFuncsText {
      margin-right: 12px;

      font-weight: 500;
      font-size: 14px;
      color: #fff;

      -ms-flex-item-align: end;

          align-self: flex-end;
    }

.tempTaskDrawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body {
          padding: 0;
          width: 100%;
          height: 100%;
        }
.myTaskModalContentDirectory {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .myTaskModalContentDirectory .myTaskModalContentDirectoryHeader {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .myTaskModalContentDirectory .myTaskModalContentDirectoryHeader .myTaskModalContentDirectoryHeaderTitle {
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.88);
    }

  .myTaskModalContentDirectory .myTaskModalContentDirectoryHeader .myTaskModalContentDirectoryHeaderDesc {
      margin-top: 5px;

      font-weight: 400;
      font-size: 14px;
      color: #171a1d;
    }

  .myTaskModalContentDirectory .myTaskModalContentDirectoryNoData {
    margin-top: 32px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .myTaskModalContentDirectory .myTaskModalContentDirectoryNoData img {
      width: 64px;
      height: 48px;
    }

  .myTaskModalContentDirectory .myTaskModalContentDirectoryNoData .myTaskModalContentDirectoryNoDataText {
      margin-top: 12px;

      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.45);
      line-height: 22px;
    }

  .myTaskModalContentDirectory .myTaskModalContentDirectoryList {
    margin-top: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    grid-gap: 32px;
    gap: 32px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .myTaskModalContentDirectory .myTaskModalContentDirectoryList::-webkit-scrollbar {
  width: 0;
}

  .myTaskModalContentDirectory .myTaskModalContentDirectoryFooter {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-gap: 20px;
    gap: 20px;
    padding: 24px 0;
    padding-right: 38px;
  }

.myTaskModalContentDirectoryItem {
  cursor: pointer;
  width: calc((100% - 32px * 4) / 5);
  position: relative;
}

.myTaskModalContentDirectoryItem img {
    width: calc(100% - 60px);
    margin-left: 30px;
  }

.myTaskModalContentDirectoryItem .myTaskModalContentDirectoryItemInfo {
    margin-top: 6px;

    font-weight: 500;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

.myTaskModalContentDirectoryItem .myTaskModalContentDirectoryItemInfo.active span {
        color: #1677ff;
}

.myTaskModalContentDirectoryItem .myTaskModalContentDirectoryItemEdit {
    margin-top: 6px;

    font-weight: 500;
    font-size: 18px;
  }

.myTaskModalContentDirectoryItem .myTaskModalContentDirectoryItemEdit input {
      width: calc(100% - 30px);
      color: #1677ff;
      background: rgba(22, 119, 255, 0.22);
      background-color: rgba(22, 119, 255, 0.22);
      margin-left: 30px;
      display: inline-block;
      border: none;
      outline: none;
    }

.directoryModal .ant-modal-content .ant-modal-header {
      display: none;
    }

.directoryModal .ant-modal-content .ant-modal-body {
      padding: 0;
    }
.myTaskModalContent {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .myTaskModalContent .myTaskModalContentHeader {
    padding: 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .myTaskModalContent .myTaskModalContentHeader .myTaskModalContentHeaderTitle {
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.88);
    }

  .myTaskModalContent .myTaskModalContentFilter {
    margin-top: 16px;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
  }

  .myTaskModalContent .myTaskModalContentList {
    margin-top: 16px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .myTaskModalContent .myTaskModalContentList::-webkit-scrollbar {
  width: 0;
}

  .myTaskModalContent .myTaskModalContentFooter {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);
  }
.numSelect {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 25px;
  gap: 25px;
}

  .numSelect .numSelectName {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.88);
  }

  .numSelect i {
    display: block;
    font-size: 22px;
    color: #c9c9c9;
    cursor: pointer
  }

  .numSelect i.active {
  color: #000;
}
.sucaicaijiTimePicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88);
}

  .sucaicaijiTimePicker span:first-child {
  margin-right: 10px;
}

  .sucaicaijiTimePicker .sucaicaijiTimePickerArea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 6px 0px 0px 6px;
    border: 0px solid rgba(0, 0, 0, 0.65);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 6px;
    gap: 6px;
  }

  .sucaicaijiTimePicker .sucaicaijiTimePickerArea .sucaicaijiTimePickerItem {
      cursor: pointer;
      padding: 0 6px;
      height: 28px;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px
    }

  .sucaicaijiTimePicker .sucaicaijiTimePickerArea .sucaicaijiTimePickerItem.active {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.88);
}
.sucaicaijiFolder {
  width: calc((100% - 70px * 2) / 3);
  height: 48px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  gap: 16px;

  cursor: pointer
}
.sucaicaijiFolder.checked .sucaicaijiFolderInfo .sucaicaijiFolderInfoTitle {
        color: #1677ff;
      }
.sucaicaijiFolder.checked .sucaicaijiFolderInfo .sucaicaijiFolderInfoFooter {
        color: #1677ff;
      }
.sucaicaijiFolder.checked .sucaicaijiFolderInfo .sucaicaijiFolderInfoFooter .sucaicaijiFolderInfoFooterLine {
          background-color: #1677ff;
        }
.sucaicaijiFolder .sucaicaijiFolderPic {
    width: 48px;
    height: 48px;
    position: relative;
}
.sucaicaijiFolder .sucaicaijiFolderPic img {
      width: 100%;
      height: 100%;
    }
.sucaicaijiFolder .sucaicaijiFolderInfo {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 48px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sucaicaijiFolder .sucaicaijiFolderInfo .sucaicaijiFolderInfoTitle {
      width: 100%;
      font-weight: 500;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.8);

      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
.sucaicaijiFolder .sucaicaijiFolderInfo .sucaicaijiFolderInfoFooter {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.8);

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.sucaicaijiFolder .sucaicaijiFolderInfo .sucaicaijiFolderInfoFooter .sucaicaijiFolderInfoFooterLine {
        width: 1px;
        height: 14px;
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0 10px;
      }
.sucaicaijiFolder .sucaicaijiFolderInfo .sucaicaijiFolderInfoFooter .sucaicaijiFolderInfoFooterItem {
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
.sucaicaijiItem .sucaicaijiItemTitle {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;

    cursor: pointer;
  }

    .sucaicaijiItem .sucaicaijiItemTitle span {
      margin-left: 12px;
    }
  .sucaicaijiItem .sucaicaijiItemList {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    margin-top: 12px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 8px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    grid-gap: 16px 70px;
    gap: 16px 70px;
  }
.sucaicaijiContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .sucaicaijiContent .sucaicaijiContentHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 14px;
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .sucaicaijiContent .sucaicaijiContentHeader1 {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .sucaicaijiContent .sucaicaijiContentHeader1 .sucaicaijiContentHeader1Tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 38px;
      gap: 38px;
    }

  .sucaicaijiContent .sucaicaijiContentHeader1 .sucaicaijiContentHeader1Tabs .sucaicaijiContentHeader1TabsItem {
        padding-bottom: 13px;
        font-weight: 400;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.65);

        position: relative;
        cursor: pointer
      }

  .sucaicaijiContent .sucaicaijiContentHeader1 .sucaicaijiContentHeader1Tabs .sucaicaijiContentHeader1TabsItem.active {
  font-weight: 500;
  font-size: 16px;
  color: #1677ff;
}

  .sucaicaijiContent .sucaicaijiContentHeader1 .sucaicaijiContentHeader1Tabs .sucaicaijiContentHeader1TabsItem.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1677ff;
}

  .sucaicaijiContent .sucaicaijiList {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 16px;
    min-height: 428px;
    max-height: 730px;
    overflow: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 12px;
    gap: 12px
  }

  .sucaicaijiContent .sucaicaijiList.zuijingengxin {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  grid-gap: 16px 70px;
  gap: 16px 70px;
}

  .sucaicaijiContent .sucaicaijiList::-webkit-scrollbar {
  width: 0;
}

  .sucaicaijiContent .sucaicaijiList .sucaicaijiListLoading {
      width: 100%;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.dataSelectDropdown {
  -webkit-box-sizing: 12px;
          box-sizing: 12px;
  padding: 12px;
  width: 774px;
  height: 380px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 0px solid rgba(0, 0, 0, 0.88);
}

  .dataSelectDropdown .dataSelectDropdownMain {
    width: 100%;
    height: calc(100% - 44px);
    overflow: auto
  }

  .dataSelectDropdown .dataSelectDropdownMain::-webkit-scrollbar {
  width: 0;
}

  .dataSelectDropdown .dataSelectDropdownMain .dataSelectDropdownRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      grid-gap: 24px;
      gap: 24px;
}

  .dataSelectDropdown .dataSelectDropdownMain .dataSelectDropdownRow .dataSelectDropdownItem {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 12px;
        width: calc((100% - 24px * 4) / 5);

        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.88);
        line-height: 32px;

        cursor: pointer
      }

  .dataSelectDropdown .dataSelectDropdownMain .dataSelectDropdownRow .dataSelectDropdownItem:hover, .dataSelectDropdown .dataSelectDropdownMain .dataSelectDropdownRow .dataSelectDropdownItem.active {
  background: #e6f4ff;
  border-radius: 6px;
  border: 0px solid rgba(0, 0, 0, 0.88);
  font-weight: bold;
}

  .dataSelectDropdown .dataSelectDropdownMain .dataSelectDropdownRow .dataSelectDropdownItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .dataSelectDropdown .dataSelectDropdownMain .dataSelectDropdownRow .dataSelectDropdownItem .dataSelectDropdownItemName {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
}

  .dataSelectDropdown .dataSelectDropdownMain .dataSelectDropdownRow .dataSelectDropdownItem .dataSelectDropdownItemCount {
          -ms-flex-negative: 0;
              flex-shrink: 0;
}

.dataSelectPop {
  z-index: 100000000000000000;
  padding-top: 0;
}

.dataSelectPop .ant-popover-content .ant-popover-arrow {
      display: none;
    }

.dataSelectPop .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        padding: 0;
      }.work-city-select-dropdown {
  width: 288px;
  height: 380px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 0px solid rgba(0, 0, 0, 0.88);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

  .work-city-select-dropdown .work-city-select-dropdown-left {
    width: 124px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.06);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .work-city-select-dropdown .work-city-select-dropdown-left .work-city-select-dropdown-left-title {
      width: 100%;
      margin: 8px 0;
      padding-left: 16px;
      font-weight: 400;
      font-size: 14px;
      color: #000;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .work-city-select-dropdown .work-city-select-dropdown-left .work-city-select-dropdown-left-title img {
        width: 16px;
        height: 16px;
        margin-left: 3px;
      }

  .work-city-select-dropdown .work-city-select-dropdown-left .work-city-select-dropdown-left-list {
      width: 100%;
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: auto
    }

  .work-city-select-dropdown .work-city-select-dropdown-left .work-city-select-dropdown-left-list::-webkit-scrollbar {
  display: none;
}

  .work-city-select-dropdown .work-city-select-dropdown-left .work-city-select-dropdown-left-list .work-city-select-dropdown-left-item {
        padding: 0 12px;
        margin: 0 auto;
        width: calc(100% - 8px);
        height: 32px;
        border-radius: 6px;

        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.88);
        line-height: 28px;

        cursor: pointer;
}

  .work-city-select-dropdown .work-city-select-dropdown-left .work-city-select-dropdown-left-list .work-city-select-dropdown-left-item:hover {
  background: #E6F4FF;
}

  .work-city-select-dropdown .work-city-select-dropdown-right {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
  }.modeSingle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  height: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1
}
.modeSingle.noScroll {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modeSingle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.modeSingle .modeSingleHeaderFilters {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 16px;
    gap: 16px;
    -ms-flex-line-pack: start;
        align-content: flex-start
}
.modeSingle .modeSingleHeaderFilters.sticky {
  position: sticky;
  top: -1px;
  z-index: 2;
  background-color: #fff;
}
.modeSingle .modeSingleHeader {
    padding-bottom: 12px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 24px;
    gap: 24px
}
.modeSingle .modeSingleHeader.sticky {
  position: sticky;
  top: 55px;
  z-index: 1;
  background-color: #fff;
}
.modeSingle .modeSingleHeader .modeSingleHeaderRight {
      margin-left: auto;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 48px;
      gap: 48px;
}
.modeSingle .modeSingleList {
    margin-top: 12px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 32px;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}
.modeSingle .modeSingleList::-webkit-scrollbar {
  width: 0;
}
.modeSingle .modeSingleList.noScroll {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.modeSingle .modeSingleList .modeSingleNoData {
      margin: 0 auto;
      margin-top: 218px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.modeSingle .modeSingleList .modeSingleNoData img {
        width: 165px;
        height: 165px;
      }
.modeSingle .modeSingleList .modeSingleNoData .modeSingleNoDataText {
        margin-top: 16px;

        font-weight: 400;
        font-size: 17px;
        color: #171a1d;
      }.trendNormalTop {
  padding: 16px;
  background-color: #fff;

  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

  position: relative;
}

  .trendNormalTop .trendNormalTopHeader {
    margin-bottom: 16px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
  }

  .trendNormalTop .trendNormalTopHeader .trendNormalTopHeaderLeft {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .trendNormalTop .trendNormalTopHeader .trendNormalTopHeaderLeft .trendNormalTopHeaderLeftItem {
        font-weight: 400;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.45)
      }

  .trendNormalTop .trendNormalTopHeader .trendNormalTopHeaderLeft .trendNormalTopHeaderLeftItem.active {
  color: #000;
}

  .trendNormalTop .trendNormalTopHeader .trendNormalTopHeaderLeft .trendNormalTopHeaderLeftIcon {
        margin: 0 10px;
      }

  .trendNormalTop .shouqi {
    position: absolute;
    right: 16px;
    bottom: 16px;

    width: 104px;
    height: 32px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 10px;
    gap: 10px;

    cursor: pointer;
  }

  .trendNormalTop .shouqi i {
      font-size: 10px;
    }

  .trendNormalTop .trendNormalHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .trendNormalTop .trendNormalHeader .trendNormalTitle {
      max-width: 60%;
      font-weight: 500;
      font-size: 20px;
      color: rgba(0, 0, 0, 0.85);
      width: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 16px;
    }

  .trendNormalTop .trendNormalHeader .trendNormalTitle .trendNormalTitleText {
        position: relative;
        display: inline-block;
        padding-right: 26px;
      }

  .trendNormalTop .trendNormalHeader .trendNormalTitle .trendNormalTitleText i {
          font-size: 18px;
          display: block;
          cursor: pointer;

          position: absolute;
          top: 3px;
          right: 0;
        }

  .trendNormalTop .trendNormalInfoContainer .trendNormalInfo {
      margin-top: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 12px;
      gap: 12px;
    }

  .trendNormalTop .trendNormalInfoContainer .trendNormalInfo .trendNormalInfoItem {
        height: 32px;
        background: rgba(0, 0, 0, 0.06);
        border-radius: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 5px 16px;

        font-weight: 500;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.65);
        line-height: 22px;
      }

  .trendNormalTop .trendNormalInfoContainer .trendNormalUrl {
      margin-top: 16px;
    }

  .trendNormalTop .trendNormalInfoContainer .trendNormalUrl a {
        color: #1677ff;
      }

  .trendNormalTop .trendNormalInfoContainer .trendNormalDesc {
      margin-top: 6px;

      font-weight: 400;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.65);
      line-height: 24px;
    }

  .trendNormalTop .trendNormalInfoContainer .trendNormalDesc .ant-typography {
        margin: 0;
      }
.trendWorkDetailModalCard {
  width: calc((100% - 32px * 3) / 4);
  background-color: #fff;
  position: relative;
}

  .trendWorkDetailModalCard .trendWorkDetailModalCardIsEdit {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    z-index: 3;
  }

  .trendWorkDetailModalCard .trendWorkDetailModalCardImgContainer {
    width: 100%;
    padding-bottom: 121.4%;
    background: #efefef;
    position: relative;
  }

  .trendWorkDetailModalCard .trendWorkDetailModalCardImgContainer .trendWorkDetailModalCardImg {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #f0f2f5;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

  .trendWorkDetailModalCard .trendWorkDetailModalCardInfo {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px;
  }

  .trendWorkDetailModalCard .trendWorkDetailModalCardInfo .trendWorkDetailModalCardInfoTitle {
      font-weight: 500;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.8);
      line-height: 24px;
    }

  .trendWorkDetailModalCard .trendWorkDetailModalCardInfo .trendWorkDetailModalCardInfoDate {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.8);
      line-height: 24px;
    }
.trendWorkDetailModalTasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

  .trendWorkDetailModalTasks .trendWorkDetailModalTasksPlus {
    font-size: 20px;
    cursor: pointer;
  }

.trendWorkDetailModalTasksItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 16px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(187, 193, 202, 0.73);
          box-shadow: 0px 0px 6px 0px rgba(187, 193, 202, 0.73);
  border-radius: 4px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;

  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88)
}

.trendWorkDetailModalTasksItem.active {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(22, 119, 255, 0.22);
          box-shadow: 0px 0px 6px 0px rgba(22, 119, 255, 0.22);
  border-radius: 4px;
  border: 1px solid rgba(24, 144, 255, 0.3);
  color: #1890ff;
}

.trendWorkDetailModalTasksItem img {
    width: 24px;
    height: 24px;
}

.trendWorkDetailModalTasksItem .trendWorkDetailModalTasksItemName {
    margin-left: 8px;
    width: 150px;
    height: 32px;
    position: relative;
}

.trendWorkDetailModalTasksItem .trendWorkDetailModalTasksItemName .trendWorkDetailModalTasksItemNameCover {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      cursor: pointer;
    }

.trendWorkDetailModalTasksItem .trendWorkDetailModalTasksItemName input {
      height: 100%;
      display: inline-block;
      border: none;
      outline: none;
      background-color: #fafafa;
    }

.trendWorkDetailModalTasksItem .trendWorkDetailModalTasksItemRight i {
      cursor: pointer;
    }
.useAddPics {
  height: calc(95vh - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .useAddPics .useAddPicsHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 16px;
    gap: 16px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .useAddPics .useAddPicsList {
    margin-top: 16px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 32px;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
  }

  .useAddPics .useAddPicsList::-webkit-scrollbar {
  width: 0;
}

  .useAddPics .useAddPicsList .useAddPicsListNoData {
      margin: 0 auto;
      margin-top: 100px;
      margin-top: 173px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}

  .useAddPics .useAddPicsList .useAddPicsListNoData img {
        width: 180px;
        height: 180px;
      }

  .useAddPics .useAddPicsList .useAddPicsListNoData .useAddPicsListNoDataText {
        margin-top: 16px;

        font-weight: 400;
        font-size: 17px;
        color: #171a1d;
      }

  .useAddPics .useAddPicsList .useAddPicsListCardContainer {
      position: relative;
}

  .useAddPics .useAddPicsList .useAddPicsListCardContainer .useAddPicsListCardContainerWarn {
        position: absolute;
        top: 8px;
        right: 0;
        z-index: 3;

        width: 83px;
        height: 30px;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 20px;

        font-weight: 500;
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        text-align: center;

        cursor: pointer;
      }

  .useAddPics .useAddPicsFooter {
    margin-top: 24px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-gap: 24px;
    gap: 24px;
  }

.useAddPicsPop {
  width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

.useAddPicsPop .useAddPicsPopItem {
    word-wrap: break-word;
  }

.useAddPicsPop .useAddPicsPopItem .useAddPicsPopItemKey {
      display: inline-block;
      color: rgba(0, 0, 0, 0.4);
    }

.useAddPicsPop .useAddPicsPopItem .useAddPicsPopItemValue {
      margin-left: 8px;
      display: inline-block;
      color: rgba(0, 0, 0, 1);
    }
.trendWorkDetailModal {
  height: 100%;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .trendWorkDetailModal .trendWorkDetailModalHeader {
    padding: 20px 24px 12px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);
  }

  .trendWorkDetailModal .trendWorkDetailModalMain {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalLeft {
      width: calc(100% - 584px);
      height: 100%;
      padding-bottom: 16px;
      height: 100%;
      background-color: #fafafa;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalLeft .trendWorkDetailModalLeftDesc {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 16px;
        background: #f4faff;

        font-weight: 500;
        font-size: 14px;
        color: #000;
        line-height: 22px;

        // overflow: hidden;
        // text-overflow: ellipsis;
        // display: -webkit-box;
        // -webkit-line-clamp: 3;
        // -webkit-box-orient: vertical;
      }

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalLeft .trendWorkDetailModalLeftFilter {
        padding: 0 16px;
        padding-top: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 16px;
        gap: 16px;
        margin-bottom: 16px;
      }

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalLeft .trendWorkDetailModalLeftList {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 16px;

        height: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        grid-gap: 32px;
        gap: 32px;
        overflow: auto
      }

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalLeft .trendWorkDetailModalLeftList::-webkit-scrollbar {
  width: 0;
}

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalLeft .trendWorkDetailModalLeftList .trendWorkDetailModalLeftListNoData {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalLeft .trendWorkDetailModalLeftList .trendWorkDetailModalLeftListNoData img {
            width: 165px;
            height: 165px;
          }

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalLeft .trendWorkDetailModalLeftList .trendWorkDetailModalLeftListNoData .trendWorkDetailModalLeftListNoDataText {
            font-weight: 400;
            font-size: 17px;
            color: #171a1d;
            line-height: 22px;
          }

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalRight {
      width: 576px;
      padding: 24px;
      height: 100%;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

  .trendWorkDetailModal .trendWorkDetailModalMain .trendWorkDetailModalRight .trendWorkDetailModalRightTitle {
        color: rgba(0, 0, 0, 0.85);
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 32px;
        margin-left: 9px;
      }
.allSucaijiaCard {
  width: calc((100% - 32px * 5) / 6);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  cursor: pointer;
}

  .allSucaijiaCard .allSucaijiaCardPic {
    width: 121px;
    height: 121px;
    position: relative;
  }

  .allSucaijiaCard .allSucaijiaCardPic .allSucaijiaCardPicNum {
      position: absolute;
      left: 50%;
      top: 50%;
      color: #61b3ff;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

  .allSucaijiaCard .allSucaijiaCardPic img {
      width: 100%;
      height: 100%;
    }

  .allSucaijiaCard .allSucaijiaCardPic .allSucaijiaCardFuncs {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 27px;
      height: 27px;

      cursor: pointer;
    }

  .allSucaijiaCard .allSucaijiaCardTitle {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-weight: 500;
    font-size: 18px;
    color: #1677ff;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

  .allSucaijiaCard .allSucaijiaCardTitle input {
      display: inline-block;
      max-width: 100%;
      height: 24px;
      outline: none;
      border: none;
      color: #1677ff;

      background-color: transparent;
    }

  .allSucaijiaCard .allSucaijiaCardFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
  }

  .allSucaijiaCard .allSucaijiaCardFooter .allSucaijiaCardFooterItem {
      max-width: 50%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }

  .allSucaijiaCard .allSucaijiaCardFooter .allSucaijiaCardFooterLine {
      margin: 0 10px;
      width: 1px;
      height: 14px;
      background-color: rgba(0, 0, 0, 0.8);
    }

.funcsPopoverContent .ant-popover-content .ant-popover-arrow {
      display: none;
    }

.funcsPopoverContent .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        padding: 9px;
      }

.funcsPopoverContent .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popoverContent {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          grid-gap: 10px;
          gap: 10px;
        }

.funcsPopoverContent .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popoverContent .popoverContentItem {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            grid-gap: 5px;
            gap: 5px;

            font-weight: 400;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.88)
          }

.funcsPopoverContent .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popoverContent .popoverContentItem:hover {
  background-color: rgba(24, 144, 255, 0.05);
}

.funcsPopoverContent .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popoverContent .popoverContentItem {
  cursor: pointer;
}

.funcsPopoverContent .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popoverContent .popoverContentItem.delete {
  color: #ff4d4f;
}

.funcsPopoverContent .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popoverContent .popoverContentItem.delete i {
                color: #ff4d4f;
}

.funcsPopoverContent .ant-popover-content .ant-popover-inner .ant-popover-inner-content .popoverContent .popoverContentItem i {
              -webkit-transform: translateY(-1px);
                      transform: translateY(-1px);
}
.allSucaijiaItem {
  width: 100%;
}

  .allSucaijiaItem .allSucaijiaItemTitle {
    font-weight: 500;
    font-size: 18px;
    color: #000;
  }

  .allSucaijiaItem .allSucaijiaItemList {
    margin-top: 12px;
    padding-bottom: 24px;
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 8px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
.process-confirm-style {
  width: 70px;
  height: 40px;
  background: rgba(0, 0, 0, 1);
  color: #ffffff;
  margin: 0 auto;
  display: block;
}

.process-confirm-title {
  width: 150px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  line-height: 28px;
}

.process-confirm-content {
  width: 420px;
  height: 18px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 18px;
  letter-spacing: 1px;
}
.modeSucaijia {
  padding-bottom: 16px;
}

  .modeSucaijia .modeSucaijiaHeader {
    position: sticky;
    z-index: 1;
    top: 0;
    background-color: #f9f9f9;
    padding: 16px 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 24px;
    gap: 24px
  }

  .modeSucaijia .modeSucaijiaHeader.shouqi {
  display: none;
}

  .modeSucaijia .modeSucaijiaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 32px;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modeSucaijia .modeSucaijiaList .modeSucaijiaListNoData {
      margin: 0 auto;
      margin-top: 173px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .modeSucaijia .modeSucaijiaList .modeSucaijiaListNoData img {
        width: 180px;
        height: 180px;
      }

  .modeSucaijia .modeSucaijiaList .modeSucaijiaListNoData .modeSucaijiaListNoDataText {
        margin-top: 16px;

        font-weight: 400;
        font-size: 17px;
        color: #171a1d;
      }.suoluetu-folder-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 16px;
  width: 100%;
  height: 60px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  gap: 16px;

  cursor: pointer
}

.suoluetu-folder-item.active .suoluetu-folder-item-info .suoluetu-folder-item-info-title, .suoluetu-folder-item.active .suoluetu-folder-item-info .suoluetu-folder-item-info-footer, .suoluetu-folder-item.selected .suoluetu-folder-item-info .suoluetu-folder-item-info-title, .suoluetu-folder-item.selected .suoluetu-folder-item-info .suoluetu-folder-item-info-footer {
        color: #1677FF;
      }

.suoluetu-folder-item.active {
  background-color: #fff;
}

.suoluetu-folder-item .suoluetu-folder-item-pic {
    width: 48px;
    height: 48px;
    position: relative;
}

.suoluetu-folder-item .suoluetu-folder-item-pic img {
      width: 100%;
      height: 100%;
    }

.suoluetu-folder-item .suoluetu-folder-item-pic .suoluetu-folder-item-pic-funcs {
      position: absolute;
      top: -3px;
      right: 0;
      width: 16px;
      height: 16px;
    }

.suoluetu-folder-item .suoluetu-folder-item-info {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 48px;
}

.suoluetu-folder-item .suoluetu-folder-item-info .suoluetu-folder-item-info-title {
      width: 100%;
      height: 24px;

      font-weight: 500;
      font-size: 18px;
      color: rgba(0, 0, 0, 1);
      line-height: 24px;
    }

.suoluetu-folder-item .suoluetu-folder-item-info .suoluetu-folder-item-info-title input {
        display: inline-block;
        max-width: 100%;
        height: 24px;
        outline: none;
        border: none;
        color: #1677ff;
      }

.suoluetu-folder-item .suoluetu-folder-item-info .suoluetu-folder-item-info-footer {
      width: 100%;
      height: 24px;

      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.8);

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.suoluetu-folder-item .suoluetu-folder-item-info .suoluetu-folder-item-info-footer .suoluetu-folder-item-info-footer-item {
        height: 14px;
        padding: 0 12px;
        border-right: 1px solid rgba(0, 0, 0, 0.8);

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.suoluetu-folder-item .suoluetu-folder-item-info .suoluetu-folder-item-info-footer .suoluetu-folder-item-info-footer-item:first-child {
  padding-left: 0;
}

.suoluetu-folder-item .suoluetu-folder-item-info .suoluetu-folder-item-info-footer .suoluetu-folder-item-info-footer-item:last-child {
  padding-right: 0;
  border-right: none;
}

.suoluetu-folder-item-pic-funcs-popover {
  padding: 0;
}

.suoluetu-folder-item-pic-funcs-popover .ant-popover-content .ant-popover-arrow {
      left: -2px;
    }

.suoluetu-folder-item-pic-funcs-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        padding: 0;
      }

.suoluetu-folder-item-pic-funcs-popover-content {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}

.suoluetu-folder-item-pic-funcs-popover-content .suoluetu-folder-item-pic-funcs-popover-content-item {
    padding-left: 6px;
    width: 88px;
    height: 28px;
    background: #fff;
    border-radius: 4px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    cursor: pointer
  }

.suoluetu-folder-item-pic-funcs-popover-content .suoluetu-folder-item-pic-funcs-popover-content-item:hover {
  background: rgba(24, 144, 255, 0.05);
}

.suoluetu-folder-item-pic-funcs-popover-content .suoluetu-folder-item-pic-funcs-popover-content-item.delete {
  color: #FF4D4F;
}

.suoluetu-folder-item-pic-funcs-popover-content .suoluetu-folder-item-pic-funcs-popover-content-item .iconfont {
      margin-right: 6px;
}.suoluetu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #f9f9f9;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

  .suoluetu .suoluetuLeft {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 323px;
    height: 100%;

    overflow-y: auto
  }

  .suoluetu .suoluetuLeft::-webkit-scrollbar {
  display: none;
}

  .suoluetu .suoluetuLeft .suoluetuLeftPagination {
      position: sticky;
      bottom: 0;
      z-index: 10;
      padding: 16px;
      background: #f9f9f9;
}

  .suoluetu .suoluetuRight {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    margin-left: 18px;
    margin-right: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 8px;
    gap: 8px;

    overflow-y: auto
  }

  .suoluetu .suoluetuRight::-webkit-scrollbar {
  display: none;
}

  .suoluetu .suoluetuRight {
  position: relative;
}

  .suoluetu .suoluetuRight .modeSingleContainer {
      margin-top: -16px;
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background-color: #f9f9f9;
}

  .suoluetu .suoluetuRight .suoluetuRightScrollButton {
      position: fixed;
      bottom: 24px;
      right: 24px;

      -webkit-box-sizing: border-box;

              box-sizing: border-box;
      width: 40px;
      height: 40px;
      background: #1677FF;
      -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
        0px 6px 16px 0px rgba(0, 0, 0, 0.08),
        0px 3px 6px -4px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
        0px 6px 16px 0px rgba(0, 0, 0, 0.08),
        0px 3px 6px -4px rgba(0, 0, 0, 0.12);
      border-radius: 6px;

      font-weight: 500;
      font-size: 12px;
      color: #fff;
      text-align: center;

      cursor: pointer;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}

  .suoluetu .suoluetuRight .suoluetuRightScrollButton img {
        width: 23px;
        height: 22px;
      }.allSucaijia {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .allSucaijia .allSucaijiaTitle {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);
  }

  .allSucaijia .allSucaijiaHeader {
    padding: 18px 24px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    grid-gap: 14px;
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .allSucaijia .allSucaijiaHeader1 {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 24px;
    gap: 24px;
  }

  .allSucaijia .allSucaijiaHeader1 .allSucaijiaHeader1Right {
      margin-left: auto;
    }

  .allSucaijia .allSucaijiaList {
    padding: 24px 32px;

    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .allSucaijia .allSucaijiaList::-webkit-scrollbar {
  width: 0;
}

  .allSucaijia .allSucaijiaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  grid-gap: 32px;
  gap: 32px;
}

  .allSucaijia .allSucaijiaList .sucaicaijiListLoading {
      margin-top: 40px;
      width: 100%;
      text-align: center;
}

  .allSucaijia .allSucaijiaList .sucaicaijiListNoData {
      width: 100%;
      height: 100%;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

      font-weight: 400;
      font-size: 17px;
      color: #171a1d;
}

  .allSucaijia .allSucaijiaList .sucaicaijiListNoData img {
        width: 165px;
        height: 165px;
      }

  .allSucaijia .allSucaijiaFooter {
    padding: 0 24px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0px -5px 20px 0px rgba(232, 232, 232, 0.5);
            box-shadow: 0px -5px 20px 0px rgba(232, 232, 232, 0.5);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.tempSucaijia {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 997;

  width: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}

  .tempSucaijia .tempSucaijiaIcon {
    width: 48px;
    height: 48px;
    background: #fff;
    -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
      0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
      0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 6px;

    cursor: pointer;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tempSucaijia .tempSucaijiaIcon:hover {
  color: #fff;
  background-color: #1677ff;
}

  .tempSucaijia .tempSucaijiaIcon {
  font-weight: 500;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 14px;
}

  .tempSucaijia .tempSucaijiaIcon i {
      font-size: 18px;
}

  .tempSucaijia .tempSucaijiaMain {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

    background: #fff;
    -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
      0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
      0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
  }

  .tempSucaijia .tempSucaijiaMain .tempSucaijiaMainList {
      margin-top: 65px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 32px;
      gap: 32px;
    }

  .tempSucaijia .tempSucaijiaMain .tempSucaijiaMainList .tempSucaijiaMainListItem {
        width: 95px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        cursor: pointer;
      }

  .tempSucaijia .tempSucaijiaMain .tempSucaijiaMainList .tempSucaijiaMainListItem .tempSucaijiaMainListItemPic {
          width: 48px;
          height: 48px;
        }

  .tempSucaijia .tempSucaijiaMain .tempSucaijiaMainList .tempSucaijiaMainListItem .tempSucaijiaMainListItemPic img {
            width: 100%;
            height: 100%;
          }

  .tempSucaijia .tempSucaijiaMain .tempSucaijiaMainList .tempSucaijiaMainListItem .tempSucaijiaMainListItemName {
          max-width: 100%;
          margin-top: 4px;
          font-weight: 500;
          font-size: 12px;
          color: #171a1d;

          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

  .tempSucaijia .tempSucaijiaMain .tempSucaijiaMainList .tempSucaijiaMainListBtns {
        height: 104px;
        padding-bottom: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 16px;
        gap: 16px;
      }
.upload-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
  position: relative;
}

  .upload-item .upload-item-left {
    position: absolute;
    left: 0;
    top: 2.5px;
  }

  .upload-item .upload-item-content {
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .upload-item .upload-item-content .upload-item-content-name {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.88);
      line-height: 22px;
    }

  .upload-item .upload-item-content .upload-item-content-funcs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      grid-gap: 8px;
      gap: 8px;
    }

  .upload-item .upload-item-content-progress {
    width: 100%;
  }.keywords-mapping-modal-content .keywords-mapping-modal-content-description {
    margin-top: 8px;

    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
  }
  .keywords-mapping-modal-content .keywords-mapping-modal-content-upload {
    margin-top: 24px;
  }
  .keywords-mapping-modal-content .keywords-mapping-modal-content-upload-description {
    margin-top: 8px;

    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
  }
  .keywords-mapping-modal-content .keywords-mapping-modal-content-upload-list {
    margin-top: 8px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 12px;
    gap: 12px;
  }
  .keywords-mapping-modal-content .keywords-mapping-modal-content-footer {
    margin-top: 48px;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-gap: 24px;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }.trend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .trend .trendHeader0 {
    padding: 0 16px;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
    background-color: #fff;
  }

  .trend .modeFolder {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    // padding: 0 16px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
  }

  .trend .modeFolder .trendTabsContainer {
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      width: calc(100% - 32px);
      margin: 0 auto;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .trend .modeFolder .trendTabsContainer .trendTabsContainerRight {
        margin-left: 16px;
        margin-top: 8px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

  .trend .modeFolder .trendHeader {
      width: calc(100% - 32px);
      margin: 0 auto;
      margin-top: 16px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 16px;
      gap: 16px;
    }

  .trend .modeFolder .trendHeader .trendHeaderName {
        margin-left: auto;
        font-weight: 400;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.65);

        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }

  .trend .modeFolder .trendMain {
      width: calc(100% - 32px);
      margin: 0 auto;
      margin-top: 16px;
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: auto;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      grid-gap: 45px;
      gap: 45px;
      -ms-flex-line-pack: start;
          align-content: flex-start
    }

  .trend .modeFolder .trendMain::-webkit-scrollbar {
  width: 0;
  height: 0;
}

  .trend .modeFolder .trendMain .trendMainNoList {
        margin-top: 80px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}

  .trend .modeFolder .trendMain .trendMainNoList img {
          width: 180px;
          height: 180px;
        }

  .trend .modeFolder .trendMain .trendMainNoList .trendMainNoListText {
          margin-top: 16px;

          font-weight: 400;
          font-size: 17px;
          color: #171a1d;
        }.trendContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f0f2f5;
}

  .trendContainer .trendContainerPanel {
    padding: 0 16px;
    padding-top: 16px;
    background: #fff;
  }
.trendNormalModalContentCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  margin-bottom: 16px;
}

  .trendNormalModalContentCol .trendNormalModalContentSpan {
    width: 60px;
    text-align: right;
    margin-right: 16px;
  }
.contentDataBtn {
  display: inline-block;
  width: 60px;
  height: 32px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);

  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 28px;
  text-align: center;

  cursor: pointer
}
.contentDataBtn.contentDataBtnPFrimary {
  background: #1890ff;
  border: 1px solid #1890ff;
  color: #fff;
}
.contentDataBtn.contentDataBtnDisabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgb(245, 245, 245);
  cursor: not-allowed;
}
.trendNormal {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f0f2f5;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 8px;
  gap: 8px;

  overflow-y: auto
}

.trendNormal::-webkit-scrollbar {
  display: none;
}

.trendNormal .modeSingleContainer {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 0;
    background-color: #fff;
}

.trendNormal .trendNormalMain {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 16px;
    background-color: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.trendNormal .trendNormalMain .trendNormalMainNoData {
      margin: 0 auto;
      margin-top: 173px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.trendNormal .trendNormalMain .trendNormalMainNoData img {
        width: 180px;
        height: 180px;
      }

.trendNormal .trendNormalMain .trendNormalMainNoData .trendNormalMainNoDataText {
        margin-top: 16px;

        font-weight: 400;
        font-size: 17px;
        color: #171a1d;
      }

.trendNormal .trendNormalMain .trendNormalMainHeader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 24px;
      gap: 24px
    }

.trendNormal .trendNormalMain .trendNormalMainHeader.shouqi {
  display: none;
}

.trendNormal .trendNormalMain .trendNormalMainHeader2 {
      margin-top: 16px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between
    }

.trendNormal .trendNormalMain .trendNormalMainHeader2.shouqi {
  display: none;
}

.trendNormal .trendNormalMain .trendNormalMainList {
      margin-top: 16px;
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: auto;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      grid-gap: 32px;
      gap: 32px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start
    }

.trendNormal .trendNormalMain .trendNormalMainList::-webkit-scrollbar {
  width: 0;
}

.trendDrawer .ant-drawer-content-wrapper {
    max-width: 100vw;
  }

.trendDrawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body {
          padding: 0;
          width: 100%;
          height: 100%;
        }

.zanbuchuangjianPop {
  border-radius: 6px
}

.zanbuchuangjianPop.none {
  pointer-events: none;
}

.zanbuchuangjianPop .ant-popover-content {
    border-radius: 6px;
    background-color: #000;
}

.zanbuchuangjianPop .ant-popover-content .ant-popover-arrow {
      border-color: #000;
      background-color: #000;
    }

.zanbuchuangjianPop .ant-popover-content .ant-popover-inner {
      border-radius: 6px;
      background-color: #000;
    }

.zanbuchuangjianPop .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        border-radius: 6px;
        padding: 5px 15px;

        background-color: #000;
        color: #fff;
      }

.noBorderBtn {
  border-radius: 0
}

.noBorderBtn:first-child {
  border-radius: 6px 0 0 6px;
}

.noBorderBtn:last-child {
  border-radius: 0 6px 6px 0;
}

.selectDirectoryModal .ant-modal-content .ant-modal-body {
      padding: 0;
    }.trendMyWork {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 328px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto
}
.trendMyWork::-webkit-scrollbar {
  width: 0;
}
.trendMyWork .trendMyWorkTitle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 24px;

    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);

    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.trendMyWork .trendMyWorkList {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px;
    padding-top: 8px;
    overflow: auto
}
.trendMyWork .trendMyWorkList::-webkit-scrollbar {
  width: 0;
}
.trendMyWork .trendMyWorkList .trendMyWorkListNoData {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

      font-weight: 400;
      font-size: 17px;
      color: #171a1d;
}
.trendMyWork .trendMyWorkList .trendMyWorkListNoData img {
        margin-top: 120px;
        width: 165px;
        height: 165px;
      }
.trendMyWork .trendMyWorkList .trendMyWorkListItem {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 16px;
      width: 100%;
      height: 86px;
      background: #fff;
      border-radius: 14px;
      cursor: pointer
}
.trendMyWork .trendMyWorkList .trendMyWorkListItem.active, .trendMyWork .trendMyWorkList .trendMyWorkListItem:hover {
  background-color: rgba(24, 144, 255, 0.05);
}
.trendMyWork .trendMyWorkList .trendMyWorkListItem.active .trendMyWorkListItemCenterTitle, .trendMyWork .trendMyWorkList .trendMyWorkListItem:hover .trendMyWorkListItemCenterTitle {
          color: #1677ff;
}
.trendMyWork .trendMyWorkList .trendMyWorkListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trendMyWork .trendMyWorkList .trendMyWorkListItem .trendMyWorkListItemIcon {
        width: 50px;
        height: 50px;
        border-radius: 14px;

        text-align: center;
}
.trendMyWork .trendMyWorkList .trendMyWorkListItem .trendMyWorkListItemIcon i {
          font-size: 50px;
          line-height: 50px;
        }
.trendMyWork .trendMyWorkList .trendMyWorkListItem .trendMyWorkListItemCenter {
        margin-left: 15px;
}
.trendMyWork .trendMyWorkList .trendMyWorkListItem .trendMyWorkListItemCenter .trendMyWorkListItemCenterTitle {
          font-weight: 500;
          font-size: 18px;
        }
.trendMyWork .trendMyWorkList .trendMyWorkListItem .trendMyWorkListItemCenter .trendMyWorkListItemCenterText {
          margin-top: 2px;

          font-weight: 500;
          font-size: 14px;
          color: #A5A5A5;
          line-height: 20px;
        }
.trendMyWork .trendMyWorkList .trendMyWorkListItem .trendMyWorkListItemRight {
        margin-left: auto;
        font-size: 10px;
        color: #1677ff;
}
.shenheyijianModal {
  width: 1052px;
  min-height: 421px;
  max-height: 847px;
  overflow: auto
}
.shenheyijianModal::-webkit-scrollbar {
  width: 0;
}
.trendWorkMainList {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .trendWorkMainList .trendWorkMainListTitle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 24px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .trendWorkMainList .trendWorkMainListTitle .trendWorkMainListTitleLeft {
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.88);
    }

  .trendWorkMainList .trendWorkMainListTitle .trendWorkMainListTitleRight {
      margin-left: auto;
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.88);
      cursor: pointer;
    }

  .trendWorkMainList .trendWorkMainListTitle .trendWorkMainListTabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 16px;
      gap: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

  .trendWorkMainList .trendWorkMainListTitle .trendWorkMainListTabs .trendWorkMainListTab {
        cursor: pointer;

        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.88);

        position: relative
      }

  .trendWorkMainList .trendWorkMainListTitle .trendWorkMainListTabs .trendWorkMainListTab.active {
  color: #1677ff;
}

  .trendWorkMainList .trendWorkMainListTitle .trendWorkMainListTabs .trendWorkMainListTab.active::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #1677ff;
}

  .trendWorkMainList .trendWorkMainListMain {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px;
    padding-bottom: 16px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .trendWorkMainList .trendWorkMainListMain::-webkit-scrollbar {
  width: 0;
}

  .trendWorkMainList .trendWorkMainListMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .trendWorkMainList .trendWorkMainListMain .trendWorkMainListMainNoData {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

      font-weight: 400;
      font-size: 17px;
      color: #171a1d;
}

  .trendWorkMainList .trendWorkMainListMain .trendWorkMainListMainNoData img {
        margin-top: 100px;
        width: 165px;
        height: 165px;
      }

  .trendWorkMainList .trendWorkMainListMain .trendWorkMainListMainLoading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 50px;
}

  .trendWorkMainList .trendWorkMainListMain .trendWorkMainListMainList {
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: auto;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      grid-gap: 32px;
      gap: 32px;
}

  .trendWorkMainList .trendWorkMainListMain .trendWorkMainListMainList::-webkit-scrollbar {
  width: 0;
}

.suspendPopverContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  width: 330px;
}

.suspendPopverContent .suspendPopverContentTitle {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.88);
    margin-bottom: 16px;
  }

.suspendPopverContent .suspendPopverContentItem {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
  }

.suspendPopverContent .suspendPopverContentItem:last-child {
  margin-bottom: 0;
}

.suspendPopverContent .suspendPopverContentItem .suspendPopverContentItemKey {
      margin-right: 4px;
      font-weight: 500;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4);
}

.suspendPopverContent .suspendPopverContentItem .suspendPopverContentItemValue {
      width: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-weight: 500;
      font-size: 14px;
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}

.suspendPopverContent .suspendPopverContentItem .suspendPopverContentItemValue .suspendPopverContentItemValueCircle {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-left: 10px;
        margin-right: 6px;
      }

.suspendPopver .ant-popover-inner-content {
    padding: 0;
  }
.trendWorkMainRight {
  position: sticky;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}

  .trendWorkMainRight .trendWorkMainRightTitle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 24px;

    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);

    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .trendWorkMainRight .trendWorkMainRightList {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
    margin-top: 24px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 24px;
    gap: 24px
  }

  .trendWorkMainRight .trendWorkMainRightList::-webkit-scrollbar {
  width: 0;
}

  .trendWorkMainRight .trendWorkMainRightList .trendWorkMainRightListNoData {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

      font-weight: 400;
      font-size: 17px;
      color: #171a1d;
}

  .trendWorkMainRight .trendWorkMainRightList .trendWorkMainRightListNoData img {
        margin-top: 100px;
        width: 165px;
        height: 165px;
      }

  .trendWorkMainRight .trendWorkMainRightList .trendWorkMainRightListItem {
      padding-bottom: 17px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

  .trendWorkMainRight .trendWorkMainRightList .trendWorkMainRightListItem .trendWorkMainRightListItemTitle {
        font-weight: 500;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.4);
      }

  .trendWorkMainRight .trendWorkMainRightList .trendWorkMainRightListItem .trendWorkMainRightListItemTitle .trendWorkMainRightListItemTitleBold {
          color: #000;
        }

  .trendWorkMainRight .trendWorkMainRightList .trendWorkMainRightListItem .trendWorkMainRightListItemTime {
        margin-top: 12px;

        font-weight: 500;
        font-size: 14px;
        color: #a5a5a5;
      }

  .trendWorkMainRight .trendWorkMainRightFooter {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    margin-top: 13px;
    height: 32px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .trendWorkMainRight .trendWorkMainRightFooter .trendWorkMainRightFooterCube {
      outline: none;
      border: none;
      display: inline-block;
      
      margin-left: 16px;
      width: 48px;
      height: 32px;
      background: #fff;
      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.15);

      text-align: center;
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.88);
      line-height: 31px;
    }

  .trendWorkMainRight .trendWorkMainRightFooter .trendWorkMainRightFooterArrow {
      cursor: pointer;
    }
.trendWorkTodoItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 23px;
  padding-right: 16px;
  height: 58px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

  .trendWorkTodoItem .trendWorkTodoItemLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .trendWorkTodoItem .trendWorkTodoItemLeft .trendWorkTodoItemLeftIcon {
      margin-right: 16px;
    }

  .trendWorkTodoItem .trendWorkTodoItemLeft .trendWorkTodoItemLeftIcon i {
        font-size: 36px;
        color: #000;
      }

  .trendWorkTodoItem .trendWorkTodoItemLeft .trendWorkTodoItemLeftInfo .trendWorkTodoItemLeftInfoTitle {
        font-weight: 500;
        font-size: 14px;
        color: #1677ff;
        cursor: pointer;
      }

  .trendWorkTodoItem .trendWorkTodoItemLeft .trendWorkTodoItemLeftInfo .trendWorkTodoItemLeftInfoFooter {
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

  .trendWorkTodoItem .trendWorkTodoItemLeft .trendWorkTodoItemLeftInfo .trendWorkTodoItemLeftInfoFooter .footerCircle {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #1890ff;
        }

  .trendWorkTodoItem .trendWorkTodoItemLeft .trendWorkTodoItemLeftInfo .trendWorkTodoItemLeftInfoFooter .footerText {
          font-weight: 400;
          font-size: 12px;
          color: #000;
          margin-left: 8px;
        }

  .trendWorkTodoItem .trendWorkTodoItemLeft .trendWorkTodoItemLeftInfo .trendWorkTodoItemLeftInfoFooter .footerText2 {
          margin-left: 24px;
          font-weight: 400;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.45);
        }

  .trendWorkTodoItem .trendWorkTodoItemRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 16px;
    gap: 16px;
  }

  .trendWorkTodoItem .trendWorkTodoItemRight .trendWorkTodoItemRightBtn {
      cursor: pointer;

      width: 126px;
      height: 28px;
      border-radius: 6px;
      border: 1px solid rgba(0, 0, 0, 0.15);

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 15px;
      gap: 15px;
    }

  .trendWorkTodoItem .trendWorkTodoItemRight .trendWorkTodoItemRightBtn .trendWorkTodoItemRightBtnText {
        font-weight: 400;
        font-size: 14px;
        color: #1677ff;
      }
.allTaskModalContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 24px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .allTaskModalContent .allTaskModalContentHeader {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .allTaskModalContent .allTaskModalContentHeader .allTaskModalContentHeaderLeft {
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.88);
    }

  .allTaskModalContent .allTaskModalContentHeader .allTaskModalContentHeaderRight {
      font-weight: 400;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.88);
      cursor: pointer;
    }

  .allTaskModalContent .allTaskModalContentList {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 24px;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 16px;
    gap: 16px;

    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .allTaskModalContent .allTaskModalContentList::-webkit-scrollbar {
  width: 0;
}
.trendWorkMain {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 8px;
  width: 100%;
  height: 100%;
  background-color: #f0f2f5;
  overflow: auto
}
.trendWorkMain::-webkit-scrollbar {
  width: 0;
}
.trendWorkMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
  gap: 8px;
}
.trendWorkMain .trendWorkMainLeft {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop {
      margin: 8px 0;
      height: 257px;
      -ms-flex-negative: 0;
          flex-shrink: 0;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 8px;
      gap: 8px;
    }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop .trendWorkMainLeftTopTopItem {
        height: 100%;
        border-radius: 8px;
        background: -webkit-gradient(linear, left top, left bottom, from(#EFEFFF), to(#FFFFFF));
        background: linear-gradient(180deg, #EFEFFF 0%, #FFFFFF 100%);

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        cursor: pointer;
      }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop .trendWorkMainLeftTopTopItem .trendWorkMainLeftTopTopItemImg {
          width: 45px;
          height: 45px;
        }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop .trendWorkMainLeftTopTopItem .trendWorkMainLeftTopTopItemNum {
          font-weight: bold;
          font-size: 32px;
          line-height: 22px;
        }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop .trendWorkMainLeftTopTopItem .trendWorkMainLeftTopTopItemTitle {
          font-weight: 500;
          font-size: 18px;
          color: #000;
          line-height: 22px;
        }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop .trendWorkMainLeftTopTopItem .trendWorkMainLeftTopTopItemInfo {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          grid-gap: 8px 62px;
          gap: 8px 62px;
        }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop .trendWorkMainLeftTopTopItem .trendWorkMainLeftTopTopItemInfo .trendWorkMainLeftTopTopItemInfoItem {
            width: calc(50% - 31px);
          }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop .trendWorkMainLeftTopTopItem .trendWorkMainLeftTopTopItemInfo .trendWorkMainLeftTopTopItemInfoItem:nth-child(2n + 1) {
  text-align: right;
}
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTopTop .trendWorkMainLeftTopTopItem .trendWorkMainLeftTopTopItemInfo .trendWorkMainLeftTopTopItemInfoItem {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
}
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop {
      background: #fff;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
        0px 1px 6px -1px rgba(0, 0, 0, 0.02),
        0px 1px 2px 0px rgba(0, 0, 0, 0.03);
              box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
        0px 1px 6px -1px rgba(0, 0, 0, 0.02),
        0px 1px 2px 0px rgba(0, 0, 0, 0.03);
      border-radius: 8px;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopTitle {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 16px 24px;
        height: 56px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopTitle .trendWorkMainLeftTopTitleLeft {
          font-weight: 500;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.88);

          display: -webkit-box;

          display: -ms-flexbox;

          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          grid-gap: 8px;
          gap: 8px;
        }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopTitle .trendWorkMainLeftTopTitleLeft .trendWorkMainLeftTopTitleLeftWarn {
            width: 30px;
            height: 20px;
            background: rgba(255, 77, 79, 0.2);
            border-radius: 6px;
            -webkit-transform: translateY(1px);
                    transform: translateY(1px);

            text-align: center;
            font-weight: 600;
            font-size: 12px;
            color: #ff4d4f;
            line-height: 20px;
          }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopTitle .trendWorkMainLeftTopTitleLeft .trendWorkMainLeftTopTitleIcon {
            margin-left: 24px;
            cursor: pointer;

            font-weight: 400;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.88);
          }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopTitle .trendWorkMainLeftTopTitleLeft .trendWorkMainLeftTopTitleIcon i {
              font-size: 10px;
              margin-right: 6px;
            }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopTitle .trendWorkMainLeftTopTitleRight {
          font-weight: 400;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.88);
          cursor: pointer;
        }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopList {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        height: 386px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 16px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 16px;
        gap: 16px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease
      }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopList.trendWorkMainLeftTopListHide {
  height: 0;
  padding: 0 24px;
}
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopList .trendWorkMainLeftTopListNoData {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;

          font-weight: 400;
          font-size: 17px;
          color: #171a1d;
}
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftTop .trendWorkMainLeftTopList .trendWorkMainLeftTopListNoData img {
            width: 165px;
            height: 165px;
          }
.trendWorkMain .trendWorkMainLeft .trendWorkMainLeftMain {
      min-height: 540px;
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-top: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-gap: 8px;
      gap: 8px;
    }.trendWork {
  height: 100%;
  background-color: #f0f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

  .trendWork .trendWorkMain {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .trendWork .trendWorkMain .trendWorkMainLeft {
      margin-right: 8px;
      -webkit-box-flex: 225;
          -ms-flex-positive: 225;
              flex-grow: 225;
    }

  .trendWork .trendWorkMain .trendWorkMainLeft .trendWorkMainLeftMain {
        width: 100%;
        padding-bottom: 142%;
        background-color: #fff;
        position: relative;
      }

  .trendWork .trendWorkMain .trendWorkMainLeft .trendWorkMainLeftMain .trendWorkMainLeftMainImg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
        }

  .trendWork .trendWorkMain .trendWorkMainLeft .trendWorkMainLeftMain .trendWorkMainLeftMainText {
          position: absolute;
          left: 50%;
          bottom: 10.9375%;
          -webkit-transform: translateX(-50%) translateY(50%);
                  transform: translateX(-50%) translateY(50%);
          font-weight: 500;
          font-size: 18px;
          color: #000;
        }

  .trendWork .trendWorkMain .trendWorkMainInfo {
      -webkit-box-flex: 1471;
          -ms-flex-positive: 1471;
              flex-grow: 1471;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff1f0), to(#ffffff));
      background: linear-gradient(180deg, #fff1f0 0%, #ffffff 100%);
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
        0px 1px 6px -1px rgba(0, 0, 0, 0.02),
        0px 1px 2px 0px rgba(0, 0, 0, 0.03);
              box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
        0px 1px 6px -1px rgba(0, 0, 0, 0.02),
        0px 1px 2px 0px rgba(0, 0, 0, 0.03);
      border-radius: 8px
    }

  .trendWork .trendWorkMain .trendWorkMainInfo.trendWorkMainInfo2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbe6), to(#ffffff));
  background: linear-gradient(180deg, #fffbe6 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
          0px 1px 6px -1px rgba(0, 0, 0, 0.02),
          0px 1px 2px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
          0px 1px 6px -1px rgba(0, 0, 0, 0.02),
          0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

  .trendWork .trendWorkMain .trendWorkMainInfo.trendWorkMainInfo3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#efefff), to(#ffffff));
  background: linear-gradient(180deg, #efefff 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
          0px 1px 6px -1px rgba(0, 0, 0, 0.02),
          0px 1px 2px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
          0px 1px 6px -1px rgba(0, 0, 0, 0.02),
          0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

  .trendWork .trendWorkMain .trendWorkMainInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem {
        height: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        position: relative;
}

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem .trendWorkMainInfoItemIcon {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 16.5625%;
          width: 45px;
          height: 45px;
          line-height: 45px;
        }

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem .trendWorkMainInfoItemIcon i {
            font-size: 45px;
          }

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem .trendWorkMainInfoItemText {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 40.625%;

          font-weight: 500;
          font-size: 32px;
        }

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem .trendWorkMainInfoItemText2 {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 57.5%;

          font-weight: 500;
          font-size: 18px;
          color: #000;
        }

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem .colorBlue {
          color: #1890ff;
        }

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem .colorRed {
          color: #ff4d4f;
        }

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem .trendWorkMainInfoItemTasks {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 71.875%;

          font-weight: 400;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.45);
        }

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoItem .trendWorkMainInfoItemTasks2 {
          position: absolute;
          width: 60%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 71.875%;

          font-weight: 400;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.45);

          display: -webkit-box;

          display: -ms-flexbox;

          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
        }

  .trendWork .trendWorkMain .trendWorkMainInfo .trendWorkMainInfoLine {
        width: 2px;
        height: 80%;
        background: #e8ebee;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
          0px 1px 6px -1px rgba(0, 0, 0, 0.02),
          0px 1px 2px 0px rgba(0, 0, 0, 0.03);
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02),
          0px 1px 6px -1px rgba(0, 0, 0, 0.02),
          0px 1px 2px 0px rgba(0, 0, 0, 0.03);
        border-radius: 8px;
}

.trendWorkFuncBtnContainer span {
  font-weight: bold;
}
.trendWorkDetailPicListNodata {
  margin: 0 auto;
  margin-top: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

  .trendWorkDetailPicListNodata img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #f0f2f5;
    width: 180px;
    height: 180px;
  }

  .trendWorkDetailPicListNodata .trendWorkDetailPicListNodataText {
    margin-top: 16px;

    font-weight: 400;
    font-size: 17px;
    color: #171a1d;
  }
.trendWorkMyTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
  gap: 32px;
  height: 40px;
}

  .trendWorkMyTabs .trendWorkMyTab {
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;

    cursor: pointer;

    position: relative
  }

  .trendWorkMyTabs .trendWorkMyTab.active {
  color: #1677ff;
}

  .trendWorkMyTabs .trendWorkMyTab.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #1677ff;
}
.trendWorkDetail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

  .trendWorkDetail .trendWorkDetailBread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 16px;
  }

  .trendWorkDetail .trendWorkDetailBread .trendWorkDetailBreadItem {
      cursor: pointer;
    }

  .trendWorkDetail .trendWorkDetailHeader0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
  }

  .trendWorkDetail .trendWorkDetailHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 20px;
    gap: 20px;
  }

  .trendWorkDetail .trendWorkDetailMain {
    margin-top: 20px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .trendWorkDetail .trendWorkDetailMain::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.trendWorkDetailModal .ant-modal-body {
    padding: 0;
  }

.columnOverdue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
  gap: 6px;

  font-weight: 500;
  font-size: 14px;
  color: #ff4d4f;
}

.columnOverdue .columnOverdueCircle {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #ff4d4f;
  }

.columnNoOverdue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
  gap: 6px;

  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.columnNoOverdue .columnOverdueCircle {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #d9d9d9;
  }
.taoCanGuanLi {
  padding: 16px;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .taoCanGuanLi .taoCanGuanLiHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 24px;
    gap: 24px;
  }

  .taoCanGuanLi .taoCanGuanLiMain {
    margin-top: 16px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .taoCanGuanLi .taoCanGuanLiMain::-webkit-scrollbar {
  width: 0;
}
.feedbackChuliModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

  .feedbackChuliModal .feedbackChuliModalRowLeft {
    display: inline-block;
    width: 100px;
  }

  .feedbackChuliModal .feedbackChuliModalRowImgsRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .feedbackChuliModal .feedbackChuliModalRowImgsRow .feedbackChuliModalRowImgs {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      grid-gap: 16px;
      gap: 16px;
    }

  .feedbackChuliModal .feedbackChuliModalRowImgsRow .feedbackChuliModalRowImgs .feedbackChuliModalRowImg {
        width: 100px;
        height: 100px;

        position: relative;
      }

  .feedbackChuliModal .feedbackChuliModalRowImgsRow .feedbackChuliModalRowImgs .feedbackChuliModalRowImg img {
          width: 100px;
          height: 100px;
          -o-object-fit: cover;
             object-fit: cover;
        }

  .feedbackChuliModal .feedbackChuliModalRowImgsRow .feedbackChuliModalRowImgs .feedbackChuliModalRowImg .feedbackChuliModalRowImgCover {
          position: absolute;
          left: 7px;
          top: 7px;
          width: 86px;
          height: 86px;
          background-color: rgba(0, 0, 0, 0.4);

          display: -webkit-box;

          display: -ms-flexbox;

          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;

          z-index: 1;
        }

  .feedbackChuliModal .feedbackChuliModalRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .feedbackChuliModal .feedbackChuliModalRow textarea {
      width: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-height: 64px;
      background: #edecfb;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      border-radius: 8px;
      padding: 8px;
      outline: none;
      border: none;

      font-weight: 400;
      font-size: 12px;
      color: #4c4568;
      line-height: 24px
    }

  .feedbackChuliModal .feedbackChuliModalRow textarea::-webkit-input-placeholder {
  color: rgba(76, 69, 104, 0.6);
}

  .feedbackChuliModal .feedbackChuliModalRow textarea::-moz-placeholder {
  color: rgba(76, 69, 104, 0.6);
}

  .feedbackChuliModal .feedbackChuliModalRow textarea::-ms-input-placeholder {
  color: rgba(76, 69, 104, 0.6);
}

  .feedbackChuliModal .feedbackChuliModalRow textarea::placeholder {
  color: rgba(76, 69, 104, 0.6);
}

  .feedbackChuliModal .feedbackChuliModalFooter {
    padding-right: 24px;
    width: calc(100% + 48px);
    margin-left: -24px;
    padding-top: 16px;
    border-top: 1px solid #e8e8e8;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-gap: 16px;
    gap: 16px;
  }
.feedback {
  padding: 16px;
  padding-bottom: 0;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .feedback .feedbackHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .feedback .feedbackMain {
    margin-top: 16px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .feedback .feedbackMain::-webkit-scrollbar {
  width: 0;
}
.shequTuku {
  padding: 16px;
  padding-bottom: 0;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .shequTuku .shequTukuHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .shequTuku .shequTukuMain {
    margin-top: 16px;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .shequTuku .shequTukuMain::-webkit-scrollbar {
  width: 0;
}.my-upload {
  width: 120px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative
}
.my-upload:hover .my-upload-funcs {
      pointer-events: auto;
      visibility: visible;
}
.my-upload .my-upload-funcs {
    pointer-events: none;
    visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.my-upload .my-upload-funcs .my-upload-funcs-delete {
      font-size: 24px;
      color: #fff;
      cursor: pointer;
    }.upload-pic-and-video .upload-pic-and-video-placeholder {
    margin-bottom: 16px;
  }
  .upload-pic-and-video .upload-pic-and-video-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 16px;
    gap: 16px;
  }

.upload-pic-and-video-item {
  width: 198px;
  height: 198px;
  z-index: 100000000000;
}

.upload-pic-and-video-item .upload-pic-and-video-item-inner {
    border: 1px solid #ccc;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }

.upload-pic-and-video-item .upload-pic-and-video-item-inner .upload-pic-and-video-item-inner-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

.upload-pic-and-video-item .upload-pic-and-video-item-inner .upload-pic-and-video-item-inner-content .img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
      }

.upload-pic-and-video-item .upload-pic-and-video-item-inner .upload-pic-and-video-item-inner-content .upload-pic-and-video-item-inner-content-uploading {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -18px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }

.upload-pic-and-video-item .upload-pic-and-video-item-inner .upload-pic-and-video-item-inner-content .upload-pic-and-video-item-inner-content-plus {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
      }

.upload-pic-and-video-item .upload-pic-and-video-item-inner .upload-pic-and-video-item-inner-content:hover .upload-pic-and-video-item-inner-content-funcs {
          pointer-events: auto;
          visibility: visible;
}

.upload-pic-and-video-item .upload-pic-and-video-item-inner .upload-pic-and-video-item-inner-content .upload-pic-and-video-item-inner-content-funcs {
        visibility: hidden;
        pointer-events: none;

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background-color: rgba(0, 0, 0, 0.5);

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 16px;
        gap: 16px;
}

.upload-pic-and-video-item .upload-pic-and-video-item-inner .upload-pic-and-video-item-inner-content .upload-pic-and-video-item-inner-content-funcs .upload-pic-and-video-item-inner-content-funcs-btn {
          font-size: 24px;
          color: #fff;
          cursor: pointer;
        }.fabric-factory-add-modal-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
}.fabric-factory-add-modal {
  width: 100%;
  height: 100%;

  overflow: auto
}
.fabric-factory-add-modal::-webkit-scrollbar {
  display: none;
}.fabric-factory {
  padding: 16px;
  width: 100%;
  height: 100%;
}

  .fabric-factory .fabric-factory-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
  }

  .fabric-factory .fabric-factory-tool-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 16px;
  }

.fabric-factory-drawer .ant-drawer-wrapper-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.fabric-factory-drawer .ant-drawer-wrapper-body .ant-drawer-body {
      height: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }.index-management-add-and-edit-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 16px;
  gap: 16px;
}.index-management-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  gap: 16px;
}.index-management-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-management-table-funcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  gap: 16px;
}

.index-management-table-funcs .index-management-table-funcs-item {
    cursor: pointer;
    color: #1890ff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
  }.index-management {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 16px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}.task-manage {
  width: 100%;
  height: 100%;
}

  .task-manage .task-manage-header {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  }

  .task-manage .task-manage-table {
    margin-top: 16px;
    padding: 16px;
  }.author-select-dropdown {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .author-select-dropdown .author-select-dropdown-left {
    width: 130px;
  }

  .author-select-dropdown .author-select-dropdown-right {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .author-select-dropdown .author-select-dropdown-right .author-select-dropdown-right-options {
      max-height: 250px;
      overflow: auto;
    }

  .author-select-dropdown .author-select-dropdown-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
  }
.task-manage-assignment .task-manage-assignment-header {}
  .task-manage-assignment .task-manage-assignment-content {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 16px;
    gap: 16px;
    overflow-y: auto
  }
  .task-manage-assignment .task-manage-assignment-content::-webkit-scrollbar {
    display: none;
}
  .task-manage-assignment .task-manage-assignment-content .task-manage-assignment-content-item {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 16px;
      gap: 16px;
}
  .task-manage-assignment .task-manage-assignment-content .task-manage-assignment-content-item .task-manage-assignment-content-item-name {
        padding-left: 16px;
        position: relative
      }
  .task-manage-assignment .task-manage-assignment-content .task-manage-assignment-content-item .task-manage-assignment-content-item-name::before {
    content: "*";
    position: absolute;
    left: 8px;
    top: 0;
    color: red;
}
  .task-manage-assignment .task-manage-assignment-content .task-manage-assignment-content-item .task-manage-assignment-content-item-left {
        width: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 16px;
        gap: 16px;
      }
  .task-manage-assignment .task-manage-assignment-content .task-manage-assignment-content-item .task-manage-assignment-content-item-left .task-manage-assignment-content-item-left-title {
          font-weight: bold;
        }
  .task-manage-assignment .task-manage-assignment-content .task-manage-assignment-content-item .task-manage-assignment-content-item-input {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
  .task-manage-assignment .task-manage-assignment-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-gap: 16px;
    gap: 16px;
  }.task-manage-id {
  width: 100%;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

  .task-manage-id .task-manage-id-breadcrumb {
    width: 100%;
    padding-bottom: 16px;
  }

  .task-manage-id .task-manage-id-tabs {
    width: calc(100% - 32px);
  }

  .task-manage-id .task-manage-id-content {
    width: calc(100% - 32px);
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto
  }

  .task-manage-id .task-manage-id-content::-webkit-scrollbar {
  display: none;
}

  .task-manage-id .task-manage-id-content .task-manage-id-history {
      margin-top: 16px;
      padding-bottom: 16px;
}

  .task-manage-id .task-manage-id-content .task-manage-id-history .task-manage-id-history-title {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 16px;
      }

  .task-manage-id .task-manage-id-content .task-manage-id-assignment {
      margin-top: 16px;
}

  .task-manage-id .task-manage-id-content .task-manage-id-assignment .task-manage-id-assignment-title {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 16px;
      }

  .task-manage-id .task-manage-id-content .task-manage-id-assignment .task-manage-id-assignment-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 16px;
      }

  .task-manage-id .task-manage-id-content .task-manage-id-assignment .task-manage-id-assignment-header .task-manage-id-assignment-header-right {
          margin-left: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          grid-gap: 24px;
          gap: 24px;
        }

.table-children {
  width: 100%;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-children .table-children-item {
    width: 100%;
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }

.table-children .table-children-item:first-child {
  border-bottom: 1px solid #eaeaea;
}

.table-history .table-children .table-children-item, .table-assignment .table-children .table-children-item {
      border: none;
    }
