@charset "utf-8";


@import url(/static/comm/css/page.w.css);
.mainCt {
	padding: 0 20px 30px 20px;
}
#itemType {
	height: 46px;
	border: 1px solid #dcdcdc;
}
#itemType > li {
	height: 44px;
	line-height: 44px;
	float: left;
	padding-left: 15px;
	cursor: pointer;
	color: #122e67;
}
#itemType > li:HOVER {
	color: #ff8400;
}
#itemType > li:FIRST-CHILD {
	color: #969696;
	cursor: text;
}
#itemType > li.on {
	color: red;
}
#sortTab {
    width: 1160px;
    margin-top: 15px;
    height: 46px;
    background: #F6F6F6;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
#itemSort {
    float: left;
}
#itemSort li {
    width: 100px;
    height: 100%;
    line-height: 44px;
    float: left;
    text-align: center;
    border-right: 1px solid #dcdcdc;
    color: #505050;
}
#itemSort li:hover {
    cursor: pointer;
    background: #ccc;
}
#itemSort li span {
    color: #999999;
}
#itemSort li.on {
    background: #fff;
    color: #ff0000;
}
#itemSort .on span {
	color: #ff0000;
}
#showType {
    margin: 5px 15px 0 0;
    float: right;
}
#showType > button {
	outline: none;
}
#showType .on {
	background: #d4d4d4;
}

.goodsItem {
	position: relative;
	border: 1px solid #dcdcdc;
	display: inline-block;
	width: 220px;
	height: 326px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 10px;
	float: left;
}
.goodsItem:hover{
	cursor: pointer;
	border-color: #FB4C4F;
}
.goodsItem .itemFace{
	width: 198px;
	height: 198px;
}
.goodsItem .itemFace img{
	width: 100%;
}
.itemPrice>span:nth-child(1) {
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	color: red;
	display: inline-block;
}
.itemPrice>span:nth-child(2) {
	color: #999999;
	font-size: 14px;
	float: right;
	line-height: 28px;
}
.ItemName {
	height: 40px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
}
.itemTime {
	padding: 10px 0 5px 0;
	color: #4F4F4F;
}
.itemTime .popularity {
	float: right;
}
.popularity > i {
	display: inline-block;
	width: 14px;
	height: 16px;
	float: left;
	color: #999;
	margin: 2px 3px 0px 0px;
}
.goodsItem:NTH-CHILD(5n) {
	margin-right: 0;
}

.itemPrice{
	height: 38px;
	padding-top: 6px;
}

ul.listTitle{
	background: #f5f5f5;
	color: black!important;
}
ul.list{
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 4px;
	border: 1px solid #dcdcdc;
	color: #333;
	border-bottom: none;
}
ul.listLine:hover{
	cursor: pointer;
	background: #fafafa;
}
#thwartNavContent .links a:last-child ul.list{
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
ul.list li{
	text-align: center;
	float: left;
}
ul.list li:nth-child(1){
	width: 100px;
}
ul.list li:nth-child(2){
	width: 455px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.link:visited ul.list li:nth-child(2){
	color: #666!important;
}
ul.list li:nth-child(3){
	width: 100px;
}
ul.list li:nth-child(4){
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.list li:nth-child(5){
	width: 80px;
}
ul.list li:nth-child(6){
	width: 80px;
}
ul.list li:nth-child(7){
	width: 150px;
}

ul.listLine li:nth-child(3){
	color: #ff0000;
	font-family: "microsoft yahei";
}
ul.listLine li:nth-child(4){
	color: #999999;
}
.divTable .links a:last-child ul.list{
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.m-pagination{
	height: 45px;
	margin-top: -10px;
}
#pageNav {
	float: left;
}
.searchTime {
	line-height: 36px;
    margin-top: 10px;
    display: inline-block;
    color: #656565;
    float: right;
}
.nextBtn {
    width: 100%;
    height: 42px;
    border-color: #dcdcdc;
    line-height: 30px;
    margin-bottom: 15px;
}
.nextBtn:HOVER {
	border-color: #dcdcdc;
    color: #ff8400;
}