html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	color: #434a54;
	font-size:9pt;
}

ul {
	margin:0px;
}

.aimg {
	color:#DD0000;
}

.titlediv {
	margin: 22px 20px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
	position: relative;
}

.spanred {
	color:#DD0000;
}

.spanred,.spanlabel {
	font-weight: 700;
}

.datarowdiv {
	height:72px;
	border-bottom: 1px dotted #E6E9ED;
}

.datarowdiv:first-child {
	height:68px;
	border-top: 1px dotted #E6E9ED;
}

.labeldiv {
	height: 18px;
	padding-top: 12px;
}

.rowsdiv {
	margin-top:12px;
}

.imgoutdiv {
	border-top: 1px dotted #E6E9ED;
	border-bottom: 1px dotted #E6E9ED;
}

.imgdiv {
	margin: 8px 0px;
}

.imgdiv img {
	width:300px;
	margin:0px 5px 0px 0px;
}

.sizemsg {
	padding:10px 0px;
}

input[type="text"] {
	width: 300px;
	height: 20px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
	margin-top: 8px;
}

select {
	width: 100px;
	height: 20px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
}

.deptSelect select {
	width: 300px;
}

textArea {
	width: 300px;
	height: 100px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
	margin-top: 8px;
	max-height: 100px;
	max-width: 996px;
	resize: none;
}

input[type="text"]:hover,input[type="text"]:focus,textArea:hover,textArea:focus,select:hover,select:focus {	
	border: 1px solid #DD0000;
}

.datadecdiv {
	height: 152px;
	border-bottom: 1px dotted #E6E9ED;
}

.radiodiv,.adressSelect,.deptSelect {
	margin-top:8px;
}

.radiodiv input[type="radio"] {
	border: 0px;
	vertical-align: middle;
}

.radiodiv span {
	display:inline-block;
	vertical-align: middle;
}

#adressdiv {
	/* height:108px; */
}

.bottomdiv {
	padding-top:14px;
	clear: both;
}

.okbtn {
	background-color: #DD0000 ;
	color: #FFF ;
	border: 0px ;
	outline-style: none ;
	font-family: "微软雅黑";
	width: 68px ;
	height: 24px ;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.backbtn {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;;
	outline-style: none;
	font-family: "微软雅黑";
	width: 68px;
	height: 24px;
	margin-left:5px;
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}

.okbtn:focus,.okbtn:hover{
	background-color:  #F73500;
	color: #FFF;
}

.contentdiv .msgtext {
	color: #999999;
}

.contentdiv .msg2 {
	padding-left: 30px;
	vertical-align: bottom;
}

.contentdiv .msg3 {
	padding-left: 25px;
	vertical-align: bottom;
}

.contentdiv .msg4 {
	padding-left: 30px;
	vertical-align: bottom;
}

.contentdiv .radiodiv {
	display: inline-block;
}

.contentdiv .tipsdiv1 {
	display: inline-block;
    vertical-align: bottom;
    padding-left: 136px;
}

.contentdiv .tipsdiv2 {
	display: inline-block;
    vertical-align: middle;
    padding-left: 118px;
}

.contentdiv .tipsdiv3 {
	display: inline-block;
    vertical-align: bottom;
    padding-left: 25px;
}

.contentdiv .tipsdiv4 {
	display: inline-block;
    vertical-align: bottom;
    padding-left: 32px;
}

.contentdiv .tipsdiv span {
	display: block;
}

.contentdiv .selectdiv1 {
	display: inline-block;
}

.contentdiv .ohtherdiv {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.showeditor {
	color: #DD0000;
}

.showeditor:hover {
	cursor: pointer;
}

.paddingdiv {
	padding-top: 8px;
}

.editor_shadow {
	display: none;
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #434A54;
    opacity: 0.6;
    z-index: 66;
}

.editor_content {
	display: none;
	width: 688px;
    height: 600px;
    position: absolute;
    top: 50px;
    left: 100px;
    background-color: #FFF;
    z-index: 99;
}

.editor_content .editor_title {
	display: table;
	width: 100%;
	border-bottom: 1px solid #E6E9ED;;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.editor_content .editor_title>div {
	display: table-cell;
	padding: 8px;
	vertical-align: middle;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.editor_content .editor_title>div:first-child {
	width: 100%;
}

.editor_content .editor_title>div:last-child:hover {
	cursor: pointer;
}

.editor_content .editor_title>div span {
	font-weight: 700;
	font-size: 9pt;
}

.editor_content .editor_title>div img {
	display: block;
}

.editor_content .editor_box {
	padding: 8px;
}

.editor_content .editor_box img {
	max-width: 650px;
}

.editor_content .editor_bottom {
	display: table;
	width: 100%;
	/* position: absolute;
    bottom: 0px; */
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.editor_content .editor_bottom>div {
	display: table-cell;
	padding: 8px;
	vertical-align: middle;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.editor_content .editor_bottom>div:first-child {
	width: 100%;
}

.editor_content .editor_bottom>div:last-child {
	white-space: nowrap;
}
