.layui-form-radioed,
.layui-form-radioed>i,
.layui-form-radio:hover>* {
    color: var(--theme4);
}

.layui-form-radio {
    margin-top: 0;
}

.layui-form-radio>i {
    font-size: 16px;
}

.layui-form-radio>* {
    font-size: 12px;
}

.model-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
}

.model-square {
    padding: 0 4px;
}

.layui-form-select dl dd.layui-this {
    color: var(--theme4);
}

.layui-input {
    background: transparent;
    outline: none;
}

.layui-input::placeholder {
    font-size: 12px;
}

.layui-form-select .layui-input {
    width: 100px;
}

.layui-form-select .layui-input::placeholder {
    color: inherit;
}

.layui-dropdown {
    margin: 0
}

.layui-menu li {
    margin: 0;
    font-size: 12px;
}

.layui-menu li:hover {
    color: var(--theme4);
}

.layui-menu li,
.layui-menu-body-title,
.layui-menu-body-title a {
    color: inherit
}

#date {
    border-radius: 4px;
}

.model-header .layui-input {
    height: 32px;
}

.model-search {
    position: relative;
    width: 300px;
    height: 32px;
    background: #f0f0f0;
    padding: 4px 10px;
}

.model-search .layui-input {
    border: none;
    outline: none;
    height: 30px;
    width: 80px;
    border-right: 1px solid #bbb;
}

.model-search .layui-input::placeholder {
    font-size: 12px;
    color: #505050;
}

.model-search .search_input {
    flex: 1;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    outline: none;
    background: transparent;
    margin-left: 10px;
    margin-right: 80px;
}

.model-search .search_input::placeholder {
    font-size: 12px;
}

.model-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    height: 100%;
    line-height: 32px;
    color: var(--theme4)
}

.model-search-btn:hover {
    background: var(--themeGradient1);
    color: #fff;
}

.batch-operation {
    height: 32px;
}

.batch-operation:hover {
    color: var(--theme4);
}

.model-item {
    width: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}

.model-item .item-tag {
    color: #fff;
    font-size: 12px;
    gap: 4px;
    white-space: nowrap;
    overflow: auto;
}

.item-tag span {
    background: #fc3e3e;
    padding: 2px 6px;
    border-radius: 10px;
}

.item-tag span:nth-of-type(2) {
    background: #143800;
}

.item-tag span:nth-of-type(3) {
    background: #a0ab00;
}

.item-tag span:nth-of-type(4) {
    background: #005835;
}

.item-tag span:nth-of-type(5) {
    background: #630366;
}

.item-tag span:nth-of-type(6) {
    background: rgba(51, 3, 128, 1);
}

.all_check {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.all_check:hover {
    color: var(--theme4)
}

.all_check_box {
    background: #fff;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #acd7d9;
}

.checkbox {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #acd7d9;
}

.all_check_box .bi,
.checkbox .bi {
    display: none;
}

.all_check_box.on,
.checkbox.on {
    background: var(--theme4);
    color: #fff;
}

.all_check_box.on .bi,
.checkbox.on .bi {
    display: flex;
}

.image-size {
    z-index: 1;
    width: 100%;
}

.item-img {
    transform: scale(1);
    transition: transform .2s ease-in-out;
}

a:hover .item-img {
    transform: scale(1.1);
}

.item-info {
    display: block;
    bottom: -200px;
    left: 0;
    width: 100%;
    padding: 30px 14px 14px;
    color: #fff;
    transition: all .3s ease-in-out;
    z-index: 2;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, .7));
    max-height: 100%;
}

.model-item:hover .item-info {
    bottom: 0;
}

.item-info-title {
    position: relative;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 100%;
}

.more-btn {
    right: 10px;
    top: 10px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 32px;
    height: 24px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backTop {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.backTop:hover {
    background: var(--themeGradient1);
    color: #fff;
}

.fliter_view {
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 99;
    max-width: 500px;
    border: 1px solid #f0f0f0
}

.fliter_view::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fff;
    transform: translate(-100%, -80%) scaleY(-1);
}

.fliter_view_item {
    display: none;
}

.add-btn {
    color: #999;
    border: 1px solid #999;
    display: flex;
    height: 26px;
    border-radius: 4px;
    padding: 0 10px 0 4px;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
}

.fliter_view input[type="text"],
.fliter_view input[type="number"] {
    height: 30px;
    flex: 1;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0 6px;
    width: 100px;
}

.layui-form-radio {
    margin-top: 0;
    padding: 0;
}

.layui-form-radio:nth-last-of-type(1) {
    margin: 0;
}

.layui-form-checkbox[lay-skin="primary"] {
    padding-left: 20px;
    min-height: initial;
    margin: 4px 0;
}

.layui-form-checked[lay-skin="primary"]>i {
    border-color: var(--theme4) !important;
    background-color: var(--theme4);
}

.layui-form-checkbox[lay-skin="primary"]:hover>i {
    border-color: var(--theme4);
}

.layui-form-radio>i {
    font-size: 16px;
    margin-right: 4px;
}

.layui-form-checkbox[lay-skin="primary"]>div {
    font-size: 12px;
    line-height: 26px;
}

.layui-form-checkbox[lay-skin="primary"]>i {
    top: 50%;
    transform: translateY(-50%);
}

.add-form {
    display: none;
}

.add-form input[type="text"] {
    height: 26px;
    border: 1px solid #e0e0e0;
    padding: 0 6px;
}

#imageInfo {
    padding: 0 10px;
}

.image_thumb {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    height: 200px;
    padding: 12px;
}

.image_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.image_info .line {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.image_info .line::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #e0e0e0;
}

.image_info .line::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.info_item {
    gap: 20px;
    margin-top: 10px;
}

.info_item>div:nth-of-type(1) {
    width: 60px;
}

.info_item>div:nth-of-type(2) {
    width: 0;
    flex: 1;
    text-align: right;
    word-break: break-all;
    word-wrap: break-word;
}

.info_item>div:nth-of-type(2) * {
    word-wrap: break-word;
    word-break: break-all;
}

.info_item .item-tag {
    font-size: 0;
}

.info_item .item-tag span {
    font-size: 12px;
    display: inline-block;
    color: #fff;
    margin: 2px;
}

.popup_view {
    width: 350px;
    display: none;
}

#tags_list,
#types_list,
#status_list {
    display: none;
}

/* 23-10-07 新增对比 */

.contrast-detail {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 198910159;
}

.case-detail-close {
    right: 0;
    top: 0;
    font-size: 32px;
    z-index: 99;
}

.case-detail-wrap {
    max-width: calc(100vw - 32px);
    margin: auto;
    align-items: center;
    gap: 2px
}

.case-detail-left,
.case-detail-right {
    max-width: 48%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
    font-size: 0;
    background: transparent;
}

.case-detail-left img,
.case-detail-right img {
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
}

.case-detail-right img {
    background-image: url(../images/transparent.png);
}

.file_name {
    position: absolute;
    bottom: 0;
    z-index: 1;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    padding: 4px 10px;
    line-height: 1.67;
}

.case-detail-left span,
.case-detail-right span {
    position: absolute;
    background: var(--themeGradient1);
    color: #fff;
    padding: 2px 8px;
    left: 0;
    top: 0;
    font-size: 12px;
}

/* END */
#pageTip {
    width: 350px;
}

@media (min-width: 768px) {
    .model-square {
        padding: 0 14px;
    }

    .model-item {
        width: 350px;
    }

    .popup_view {
        width: 750px;
        max-height: 570px;
    }

    .filter_clone {
        display: none !important;
    }

    #pageTip {
        width: 700px;
    }
}

@media (min-width:1090px) {
    .model-item {
        width: 300px;
    }
}

@media (min-width: 1500px) {
    .model-square {
        max-width: 1900px;
        margin: 0 auto;
    }

    .model-item {
        width: 370px;
    }
}