﻿.content-All {
    width: 1299px;
    display: flex;
    justify-content: space-between;
}

[v-cloak] {
    display: none !important;
}

.top {
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border-radius: 6px;
    width: 1299px;
    height: 56px;
}

.top-title-active {
    font-family: SourceHanSansCN-Medium;
    font-family: -apple-system;
    font-size: 16px;
    color: #383838;
    letter-spacing: 0;
    font-weight: 600;
    cursor: pointer;
}

.top-title {
    font-family: SourceHanSansCN-Medium;
    font-family: -apple-system;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 600;
    cursor: pointer;
}

.top-nar-active {
    width: 30px;
    height: 4px;
    background: #FF4B40;
    border-radius: 5.5px;
    border-radius: 5.5px;
}

.top-nar {
    width: 30px;
    height: 4px;
    background-color: transparent;
    border-radius: 5.5px;
    border-radius: 5.5px;
}

.top-in-title {
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-left: 23px;
    margin-right: 36px;
    display: inline-block;
}

.top_btn {
    font-size: 14px;
    color: #666666;
    padding: 3px 12px;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
    caret-color: transparent;
}


.wr-img {
    max-width: 350px;
    width: 28%;
    margin-top: 20px;
}

.wr-content {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border-radius: 6px;
    width: 91%;
    height: 680px;
    display: flex;
    padding: 15px 0;
}

.wr-content-left {
    width: 24%;
    overflow-y: scroll
}

input[type='checkbox']:not(.switch):after {
    width: 5.5px !important;
    left: 5.5px !important;
    outline: none !important;
}

input[type='checkbox'], input[type='radio'] {
    --active-inner: #AAAAAA !important;
    outline: none !important;
}

    input[type='checkbox']:checked, input[type='radio']:checked {
        background: #e4ecfa00 !important;
        border-color: #9999 !important;
        outline: none !important;
    }

input[type='checkbox'], input[type='radio'] {
    --input-border: #9999 !important;
    outline: none !important;
}

    input[type='checkbox']:not(.switch) {
        border-radius: 3px !important;
        outline: none !important;
    }

div.search input:nth-child(3) {
    border: none;
}

.wr-content-left-in {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    padding-left: 20px;
}

.wr-content-left-in-select {
    cursor: pointer;
    color: white;
    background-image: linear-gradient( 90deg, #FF8D80 0%, #FF574D 100%);
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    padding-left: 20px;
}

.wr-label {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    caret-color: transparent;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道
         内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #DEDEDE;
}

/*定义滑块
         内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #B6B6B6;
}

.single-wr-title {
    caret-color: transparent;
    cursor: pointer;
    position: relative;
    left: 82%;
    top: 30px;
    font-size: 14px;
    background-image: linear-gradient( 90deg, #FF8D80 0%, #FF574D 100%);
    border-radius: 4px;
    border-radius: 4px;
    width: 65px;
    height: 26px;
    color: white;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    margin-left: 15px;
}

.single-content2 td {
    border: 2px solid #333333;
}

.check-span {
    border-bottom: 1px solid rgb(245, 241, 241);
}

.qt-b1 strong {
    white-space: normal !important;
}
.t_a {
    padding: 0;
}

.t_a1 {
    padding: 0;
}

.t_a2 {
    margin-top: 13px;
}

.t_a3 .active {
    background-color: #ff4b40;
}
.single-content2 {
    height: 300px;
    overflow: auto;
}
.single-content-civilian {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    position: relative;
    top: 35px;
    text-align: center;
    /*top: -80px;*/
}

.single-content2::-webkit-scrollbar {
    width: 10px;
    height: 2px;
}

.single-content2::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    border-radius: 6px;
}

.single-content2::-webkit-scrollbar-track {
    background: #DEDEDE;
    border-radius: 5px;
}
