:root {
    --lableBackground: #3C74EB;
    --lableColor: #FFFFFF;
    --lableBorderColor: #ffe6e6;
}

.middle {
    display: flex;
    justify-content: center;
    min-width: 1200px;
}

.middle-con {
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.middle-con-left {
    flex: 5;
    background: #fff;
    min-width: 833px;
}

.load-container {
    display: none;
    justify-content: space-around;
    align-items: center;
    width: 600px;
    height: 200px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 200px;
}

.load-container > .loading-box {
    background-image: url(../../static/image/loading1.png);
}

.loading-box {
    width: 134px;
    height: 121px;
    background-size: 100% 100%;
    animation: loading 2s linear infinite;
}

.middle-con-left-top {
    padding: 24px;
    border-bottom: 1px solid #eeeeee;
}

.total-div {
    margin-bottom: 20px;
}

.total-div span {
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.tips-info {
    margin-bottom: 20px;
}

.scene-category {
    margin-bottom: 20px;
}

.scene-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.category-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.black-spot {
    width: 4px;
    height: 4px;
    background-color: #000;
    margin-right: 15px;
    flex-shrink: 0;
}

.doc-title {
    flex: 8;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}

.item-time {
    flex-shrink: 0;
    color: #888888;
}

.search-result {
    margin-bottom: 10px;
}

.search-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.search-result-left {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.result-header-lable {
    background: var(--lableBackground);
    color: var(--lableColor);
    border: 1px solid var(--lableBorderColor);
    border-radius: 10px 0px 10px 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    padding: 2px 16px;
    margin-right: 10px;
    flex-shrink: 0;
}

.result-header-title {
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.result-header-title a {
    color: #2440b3;
}

.search-con {
    display: flex;
}

.search-con .search-right-con {
    flex: 1;
    overflow: hidden;
}

.search-result-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}

.search-result-source {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.source-text, .source-similar-info {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
    line-height: 16px;
}

.similar-info-list {
    padding: 13px;
    border: 1px solid #ebebeb;
    display: none;
}

.middle-con-left-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.tips-info {
    margin-bottom: 20px;
}

.no-result {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 18px;
}

.no-result-img {
    width: 174px;
    height: 154px;
    margin-right: 40px;
    background: url(../../static/image/no-result.png);
    background-size: 100% 100%;
}

.no-result-text div {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    line-height: 32px;
}

.no-result-text div:first-child {
    color: #bd1a2d;
}

