@media screen and (max-width:750px){
#product_main{
    padding-top: 1.62rem;
}
    
 #product_img{
     width: 6.9rem;
     height: 2rem;
     margin: 0 auto;
     display: block;
 }   
.product_info{
    width: 6.9rem;
    margin: 0 auto;
    
}
#hot_title{
    font-size: 0.24rem;
    color: #ff7a23;
}
#hot_head_title{
    font-size: 0.48rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
#hot_head_page{
    display: none;
}
.hot_main{
    display: block;
    width: 100%;
    height: auto;
}
.hot_main_ul{
    width: 100%;
    list-style: none;
    padding: 0;
    height: auto;
    float: left;
    display: none;
}
.hot_main_ul li{
    float: left;
    width: 3.3rem;
    height: auto;
    margin-right: 0.3rem;
    margin-bottom: 0.6rem;
}
.hot_main_ul li:nth-child(2n){
    margin-right: 0;
}
.hot_pro_img{
    width: 3.3rem;
    height: 3.3rem;
    display: block;
}
.hot_pro_name{
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    display: block;
    width: 100%;
    font-size: 0.3rem;
}
.hot_pro_price{
    width: 100%;
    display: block;
    font-size: 0.4rem;
}
.hot_pro_market{
    font-size: 0.24rem;
    text-decoration:line-through;
    color: #999999;
}
#hot_mobile_page{
    display: block;
    margin: 0 auto;
    width: 30%;
    height: 1rem;
}
.mobile_left{
    width: 0.79rem;
    height: 0.79rem;
    background-image: url(../image/mobile_none_left.png);
    background-size:cover;
    float: left;
}

.mobile_right{
    width: 0.79rem;
    height: 0.79rem;
    background-image: url(../image/mobile_right.png);
    background-size:cover;
    float: right;
}

#footer{
    margin-top: 0.5rem;
}

}