#shelfService{
	background:#fff;
}
a {
	color: #666;
}
button:focus {
	outline: none;
}
.wycom-seler select:disabled {
	border: 0 !important;
	position: relative;
	min-height: 1.146667rem;
	line-height: 1.146667rem;
	white-space: nowrap;
	overflow: hidden;
	padding-right: .6rem;
	background-color: #eee;
  	background: transparent;
  	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
.addressRT {
	line-height: 44px;
}
.content{
	padding-bottom:30px;
}
.shelf-service{
	width:1100px;
}
.navs{
	width:100%;
	height:36px;
	margin-top:27px;
}
.navtitle{
	/* width:100px; */
	height:36px;
	line-height:36px;
	text-align:center;
	border-bottom: 3px solid rgb(233, 71, 71);
	float:left;
	font-size: 18px;
	color: #333;
}
.contlist{
	width:100%;
}
.contlist ul{
	list-style:none;
	margin-left:-32px;
	position: relative;
}
.contlist ul li{
	width:505px;
	height:249px;
	margin-left:32px;
	float:left;
	margin-top:31px;
	transition: 0.7s;
	cursor: pointer;
}
.contlist ul li:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.llist{
	width:200px;
	height:100%;
	float:left;
	position:relative;
}
.nameso{
	position:absolute;
	width:100%;
	height:50px;
	left:0;
	bottom:0;
	background:url(../img/bagros.png) no-repeat;
	text-align:center;
	font-size:12px;
	color:rgba(255,255,255,1);
}
.nameso .name{
	margin:8px 0px 1px;
	font-size:14px;
}
.names{
	position:absolute;
	width:100%;
	height:87px;
	left:0;
	bottom:0;
	background:url(../img/bagros.png) no-repeat;
	text-align:center;
	font-size:12px;
	color:rgba(255,255,255,1);
}
.names .name{
	margin:14px 0;
	font-size:14px;
}
.userimg{
	width:100%;
	height:100%;
}
.rlist{
	float:right;
	width:305px;
	height:100%;
	background: rgba(233, 71, 71, 0.1);
	padding:38px 30px;
	color:rgba(76,76,76,1);
	font-size:15px;
	box-sizing: border-box;
}
.rlist p{
	margin-bottom:16px;
	word-break: break-all;
}
#paging{
	float:right;
	margin-top:10px;
}
.vc {
	vertical-align: middle;
}
.tc {
	text-align: center;
}

.input-box input {
	color: #666;
}
.select-list-box {
	top: 41px;
	border-top: 0;
}
.choosesingle {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #009688;
	vertical-align: middle;
}
.choosesingle.active {
	background: #3072c2;
}
.isdoublechooseno {
	line-height: 50px;
}
.manformgo {
	position: relative;
}
.manformgo::after {
	display: none;
	content: '';
	width: 1px;
	height: 63%;
	background: #ddd;
	position: absolute;
	right: 20px;
	top: 0;
}
.manformgo.border::after {
	display: block;
}
.save-button {
	width: 210px;
	height: 50px;
	background-color: #e94747;
	border: 0px solid #e94747;
	border-radius: 5px;
	color: #FFFFFF;
}
#showfile {
	position: absolute;
	left: 25px;
	top: 40px;
	width: 105px;
	max-height: 160px;
	border-radius: 5px;
}