.whole{
    background-color: #f4f5f8; 
    overflow: hidden;
    width: 100%;
    min-width: 1200px;

}
.product_top{  
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.product_nav{ 
    width: 75%;
    overflow: hidden;
}

.title {
    
    overflow: hidden;
    background-color: #fff;
}


.title li {
    
    flex: 1 1 1px;   
    cursor: pointer;    
    padding: 10px 30px;    
    color: rgb(51, 51, 51);    
    border-bottom: solid 1px #e8e8e8cc;   
    font-size: 18px;   
    float: left;  
    line-height: 50px;  
    text-align: center;
}

.title li.active {  
    color: #fff;
    background-color: #f8b62b;
}

.product_search {
    width: 20%;
    position: relative;
    height: 45px;
    border: solid 1px #efefef;
    border-radius: 5px;
    background-color: #f4f5f8;
    margin-right: 20px;
    margin-top: 12px;
}

.product_search .default-input {
    position: absolute;
    background: #f4f5f8;
    border-radius: 5px;
    height: 45px;
    width: 93%;
    padding-left: 15px;
    border: none;
}

.product_search_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 22px;
    height: 20px;
    z-index: 99999999;
}


.product_con .content {
    display: none;
    padding: 0px;
   
}

.content_nav{
    width: 100%;
    overflow: hidden;
    background-color: white;
    height: 60px;
    line-height: 60px;
}
.content_title {
    overflow: hidden;
    background-color: #fff;
}


.content_title li {
    
flex: 1 1 1px;
    
cursor: pointer;
    
padding: 0px 30px;
    
font-size: 14px;
    
float: left;
    
text-align: center;
}

.content_title li.active {  
    color: #f8b62b;    
}
.content_title li.hover {  
    color: #f8b62b;    
}

.content_all .content_con {
    display: none;
    padding: 0px;
   
}
.content_con .product_list{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.content_con .product_list ul li{
    width: 232px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}
.content_con .product_list ul li img{
    width:232px;
    height:232px!important;
}
.color_f8b62b{
    color: #f8b62b;
}
.btn_buy{
    background-color: #000;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.btn_buy:hover{
    background-color: #f8b62b;
}



.content_con .flip{
    overflow: hidden;
    margin: auto;
    width: 15%;
}
.content_con .flip a{
    width: 85px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
}
.content_con .flip .page_up{
    background-color: #f8b62b;
    color: #fff;
}

.content_con .flip .page_down{
    background-color: #f8b62b;
    color: #fff;
}

.dont{
    background-color: #c8c8c8!important;

}

