.hot-main{
    padding: 0;margin: 0 auto;
    max-width: 1170px;
    display: flex;
}
.hot-left{
    padding: 13px;
    padding-right: 0;
    width: 15%;
    overflow: hidden;
}
.hot-left img{
    display: block;
    width: 100%;
    height: 104%;
}
.hot-content{
    width: 84%;
    float: right;
    overflow: hidden;
}
#hot-row{
    margin: 0 auto;
}
.scope{
    width: 31.8%; height: 200px;
    margin: 15px 0 0 14px;
    border: 1px solid #e4e4e4;
    background: #f3f5f7;
    padding: 15px 20px;

}
.scope:hover{
    background: #fff;
}
.scope p{
    margin: 5px 0; padding: 0;
    font-size: 16px;
    color: #010101;
}

.scope .roup{
    margin-top: 5px;
    font-size: 18px;
    color: #f30404;
}

.scope ul{
    margin:1px 0 0 0; padding: 0;
    list-style: none;
    display: flex;
}
.scope ul li{
    width: 78px;
    line-height: 22px;
    font-weight:bold;
    font-size: 16px;
    color: #ff9027;
}
.scope .order{
    display: flex;
    width: 250px;
    margin-top: 15px;
    position: relative;
}
.scope .order a{
    display: block;
    width: 100px; height: 30px;
    background: #ff9000;
    color: #fff;
    border-radius:3px;
    margin-top: 5px;padding: 5px;
    margin-right: 30px;
    text-align: center;
}

.scope .price{
    display: block;
    width: 250px;height: 30px;
    margin-top: 3px;
}
.scope .price .price-main{
    display: block;
    width: 245px;height: auto;
    margin: 0 auto;
    font-size: 16px;
}
.scope .price .price-main .price-mainOne{
    float: left;
    display: block;
    width: 50%;height: auto;
    background: #e42020;
    color: #fff;
    text-align: center;
    line-height: 26px;
}
.scope .price .price-main .price-mainTwo{
    float: left;
    display: block;
    width: 50%;
}
.scope .price .price-main .price-mainTwo .price-twoMain{
    display: block;
    width: auto;
    border: 2px solid #e42020;
    border-left: none;
    background: #fff;
    color: #999;
    text-align: center;
    line-height: 22px;
    text-decoration: line-through;
}
@media screen and (max-width: 1380px){
    .hot-left{
        width: 18%;
    }
    .hot-content{
        width: 81%;
    }
    .scope{
        width: 31.8%; height: 230px;
    }
}

@media screen and (max-width: 1165px){
    .hot-left{
        display: none;
    }
    .hot-content{
        width: 83.5%;
        margin: 0 auto;
        overflow: hidden;
    }
    .scope{
        width: 47.5%; height: 200px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 1150px){
    .hot-left{
        display: none;
    }
    .hot-content{
        width: 93.5%;
        margin: 0 auto;
        overflow: hidden;
    }
    .scope{
        width: 47.5%; height: 200px;
        margin-right: 10px;
    }
}


@media (min-width: 769px) and (max-width: 1024px){
    .hot-left{
        display: none;
    }
    .hot-content{
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }
    .scope{
        width: 46.5%; height: 200px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px){
    .hot-content{
        width: 100%;
    }
    .scope{
        width: 46.5%; height: 200px;
        margin-right: 10px;
    }
    .scope ul{
        margin:5px 0 0 0; 
    }
}

@media screen and (max-width: 720px){
    .scope{
        width: 92%; height: 200px;
    }
}

@media screen and (max-width: 425px){
    .hot-content{
        width: 100%;
    }
    .scope{
        width: 92%; height: 200px;
    }
}

@media screen and (max-width: 375px){
    .hot-content{
        width: 100%;
    }
    .scope{
        width: 92%; height: 200px;
        margin-left: 17px;
    }
    
}

@media screen and (max-width: 360px){
    .scope{
        width: 90%; height: 220px;
    }
    
}
@media screen and (min-width: 1390px){
    .hot-content{
        width: 84%;
    }
    .hot-main{
        max-width: 1370px;
    }
    .scope{
        width: 369px; height: 200px;
    }
    
}