@charset "gb2312";
/* CSS Document */

.case-content{ overflow:hidden; margin:5px auto; width:1200px;}

.w-goodsList{ border-top: 1px solid #e8e8e8; overflow:hidden; }
.w-goodsList-item {
    float: left;
    margin-top: -1px;
    margin-right: -1px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: #fff;
    position: relative;
}
.w-goods-ing {
    width: 220px;
    height: 323px;
    overflow: hidden;
}
.w-goods {
    color: #808080;
}
.w-goodsList .w-goods-ing, .w-goodsList .w-goods-blank {
    margin: 8px;
}
.w-goodsList .w-goods-ing {
    height: 180px;
}
.w-goods-ing .w-goods-pic {
    margin-bottom: 2px;
}

.w-goods-ing .w-goods-pic img {
    margin: 0 auto; display: block;
}

.w-goods-ing .w-goods-title {
    width: 100%;
}
.f-txtabb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-goods-ing .w-goods-price {
    color: #808080;
}
.w-goods-ing .w-goods-price {
    margin-bottom: 10px;
}

.w-progressBar-wrap {
    position: relative;
    margin-bottom: 8px;
    height: 8px;
    overflow: hidden;
    background-position: 0 0;
}
.w-progressBar-bar {
    position: absolute;
    height: 100%;
    background-position: 0 -8px;
}
.w-progressBar-wrap, .w-progressBar-bar {
    background-image: url(../../img/prcent_green.png);
    background-repeat: no-repeat;
}

.g-twoCol:after, .g-twoCol:before, .f-clear:before, .f-clear:after {
    clear: both;
    content: ".";
    font-size: 0;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.w-progressBar-txt li {
    float: left;
    width: 50%;
    line-height: 18px;
}
.w-progressBar-txt .w-progressBar-txt-r {
    float: right;
    border: 0;
    text-align: right;
}
.w-goods-ing .w-goods-progressHint {
    display: none;
}
.w-goods-ing .w-goods-opr {
    margin-top: 17px;
}
.w-goods-ing .w-goods-opr {
    margin-top: 20px;
    text-align: center;
}

.w-button {
    border: none;
    white-space: nowrap;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #ff9900;
    padding: 0 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none!important;
    font-family: "Microsoft Yahei",simhei;
    outline: none;
}
.w-button-l {
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 4px;
	color:#fff;
}
.w-button-main {
    background: #ff9900;
}
a.w-button-l {color:#fff;}


.w-goodsList-item {
	float: left;
	margin-top: -1px;
	margin-right: -1px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background: #fff;
	position: relative;
}

.w-goodsList .w-goodsList-item-hover,.w-goodsList .w-goodsList-item:hover {
	border: 2px solid #d2d2d2;
	z-index: 1;
	background:#f9f9f9;
}
.w-goodsList .w-goodsList-item:hover .w-goods-title a {
color:#1c59aa;
}
.w-goodsList-item-alt {
	padding: 1px;
}

.w-goodsList .w-goodsList-item-alt:hover,.w-goodsList .w-goodsList-item-alt-hover {
	padding: 0;
}

.w-goodsList .w-goods-ing,.w-goodsList .w-goods-brief,.w-goodsList .w-goods-briefFree,.w-goodsList .w-goods-blank {
	    margin: 8px 8px 8px 8px;
}

.w-goodsList .w-goodsList-item:hover .w-goods-ing,.w-goodsList .w-goodsList-item-hover .w-goods-ing,.w-goodsList .w-goodsList-item:hover .w-goods-brief,.w-goodsList .w-goodsList-item-hover .w-goods-brief,.w-goodsList .w-goodsList-item:hover .w-goods-briefFree,.w-goodsList .w-goodsList-item-hover .w-goods-briefFree,.w-goodsList .w-goodsList-item:hover .w-goods-blank,.w-goodsList .w-goodsList-item-hover .w-goods-blank {
	margin: 7px 7px 7px 7px;
}

.w-goodsList .w-goodsList-item:hover .w-goods-newest,.w-goodsList .w-goodsList-item-hover .w-goods-newest {
	margin: 9px 27px 5px 27px;
}