/* 添加卖家、买家评价详情 14080987 2015-12-8 */
.order-assess{border-bottom:1px solid #ddd;}
.assess-left{float:left; width:577px; height:290px; padding-top:70px; background:#fff; border-right:1px solid #ddd; text-align:center;}
.assess-left span{text-align:left;}
.assess-left h1{font:bold 14px/24px 'MicroSoft YaHei'; color:#333;}
.assess-left b{display:block; font:bold 48px/60px 'MicroSoft YaHei'; color:#f60;}
.assess-left .assess-bor{padding:8px 0;}
.eStar-h32{width:210px; height:32px; background-position:0 -95px;}
.eStar-h32 em{height:32px; background-position:0 -60px;}
.assess-cen{width:235px; margin:auto; padding:12px 0; border-top:1px dotted #ddd; font:14px/14px 'MicroSoft YaHei'; color:#333;}
.assess-cen p{margin:8px 0;}
.assess-cen p i{font-size:12px; color:#f60; vertical-align:top;}

.assess-right{float:left; width:400px; height:360px; background:#fcfcfc;}
.assess-space{height:10px; margin:0 -1px; background:#f6f6f6; border:1px solid #f6f6f6; border-bottom:1px solid #ddd;}

.assess-menu{width:168px; height:280px; padding:40px 10px; background:#fff; border:1px solid #ddd;}
.assess-menu img{border:1px solid #ddd; margin:0 9px;}
.assess-menu-cen{border-top:1px dotted #dadada; margin-top:40px; padding:30px 10px 0;}
.assess-menu-cen h1{font:bold 16px/36px 'MicroSoft YaHei'; color:#333;}
.assess-menu-cen p{font:12px/24px 'MicroSoft YaHei'; color:#666;}

.assess-service{width:168px; margin-top:11px; padding:20px 0 20px 20px; background:#fff; border:1px solid #ddd;}
.assess-service h1{font:bold 14px/20px 'MicroSoft YaHei'; color:#333; letter-spacing:1px;}
.assess-service a{margin-right:18px; line-height:24px;}
.assess-service-more{display:block; margin-top:10px; color:#999; }
/* 添加订购服务四级页面 */
.order-menu{height:auto;}
.order-menu img{margin:0; border:0;}
.order-ad{width:188px; margin-top:10px; background:#fff; border:1px solid #ddd;}

.order-service{padding:20px;}
.order-service h1{font:bold 18px/18px 'MicroSoft YaHei'; color:#333;}
.order-service p{margin:20px 0 10px 0;}
.order-service .errorInfoMsg{margin-left: 60px;margin-top: 5px;color: red;display:none}
.order-service em{display:inline-block; *display:inline; *zoom:1; color:#999; line-height:30px;}
.order-service div b{font: 22px/22px 'MicroSoft YaHei'; color:#d00; vertical-align:top;}
.order-service div span{display:inline-block;margin-right: 10px !important; *display:inline; *zoom:1; min-width:88px; height:32px; border:1px solid #ddd; line-height:32px; text-align:center;cursor: pointer;}
.order-service div span.on{border:1px solid #f60;background:#f60;background:#f60;color:#fff;}
.order-service-cen{padding-left:15px;}
.order-service-bottom{border-bottom:0;}
.order-service-cen > b{font:bold 14px/45px 'MicroSoft YaHei';}
.order-service-cen p{padding:6px 0; line-height:20px;}

.order-service-path{padding:10px 0; border-bottom:1px dotted #e9e9e9; text-align:center;}
.order-service-path div{display:inline-block; *display:inline; *zoom:1; width:21%; font-size:14px; text-align:center;}
.order-service-path i{display:inline-block; *display:inline; *zoom:1; width:4%; height:9px; background:url('images/image_icon.png') no-repeat center center; vertical-align:67px;}

.newjuhe{width:1188px;margin-left: 0 !important}
.mt15{margin-top:15px!important;}

.opacity-slp{
/* older safari/Chrome browsers */  
    -webkit-opacity: 0.2;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.2;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.2;  
    /* IE9 + etc...modern browsers */  
    opacity: .2;  
    /* IE 4-9 */  
    filter:alpha(opacity=20);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}

.recommend{
	position:relative;
	height:48px;
	line-height:16px;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
 }
 
 .recommend:after {
　　content: "...";
　　font-weight: bold;
　　position: absolute;
　　bottom: 0;
　　right: 0;
　　padding: 0 20px 1px 45px;
　　background: url(images/ellipsis_bg.png) repeat-y;
}

.recommend::after {
　　content: "...";
　　font-weight: bold;
　　position: absolute;
　　bottom: 0;
　　right: 0;
　　padding: 0 20px 1px 45px;
　　background: url(images/ellipsis_bg.png) repeat-y;
}

.order-service > div {
		overflow:hidden
	}
   	.order-service > div > *{
   		display:block;
   		float: left
   	}