
.goods-menu-containner {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}
.goods-menu-containner .goods-title {
    font-size: 14px;
    padding:0 20px;
    color: #717066;
}
.goods-menu{
	display:flex;
    width: 1226px;
    margin: 0 auto;
    
}
.goods-menu-list{
	margin-right:20px;
	position: relative;

}
.goods-menu-list:hover .goods-nav-title{
	background:#fff;
}
.goods-menu-list:hover .goods-menu-ul{
	display:flex;
}
.goods-menu-ul>li:hover{
	color:#1baeae;
}
.goods-menu-ul{
	display:none;
    position: absolute;
   	left: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #DDDDDD;
    width:500px;
    flex-wrap: wrap;
}
.goods-menu-ul>li{
    margin: 10px 0;
    cursor: pointer;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    font-style: italic;
    color:#666;
}
.goods-nav-title{
    height: 50px;
    line-height: 50px;
    display: flex;
    padding: 0px 20px;
    align-items: center;
}
.goods-nav-title>.goods-nav-icon{
	height: 20px;
    margin-left: 10px;
    margin-top: 2px;
}
.goods-main{
	width: 1200px;
    margin: 0 auto;
	color:#666;
}
.category-selection{
	margin:20px 0;
	width:100%;
	border-collapse: collapse;
}
.category-selection td{
	padding:5px 10px;
	border: 1px solid #D6D6D6;
	
}
.category-selection li{
	display:flex;
	justify-content: space-between;
}
.cate-name{
	color:#999999;
	background-color: #f5f5f5;
}
.cate-item{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.cate-spans{
	width: calc(100% - 100px);
}
.cate-spans.cate-shrink{
	height: 42px;
    overflow-y: hidden;
}
.cate-spans>span{
    margin: 5px 10px 5px 0;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
}
.cate-spans>span:hover{
	color:#1baeae;
}
.cate-spans>span.click{
    border-radius: 3px;
    background:#1baeae;
    color:#fff;
}
.category-selection .more-btn{
	margin-right: 10px;
    padding: 5px 10px;
    background: unset;
    border: 1px solid #D6D6D6;
    cursor: pointer;
   	display: flex;
    align-items: center;
}
.category-selection .more-btn>img{
	width:20px;
	height:20px;
	margin-left: 5px;
}
.composite-query{
/*     border: 2px solid #ececec;
    padding:10px; */
	display:flex;
}
.composite-btns{
	border-right: 1px solid #D6D6D6;
	display: flex;
}
.composite-btns button{
	background: unset;
    padding: 10px 15px;
    border: 1px solid #D6D6D6;
    border-right:unset;
    color: #666;
    cursor: pointer;
}
.composite-btns button.active{
	background: #1baeae;
    color: #fff;
}
.composite-prices{
	margin-left:40px;
	display: flex;
    align-items: center;
}
.composite-prices input{
    border: 1px solid #D6D6D6;
    margin: 0 10px;
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
}
.composite-prices button{
	padding: 5px 10px;
    border: 1px solid #D6D6D6;
    margin-right: 5px;
    border-radius: 5px;
    background: unset;
    cursor: pointer;
}
.composite-prices button.sure{
	background:#1baeae;
	color:#fff;
}
.goods-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.goods-list>.good-item{
	background:#fff;
    width: calc(20% - 10px);
    box-sizing: border-box;
  	margin-right: 12.5px;
  	margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.goods-list>.good-item:nth-child(5n) {
 	 margin-right: 0;
}
.goods-list>.good-item:hover{box-shadow: 0 0 10px rgba(51, 51, 51, .1);}
.good-item>.good-img{
	height: 180px;
    width: 180px;
    margin-top: 16px;
}
.good-item>.title{
    margin: 10px 0px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.goods-list .price-seat,.goods-list .company-seat{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
        margin-bottom: 15px;
}
.goods-list .price-seat .price{
   	font-size: 16px;
    color: #ff0000;
    font-weight: bold;
}
.goods-list .price-text,.goods-list .company{
    color: #999;
    font-size: 12px;
}
.goods-list .company{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 50%;
}
.goods-list .company-text{
    color: #1B7AFF;
    font-size: 12px;
    cursor: pointer;
}
.goods-operate{
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #1B7AFF;
    background: #ddebff;
}
.goods-operate i.iimg-shop{
    background: url(../image/icon_shop2.svg) no-repeat center;
    background-size: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}