/*å‘å¸ƒé¡µé¢*/
body,html{
	background: #f6f6f6;
}
.content{
	width:1090px;
}
.cardCont{
	background: #fff;
	width:1090px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 31px 80px;
	border: 1px solid #ededed;
	margin-bottom: 108px;
}
.cardCont .cardContTitle{
	font: 20px/54px "微软雅黑";
	color: #333;
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
	padding-bottom: 0!important;
}
.cardCont .listRelease{
	overflow: hidden;
	margin-top: 30px;
}
.layui-form-label span{
	color: red;
	margin-right: 2px;
}
.layui-input, .layui-textarea{
	width: 400px;
}
.layui-form-label{
	width: 120px;
}
.layui-input-inline .layui-input,.layui-inline .layui-input{
	width: 100%;
}
.layui-input-block{
	margin-left: 150px;
}
/*ä¸Šä¼ å›¾ç‰‡*/
.upImgBox{
	width: 118px;
	height: 118px;
}
.upImgBox img{
	display: block;
	width: 100%;
	height: 100%;
}
.widthAuto{
	width: auto!important;
}
.upImgBtn{
	display: block;
	height: 32px;
	font: 14px/32px "微软雅黑";
	padding: 0 10px;
	border-radius: 3px;
	background: #fd5f11!important;
	color: #fff;
	float: left;
	margin-top: 10px;
}
.themebtnColor{
	background: #fd5f11!important;
	color: #fff;
}
.formBtn{
	width: 300px;
	margin-top: 70px;
	font-size: 16px;
	display: block;
	background: #fd5f11;
	color: #fff;
	font: 16px/38px "微软雅黑";
	text-align: center;
	border-radius: 3px;
}
.layui-form-item{
	margin-bottom: 25px;
}
.layui-form-checked[lay-skin=primary] i{
	border-color: #fd5f11;
    background-color: #fd5f11;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #fd5f11;
    color: #fff;
}
.release .layui-laydate .layui-this{
	    background-color: #fd5f11!important;
}
.inputSelect .layui-unselect,.inputSelect .layui-form-select{
	width: 400px;
}
.linkageFrame{
	float: left;
	width: 250px;
	height: 200px;
	border: 1px solid #cdcdcd;
	margin:0 20px 0 0;
	overflow-y: scroll;
}
/*å¤é€‰æ¡†*/
.checkBoxBlock{
	overflow: hidden;
}
.checkBoxBlock li{
	float: left;
	margin-right: 20px;
	line-height: 38px;
	cursor: pointer;
}
.checkBoxBlock li i.iconfont{
	font-size: 16px;
	color: #d2d2d2;
	
}
.checkBoxBlock li:hover i.iconfont{
	color: #ff5901;
}
.selectBlock{
	height: 38px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	padding-left: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	background: url(../img/selectIcon.png) no-repeat 96% center;
}
.inputSelect .selectBlock{
	width: 400px;
	
}
.selectBlock:hover{
	border: 1px solid #d2d2d2;
}
.layui-input-inline .selectBlock{
	width: 100%;
}
.searchable-select
{
    float:left;
    margin-right:10px;
}
.linkage i.iconfont{
	padding: 0 10px;
}
.choiceLable{
	overflow: hidden;
}
.choiceLable em{
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
	padding-top: 5px;
	cursor: pointer;
}
.choiceLable em i.iconfont{
	position: absolute;
	right: 0;
	bottom: -1px;
	color: #bfbfbf;
	z-index: 1;
}
.choiceLable em i.iconfont::after{
	content:'';
	width: 0;
	height: 0;
	border-bottom: 17px solid #fff;
	border-left: 17px solid transparent;
	position:absolute;
	right:0px;
	bottom:1px;
	z-index: -1;
}
.choiceLable em span{
	display: block;
	padding:0 10px;
	font: 14px/28px "微软雅黑";
	box-sizing: border-box;
	
}
.inlineCue{
	line-height: 38px;
	display: inline-block;
}
.inputRadio span{
	line-height: 38px;
	margin-right: 15px;
}
.inputRadio span input{
	margin-right: 3px;
	cursor: pointer;
}
.editHeader{
	display: block;
	float: left;
	width: 80px!important;
	height: 80px!important;
	/*border: 1px solid #cdcdcd;*/
	border-radius: 3px;

	background-size: contain;
}
.editHeaderBtn{
	color: #fd5400;
	margin-left: 10px;
	text-decoration: underline;
	padding-top: 65px;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 900;
}
.cardCont{
	position: relative;
}
.returnLink{
	position: absolute;
	right: 100px;
	top: 65px;
	background: url(../img/autoRC.png) no-repeat center;
	background-size: 200px;
	height: 174px;
	width: 200px;
	padding: 70px 38px 0 14px;
    box-sizing: border-box;
    font: 14px/22px "微软雅黑";
    color: #999;
    text-align: center;
    z-index:5;
}
.returnLink a{
	color: #FF5700;
	text-decoration: underline;
}
.releaseBtns{
	width: 380px;
	height: 60px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -70px 0 0 -190px;
}
.releaseBtns a{
	display: block;
	float: left;
	width: 180px;
	height: 50px;
	background: #FF5700;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font: 14px/50px "微软雅黑";
}
.releaseBtns a:last-child{
	margin-left: 20px;
	background: #ffefe7;
	color: #ff5700;
}
.checkMoreList{
	text-align: center;
	font: 16px/50px "微软雅黑";
	color: #ff5700;
	margin-top: 20px;
	background: #fff;
}
.checkMoreList span{
	cursor: pointer;
}
.foldTable{
	position: relative;
	padding:0 31px 90px;
	height: 100px;
	overflow: hidden;
}
.foldTable .checkMoreList{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	box-shadow: 0 -8px 10px 1px rgba(0,0,0,0.1);
} 