/**!
 * 店铺维护
 * date:2017-11-14
 * author: xlb;
 */

/*头部内容*/
.navitems>li>a {
   color:#333;
}

.navitems > li.news-count {
	margin-left: 245px;
}

.news-count>a {
	position: relative;
}

.news-count i {
	position: absolute;
	width:14px;
	height: 14px;
	background: #e4393d;
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	right:-15px;
	top:-10px;
	font-style: normal;
}

.fs {
	height: 0;
}

.cate-type {
	font-weight: bold;
}

.cate-type i {
	width:23px;
	height: 19px;
	margin:12px 10px 0 22px;
	background: url("../images/mall/back.png") no-repeat center;
}

.navitems > li.account-center {
	margin-left: 200px;
	position: absolute;
	z-index: 2;
	padding-bottom: 10px;
}

.account-center>a {
	display: block;
}

.account-center span {
	display: block;
	padding:0 20px 0 10px;
	background: url("../images/mall/sl-down.png") 85px center no-repeat;
}

.account-center ul {
	display:none; 
}

.account-center.active {
	background: #fff;
	box-shadow: 0 0 5px 4px rgba(221,221,221,.6);
}

.account-center.active ul {
	display: block;
}

.account-center.active span {
	background: url("../images/mall/sl-up.png") 85px center no-repeat;

}

.account-list>li {
	width:90px;
	padding:0 10px;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	text-align: left;
}

.account-list>li:hover {
	background: #eee;
}

/*关注的内容*/
.focus {
	background: #f0f0f0;
}

.left-link {
	width:115px;
	padding-left: 75px;
	padding-top: 24px;
}

.left-link dl {
	margin-bottom: 20px;
}

.left-link dt {
	font-weight: bold;
	font-size: 15px;
	color:#333;
	margin-bottom: 5px;
}

.left-link dd {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
}

.left-link dd>a {
	color:#666;
}

.left-link dd>a:hover,
.left-link dd>a.active {
	color:#e65e60;
}

.right-focus {
	width:1000px;
	margin-top: 24px;
	font-size: 12px;
}

.maintain-con {
	padding: 0 40px 50px;
	background-color: #fff;
	overflow: hidden;
}
.maintain-con .common-h1 {
	margin: 30px 0 20px;
	font-size: 17px;
}
.maintain-con .upload-tip,
.maintain-con .tips {
	color: #999;
	font-size: 13px;
}
.maintain-con .upload-tip {
	margin-left: 20px;
}
.maintain-con .upload-btn {
	position: relative;
	z-index: 100;
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 25px;
	background-color: #b42829;
	color: #fffefe;
	border-radius: 2px;
}
.maintain-con .upload-btn.disabled {
	background-color: rgba(0,0,0,0.2);
}   
.maintain-con  .split {
	height: 0;
	margin-top: 30px;
	border-bottom: 1px dotted #c9c9c9;
}
.maintain-con .common-textarea {
	height: 100px;
	width: 904px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	resize: none;
	font-size: 13px;
}

/* maintain-btns */
.maintain-btns {
	margin-top: 50px;
	text-align: center;
}
.maintain-btns > span {
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 2px;
	font-size: 15px;
	color: #fffefe;
	margin-right: 38px;
	cursor: pointer;
}
.maintain-btns .save-btn {
	background-color: #ac2324;
}
.maintain-btns .quit-btn {
	background-color: #a2a1a1;
}


/* upload picture */
.mix-videos {
	position: relative;
	float: left;
	margin-right: 30px;
	border: 1px solid #cdcdcd;
	padding: 5px;
}
.mix-videos img {
	width: 110px;
	height: 90px;
}
.mix-videos .delete {
	position: absolute;
	display: inline-block;
	top: -8px;
	right: -8px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: #fff url(../images/mall/uploadclose.png);
	cursor: pointer;
}
.webuploader-element-invisible {
	display: none;
}
.album-wrap {
	margin-top: 20px;
}
.pto-name {
	text-align: center;
	width: 110px;
	overflow: hidden;
}

.common-list{
	    margin-left: 0px;
}

.common-list .title{
	width:80px;
}
.common-list .con{
	float:left;
}

