
.product_list
{
    width:1180px;
    margin:5px 0 0 0;
    padding:10px 10px 20px 10px;
    background-color: rgba(255,255,255,1);
    border:0px solid rgba(0,0,0,1);
}

.product_list .title
{
    width:100%;
    margin:0;
    padding:10px 0 10px 0;
    background-color: rgba(245,245,245,1);            
}
.product_list .title .column
{
    font-size: 12px; 
    color:rgba(0,0,0,0.9);
    font-weight: bold;        
    font-family: "Verdana","Microsoft YaHei";            
}

.product_list .column
{
    border:0px solid rgba(0,0,0,1);    
}
.product_list .column_1
{
    width:25%;
}
.product_list .column_2
{
    padding:0 30px 0 10px ;
    width:15%;
}
.product_list .column_3
{
    width:10%;
}
.product_list .column_4
{
    width:15%;
}
.product_list .column_5
{
    width:12%;
}
.product_list .column_6
{
    width:13%;
}
.product_list .column_7
{
    width:10%;
}

.product_list .list
{
    width:100%;    
    margin:0 0 0 0;
    padding:10px 0 10px 0;
    border:1px solid rgba(200,200,200,0.1);            
}
.product_list .list2
{
    background-color: rgba(200,200,200,0.1);    
}

.product_list .list:hover
{
    background-color: rgba(38,109,125,0.1);
}
.product_list .list .column
{
    border:0px solid rgba(0,0,0,0.5);
}

.product_list .list .pr
{
    font-size: 12px; 
    color:rgba(0,0,0,0.9);  
    border:0px solid rgba(0,0,0,1);
}

.product_list .list .pr .n,.product_list .list .pr .p
{
    width:40%;
    margin:5px 0 5px 0;
    border:0px solid rgba(0,0,0,1);    
}

.product_list .list .this_price
{
    color: rgba(255,120,0,1);
}

.product_list .list .column_1 .top .product
{
    width:100px;
}

.product_list .list .column_1 .top .product:hover
{
    cursor: pointer;
}
.product_list .list .column_1 .top .right
{
    width:60%;
    margin:0 0 0 10px;
    border:0px solid rgba(0,0,0,0.5);            
}

.product_list .list .column_1 .top .right .row
{
    margin:0 0 5px 0;    
}
.product_list .list .column_1 .top .right .model
{
    font-size: 14px; 
    color:rgba(0,0,0,0.9);
    font-weight: bold;                
    font-family: "Verdana","Microsoft YaHei";                
    border:0px solid rgba(0,0,0,0.5);            
}
.product_list .list .column_1 .top .right .model:hover
{
    color:rgba(38,109,125,1);
    cursor: pointer;
}
.product_list .list .column_1 .top .right .brand
{
    font-size: 12px;     
    color:rgba(0,0,0,0.4);    
}

.product_list .list .column_1 .top .right .brand .name
{
    font-size: 12px;         
    color:rgba(0,0,0,1);    
}

.product_list .list .column_1 .bottom .left
{
    margin:5px 10px 5px 0;
    width:30%;
    border:1px solid rgba(0,0,0,0.1);                
}

.product_list .list .column_1 .bottom .left .contrast
{
    padding:0 0 0 15px;
    content:url("../../image/category/list/contrast.png");
}

.product_list .list .column_1 .bottom .left .collect
{
    padding:0 15px 0 0;    
    content:url("../../image/category/list/collect.png");
}

.product_list .list .column_1 .bottom .left .contrast:hover,.product_list .list .column_1 .bottom .left .collect
{
    cursor: pointer;
}

.product_list .list .column_1 .bottom .right
{
    width:60%;    
    margin:5px 0 5px 0;    
}

.product_list .list .column_1 .bottom .right .activity
{
    font-size: 11px;
    border:1px solid rgba(255,168,46,1);
    padding:2px 2px 2px 2px;
    color:rgba(255,108,26,1);        
}

.product_list .list .column_1 .bottom .right .activity:hover
{
    cursor: pointer;
}

.product_list .list .column_2 .row,.product_list .list .column_3 .row
{
    margin:5px 0 5px 0;
    font-size: 12px;     
    color:rgba(0,0,0,0.4);   
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.product_list .list .column_2 .row .value,.product_list .list .column_3 .row .value,.product_list .list .column_3 .row a
{
    font-size: 12px;         
    color:rgba(0,0,0,1);       
}

.product_list .list .column_4 .value
{
    font-size: 12px;         
    color:rgba(0,0,0,1);   
    margin:5px 0 05px 0;
}

.product_list .list .column_4 .value .left
{
    width:50%;
}
.product_list .list .column_4 .value .right
{
    width:50%;
}

.product_list .list .column_5 .time
{
    width:100px;
    margin:5px;
    padding:5px;
    border-radius: 5px;
    background-color: rgba(215,215,215,1);    
    font-size: 12px;         
    color:rgba(0,0,0,0.8);     
}

.product_list .list .column_5 .number
{
    font-size: 12px;   
    margin:10px 0 10px 15px;
    color:rgba(0,0,0,1);     
}

.product_list .list .column_6 .number
{
    font-size: 12px;   
    margin:0px 0 0px 0px;
    color:rgba(0,0,0,1);     
}

.product_list .list .column_6 input
{
    width:60%;
    padding: 3px;
    font-size: 12px;   
    margin:10px 5px 10px 0;
    color:rgba(0,0,0,1); 
    border-radius: 3px; 
    border:1px solid rgba(38,109,125,1);
}

.product_list .list .column_6 .money
{
    font-size: 12px;   
    margin:0 5px 10px 0;
    color:rgba(0,0,0,1);      
}

.product_list .list .column_6 .money .value
{
    color:rgba(255,137,118,1);
    font-weight: bold;        
}

.product_list .list .column_7 .button_add
{
    padding:5px 10px 5px 10px;
    margin:10px 0 10px 0;
    color:rgba(255,255,255,1);        
    background-color: rgba(255,120,0,1);
    border-radius: 5px; 
}

.product_list .list .column_7 .button_buy
{
    padding:5px 10px 5px 10px;
    color:rgba(38,109,125,1);            
    border:1px solid rgba(38,109,125,1); 
    border-radius: 5px; 
}

.product_list .list .column_7 .button_add:hover,.product_list .list .column_7 .button_buy:hover
{
    cursor: pointer;
}



.inner_paginate
{
    width:1200px;
    padding:10px 0 20px 0;
    background-color: rgba(255,255,255,1);
    border:0px solid rgba(0,0,0,0.5); 
    
    font-size: 12px;         
    color:rgba(0,0,0,0.7);     
}

.inner_paginate .button,.inner_paginate .button_omit
{
    margin:0 5px 0 5px;
    padding:5px 8px 5px 8px;
    border:1px solid rgba(0,0,0,0.2);     
    border-radius: 5px;    
}

.inner_paginate .button:hover,.inner_paginate .button_current:hover,.inner_paginate .confirm:hover
{
    cursor: pointer;
    background-color: rgba(38,135,109,1);
    color:rgba(255,255,255,1);
}

.inner_paginate .button_current
{
    margin:0 5px 0 5px;
    padding:5px 8px 5px 8px;
    color:rgba(255,255,255,1);
    background-color: rgba(38,109,125,1);    
    border:1px solid rgba(0,0,0,0.2);     
    border-radius: 5px;
}

.inner_paginate input
{
    width:50px;
    margin:0 5px 0 5px;
    padding:5px 8px 5px 8px;
    border:1px solid rgba(0,0,0,0.2);     
    border-radius: 5px;
}

.inner_paginate .confirm
{
    margin:0 0 0 20px;
    width:60px; 
    border-radius: 5px;
}


.inner_no_product
{
    width:1200px;
    height:300px;
    padding:10px 0 20px 0;
    border:0px solid rgba(0,0,0,0.5); 
}

.inner_no_product .text
{
    font-size: 18px;         
    color:rgba(0,0,0,0.7);     
}

.magnifier
{
    display: none;     
    position: absolute;  
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    border-radius: 5px;
    border: 3px solid rgba(38,109,125,0.5);    
    overflow: hidden;  
}

.magnifier .magnifier_img
{
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 300%;
    height: auto;    
}
