.link-hover{
 cursor: pointer;
 text-decoration: none ;

}
.link-hover:hover {
	color:#FD7D00;
}
#product-list tr{
	height:70px;
}
.lprs_current{
        font-weight: 400;
	    display: inline-block;
	    padding: 0px 5px;
	    background: #009014;
	    color: #fff;
	    font-size: 10px;
	    height: 21px;
	    line-height: 21px;
	    border-radius: 4px;
	    margin-top: 10px;
}
.wjynolprs{
    background: #e4e4e4;
    color: #686767;
}
.publishUserDiv tr td {max-width:250px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;word-wrap :break-word ;word-break: break-all;}
.auction {
	cursor:pointer;
	display:block;
	position:relative;
	border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #c71522;
    width: 76px;
    height: 22px;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #c71522;
    margin-left: 5px;
}
.auction img {position:absolute;right:-130px;top:-50px;width:130px;height:130px;display:none;}
.auction:hover {background-color:#c71522;border:1px solid #c71522;color:#fff;}
.auction:hover img{	display:block;}
@media screen and (max-device-width: 1530px) {
	.auction img {left:-130px;}
}
.export-loading-img{
	    z-index: 1000;
	    transition: left .3s cubic-bezier(.14,.68,.46,1);
	    color: #C71522;
	    display: none;
	}
.export-loading-img > span{
	height:30px;line-height:30px;
}
/*.d_btn {margin: auto 10px;}*/
.follow-no {
    cursor: pointer;
    float: right;
    background: url(../images/follow.png) 0px no-repeat;
    padding-left: 24px;
    margin-right: 40px;
    font-size: 16px;
}
.copy-item {
	color: #C71522;
	cursor: pointer;
	display: none;
}
/*.app-no-td:hover span{*/
/*	display: inline-block;*/
/*}*/
/*

.public-user-close{
	position: absolute;
	right: 10px;
	z-index:2;
	top: 10px;
	border-radius: 50% !important;
	display: block;
	background: rgba(0,0,0,0.3) !important;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	color: rgba(255,255,255,0.3) !important;
	opacity: 1 !important;
	cursor: pointer;
}
.public-user-top {
	width: 660px;
	height: 150px;
	background: url(../images/red_background.png) 0px no-repeat;
	font-size: 36px;
	color: #fff;
	padding: 0px 50px;
	box-sizing: border-box;
	line-height: 150px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	position: relative;
}

.public-user-bottom {
	width: 660px;
	height: 200px;
	background: url(../images/empty_background.png) 0px no-repeat;
	box-sizing: border-box;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.public-user-bottom_left{
	color: #333333;
	font-size: 16px;
	max-width: 400px;
}
.public-user-bottom_left>div{
	padding-left: 40px;
	box-sizing: border-box;
	min-height: 30px;
	margin: 10px 0;
	line-height: 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.public-user-bottom_left>div:nth-of-type(1){
	background: url(../images/public-user-email.png) no-repeat left center;

}
.public-user-bottom_left>div:nth-of-type(2){
	background: url(../images/public-user-phone.png)  no-repeat left center;
}
.public-user-bottom_left>div:nth-of-type(3){
	background: url(../images/public-user-qq.png)  no-repeat left center;
}
.public-user-bottom_right{
	width: 120px;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.public-user-bottom_right>div:first-of-type{
	height: 120px;
	!* border:1px solid #E11524; *!
	border-radius: 6px;
	margin-bottom: 10px;
}


*/
