#content{
	position: absolute;
    width: 100%;
    bottom: 0;
    top: 82px;
}

#info-content{
	position: absolute;
    width: 565px;
    bottom: 0;
    top: 80px;
}

.iframe html{
	min-width: 900;
}

.iframe{
	width: 100%;
	height: 100%;
}

.uploadHead{
	width: 135px;
	height: 135px;
}

.messageTip{
	border-radius: 20px !important;
    margin-left: 8px;
}

.collection-group .layui-unselect{
	background-color: #f9f9f9 !important;
}

.tableHeadFt{
	font-weight: bold !important;
	text-align: center !important;
}
/*图标*/
.icon{
	background-size: 100%;
	width: 50px;
	height: 50px;
}

.icon-sm{
	background-size: 100%;
	width: 20px;
	height: 20px;
}

.icon-myInfo{
	background-image: url(../icons/icon-myInfo.png);
}
.icon-myCollect{
	background-image: url(../icons/icon-collect.png);
}
.icon-myMessage{
	background-image: url(../icons/icon-myMessage.png);
}

.icon-postEdit{
	background-image: url(../icons/icon-postEdit.png);
}

.icon-postDel{
	background-image: url(../icons/icon-postDel.png);
}

/*背景颜色*/
.bg-cardSelected{
	background-color: #d4e8fe;
}

.bg-collectionHead{
	background-color: #f9f9f9 !important;
}

.bg-tableHead{
	background-color: #d4e8fe;
}

/*字体相关*/
.ls-5{
	letter-spacing: 5px;
}

.fs-18{
	font-size: 18px;
}

.fc-infoTitle{
	color: #909aac;
}

.fc-cardTitle{
	color: #949aa5;
}

.fc-black{
	color: black;
}

.fc-postTip{
	color: #909aac;
}

.ti-20{
	text-indent: 20px;
}

.red{
	color: red;
}

/*flex布局*/
.jc-sa{
	justify-content: space-around;
}

/*高宽*/
.w-300{
	width: 300px;
}

.w-100{
	width: 100px;
}

.w-120{
	width: 120px;
}

.h-1{
	height: 100%;
}

/*margin*/
.mr-l-10{
	margin-left: 10px;
}

.mr-l-20{
	margin-left: 20px;
}

.mr-tb10{
	margin: 10px 0px;
}

.mr-lr20{
	margin: 0 20px;
}

.mr-r-15{
	margin-right: 15px;
}

.mr-r-25{
	margin-right: 25px;
}

.mr-r-40{
	margin-right: 40px;
}

.mr-r-60{
	margin-right: 60px;
}

.mr-t-3{
	margin-top: 3px;
}

.mr-t-15{
	margin-top: 15px;
}

.mr-t-30{
	margin-top: 30px;
}

.mr-b-25{
	margin-bottom: 25px;
}

.mr-b-10{
	margin-bottom: 10px;
}
/*padding*/
.pd-tb2-lr13{
	padding: 2px 13px;
}

.pd-lr20{
	padding: 0 20px;
}
.pd-tb20-lr40{
	padding: 20px 40px;
}

.pd-t40-lr20{
	padding: 40px 20px 0 20px;
}

.pd-tb20-l10r40{
	padding: 20px 40px 20px 10px;
}

.pd-tb20{
	padding: 20px 0;
}

.pd-tb15{
	padding: 15px 0;
}

/*边框*/
.bd-left{
	border-right: 1px solid #e7e7e7;
}

.bd-infoList{
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}

.bd-messageList{
	border-top: 2px solid #f9f9f9;
	border-bottom: 2px solid #f9f9f9;
}

.bd-0{
	border: 0;
}

/*其他*/
.cs-pt{
	cursor: pointer;
}

.pt-re{
	position: relative;
}

.pt-ab{
	position: absolute;
}

.top{
	top: 0;
}

.opacity{
	opacity: 0;
}

.btn-radius{
	border-radius: 5px !important;
}

.layui-form-select dl dd.layui-this{
	background-color: #147ae2 !important;
}
