.search_page{width:100%;height:100%;background-color:#f2f3f5;justify-content:center;align-items:center;padding:20px 40px 0;overflow-y:auto}.search_page .page_content{margin:0 auto;width:100%;height:100%;max-width:1280px;display:flex;flex-flow:row nowrap;align-items:center}.search_page .page_scroll_bar{flex-shrink:0;width:80px;height:100%;display:flex;flex-flow:column;align-items:center;overflow-y:auto;overflow-x:hidden;box-shadow:inset -1px 0 #e5e6e8;background-color:#fff;border-radius:8px;padding:0 10px}.search_page .page_scroll_bar .bar_icon_wrap{width:100%;padding:20px 0;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #e5e6eb}.search_page .page_scroll_bar .bar_icon_wrap .icon{font-size:28px;height:28px;width:28px}.search_page .page_scroll_bar .scroll_index_list_wrap{width:100%;padding:16px 0;display:flex;flex-flow:column nowrap}.search_page .page_scroll_bar .scroll_index_list_wrap .scroll_index{width:100%;height:32px;line-height:30px;border:1px solid #f2f3f5;background-color:#f2f3f5;text-align:center;font-size:16px;font-weight:500;color:#1d2129;cursor:pointer;transition-property:border-color,background-color,color;transition-duration:.3s;transition-timing-function:linear}.search_page .page_scroll_bar .scroll_index_list_wrap .scroll_index.active,.search_page .page_scroll_bar .scroll_index_list_wrap .scroll_index:hover{border-color:#00b42a;background-color:#e8ffea;color:#00b42a}.search_page .page_scroll_bar .scroll_index_list_wrap .scroll_index+.scroll_index{margin-top:2px}.search_page .page_scroll_body{margin-left:16px;width:calc(100% - 110px);height:100%;flex-grow:1;flex-shrink:0;padding:24px;background-color:#fff;box-shadow:0 2px 5px #0000001a;border-radius:8px}.search_page .body_title{width:100%;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.search_page .body_title .title_text{color:#1d2129;font-weight:500;font-size:20px;line-height:28px}.search_page .body_title .search_input_wrap{width:320px}.search_page .body_title .search_input_wrap .search_input{width:100%}.search_page .list_body{margin-top:24px;width:100%;height:calc(100% - 56px);overflow-x:hidden;overflow-y:auto;border-top:1px solid #e5e6eb;scroll-behavior:smooth;position:relative}.search_page .list_body .cate_item{width:100%;padding:24px 0 20px;border-bottom:1px solid #e5e6eb}.search_page .list_body .cate_key{width:100%;font-size:20px;font-weight:500;line-height:28px;color:#1d2129}.search_page .list_body .cate_key_list{margin-top:16px;width:100%;display:flex;flex-flow:row wrap;row-gap:14px;column-gap:16px}.search_page .list_body .cate_key_list .cate_key_item{min-width:80px;padding:0 20px;height:36px;display:flex;justify-content:center;align-items:center;font-size:16px;line-height:22px;color:#1d2129;border-radius:4px;border:1px solid #c9cdd4;cursor:pointer;transition:border .3s linear,color .3s linear}.search_page .list_body .cate_key_list .cate_key_item:hover{border-color:#00b42a;color:#00b42a}
