@CHARSET "UTF-8";

body{
	background-color:#a67852;
	font-family: 'microsoft yahei', 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	text-align: center;
	color: #fcf3ea;
}

.p1{
	margin: 0;
	margin-bottom:1.5em;
}

.robotpage-top-half{
	background-color:#fcf3ea;
	padding-top:40px;
	overflow:hidden;
}

#errorCodeTxt{
	color:#F4E8DC;
}

#robot_holder{
	height: 224px;
	background: url("../../images/zhanghu/404.png") no-repeat center bottom;
}

#brokebotSVG{
	height:224px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	width:100%;
	display: block;
}
.svg{padding-top:73px;
	height: 151px;
	display: none;
}
.no-svg .svg{display: block;}
.robotpage-bottom-half{min-height:350px;}
.robotpage-bottom-half p{font-size: 16px;  text-align:center; margin-bottom:20px; color:#fff;}
#robot-text{
	color:#fcf3ea;
	text-align:center;
	font-size:30px;
	margin:40px 0 0;
	padding:0;
	font-weight: bold;
}

.robot-buttons{
	margin-left:auto;
	margin-right:auto;
}
.robot-buttons a:link, .robot-buttons a:visited {
	text-decoration: none;
	display: block;
	width: 193px;
	height: 52px;
	line-height: 50px;
	color: #aa773e;
	background: url("../../images/zhanghu/back-icon.png") no-repeat 0 0;
	border: none;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	margin: 0 auto;
}

.robot-buttons a:hover{
	text-decoration: none;
	color: #aa773e;
	background-position:  0 -52px;
}

.search-robot{
	width:480px;
	margin-left:auto;
	margin-right:auto;
}

.search-robot-box{
	width:305px;
	float:left;
	padding: .5em;
	border-radius: .3em;
	font-size: 1em;
	margin:0;
	border:0;
}

/*.search-robot-buttons {*/
	/*font-size: 1em;*/
	/*background-color: #55BF9B;*/
	/*padding: .5em;*/
	/*border-radius: .3em;*/
	/*text-decoration: none;*/
	/*color: #F2ECBA;*/
	/*width:150px;*/
	/*float:right;*/
	/*margin:0;*/
	/*border:0;*/
/*}*/

.clear{
	clear:both;
}

.search-robot-buttons:hover  {
	cursor: pointer;
	background-color: #8BC99A;
	color: #F2ECBA;
}

.robot-links{
	text-align: center;
	color: #F2ECBA;
	margin-top:1em;
}

.robot-links a{
	color:#8BCA9B;
	text-decoration:none;
	padding:.5em;
}

.robot-links a:hover{
	color:#F2ECBA;
	text-decoration:none;
}