/**!
 * 我的关注
 * date:2018-01-29
 * author: wcp;
 */
/* 右侧内容 */
.content {
	float: right;
	width: 1096px;
	min-height: 750px;
	background-color: #fff;
}

.aside-hd {
    height: 40px;
    line-height: 38px;
    padding-left: 20px;
    border-bottom: 1px solid #aaa;
}

.content .li-title {
	font-size: 16px;
	color: black;
	text-decoration: none;
	float: left;
	margin-left: 15px;
}
/* 增加点击样式*/
.content .addstyle {
	color: #e42e46;
    border: 1px solid #aaa;
    padding: 0px 10px;
    border-bottom: 2px solid #fff;
}

.common-list {
	width: 850px;
	margin: 60px 45px 0;
	font-size: 14px;
}
#registermoney {
	width: 150px;
}
/*输入框样式*/
.common-list .con input, .common-list .con select {
	font-size: 13px;
	color: #7d6161;
}

/*上传文件*/
.maintain-con {
	padding: 0 40px 50px;
	background-color: #fff;
	overflow: hidden;
}

.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-btns */
.maintain-btns {
	margin-top: 50px;
	text-align: center;
}

#ctlBtn:hover{
	background: rgb(212,46,48);
	cursor: pointer;
}
.maintain-btns>span {
	display: inline-block;
	width: 108px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 2px;
	font-size: 15px;
	color: #fffefe;
	margin-right: 38px;
	cursor: pointer;
}

.maintain-btns .save-btn {
	background-color: #ac2324;
}

.btnbox .submit-btn {
	width: 86px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	background-color: #db2323;
	margin-left: 25px;
}

/*webuploader*/
.webuploader-container {
	position: relative;
}

.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick-hover {
	background: #d42e30;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events: none;
}

#uploader .info, #uploader .state {
	
	
}

#uploader .info {
	color: #666;
    font-size: 14px;
    text-align: left;
}

#uploader .state {
	color: #cec8c8;
	font-size: 12px;
	   
}
.delfile{
	color:red;
	cursor:pointer;
}
/* 文件列表样式 */
.thislist-table {
	width: 100%;
    margin-top: 25px;
    border: 1px solid #ccc;
}
.thislist-table thead{
    height: 31px;
    line-height: 31px;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
}
.thislist-table th,.thislist-table td {
	padding-left:5px;
	text-align:center;
}
.thislist-table .col01 {
	width:50%;
}
.thislist-table .col02 {
	width:30%;
}
.thislist-table .col03 {
	width:30%;
}
.file-opt {
	text-align:center;
}
.thislist-table tbody tr {
	height:28px;
	line-height:24px;
}
.thislist-table tbody tr:hover {
	background-color:#f9f9f9;
}
.file-opt > div {
	display:inline-block;
	margin-left:6px;
}
.file-tips {
	position: relative;
    line-height: 18px;
    top: -1px;
    margin-left: 8px;
    font-size: 13px;
    color: #b42829;
}

