.g_d_container{
    margin: 0 auto;

    margin-top: 10px;
}


.g_d_filter_attr{
    background-color: #F7F5F5;
    border-color: #E6E2E1 #E6E2E1 #D1CCC7;
    border-style: solid solid dotted;
    border-width: 0 1px 1px;
    line-height: 1.3;
    overflow: hidden;
    font-size: 12px;
}

.g_d_filter_attr_footer{
    border-top: 1px solid #dcdcdc;
    padding: 10px;
    text-align: center;
}

.g_d_filter_attr_footer.hide1{
    display: none;
}

.g_d_filter_attr_footer a{
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    background: #229ffd;
    width: 60px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
}

.g_d_filter_attr_footer a.cancel{
    background: #FF4351;
}

.g_d_filter_attr:first-child{
    border-width: 1px 1px;
}

.g_d_filter_attr:last-child{
    border-style: solid solid solid;
    border-color: #E6E2E1 #E6E2E1 #E6E2E1;
}


.g_d_filter_attrKey{
    background-position: -112px -42px;
    float: left;
    padding: 0;
    text-indent: 27px;
    padding:7px 0;
    width: 10%;
    color: #B0A59F;
}

.g_d_filter_attrValues{
    position: relative;
    float: left;
    min-height: 29px;
    background-color: #FFF;
    width: 90%;
    overflow: hidden;
}

.g_d_filter_attrValues.hide1{
    height: 38px;
}

.g_d_filter_attrValues>.g_d_filter_buttons{
    position: absolute;
    top: 7px;
    right: 20px;
}

.g_d_filter_attrValues>.g_d_filter_buttons>.g_d_filter_multiselect{
    float: left;
    background-color: #F2F0EF;
    border: 1px solid #EFEBE9;
    color: #806F66;
    cursor: pointer;
    line-height: 14px!important;
    line-height: 15px;
    margin: 5px 5px 5px 0;
    padding-right: 3px;
    position: relative;
    text-align: right;
    width: 43px;
}

.g_d_filter_attrValues>.g_d_filter_buttons>.g_d_filter_multiselect>i{
    background-position: -32px -13px!important;
    display: block;
    height: 8px;
    left: 4px;
    line-height: 8px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    vertical-align: middle;
    width: 8px;
}
.g_d_filter_attrValues>.g_d_filter_buttons>.g_d_filter_more{
    float: left;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 24px 0 0;
    color: #806f66;
    cursor: pointer;
}

.g_d_filter_attrValues>.g_d_filter_buttons>.g_d_filter_more>i{
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 6px;
    height: 5px;
    line-height: 5px;
    width: 9px;
    overflow: hidden;
    background-position: -2px -66px;
    background: url(../images/goods/bottom.png) no-repeat;
    height: 30px;
    width: 17px;
    background-size: 100%;
}

.g_d_filter_attrValues>.g_d_filter_buttons>.g_d_filter_more.hide1>i{
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 6px;
    height: 5px;
    line-height: 5px;
    width: 9px;
    overflow: hidden;
    background-position: -2px -66px;
    background: url(../images/goods/top.png) no-repeat;
    height: 30px;
    width: 17px;
    background-size: 100%;
}

.g_d_filter_attrValues>ul{
    position: relative;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 0px;
    margin-right: 105px;
    /*margin-left: 25px;*/
    overflow: hidden;
}

.g_d_filter_attrValues>ul>li{
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 8px 0 8px 0;
}

.g_d_filter_attrValues>ul>li>a{
    position: relative;
    color: #806F66;
    display: inline-block;
    padding: 1px 10px 1px 10px;
    line-height: 20px;
    min-width:20px;
    /*margin-left:10px;*/
    text-align:center;
    height: 20px;
    white-space: nowrap;
}

.g_d_filter_attrValues>ul>li>a:hover{

    color: #ff0036;
}
.g_d_filter_attrValues>ul>li>a.cur{
    cursor: pointer;
    color: #ff0036;
        border: 1px dotted #ff0036;
    
}
.g_d_condition_filter{
    margin-top: 20px;
}



.g_d_condition_filter .g_d_li{
    width: 100px;
    text-align: center;
    position: relative;
}

.g_d_condition_filter .g_d_li>a{
    padding-right: 0;
}

.g_d_condition_filter .g_d_li.selectBar{
    background: #F7F5F5;
}

.g_d_condition_body>.g_d_filter_attr{
    border-top:none;
}

.g_d_condition_body>.g_d_filter_attr>.g_d_filter_attrValues{
    width: 100%;
}

.g_d_quick_filter{
    margin: 10px 0;
    padding: 5px;
    position: relative;
    height:28px;
    z-index: 10;
    background: #faf9f9;
    color: #806f66;
  
}

.J_FPCancel{
	background:white;
	    padding: 0px 5px;
}
.J_FPEnter{
	background: #ff0036;
	    padding: 0px 5px;
}
.g_d_quick_filter a{
    color: #806f66;
    cursor: pointer;

}



.g_d_quick_filter .fSort{
    display: inline-block;
  margin-left: 2px;
    overflow: hidden;
    padding: 0 8px 0 8px;
    line-height: 22px;
    
}
 .fSort.cur{
 
   border: 1px solid #ff0036;
   color:#ff0036;
 
 }

.fSort{
    float: left;
    height: 22px;
    line-height: 20px;
    line-height: 24px\9;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
    font-size: 12px;
}

.fPrice{
    padding: 5px 5px 0;
    margin: -5px 0 0;
    border: none;
    background: 0 0;
  position:relative;
    float: left;
}

.fPb-item{
    display: block;
    float: left;
    position: relative;
}

.fPb-item i{
    width: 12px;
    height: 22px;
    line-height: 22px;
    left: 4px;
    top: 2px;
    position: absolute;
    display: inline-block;
    overflow: hidden;
    color: #666;
    font-size: 12px;
    font-family: arial,verdana,sans-serif!important;
}


.fPrice input{
    display: block;
    float: left;
    width: 80px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    padding-left: 12px;
    cursor: text;
    font: 12px/1.5 tahoma,arial,"\5b8b\4f53";
}

.fPb-split{
    position: static;
    background-position: -78px -106px;
    display: block;
    float: left;
    width: 8px;
    height: 24px;
    line-height: 24px;
}

.fP-expand{
    display: none;
    width: 102px;
    height: 24px;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 29px;
    left: 0;
    background-color: #EFECEB;
    z-index: 2;
}

.fP-expand a, .fP-expand a:hover{
    color: #333;
}
.fP-expand .ui-btn-s-primary, .fP-expand .ui-btn-s-primary:hover{
    color: #fff;
}

.fCheckBox{
    float: left;
}

.fSwitch{
    float: left;
    margin-left: 3px;
}

.fSwitch label{
    background-color: #fff;
    display: inline-block;
    width: 34px;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 2px 3px;
}

.fSwitch .g_d_select{
    border: 1px solid #ff0036;
    color: #ff0036;
}

.g_d_goods_list{
    overflow: hidden;
}

.g_d_product{
    border:1px solid #dcdcdc;
    min-height: 200px;
    width: 220px;
    margin-right: 18px;
    margin-bottom: 25px;
    padding-bottom: 2px;
    float: left;
}

.g_d_product:hover{
    border: 3px solid #ff0036;
    width: 216px;

}

.g_d_product_warp{
    padding: 4px 4px;
    display: block
}

.g_d_product:hover .g_d_product_warp{
    padding: 2px 2px;
}

.g_d_product_img{
    width: 100%;
    display: block
}

.g_d_product_img img{
width: 212px;
    height: 212px;
}

.g_d_product_warp .g_d_product_price{
    font-family: arial,verdana,sans-serif!important;
    color: #ff0036;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
    letter-spacing: normal;
    overflow: inherit!important;
    white-space: nowrap;
}

.g_d_product_price em{
    float: left;
    font-family: arial;
    font-weight: 400;
    font-size: 20px;
    color: #ff0036;
    font-style: normal;
}

.g_d_product_price em>b{
    font-size: 14px;
}

.g_d_product_title{
    display: block;
    color: #666;
    height: 14px;
    line-height: 12px;
    margin-bottom: 3px;
    word-break: break-all;
    font-size:12px;
    position: relative;
text-overflow:ellipsis;
white-space:nowrap;
    overflow: hidden;
    
   
}

.g_d_product_title a:visited{
    color: #333!important;
}

.g_d_product_title a{
    color:#333;
    line-height:14px;
}

.g_d_product_shop{
    overflow: hidden;
}

.g_d_product_shop a{
    float: left;
    line-height: 20px;
    height: 20px;
    max-width: 144px;
    color: #999;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.g_d_product:hover .g_d_product_status{
    width: 212px;
}

.g_d_product_status{
    position: relative;
    height: 32px;
    border: none;
    border-top: 1px solid #eee;
    margin-bottom: 0;
    color: #999;
    display: block;
    overflow: hidden;
}

.g_d_product_status>span{
    display: inline-block;
    border-right: 1px solid #eee;
    width: 49.5%;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    height: 32px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.g_d_product_status>span:last-child{
    border-right: 0px solid #eee;
}

.g_d_product_status>span>em{
    color: #b57c5b;
}

.g_d_product_status>span>a{
    color: #38b;
}

.g_d_related_recommending{

    padding: 10px;
    overflow: hidden;
    width:1180px;
    
    text-align: center;
}

.g_d_related_recommending .g_d_related_recommending_title{
    border-left: 3px solid #38b;
        background-color: #F7F5F5;
        height:50px;
    color:#38b;
    padding-left:10px;
    width:1165px;
    line-height: 50px;
    text-align:left;
    margin-bottom: 10px;
}

.g_d_related_recommending_modules1{
    height: 357px;
    float: left;
    width: 260px;
       margin-right:5px;
       margin-left:1px;
         border: 1px solid #dcdcdc;
         
}


.g_d_module{
    margin-right:5px;
    margin-bottom: 5px; 
      width: 296px;
          float: left;
}

.height100{
    height: 100%;

}

.height50{
    height: 175px;
        border: 1px solid #dcdcdc;
}
.g_d_related_t1{
	
	width:250px;
	padding:5px;

	height:250px;
	
	
}
.g_d_related_t1 img{
	display:block;
	width:100%;

	height:100%;
	
	
}
.g_d_related_t img{
	display:block;
	width:100%;

	height:100%;
	
	
}
.g_d_related_m1{
	color: #3366cc;
		font-size:14px;
		text-align: center;
	overflow: hidden;

 white-space: nowrap;
	width:240px;
	
	padding:10px;
	
	    text-overflow: ellipsis;

}
.g_d_related_b1{
	font-size:16px;
		color: #ff2900;
		text-align: center;


	padding:10px;
		width:240px;
			overflow: hidden;
	    text-overflow: ellipsis;
}
.g_d_related_t{
	
		width:165px;
	padding:5px;

	height:165px;

	float: left;
	
	
	
}
.g_d_related_m{
	
		font-size:14px;
	color: #3366cc;
		text-align: center;
		
		line-height:20px;
		height:60px;

float:left;

	padding:0px 10px;
	margin-top:20px;
		width:100px;
			overflow: hidden;
	    text-overflow: ellipsis;
}
.g_d_related_b{
	
		font-size:16px;
		color: #ff2900;
		text-align: center;
float:left;

	padding:10px;
	
		width:100px;
			overflow: hidden;
	    text-overflow: ellipsis;
	
}





.g_d_filter_attr.all li,.g_d_filter_attr li.select{
    padding: 0;
    height: 22px;
    line-height: 21px;
    margin: 7px 0 7px 10px;
    padding-right: 9px;
    border-radius: 2px;
    border: 1px dotted #ff0036;

    padding-left: 9px;
    color: #fff;
    float: left;
    font-size: 500;
}

.g_d_filter_attr.all li.search{
    float: left;
    position: relative;
    background-position: 0 -154px;
    border: none;
    width: 125px;
    height: 22px;
    line-height: 21px;
    color: #666;
    padding: 0 25px 0 12px;
    margin-right: 15px;
    margin-top: 7px;

    border: 1px solid #ccc;
}

.g_d_filter_attr.all li.search:hover{
    border: 1px solid #ccc;
}

.g_d_filter_attr.all li>a[title]{
    background: url(http://gtms02.alicdn.com/tps/i2/T186tKFDR_XXaYpYLe-35-30.png) no-repeat;
    width: 15px;
    height: 14px;
    top: 3px;
    right: 5px;    
    border: none;
    position: absolute;
    text-indent: -9999px;
    border-radius: 0 2px 2px 0;
    padding: 0;
}

.g_d_filter_attr.all li.search>input{
    background-color: transparent;
    border: none;
    color: #757575;
    outline: 0;
    float: left;
    line-height: 20px;
    height: 20px;
}

.g_d_filter_attr.all li>i,.g_d_filter_attr li>i{
    background: url(http://gtms02.alicdn.com/tps/i2/T186tKFDR_XXaYpYLe-35-30.png) no-repeat;
    background-position: -20px 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    top: -1px;
    width: 7px;
    height: 7px;
    color: #ff0036;
}

.g_d_filter_attr.all li:hover,.g_d_filter_attr li.select:hover{
    border:1px solid #ff0036;
}

.g_d_filter_attr.all li>a,.g_d_filter_attr li.select>a{
    cursor: default;
    color: #ff0036;
}

.g_d_condition_filter .g_d_li i{
    height: 12px;
    width: 18px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 0px;
    background-image: url(../images/goods/bottom.png);
    background-repeat: no-repeat;
    background-position: 0;
}

.g_d_condition_filter .g_d_li.selectBar i{
    background-image: url(../images/goods/top.png);
}