@CHARSET "UTF-8";
/* Common for all projects */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, th, td,
	form, fieldset, legend, input, textarea, blockquote, address, pre {
	margin: 0;
	padding: 0;
}

em, i, address, cite {
	font-style: normal;
}
em {
	background-color: yellow;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

a, del, ins {
	text-decoration: none;
}

fieldset, hr, iframe {
	border: 0;
}

li {
	list-style: none;
}

input, textarea, select {
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei",
		STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol,  pre, form, fieldset, legend, button, textarea, th, td,i,b,a {
	/*font-family : Arial, “Helvetica Neue”, Helvetica;*/
	font-family : Verdana;
	/*font-family : Calibri Regular;*/
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-style:normal;
	color:#333;
}
.dlg_wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	padding-top: 1px;
}
.dlg_wrapper .dlg_inner {
	width: 300px;
	/*height: 230px;*/
	border-radius: 5px;
	margin: 0 auto;
	background: #fff;
	padding: 0px 20px;
	margin-top: 200px;
}
.dlg_wrapper .dlg_inner .dlg_title {
	height: 50px;
	border-bottom: 1px solid #cccccc;
	line-height: 50px;
	font-size: 15px;
	margin-bottom: 22px;
}
.dlg_wrapper .dlg_inner .dlg_content {
	text-align: center;
}
.dlg_wrapper .dlg_inner .dlg_content button{
	width: 90px;
	height: 35px;
	margin: 20px;
}
.dlg_wrapper .dlg_inner .dlg_closed {
	width: 20px;
	height: 20px;
	float: right;
	margin: 10px 0px;
	cursor: pointer;
	background: url("../img/x_p.png") no-repeat center;
}
.dlg_wrapper.successdlg .dlg_inner,
.dlg_wrapper.attentiondlg .dlg_inner,
.dlg_wrapper.faildlg .dlg_inner{
	width: 350px;
}
.dlg_wrapper.successdlg .dlg_inner .dlg_content,
.dlg_wrapper.attentiondlg .dlg_inner .dlg_content,
.dlg_wrapper.faildlg .dlg_inner .dlg_content{
	padding-top: 85px;
}
.dlg_wrapper.successdlg .dlg_inner .dlg_content{
	background: url('../img/gougreen.png') no-repeat top center;
}
.dlg_wrapper.faildlg .dlg_inner .dlg_content {
	background: url('../img/failred.png') no-repeat top center;
}
.dlg_wrapper.attentiondlg .dlg_inner .dlg_content {
	background: url('../img/collect2.png') no-repeat top center;
}
/*.dlg_wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	padding-top: 1px;
}
.dlg_wrapper .dlg_inner {
	width: 500px;
	height: 300px;
	border-radius: 5px;
	margin: 0 auto;
	background: #fff;
	padding: 0px 20px;
	margin-top: 200px;
}
.dlg_wrapper.confirm .dlg_inner{
	width: 400px;
	height: 220px;
}
.dlg_wrapper .dlg_inner .dlg_title {
	height: 50px;
	border-bottom: 1px solid #cccccc;
	line-height: 50px;
	font-size: 18px;
	margin-bottom: 22px;
}
.dlg_wrapper .dlg_inner .dlg_content {
	text-align: center;
	position: relative;
	height: 65%;
}
.dlg_wrapper .dlg_inner .dlg_content .btn {
	position: absolute;
	left: 188px;
	bottom: 0px;
}
.dlg_wrapper .dlg_inner .dlg_content .btnconfirm {
	position: absolute;
	left: 70px;
	bottom: 0px;
}
.dlg_wrapper .dlg_inner .dlg_content .btncancel {
	position: absolute;
	left: 220px;
	bottom: 0px;
}
.dlg_wrapper .dlg_inner .dlg_closed {
	width: 30px;
	height: 30px;
	float: right;
	margin: 10px 0px;
	cursor: pointer;
	background: url("../img/x_p.png") no-repeat center;
}*/
