.typeList{
    display: flex;
    flex-wrap: wrap;
}
.typeItem{
    font-size: 28px;
    color: #7E807E;
    line-height: 42px;
    text-align: left;
    margin-right: 60px;
    margin-bottom: 30px;
}
.typeList .on,.typeList .on a{
    color: #108391 !important;
}
#typeList,#typeList .content_box{
    padding-bottom: 0;
}
.search{
    width: 630px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 2px solid #F4F4F4;
    display: flex;
    align-items: center;
}
.search i{
    color: #999999;
    font-size: 34px;
    margin-left: 20px;
}
.search input{
    padding: 0 20px;
    border: none;
    outline:none;
    font-size: 28px;
    width: 100%;
}
#typeShow{
    width: 100%;
    margin-top: -10px;
    font-size: 30px;
    color: #7E807E;
    text-align: center;
    padding-bottom: 20px;
}
#load{color: #333;position: absolute;bottom: 15px;width: 100%;height: 30px;line-height: 30px;font-size: 24px;text-align: center;}
.input-clear{
    width: 30px;
    height: 30px;
    background: #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #666666;
    margin-right: 20px;
    flex-shrink: 0;
    display: none;
}
