.gbBox{
    background-color: #f6f6f6;
    min-height: 1000px;
}
.gbItem-nav{
    width: 100%;
    height: 124px;
    position: relative;
    padding-top: 100px;
    background:  #f6f6f6 url("../../assets/images/gB-img.png") no-repeat center center;
    background-size: 100%;
}
.gbNone{
    position: absolute;
    left: 50%;
    top: 27%;
    font-size: 16px;
    text-align: center;
    transform: translateX(-50%);
}
.gbNone p{
    margin-top: 15px;
    color: #999;
}
.gbNone a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #f40;
    border-radius: 20px;
    padding: 8px 60px;
    margin-top: 50px;
}
.gbNone a:hover{
    background-color: #ff0000;
    transition: all .5s;
}
.gbItem-nav img.hl{
    position: absolute;
    top: 20px;
    right: 190px;
}
.gbItem-nav img.clock{
    position: absolute;
    top: 80px;
    left: 30px;
    width: 60px;
}
.gbItem-nav p{
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 16px;
    color: #666;
}
.gbItem-nav p span{
    color: #333;
}
.gbItem-nav h3{
    position: absolute;
    color: #fff;
    font-size: 16px;
    left: 110px;
    top: 80px;
}
.main_hot_products {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.main_hot_products_box {
    position: relative;
    width: 230px;
    height: 348px;
    margin-right: 12.5px;
    margin-bottom: 12.5px;
    background-color: #fff;
    float: left;
}
.main_hot_products_box img:hover{
    top: 12px;
    transition: all .6s;
}
.main_hot_products_box a.main_hot_products_btn:hover{
    background-color: #ff0000;
    transition: all .6s;
}
.main_hot_products_box:nth-child(5n){
    margin-right: 0;
}
.main_hot_products img {
    position: absolute;
    width: 170px;
    height: 170px;
    top: 20px;
    left: 30px;
}

.main_hot_products .main_hot_products_name {
    position: absolute;
    top: 200px;
    left: 20px;
    font-size: 14px;
    color: #222;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 190px;
    overflow: hidden;
}
.main_hot_products .main_hot_products_name2{
    position: absolute;
    top: 200px;
    left: 20px;
    font-size: 14px;
    color: #222;
    padding-right: 15px;
    width: 190px;
    height: 40px;
    overflow: hidden;
}
.main_hot_products .main_hot_products_order {
    position: absolute;
    top: 225px;
    left: 20px;
    font-size: 12px;
    color: #666;
    padding-right: 15px;
}

.main_hot_products p.main_hot_products_price {
    position: absolute;
    top: 250px;
    left: 20px;
    font-size: 12px;
    font-weight: normal;
}

.main_hot_products p.main_hot_products_price span{
    color: #f40;
    font-weight: bold;
    font-size: 24px;
}
.main_hot_products p.price2 span{
    font-size: 18px;
    margin-top: 5px;
}
.main_hot_products p.main_hot_products_price i{
    display: inline-block;
    color: #666;
    font-size: 12px;
    width: 120px;
}
.main_hot_products p.main_hot_products_price del{
    margin-left: 10px;
    color: #999;
}

.main_hot_products_btn {
    position: absolute;
    width: 200px;
    height: 38px;
    top: 290px;
    left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #f40;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
}
.main_hot_products_countdown{
    position: absolute;
    top: 120px;
    left: 105px;
}
.main_hot_products_countdown ul{
    float: right;
}
.main_hot_products_countdown li{
    float: left;
    color: #fff;
}
.main_hot_products_countdown span{
    background-color: #333;
    color: #fff;
    padding: 3px 6px;
    margin: 0 5px;
    font-size: 14px;
}