body {
    font-family: 'Open Sans','Verdana','Arial','sans-serif';
}
.center {
    width: 980px;
    margin: 0 auto;
}
.pro-sales-wrapper {
    padding-bottom: 65px;
}
.pro-sales-wrapper h1 {
    font-size: 28px;
    height: 47px;
    padding: 75px 0 65px 0;
    color: #ffffff;
    text-align: center;
    background: url('../images/pro-sales/b.png') no-repeat center 70px;
}
.pro-sales-wrapper ul li {
    display: table-cell;
    vertical-align: top;
    width: 465px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 13px 15px 20px 15px;
}
.pro-sales-wrapper ul li.empty {
    width: 50px;
    border: none;
}
.pro-sales-wrapper ul li h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 10px;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.pro-sales-wrapper .pic,
.pro-sales-wrapper .text {
    display: table-cell;
    vertical-align: top;
}
.pro-sales-wrapper .pic {
    width: 106px;
}
.pro-sales-wrapper .one {
    width: 85px;
}
.pro-sales-wrapper .text {
    font-size: 0;
    padding-left: 15px;
    overflow: hidden;
}
.pro-sales-wrapper .pic img {
    display: block;
}
.pro-sales-wrapper .pic .sales {
    margin: -60px 0 0 0;
}
.pro-sales-wrapper .text p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    padding-bottom: 10px;
}
.pro-sales-wrapper .icon {
    display: inline-block;
    width: 17px;
    height: 25px;
    background: url('../images/pro-sales/mark-icon-deep.png') no-repeat -67px -6px;
    vertical-align: middle;
    position: relative;
}
.pro-sales-wrapper .icon .box {
    display: none;
}
.pro-sales-wrapper .icon span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    color: #777;
    border: solid 1px #ffc995;
    border-radius: 5px;
    background: #fff1d1;
    width: 310px;
    height: 110px;
    padding: 5px;
    position: absolute;
    left: 6px;
    top: -100px;
    z-index: 999;
}
.pro-sales-wrapper .icon:hover {
    background-position: -84px -6px;
}
.pro-sales-wrapper .icon:hover .box {
    display: inline-block;
}
.pro-sales-wrapper .text .short {
    height: 150px;
}
.pro-sales-wrapper .text strong {
    color: #ff4800;
    font-size: 20px;
}
.pro-sales-wrapper .text del {
    font-size: 14px;
    color: #AAAAAA;
    text-decoration: line-through;
}
.pro-sales-wrapper .text>a {
    display: block;
    width: 127px;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    border-radius: 4px;
    color: #FFFFFF;
    background: #fe661e;
    float: right;
    background: linear-gradient(#fe661e,#ff451b);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fe661e,endcolorstr=#ff451b,gradientType=0);
    background: -webkit-gradient(linear,left top,left bottom,from(#fe661e),to(#ff451b));
}
.pro-sales-wrapper .text>a:hover {
    text-decoration: none;
    background: #f4340b;
    background: linear-gradient(#ff451b,#f4340b);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff451b,endcolorstr=#f4340b,gradientType=0);
    background: -webkit-gradient(linear,left top,left bottom,from(#ff451b),to(#f4340b));
}
.pro-sales-wrapper .thtext{
    padding: 0px;
}
.pro-sales-wrapper ul .empty{
    padding: 0;
}
.pro-sales-wrapper .text del{
    margin-left: 8px;
}
.pro-sales-wrapper{
    background-color:#f8f8f8;
    border-top: 1px solid rgba(212, 210, 210, 0.71);
    border-bottom: 1px solid rgba(212, 210, 210, 0.71);
}
.add_p {
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin: -20px 0 60px 0;
	/*width: 80%;
	margin: 0 auto;*/
}
.add_p a {
	color: #249efc;
}  
.add_more {
	clear: both;
	float: right;
	font-size: 12px;
	margin-top: 10px;
}  	