.flow_area {
	width:100%;
	background:#f8f9fa;
    /* background: #fff; */
	overflow:hidden;
	position:relative;
	margin-top:20px;
}
.index_flow_area {
    margin-top:60px;
}
.user-collect-page .pagination {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.card-tip {
    display: none;
    position: absolute;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
    font-size: 12px;
    z-index: 100;
    text-align: left;
    margin-top: 12px;
}
.card-tip .card-tip-content {
    padding: 20px 30px;
    background: #fff;
    border-radius: 5px;
}
.card-tip .card-tip-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.card-tip .card-tip-arrow {
    position: absolute;
    height: 12px;
    bottom: 100%;
    left: calc(50% - 10px);
}
.card-tip .card-tip-arrow::after {
    content: "";
    display: block;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 0 10px 12px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
}

/* 搜索结果页 S */
.related-search {
    color: #9aafbd;
    margin: 10px auto 0;
}
.related-search a {
    color: #9aafbd;
    padding: 0 8px;
}
.related-search a:hover {
    color: #f66;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.no-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    min-height: 600px;
}
.no-content-box p {
    font-size: 30px;
    color: #d9dcde;
}
/* 搜索结果页 E */
/* 今日热搜 相关关键词 S */
.so-container {
    display: flex;
    flex-direction: column;
    width:100%;
	max-width:1200px;
	margin:95px auto 30px;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	border-radius:4px;
	transition:all .4s;
    background:#fff;
	box-shadow:0 2px 5px 0 rgb(136 153 165 / 35%);
}
.so-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-title {
    padding: 30px 25px 10px;
    font-size: 30px;
}
.nav-title .cur::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ff5c5c;
}
.so-container .search-word {
    width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
}
.search-word {
    padding: 30px;
}
.search-word a {
    display: inline-block;
    padding: 0 15px;
    color: #555;
    margin-bottom: 30px;
    transition: all .3s;
}
.search-word a:hover {
    color: #f66;
}

/* 今日热搜 相关关键词 E */