*{
	margin:0;
	padding:0;
}
body{
	background-color: #f1f1f1;
	font-size:14px;
	font-family: "Microsoft Yahei";
	color: #666;
	
}
a{
	text-decoration: none;
	color: #666;
}
ul,ol{
	list-style: none;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
}
.error-box,.success-box,.warning-box{
	width: 800px;	
	height: 600px;
	margin:30px auto;
	background-color: #fff;
	box-shadow: 1px 1px 20px rgba(51,51,51,0.3);
	position: relative;
}
.fd-left{
	float: left;
}
.error-box .tip-text{
	width: 40%;
	height: 50%;
	position: absolute;
	left: 10%;
	top: 10%;
	background:url('images/tip-bg.png') no-repeat;
	background-size: 100%;
	text-align: center;
    color: #fff;
}
.error-box .tip-img{
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 10%;
}
.error-box .tip-img img{
	width: 100%;
}
.error-box .tip-text h1{
	margin: 25px 0;
}
.error-box .tip-text p{
	margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.error-box .tip-text a{
	color: #fff;
    letter-spacing: 2px;
}
.success-box{	
	background: url(images/jump-rocket-bg.png) no-repeat center bottom 15%;
	background-size: 65%;
}
.message{
	position: absolute;
	top: 100px;
	width: 100%;
	text-align: center;
	color: #f60;
}
.message p{
	height: 35px;
	line-height: 35px;
	font-weight: 700;
}
span.ani_dot{
	font-style: normal;	
	margin-left: 3px;		
	height: 18px;	
	font-family: simsun; 
	animation: dot 2s infinite step-start;
	-webkit-animation: dot 2s infinite step-start;
}
:root .ani_dot {
    display: inline-block;
    width: 1.5em;    
    overflow: hidden;
}
@-webkit-keyframes dot {
    0% { width: 0; margin-right: 1.5em; }
    33% { width: .5em; margin-right: 1em; }
    66% { width: 1em; margin-right: .5em; }
    100% { width: 1.5em; margin-right: 0;}
}
@keyframes dot {
    0% { width: 0; margin-right: 1.5em; }
    33% { width: .5em; margin-right: 1em; }
    66% { width: 1em; margin-right: .5em; }
    100% { width: 1.5em; margin-right: 0;}
}
.warning-box{			
	background: url(images/tips-bg.png) no-repeat center bottom 45%;
	background-size: 80%;	
}
.message-box{
	position: absolute;
	top: 30%;
	width: 59%;
	left: 13%;
	text-align: center;
	color: #fff;
	transform:rotate(-6deg);
}
.message-box h1{
	margin:35px 0;
}    
.message-box p{
	margin-bottom: 10px;
}
.message-box a{
	color: #FFF;
}