    /* 内容 */
    
    body {
        width: 100%;
        height: 100%;
        background-image: url(../images/admin-bg.jpg) !important;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .layuimini-site-mobile {
        display: none;
    }
    
    .layuimini-tool {
        display: none;
    }
    
    .layui-btn {
        font-size: 15px;
        background: #0082ce;
        letter-spacing: 1px;
    }
    
    .btn-radius {
        border-radius: 4px;
    }
    
    .layui-btn-primary {
        background: #fff;
        border-color: #0064b3 !important;
        color: #0064b3 !important;
        text-decoration: none !important;
    }
    
    .layui-btn-normal {
        background: linear-gradient(90deg, #0082ce, #0064b3);
    }
    
    .layui-form-checkbox[lay-skin=primary] i {
        border-color: #0082ce !important;
        border-width: 2px;
        line-height: 14px;
        border-radius: 4px;
    }
    
    .layui-form-checked[lay-skin=primary] i {
        background-color: #0082ce;
        border-color: #0082ce !important;
        line-height: 14px;
        border-width: 2px;
    }
    
    .layui-form-radio>i {
        color: #0082ce !important;
    }
    
    .layui-input,
    .layui-textarea {
        font-size: 15px;
        padding: 0 10px;
        border-color: #0082ce;
        border-width: 2px;
        border-radius: 4px;
    }
    
    .layui-textarea {
        padding: 10px;
    }
    
    .layui-input:focus,
    .layui-textarea:focus {
        border-color: #0082ce !important;
        box-shadow: 0 0 30px rgba(0, 0, 102, .1);
    }
    
    .layui-input:hover,
    .layui-textarea:hover {
        border-color: #0082ce !important;
        box-shadow: 0 0 30px rgba(0, 0, 102, .1);
    }
    
    .layui-disabled {
        border-color: #D2D2D2 !important;
        box-shadow: none;
    }
    
    .layui-form-danger:focus {
        border-color: #FF5722 !important
    }
    
    .layuimini-main {
        position: relative;
        z-index: 5;
        padding: 40px 40px;
        font-size: 18px;
        color: #333;
        height: calc(100vh - 110px - 40px);
        overflow-y: auto;
    }
    
    .main-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .patten-bottom-right {
        position: absolute;
        bottom: 0;
        left: -200px;
    }
    
    .patten-top-left {
        position: absolute;
        top: -30px;
        right: 0;
    }
    
    .btn-wrap {
        text-align: center;
        margin: 50px auto 20px auto;
        display: block;
    }
    
    .btn-wrap .layui-btn {
        min-width: 210px;
    }
    /* 布局 */
    /* .layui-layout {
    padding-top: 110px;

} */
    
    .layui-layout .container {
        position: fixed;
        left: 50%;
        margin-left: -520px;
        display: flex;
        padding: 110px 0 40px 0;
        z-index: 1001;
    }
    
    .layui-side {
        position: relative;
    }
    
    .layui-layout-admin .layui-side {
        padding-top: 60px;
        padding-right: 40px;
        top: 0 !important;
    }
    
    .layui-layout-admin .layui-body {
        position: relative;
        width: calc(100% - 200px);
        left: auto;
        top: 0 !important;
    }
    
    .layui-side-user {
        color: #fff;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .layui-side-user a {
        text-decoration: underline;
        display: inline-block;
        color: #fff;
    }
    
    .layui-side-user .layui-btn-primary {
        background: none;
        color: #fff !important;
        font-size: 16px;
        border-color: #fff !important;
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    /* 登录 */
    
    .login {
        width: 100%;
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 90px 0 40px 0;
    }
    
    .admin-login-background {
        position: relative;
        width: 800px;
        border-radius: 15px;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 0 30px rgba(0, 0, 102, .3);
        margin-top: 140px;
    }
    
    .theme {
        display: none;
        position: absolute;
        right: -70px;
        top: -200px;
        width: 511px;
        height: 476px;
    }
    
    .theme img {
        max-width: 511px;
        height: 476px;
    }
    
    .login-form {
        overflow: hidden;
        padding: 100px 120px 20px 120px;
    }
    
    .login-form .layui-btn-primary {
        background: #aaa;
        border-color: #aaa !important;
        color: #fff !important;
    }
    
    .layui-form label {
        font-size: 15px;
    }
    
    .layui-form label span {
        color: red;
    }
    
    .layui-form {
        position: relative;
        z-index: 5;
    }
    
    .no-clound::before {
        display: none;
    }
    
    .expert-headline {
        margin-top: -30px!important;
        margin-bottom: 0;
    }
    
    .login-form .layui-form-item a {
        color: #0064b3;
        text-decoration: none;
        display: block;
    }
    
    .login-form .captcha {
        display: flex;
    }
    
    .login-form .captcha .layui-btn {
        margin-left: 10px;
    }
    /* 欢迎页 */
    
    .welcome {
        padding: 80px;
    }
    
    .welcome-logo {
        margin-bottom: 50px;
    }
    
    .welcome .welcome-title {
        font-size: 22px;
        line-height: 1.6em;
        margin-bottom: 40px;
    }
    
    .welcome ol {
        margin-top: 20px;
        font-size: 16px;
        color: #333;
        line-height: 2em;
    }
    /* 账户信息 */
    
    .account {
        padding: 80px 120px;
    }
    
    .account .d-flex {
        margin-bottom: 20px;
    }
    /* 下载 */
    
    .download {
        padding: 80px 120px;
    }
    
    .download a {
        color: #0064b3;
        text-decoration: underline;
    }
    
    .download .text-center {
        height: initial !important;
        margin-bottom: 20px;
    }
    /* 作品列表 */
    
    .filter-bar {
        margin-bottom: 20px;
    }
    
    .filter-bar-left {
        display: flex;
        z-index: 9;
        flex-direction: row;
    }
    
    .filter-bar-left .layui-btn {
        border-radius: 4px;
    }
    
    .search-box {
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .search-box .layui-input {
        width: 300px;
        /* flex: 0 0 300px; */
        margin-right: -3px;
    }
    
    .total {
        font-size: 16px;
    }
    
    .total span {
        font-size: 24px;
    }
    
    .expertworks .main-title {
        display: flex;
        justify-content: space-between;
    }
    
    .expertworks .filter-bar-left .layui-form-select {
        margin: 0 10px;
    }
    
    .layui-table-cell .btn-link {
        margin-right: 10px;
    }
    
    .layui-table-cell .btn-link .fa {
        margin-right: 5px;
    }
    /* 新增作品 */
    
    .steps {
        padding-right: 80px;
        padding-left: 80px;
    }
    
    .tip {
        font-size: 14px;
    }
    
    .success-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 60px;
    }
    
    .success-box .img-success {
        margin-bottom: 20px;
    }
    
    .guide-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .guide-box .layui-btn {
        max-width: 210px;
        margin-bottom: 20px;
    }
    
    .guide-box a {
        color: #0064b3;
        font-size: 16px;
        text-decoration: underline;
    }
    
    .work-detail {
        padding: 0 80px 40px 80px;
    }
    
    .work-detail .work-title {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .work-detail .work-info {
        overflow-x: hidden;
    }
    
    .work-detail .work-info .row {
        flex-wrap: wrap;
        margin-bottom: 10px
    }
    
    .work-detail .work-info .col-sm {
        flex: 0 0 50%;
        font-size: 16px;
        line-height: 2em;
    }
    
    .work-detail .work-info .col-sm.last {
        flex: 0 0 100%;
    }
    
    .work-detail .work-intro {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .work-detail .work-intro .content {
        font-size: 14px;
        line-height: 1.8em;
    }
    
    .work-detail .work-sub-title {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .work-detail .work-pics {
        overflow-x: hidden;
    }
    
    .work-detail .work-pics .swiper-slide img {
        width: 100%;
    }
    
    .work-detail .img-flow {
        margin: 50px auto 0 auto;
        display: block;
    }
    
    .logistics-info {
        margin-bottom: 40px;
        font-size: 18px;
    }
    
    .logistics-info p {
        margin-bottom: 10px;
    }
    
    .title-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .title-group .btn-example {
        font-size: 14px;
    }
    
    .example-img {
        margin: 30px auto;
        display: block;
    }
    
    .addlogistics .layui-form-select dl {
        max-height: 200px !important;
    }
    /* upload */
    
    .imgFileUploade .head-top {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .imgFileUploade .head-top span {
        display: block;
    }
    
    .imgFileUploade .head-top span.imgClick {
        position: relative;
        z-index: 99;
        width: 143px;
        height: 108px;
        margin-left: 10px;
        cursor: pointer;
        background: url(../images/add-upload.png) no-repeat center center;
        background-size: cover;
    }
    
    .imgFileUploade .imgAll ul {
        display: flex;
    }
    
    .imgFileUploade .imgAll ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: ".";
        clear: both;
        height: 0
    }
    
    .imgFileUploade .imgAll li {
        position: relative;
        width: 143px;
        height: 108px;
        border: 2px solid #0082ce;
        margin-right: 20px;
    }
    
    .imgFileUploade .imgAll li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .delImg {
        position: absolute;
        top: -10px;
        right: -7px;
        width: 22px;
        height: 22px;
        background: linear-gradient( 90deg, #0064b3, #003e97);
        border-radius: 50%;
        display: block;
        text-align: center;
        line-height: 22px;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        cursor: pointer;
        transition: all .3s linear;
        transform: translate3d(0, 0, 0);
    }
    
    .delImg:hover {
        box-shadow: rgba(0, 0, 102, .3);
        transform: translate3d(0, -5px, 0);
        background: red;
    }
    
    .fixed-area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, .9);
        padding: 20px 0;
        z-index: 999;
    }
    
    .fixed-area .item {
        display: flex;
        align-items: center;
        font-size: 18px;
        align-self: center;
        margin-bottom: 10px;
    }
    
    .fixed-area .item strong {
        font-size: 30px;
    }
    
    .fixed-area .col-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .fixed-area .poptip {
        margin: 0 10px 0 5px;
        cursor: pointer;
    }
    
    .fixed-area .layui-rate li i.layui-icon {
        font-size: 30px;
    }
    
    .fixed-area .alert-danger {
        display: inline-block!important;
        padding: 5px 20px!important;
        color: #cc0000;
        font-size: 14px;
    }
    
    .fixed-area .bottom-tool {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .fixed-area .bottom-tool .btn-areas {
        display: flex;
    }
    
    .fixed-area .bottom-tool .btn-areas .btn {
        margin: 0 10px;
    }
    
    .fixed-area .bottom-tool .prev {
        color: #0064b3;
        font-size: 16px;
        text-decoration: none;
    }
    
    .fixed-left {
        position: fixed;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, .9);
        width: 300px;
        padding: 20px;
        z-index: 999;
    }
    
    .fixed-left .prev {
        display: block;
        color: #0064b3;
        font-size: 16px;
        text-decoration: none;
        margin-bottom: 10px;
    }
    
    .fixed-left .total {
        margin-bottom: 10px;
    }
    
    .fixed-left .btn {
        margin-bottom: 10px;
        justify-content: center;
    }
    
    .fixed-left .btn-areas {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    .layui-layer-content .layuimini-main.expert-work-detail {
        padding-bottom: 252px!important;
    }
    /* 多选 */
    
    .tableSelect .tableSelectBar .layui-form {
        visibility: hidden;
    }
    
    .tableSelect .layui-table-page {
        visibility: hidden;
    }
    
    .tableSelect {
        min-width: auto!important;
        max-width: 400px;
    }
    /* mobile */
    
    @media (max-width: 1200px) {
        .expertworks .main-title {
            flex-direction: column;
        }
        .expertworks .filter-bar-left .layui-form-select {
            margin: 5px 0;
        }
        .layui-side-user a {
            color: #333;
        }
        .fixed-area {
            position: relative;
            padding: 0;
            margin: 0 -20px;
            width: initial;
        }
        .fixed-area .item {
            font-size: 14px;
            margin-bottom: 0;
        }
        .fixed-area .alert-danger {
            font-size: 14px;
            line-height: 1.2em;
            margin-top: 10px;
            display: block!important;
        }
        .fixed-area .col-item:last-child .item {
            font-size: 18px;
        }
        .fixed-area .col-item:last-child {
            margin-top: 10px;
        }
        .fixed-area .bottom-tool {
            flex-direction: column;
            padding: 20px 0;
        }
        .fixed-area .bottom-tool .prev {
            margin-bottom: 20px;
        }
        .fixed-area .bottom-tool .total {
            margin-bottom: 20px;
        }
        .layui-layer-content .layuimini-main.expert-work-detail {
            padding-bottom: 0!important;
        }
        .btn-wrap .layui-btn {
            width: 100%;
            margin: 10px auto;
        }
        .imgFileUploade .head-top {
            overflow-x: auto;
            padding-top: 10px;
        }
        .layui-form .layui-form-radio {
            margin-right: 0;
            padding-right: 0;
        }
        .layui-side-user {
            color: #333;
        }
        .layui-side-user .layui-btn-primary {
            border-color: #0064b3!important;
            color: #0064b3!important;
        }
        .filter-bar {
            flex-direction: column;
        }
        .search-box {
            width: 100%;
            margin-bottom: 20px;
            margin-left: 0;
            margin-top: 10px;
        }
        .search-box .layui-input {
            flex: 1;
        }
        .layui-table-page {
            white-space: normal;
        }
        .account .d-flex {
            flex-direction: column;
        }
        .account .d-flex .layui-btn-primary {
            margin-top: 20px;
        }
        .layuimini-site-mobile {
            background: rgba(255, 255, 255, 1);
            border-radius: 4px;
            box-shadow: 0 0 30px rgb(0 0 102 / 30%);
            color: #0064b3;
        }
        .layuimini-mini .layuimini-site-mobile {
            display: block!important;
        }
        .layuimini-make {
            position: absolute;
            width: 100vw;
            height: 100vh;
            left: 0;
            top: 0;
            bottom: auto;
            right: auto;
            overflow: hidden;
            display: unset!important;
            transition: left .2s;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            background: rgba(255, 255, 255, .9);
        }
        .layuimini-all .layuimini-make {
            left: -200%;
            right: auto;
        }
        .layuimini-mini .layuimini-make {
            display: unset!important;
            left: 0;
            right: 0;
        }
        .layuimini-menu-left .layui-nav .layui-nav-item a,
        .layuimini-menu-left-zoom.layui-nav .layui-nav-item a {
            color: #666 !important;
        }
        .layuimini-menu-left .layui-nav .layui-nav-item.layui-this a,
        .layuimini-menu-left-zoom.layui-nav .layui-nav-item.layui-this a {
            color: #fff!important;
        }
        .layui-side {
            position: fixed;
        }
        .layui-layout-admin .layui-body {
            width: 100%;
            position: fixed;
            padding: 70px 20px 20px 20px;
            overflow-y: auto;
        }
        .layuimini-main {
            padding: 30px 20px;
            min-height: initial;
            overflow-y: auto;
            height: calc(100vh - 40px - 60px);
        }
        .login {
            padding: 70px 20px 20px 20px;
        }
        .admin-login-background {
            width: 100%;
            margin-top: 20px;
        }
        .admin-login-background .theme {
            display: none;
        }
        .login-form {
            padding: 20px;
        }
        .login-form .btn-wrap .layui-btn {
            display: block;
            width: 100%;
            margin: 10px 0;
        }
        .work-detail {
            padding-top: 0;
        }
        .work-detail .work-info .col-sm {
            flex: 0 0 100%;
            font-size: 15px;
        }
        .work-detail .layui-tab-content {
            padding-right: 0!important;
            padding-left: 0!important;
        }
        .work-detail .col-sm img {
            margin-bottom: 10px;
        }
        .filter-bar-left {
            flex-direction: column;
            width: 100%;
        }
    }