* { margin: 0; padding: 0; }
ul, li { list-style: none; }
.goodsitem a,.goodsitem a:link,.goodsitem a:visited,.goodsitem a:hover{
    color:#333;
    cursor: pointer;
}	
.goodsitem {
    width:20%;
    float:left;
    padding-right:26px;
    margin-top: 36px;
	text-align:left;
    position:relative;
    
  
}
.goodsitem a{
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: block;
    padding:12px;
    position: relative;
    color:#333;
}
.goodsitem .dh-button{
    position: absolute;
    right: 16px;
    bottom:16px;
    outline:none;
}

.goodsitem .jf-box{
    color:red;
}
.goodsitem .jf-box i{
    font-style: normal;
    font-size: 20px;
}
.goodsitem .gds_img{
    height:120px;
    margin:16px 0 26px 0;
}
.goodsitem .gds_img img{
	width:100%;
	height:100%;
	object-fit: contain;
}

.widget-title-nowrap-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goodsitem .tip{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #b9a17f;
    color: #ffe7cc;
    padding: 0 15px 0 10px;
    font-size: 15px;
    display: block;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    height: 30px;
	line-height:30px;
    -webkit-clip-path: polygon(0 0,100% 0,95% 50%,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,95% 50%,100% 100%,0 100%);
}
.search-box{
    width:40%;
    float:right;
}
.search-box input.form-control {
    height:36px;
    box-shadow: none;
    font-size: 15px;
    border-radius:36px!important;
    padding-left:16px;
}
.search-box .search-goods {
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 999;
}
.state-box {
    width: 60%;
    float: left;
}
.state-box a{
    font-size: 16px;
    padding:6px;
    color:#333;
    cursor: pointer;
}
.erm h4{
    font-size:15px;
}
.erm .erm_img{
    margin-top:20px;
}