/* 成功案例 */
.talent-main .successfulCase .successful-info .successful-title{height: 22px;}
.talent-main .successfulCase .successful-info .successful-title a{ overflow: hidden;height:18px;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.talent-main .edit a{display: inline-block;padding-right:5px;}
.talent-main .edit a{ float: right; }
.talent-main .successful_block .seeMore{ width: 1181px; height: 30px; line-height: 30px; border: 1px solid #dcdcdc; text-align: center; margin: 0 auto;}
.talent-main .successfulCase ul li.uploadBtn{height: 261px;background: #f4f4f4 url(../../images/icon/uploadBtn.png) no-repeat center center;position: relative;}
.talent-main .successfulCase ul li.uploadBtn p a{width: 100%;height: 0;background: #929292;text-align: center;line-height: 36px;color: #fff;position: absolute;left: 0px;bottom:0;visibility: hidden;}
.talent-main .successfulCase ul li.uploadBtn:hover p a{ visibility: visible;height:36px;transition: height 1s; -moz-transition: height 1s;-webkit-transition: height 1s;-o-transition: height 1s;}

/* 服务展示 */
#serverlists li .edit a{display: inline-block;padding-right:5px;height:20px;}
#successfullists li{ display: none; }
#serverlist li{ display: none; }
.talent-main .edit span>a{ float: none; }
.popover-content {
    word-break: break-all;
}

.serviceDetails .Details .main-box .main-top {
	height: auto; 
}
.serviceDetails .Details .main-box .biztag.pay span {
	padding-left: 4px;
    padding-right: 4px;
    border: 0px !important;
}
.serviceDetails .Details .main-box .biztag.pay span.strong{
	font-weight: bold;
}
.serviceDetails .Details .main-box .biztag.labels span{
	background: #f1f4fb;
    border-radius: 14px;
    color: #a8abb0;
}





/*服务店铺修改*/
.enter-store-wrap{
	width: 70% !important;
    margin-left: 10%;
    text-align: center;
    margin-top: 15px;
    line-height: 30px;
}
.enter-store-btn,.enter-store-btn:hover,.enter-store-btn:active {
    background: #ff6600;
    color: #fff;
    display: block;
	cursor: pointer;
}

/*修改上传按钮*/
.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    padding: 0;
    color: transparent;
    text-align: center;
    border-radius: 0px;
    overflow: visible;
    width: 346px;
    height: 88px;
    top: -48px;
}
.webuploader-pick-hover {
    background: transparent;
}