
.grade i{
    font-size: 1.3rem;
    float: left;
    font-style: normal;
}

.grade{
    position: relative;
}

.color_red{
    position: absolute;
    top:0;
    left: 0;
    overflow: hidden;
    color:red;
}

.deals_loading{
    text-align: center;
    margin-top: 2rem;
}

.deals_loading a{
    font-size: 2.4rem;
    color: #666;
    cursor: pointer;
}

.deals_loading a.hidde{
    display: none;
}

.search_main{
    padding-top: 30px;
}

.search_top{
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.search_top input{
    width: 100%;
    font-size: 2rem;
    padding: 15px;
    padding-right: 28%;
    border: 1px solid #ddd;
    line-height: 2rem;
}

.search_top button{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    background: #f24e14;
    cursor: pointer;
}

.search_top .down_form{
    width: 75%;
}

@media (max-width:767px){
    ul.goods_lists{
        padding: 15px 0;
    }

    .goods_lists li{
        width: 50%;
        text-align: center;
    }

    .good_content{
        padding: 15px;
    }

    .search_top{
        width: 100%;
    }
    
    .search_main{
        padding: 30px 15px;
    }
    
    .search_top input {
        padding: 10px !important;
        font-size: 1rem !important;
    }
}

.deals_loadings{
    padding: 5rem 0;
    text-align: center;
    font-size: 1.42rem;
    color: #666;
}