@charset "utf-8";
#main {
	min-height: 800px;
}
#main .box {
    padding: 10px 0;
    width: 100%;
}
#goods {
	margin-left: -1%;
	display: flex;
    flex-wrap: wrap;
}
#goods .itembox {
	/* border: 2px dashed #99ecec; */
    background: #fff;
	border-radius: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 32.333%;
	margin: 0 0 20px 1%;;
	padding: 1%;
	box-sizing: border-box;
}
#goods .itembox .img {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
	display: inline;
}
#goods .itembox .goods_title {
    border-bottom: 2px solid #ffccff;
    color: #ff9600;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 1.2em;
    padding: 8px 5px 3px;
    position: relative;
    text-align: left;
	margin-bottom: 0;
}
#goods .itembox .goods_strings {
    font-size: 13px;
	line-height: 1.6em;
    padding: 10px 2% 15px;
    position: relative;
    text-align: left;
    width: 96%;
    word-break: break-all;
}
#goods .itembox .goods_strings a {
    color: #2E4B9B;
	font-weight: 700;
    text-decoration: underline;
}
#goods .itembox .goods_strings a:hover {
    color: #fff;
	background-color: #2E4B9B;
    text-decoration: none
}
#goods .itembox .property {
    display:block;
    width: 100%;
}
#goods .itembox .property .goods_property {
   /* background: #fffece none repeat scroll 0 0; */
    font-size: 14px;
    margin: 5px 0;
    padding: 7px 2%;
    width: 96%;
	text-align: left;
	word-wrap: break-word;
}
#goods .itembox .property .goods_property.maker {
    font-size: 12px;
	line-height: 1.4em;
}
.br {
    display: block;
    margin: 3px 0;
}
.newstyle {
    background: #000 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0 6px;
    position: relative;
    top: -2px;
}
.pager {
    clear:both;
    margin:30px 0;
    text-align:center;
}

.pager span {
    position: relative;
    display: inline-block;
    padding: 0.25em 1.5em;
    text-decoration: none;
    color: #FFF;
    background: #ff696e;
    border-radius: 20px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.6), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
    border: solid 1px #ff525e;
    vertical-align: top;
	margin: 0 2px;
}
.pager span:hover {
    cursor:pointer;
}
.pager span.ellipsis, 
.pager span.invalid, 
.pager span.current {
    color: #ff696e;
    background: #FFF;
}
.pager span.ellipsis:hover, 
.pager span.invalid:hover, 
.pager span.current:hover {
    cursor:default;
}
@media (max-width: 680px) {
#goods .itembox {
    width: 100%;
	padding: 10px 2%;
}
}
