
.categoryTools{
    margin-top: 40px;
}
.tools_list li{
    margin-top: 24px;
}
.tools_title{
    font-size: 22px;
}
.tools_title img{
    border-radius: 4px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.tools_title span{
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #1d2129;
}
.item_list{
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 18px;
    margin-bottom: 38px;
    margin-top: 24px;
}
.item_list a{
    color: #555;
    padding: 16px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 16px #011c430f;
    --tw-shadow: 0 2px 16px rgba(1,28,67,.06);
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    max-width: 224px;
}
.item_list a img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.item_list a span{
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar2 {
    font-size: 14px;
    color: #0e367a;
    padding: 12px 10px;
    position: fixed;
    top: 120px;
    left: 14%;
}
.sidebar2 h1 {
    font-size: 20px;
    font-weight: 400;
}
.sidebar2 ul {
    position: relative;
}
.sidebar2 ul li {
    padding: 12px 0;
}
.sidebar2 ul li i {
    margin-right: 14px;
    font-size: 14px;
}
.sidebar2 ul li a {
    color: #747677;
    text-decoration: none;
    padding: 2px 4px;
}
.sidebar2 ul li a:hover {
    background: #f26929;
    color: #fff !important;
    border-radius: 4px;
}
.sidebar2 ul li a.active {
    color: #f26929;
}
.sidebar2 ul .icon-caret {
    position: absolute;
    left: -14px;
}
.search_tool{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.search_content{
    display: flex;
    border-radius: 24px;
    flex-direction: column;
    box-shadow: rgba(1,28,67,.10) 0px 2px 16px 0px;
    background-color: #fff;
}
.search_box{
    width: 562px;
    height: 46px;
    align-items: center;
    background-color: #fff;
    background-image: none;
    border-radius: 24px;
    display: inline-flex;
    justify-content: center;
    padding: 1px 11px;
    transform: translateZ(0);
    transition: box-shadow .2s cubic-bezier(.645,.045,.355,1);
    position: relative;
}
.query_results{
    --tw-shadow: 0 2px 16px rgba(1,28,67,.1);
    --tw-shadow-colored: 0 2px 16px #eee;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 16px #011c431a;
    max-height: 240px;
    overflow: auto;
    padding-bottom: 8px;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 562px;
    display: none;
}
.query_results a{
    padding-left: 20px;
    height: 48px;
    cursor: pointer;
    align-items: center;
    display: flex;
}
.query_results a:hover {
    --tw-bg-opacity: .4;
    background-color: #eee;
}
.query_results a img{ width: 24px;height: 24px;margin-right: 10px}
.query_results a span{color: #49505780;font-size: 16px;}
.search_input{
    --el-input-inner-height: 30px;
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    box-sizing: border-box;
    color: #606266;
    flex-grow: 1;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    outline: 0;
    padding: 0;
    width: 100%;
}
.search_btn{
    top: 5px;
    right: 5px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    width: 76px;
    height: 36px;
    cursor: pointer;
    border-radius:20px;
}
.popular_list{
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popular_list li{margin-right: 15px}
.popular_list li a{
    color: #49505780;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.popular_list li a img{width: 16px;height: 16px;margin-right: 8px}
@media (max-width: 1600px){
    .sidebar2 {left: 0px;}
}