html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	color: #434a54;
	font-size:9pt;
}

.titlediv {
	margin: 20px;
	padding: 0px;
}

.menutype {
	float:right;
	margin-right:20px;
	margin-top: -3px;
}

.pagelabelbtn {	
	background-color: #FFF;
	color: #434A54;
	border: 0px;
	outline-style: none;	
	height: 24px;
	margin-left:10px;
	font-size: 9pt;
	text-align: center;
	font-family:'Microsoft YaHei';
    cursor:pointer;
    width: 75px;
    font-weight: 700;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.titlediv {
	margin: 22px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.spanred {
	color:#DD0000;
}

.addspan {
	color:#DD0000;
	vertical-align: middle;
}

.spanred,.spanlabel {
	font-weight: 700;
}

.chkspan {
	margin-bottom: 8px;
	display: inline-block;
}

.datarowdiv {
	padding: 14px 0px 8px;
	border-bottom: 1px dotted #E6E9ED;
	position: relative;
}

.datarowdiv:first-child {
	border-top: 1px dotted #E6E9ED;
}

input[type="text"],select{
	width: 320px;
	height: 20px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
	margin: 6px 20px 0px 0px;
}

input[type="text"]:hover,input[type="text"]:focus {	
	border: 1px solid #DD0000;
}

.rdospan {
	vertical-align: middle;
}

.remarkspan {
	display: inline-block;
	left: 350px;
	color: rgb(153, 153, 153);
	position: absolute;
	bottom: 12px;
}

.modeltable {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.modeltable tr {
	border-bottom: 1px dotted #E6E9ED;
}

/* .modeltable tr:last-child {
	border-bottom: none;
} */

.modeltable tr td {
	font-size: 9pt;
	text-align: left;
	color: #434A54;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.modeltable tr td:last-child {
	border-right: none;
}

.modeltable tr:first-child td {
	border-top: 1px dotted #E6E9ED;
}

.modeltable tr td input[type="checkbox"] {
	float: left;
}

.modeltable tr td p {
	margin: 0px;
}

.modeltable tr td.options {
	min-width: 80px;
	font-weight: bold;
}

.headrow {
	height:40px;
	font-weight: bold;
}

.datarow {
	height:50px;
}


.leftcel {
	width: 200px;
}

.keycel {
	width: 500px;
}

.rightcel {
	width: 300px;
}

.comments {
	width:320px;
	height:240px;
}

.hintcontext {
	display:inline-block;
	border-radius: 50%;
	color: #FFF ;
	background-color: #434A54;	
}

.hintcontext {
	display: inline-block;
	border-radius: 50%;
	color: #FFF;
	background-color: #ccd1d9;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	margin-right: 5px;	
	margin-top: -2px;
}

.hintcontext:hover {
	background-color: #DD0000;
	cursor: pointer;
}


.openidimg{
	width:160px;
}


.imgmindiv {
    margin: 10px 0px 0px 0px;
    height: 160px;
}

.imgmindiv img {
    width: 160px;
    height: 100%;
    margin: 0px 10px 0px 0px;
}

.imgmin {
    color: #DD0000;
}

.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;
}
