html,body,dl,dt,dd,ol,ul,pre,form,field,p,blockquote,h1,h2,h3,h4,h5,h6,div,img,td {
	font-family: "microsoft yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 0.26rem;
}

body {
	background: #fff;
}

th,td {
	font-family: "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.12rem;
}

h1,h2,h3,h4,h5 {
	font-family: "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #454545;
}

a:link,a:visited { text-decoration: none;}

a:hover,a:active {
	text-decoration: none;
	color: #336699;
}

a,img,button,input,textarea,li,span,div {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul,ol {
	list-style: none;
	list-style-type: none;
}

input,textarea,select,button,file {
	font-size: 0.26rem;
}

img {
	border: 0;
}

.img {
	display: block;
}

b {
	font-size: bold;
}

.clear {
	*zoom: 1;
}

.clear:before,
.clear:after {
	display: table;
	content: "";
	line-height: 0;
}

.clear:after {
	clear: both;
}

.clear {
	font-size: 0;
	height: 0px;
	overflow: hidden;
	clear: both;
}

#full_screen {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.3);
	display: block;
}


.alert-div{
	position: absolute;
	top: 50%;
	left: 50%;
	width:6.30rem;
	height: 4.80rem;
	margin-top:-2.40rem;
	margin-left:-3.15rem;
	z-index:9999;

	/*border:1px solid #999;*/
}

.alert-bg{
	
	width:6.3rem;
	min-height: 2.98rem;
	padding-top:1rem;
	padding-bottom: 0.2rem;
}
#danzb{
	background:url(../images/alert_bg.png?v=1) no-repeat;
	background-size:6.3rem auto;
	
}
#zhiqin{
	background:url(../images/alert_bg2.png?v=1) no-repeat;
	background-size:6.3rem auto;
	
}
.alert-bg .alert-text{
	width:4.6rem;
	height:	0.35rem;
	margin:0 auto;
	margin-top:0.2rem;

}

.alert-bg .alert-text input{
	border:none;
	border-bottom: 1px solid #A1969A;
	width:3rem;
	background:none;
}

.alert-bg .alert-text span{
	color:#BD1112;
}

.alert-bg .btn1{
	width:2rem;
	height: 0.56rem;
	line-height: 0.56rem;
	margin:0 auto;
	display: block;
	margin-top:0.2rem;
	background: #BD1112;
	color:#fff;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}


.close{
	width:100%;
	text-align: center;
}

.close img{
	width:0.5rem;
	height: 0.5rem;
	margin:0 auto;
	margin-top:0.6rem;
}

