/*主体背景*/
body {
    background-image: url('../../../images/searchReturn/returnBg.png');
    background-repeat: no-repeat;
    /* 设置背景图片填充整个窗口 */
    background-size: cover;
}

/*主躰樣式*/
.gridTable {
    min-height: 87vh;
}

/*卡片样式*/
.card {
    background: none;
    margin: 2% 1%;
    border: none;
}

.card-header {
    background: none;
    border: none;
    padding: 0;
}

.card-body {
    padding: 0;
}

.card-footer {
    background: none;
    border: none;
}

#searchTool {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

#searchTool div:nth-child(3):hover {
    cursor: pointer;
}

.selectToolReturn {
    /* background-color: #F4F3EE; */
    height: 42px;
    padding: 0px 18px;
}

.selectToolReturn * {
    font-size: 14px;
}

.selectToolReturn img {
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.tableStyle {
    min-height: 76vh;
    /* padding: 15px 15px 0 15px; */
    background-color: white;
    border: 15px solid transparent;
    border-image: url("../../../images/searchReturn/ing.png") 15 repeat;
    background-size: 100% 100%;

}

.tableStyle th {
    font-size: 14px;
}

.tableStyle td {
    font-size: 14px;
    cursor: pointer;
}

.table {
    /* min-height: 70vh;
    max-height: 70vh; */
    /* overflow: auto scroll; */
    margin-bottom: 0px;
}

.btn {
    font-size: 14px;
}

.return {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 0px 2px;
    justify-items: center;
    margin: 0 5px;
}

.returning {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 2px;
    grid-template-areas: 50px;
    grid-auto-rows: 50px;
    justify-items: center;
}

.filtrateMenu {
    width: 90%;
    height: 76vh;
    background-color: #FBF5E9;
    margin-top: 105px;
    padding: 15px 1%;
    border: 15px solid transparent;
    border-image: url("../../../images/searchReturn/ing.png") 15 round;
    /* border-image: url(../../../images/searchReturn/ing.png) 15 round; */
    /* background-repeat: no-repeat;
    background-size: 100% 100%; */
    text-align: center;
}

.filtrateMenu * {
    font-size: 14px;
}

.filtrateMenu p {
    margin-bottom: 0.5rem;
    /* border-bottom: 1px dotted gray; */
    cursor: pointer;
}

.filtrateMenu h6 {
    font-weight: bold;
    text-align: center;
    color: #7F2C2C;
    font-size: 14px;
    /* padding-bottom: 25px; */
    /* border-bottom: 1px dotted gray; */
}

.filtrateMenu p label {
    /* margin-right: 30px; */
    padding: 2% 1%;
    width: 90%;
    cursor: pointer;
    background-image: url('../../../images/index/navbg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}

.filtrateMenu p label:hover {
    /* background-image: url('../../../images/index/navbg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white; */
}

#collapseBox {
    background-color: white;
    border-radius: 15px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#collapseBox .row div:nth-child(1) {
    /*padding: 0;*/
}

#collapseBox .row div:nth-child(2) {
    /*padding: 0;*/
}

#collapseBox .row div:nth-child(3) {
    /*padding: 0;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

#collapseBox .input-group-prepend select {
    border-radius: 0;
}

#collapseBox .input-group-append span {
    border-radius: 0;
    background: none;
}

#collapseBox .input-group-append select {
    border-radius: 0;
}

@media (max-width: 991px) {
    #leftMenu {
        margin-top: 50px;
    }
}

.noViewShow {
    display: none;
}

.pageTool {}

.pageTool a {
    margin-left: 10px;
    border-radius: 10px !important;
    color: black;
}

.thead-other {
    background-color: #F8F2E7;
    color: #C7AD94;
}

.tableTool {
    /* width: 220px; */
}

.tableTool button {
    /* width: 70px; */
    /* padding: 0;
    border-color: transparent;
    background: rgba(0, 0, 0, 0);
    outline: none; */
}

.tableTool img {
    /* margin-right: 6px; */
    /* height: 30%;
    width: 30%; */
}

.btn1 {
    /* margin-right: 6px; */
    height: 18%;
    width: 18%;
}

.btn2 {
    margin-left: 10px;
    height: 18%;
    width: 18%;
}

.carding {
    background-color: #dfd4bd;
}

.carding:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.topic {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Lucida Calligraphy", cursive, serif, sans-serif;
}

.literature-name {
    font-size: 14px;
}

.literature-text {
    text-indent: 2em;
    line-height: 21px;
    height: 12rem;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.page-link{
    cursor: pointer;
}