.clearfix::after {
    content: "";
    display: block;
    clear:both;
    height: 0;
    visibility: hidden;
}
.product{
    position: relative;
    margin-right: 1rem;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.product:hover .product_title{
    color: #2971DE;
}

.product:hover .product_list{
    height: 18rem;
}

.product_list{
    display: flex;
    overflow: hidden;
    width: 72rem;
    height: 0rem;
    position: absolute;
    top: 3.4rem;
    left:-20rem ;
    background-color: rgba(0, 0, 0, .65);
    transition: .5s;
}

.product_info{
    margin-top: 1rem;
    margin-left: 1rem;
    width: 32%;
    margin-right: 2%;
    line-height: 2;
}

.product_info>h2{
    font-size: 1rem;   
    color: #2971DE;
    /*font-weight: 600;*/
    font-family: pingfangb;
}

.product_info_text{
    font-size: .875rem !important;
}
.product_info_text:hover{
    color: #2971DE;
}

.strong{
    margin: .6rem 0;
    border-bottom: 1px solid #FFFFFF;
}

.Hot{
    width: 2.2rem;
    height: .6rem;
    margin-left: .4rem;
    display: inline-block;
    background: url('../img/HOT.png')no-repeat;
    background-size: cover;
}

.New{
    width: 2.5rem;
    height: .582rem;
    margin-left: .2rem;
    display: inline-block;
    background: url('../img/NEW.png')no-repeat;
    background-size: cover;
}
.scheme_list{
    width: 16rem;
    top: 3.4rem;
    left:-8rem;
}

.scheme_info{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1rem 1rem 1rem;
}
.normallogo {
    cursor: pointer;
}
.whitelogo {
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}