/************************************/
















/*********************************/

.backstage-delivered-place-container {
	width:900px;
	padding:20px;
}

.backstage-delivered-place {
	
}

.backstage-delivered-place-create {
	width:100%;
	height:40px;
	line-height: 40px;
}

.backstage-delivered-place-item {
	width:100%;
	height:170px;
	border:2px solid #eee;
	box-sizing:border-box;
	margin:15px 0;
	padding:10px;
	position: relative;
}

.backstage-delivered-place-create #create-delivered-place {
	width:120px;
	height:25px;
	background:#88e;
	border:none;
	color:#fff;
	margin-right:10px;
}

.backstage-delivered-place-create span {
	color:#888;
	font-size:12px;
}

.backstage-delivered-place-item .delivered-place-name {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}

.backstage-delivered-place-item .delivered-place-name b {
	margin:0 10px;
}

.backstage-delivered-place-item .default-delivered-place {
	font-size:13px;
	width:100px;
	display: inline-block;
	height:20px;
	background:#efab33;
	border-radius: 4px;
	text-align: center;
	line-height: 20px;
}

.delivered-place-content {
	width:500px;
	margin-left:50px;
	line-height: 20px;
	font-size:13px;
	color:#777;
	/*margin-top:25px;*/
}

.delivered-place-operate {
	width:120px;
	height:170px;
	position: absolute;
	right:0;
	top:0;
}

.delivered-place-delete {
	position: absolute;
	width:26px;
	height:26px;
	text-align: center;
	line-height: 23px;
	font-size: 20px;
	right:5px;
	top:5px;
	border-radius:50%;
	color:#fff;
	background: #d33;
	cursor:pointer;
	transition:background 0.3s ease;
}

.delivered-place-delete:hover {
	background:#d66;
}

.delivered-place-delete b {
	color:#fff;
	font-family: "微软雅黑";
}

.set-default {
	display: inline-block;
	position: absolute;
	bottom:15px;
	left:0;
	color:#33e;
	cursor:pointer;
}

.set-default:hover {
	color:#339;
}

.edit-delivered-place {
	display: inline-block;
	position: absolute;
	bottom:15px;
	right:10px;
	color:#33e;
	cursor: pointer;
}

.edit-delivered-place:hover {
	color:#339;
}




/*pop*/

.edit-delivered-place-pop-container {
	width:100%;
	height:100%;
	position: fixed;
	z-index: 1;
	top:0;
	left:0;
	display: none;
}

.edit-delivered-place-bg {
	width:100%;
	height:100%;
	position: absolute;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
}

.edit-delivered-place-container {
	width:400px;
	height:330px;
	position: relative;
	left:50%;
	margin-left:-200px;
	top:50%;
	margin-top:-160px;
	background:#eee;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	z-index: 1;
}

.edit-delivered-place-title {
	width:100%;
	height:30px;
	line-height: 30px;
	text-indent: 1em;
	font-size:18px;
	border-bottom: 1px solid #ccc;
}

.edit-delivered-place-content {
	padding:10px;
	background:#fff;
}

.edit-delivered-place-content ul li {
	width:400px;
	margin-bottom:10px;
}

.edit-delivered-place-content ul li p {
	margin-bottom:3px;
	font-size:15px;
}

.edit-delivered-place-content ul li p:before {
	content:'*';
	margin-right:2px;
}

.edit-delivered-place-content ul li div {
	font-size:12px;
	color:#333;
	padding-left:6px;
}

.edite-delivered-save {
	
}

#save-delivered {
	width:120px;
	height:22px;
	line-height: 22px;
	border:none;
	background:#55f;
	color:#fff;
	margin-left:6px;
	margin-top:5px;
}

































