html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	color: #434a54;
	font-size:9pt;
}

a {
	text-decoration: none;
}

.titlediv {
	margin: 20px;
	padding: 0px;
}

.menutype {
	float:right;
	margin-right:20px;
	margin-top: -6px;
}

.menutypebtn {	
	background-color: #FFF;
	color: #434A54;
	border: 0px;
	outline-style: none;	
	height: 30px;
	width: 75px;
	font-size: 9pt;
	text-align: center;
	font-family:'Microsoft YaHei';
    cursor:pointer;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.datarow {
	padding: 14px 0px 8px 0px;
	border-bottom: 1px dotted #E6E9ED;
}

.imgrow {
	padding: 14px 0px 10px 0px;
	border-bottom: 1px dotted #E6E9ED;
}

.imgrow img {
	width:160px;
	height:160px;
	display:block;
	margin-top:6px;
}

.datarow:first-child {
	border-top: 1px dotted #E6E9ED;
}

.option {	
	background: none repeat scroll 0% 0% #F5F7FA;
	padding: 11px;
	clear: both;
	overflow: hidden;
}

.option span:first-child {
	font-weight: 700;
}

.spanred {
	color:#DD0000;
}

/* .menutypefirst {
	color:#FFF;
	background: none repeat scroll 0% 0% #DD0000;
} */

.spanred,.spanlabel {
	font-weight: 700;
}

.chkspan {
	margin-bottom: 8px;
	display: inline-block;
}

.inputext {
	margin-top:12px;
}

.optcontext {
	width:320px !important;
	margin: 0px !important;
}

.spandata {
	display:inline-block;	
	height: 20px;
	margin-top: 6px;
}

.rdospan {
	vertical-align:middle;
	display: inline-block;
}

.inputradio {	
	margin: 0px;
	vertical-align: middle;
}

.labelspandiv {
	padding: 14px 0px 8px;
	font-weight: 700;
}

.viplabeldiv {	
	overflow: auto;
	min-height: 75px;
	border-bottom: 1px dotted #E6E9ED;
}

.vipgroupdiv {	
	overflow: auto;
	min-height: 75px;
}

.viplabeltable {
	display:table;
}

.labelfirst {
	border-bottom: 1px dotted #E6E9ED;
}

.labellast {
	border-bottom: 1px dotted #E6E9ED;
}

.viplabelrow {
	display:table-row;
}

.labeltxtdiv {
	width:60px;
	height:60px;	
	text-align: center;	
	display:table-cell;
	vertical-align: middle;
}

.viplabelcell {
	width:100px;
	height: 75px;
	float:left;
}

.labeltxtdiv span {
	display: inline-block;
	width:30px;
}

input[type="text"],select {
	width: 320px;
	height: 20px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
	margin: 6px 5px 0px 0px;
}

input[type="text"]:hover,input[type="text"]:focus,select:hover,select:focus {	
	border: 1px solid #F73500;
}

.bottomdiv {
	padding-top:14px;
	clear: both;	
}

.backbtn {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;;
	outline-style: none;
	font-family: "微软雅黑";
	width: 70px;
	height: 24px;	
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}

.btnsubmit {
	background-color: #DD0000;
	color: #FFFFFF;
	border: 0px;
	outline-style: none;
	font-family: "微软雅黑";
	width: 70px;
	height: 24px;	
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

.btnsubmit:hover,.btnsubmit:focus{
	background-color:#F73500;
	cursor: pointer;
}

.viplabeldiv,.vipgroupdiv {
	padding-top: 15px;
}

.data_div {
	border: 1px solid #E6E9ED;
}

#tagsdiv .size_div {
	display: table;
	width: 100%;
}

#tagsdiv .size_div>div {
	display: table-row;
}

#tagsdiv .size_div>div>div {
	display: table-cell;
	text-align: center;
    vertical-align: middle;
}

#tagsdiv .size_data_title>div {
	background: #F5F7FA;
	height: 30px;
}

#tagsdiv .size_data_title>div>div {
	border-bottom: 1px solid #E6E9ED;
}

#tagsdiv .size_data_title>div span {
	font-size: 9pt;
	color: #434A54;
}

#tagsdiv .size_data_title>div>div span {
	font-weight: bold;
}

#tagsdiv .size_data_data>div {
	height: 50px;
}

#tagsdiv .size_data_data .first>div {
	border-bottom: 1px solid #E6E9ED;
}

#tagsdiv .size_data_data .size_data .val {
	color: #DD0000;
}
.vipphoto li{
	width: 200px;
	height: 180px;
	float: left;
	font-size: 9pt;
	color: #434A54;
	border: none;
	padding-top: 20px;
	list-style: none outside none;
	position: relative;
}
.vipphoto img {
	width: 160px;
	height: 160px;
	border: none;
	outline-style: none;
}
.showImageboxdiv {	
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
	position: fixed;
	z-index: 99;
	background-color: #FFF;
	top: 383px;
	left: 769px;
}
.selImagediv {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 3;
	top: 0px;
	left: 0px;
}
.closimg {
	position: fixed;
	z-index: 999;
	right:20px;
	top:20px;
	width:40px;
	height:40px;
}