@charset "UTF-8";


/* 弹窗 */
.dia_wrap {
	width: 100%;
	height: 1000px;
	background: url(../images/opacity_bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.dia_wrap .dia {
	width: 439px;
	height: 326px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -219.5px;
	background: url(../images/dia_bg.png) no-repeat;
	display: none;
}

*html .dia {
    position: absolute;
    top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+100+'px');
} 

/* 确定 */
.btn_true {
	width: 160px;
	height: 45px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -80px;
}
.btn_true img {
	max-height: auto;
	max-width: 100%;
}

/* 关闭i */
.btn_close {
	width: 51px;
	height: 51px;
	position: absolute;
	top: -25px;
	right: -25px;
}

/* 服务器 */
.dia_wrap .dia_service {
	width: 535px;
	height: 360px;
	padding-top: 35px;
	padding-left: 22px;
	margin-left: -278.5px;
	background: url(../images/server_bg.png) no-repeat;
}
.dia_service dl {
	width: 250px;
	float: left;
	display: inline;
	margin-right: 13px;
}
.dia_service .service {
	margin: 0;
}
.dia_service dt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/server_title.png) no-repeat;
	text-align: center;
	color: #fff;
}
.dia_service dd {
	border: 1px solid #91511a;
	height: 230px;
	padding: 3%;
	background: #fff;
	color: #9a5103;
	border-radius: 0 0 5px 5px;
	overflow-y: auto;
	text-align: left;
}
.dia_service dd p {
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.dia_service dd label {
	width: 110px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.dia_service dd input {
	vertical-align: middle;
	margin: 0 2%;
}

/* id */
.dia_wrap .dia_id {
	width: 457px;
	height: 295px;
	padding-top: 100px;
	padding-left: 100px;
	margin-left: -278.5px;
	background: url(../images/server_bg.png) no-repeat;
}
.dia_id h2 {
	color: #9e1300;
	margin-bottom: 16px;
	font-size: 16px;
}
.dia_id .id {
	width: 256px;
	height: 28px;
	line-height: 28px;
	border: none;
	padding: 0 5px;
	border: 1px solid #a1a1a1;
	box-shadow: inset 2px 1px 3px #b6b6b6;
	outline: none;
}
.dia_id div span {
	float: left;
	width: 80px;
	line-height: 30px;
}
.dia_id .code {
	margin-top: 20px;
}
.dia_id .code input {
	width: 172px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	border: 1px solid #a1a1a1;
	box-shadow: inset 2px 1px 3px #b6b6b6;
	outline: none;
}
.dia_id .code .img_code {
	vertical-align: middle;
}
.dia_id p {
	margin-top: 20px;
	color: #444444;
	width: 345px;
}

/* 提示 */
.dia_wrap .dia_msg {
	text-align: center;
	display: none;
	font-size: 14px;
	z-index: 10;
	color: #ea8f00;
}
.dia_msg table {
	width: 90%;
	height: 90%;
	margin: 0 auto;
}
.dia_msg p {
	font-size: 20px;
}
.dia_msg p span {
	display: block;
	font-size: 28px;
	margin-bottom: 20px;
}
.dia_msg p em {
	display: block;
	color: #444444;
	font-size: 12px;
	margin-top: 10px;
}
