@charset "utf-8";
/* CSS Document */
/*内容部分*/
.mass-box h2{
	width:72px;
	font-size: 18px;
	padding: 5px 30px;
	background: #333;
	color: white;
}
.mass{
	width: 100%;
	border: 1px solid #888;
	margin-bottom:25px;
}
.mass ul{
	width: 840px;
	margin: 50px auto;
}
.mass li{
	margin-bottom: 10px;
}
.mass li label{
	display:inline-block;
	vertical-align:top;
	width: 120px;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	text-align: right;
}
.mass li b{
	color: #f00;
}
.mass-inp{
	padding-left: 10px;
	width: 615px;
	height: 33px;
	border: 1px solid #D6D6D6;
	color: #666;
}
.mass li textarea{
	width: 627px;
	height:130px;
	line-height: 24px;
	padding-left: 10px;
	overflow: auto;
	resize: none;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
}
.code{
	position: relative;
	width:400px;
	top:-30px;
	left: 124px;
}
.vdcode{
		width: 120px;
		height: 33px;
		border: 1px solid #D6D6D6;
		color: #666;
		padding-left: 10px;
	}
#vdimgck{
		position:absolute;
		left:140px;
		width:100px;
		height:34px;
		border: 1px solid #D6D6D6;
		cursor: pointer;
	}
.gg{
	position:relative;
	top:-24px; 
	width: 80px;
	height: 33px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-left:124px; 
	background:#cfa54f;
	cursor: pointer;
}