.res_index{
  font-size: 14px;
  background-color: #f7faff;
}

.head_link{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #333;
}
.nav_item{
  cursor: pointer;
}
.index_icon{
  width: 15px;
  height: 14px;
  margin-right: 4px;
  display: inline-block;
  background: url("../images/guide/index_icon.png") no-repeat center;
  background-size: 100% 100%;
}
.head_link .nav_item:last-child{
  color: #327ee6;
}
.head_link .left_arrow:first-child{
  display: none;
}

.left_arrow{
  padding: 0 4px;
}
.res_block{
	width: 1200px;
  margin: 0 auto;
	background-color: #ffffff;
	border-radius: 4px;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
.img_wrap{
  width: 460px;
  height: 255px;
  margin: 0 auto;
}
.img_wrap img{
  width: 100%;
  height: 100%;
}
.success_text{
  text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #555555;
  font-weight: bold;
  margin: 20px 0;
}
.tips_block{
	width: 515px;
  overflow: hidden;
  margin: 40px auto 100px auto;
}
.tips_txt{
  width: 15%;
  float: left;
	font-size: 14px;
	line-height: 24px;
	color: #da0101;
}
.tips_content{
  width: 85%;
  float: left;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.print_block{
  margin-bottom: 60px;
}
.block_title{
  overflow: hidden;
  margin-bottom: 35px;
}
.title_style{
  float: left;
	width: 3px;
	height: 20px;
	background-color: #4f9aeb;
  margin-right: 11px;
  vertical-align: middle;
}
.title_text{
  float: left;
	font-size: 18px;
	color: #666666;
  vertical-align: middle;
}
.block_content{

}
.print_item{
  margin-bottom: 20px;
}
.print_icon{
  width: 11px;
  height: 12px;
  display: inline-block;
  background: url("../images/result/print.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 8px;
}
.print_file{
  color: #666;
  width: 400px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.print_btn_t{
  color: #4f9aeb;
  cursor: pointer;
}
.recommend_wrap{
  overflow: hidden;
}
.recommend_item{
  width: 25%;
  float: left;
  margin-bottom: 28px;
  cursor: pointer;
}
.reco_icon{
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;

}
.reco_icon.reco{
  background: url("../images/result/recommend.png") no-repeat center;
  background-size: 100% 100%;
}
.reco_icon.help{
  background: url("../images/result/help.png") no-repeat center;
  background-size: 100% 100%;
}
.reco_icon.other{
  background: url("../images/result/other.png") no-repeat center;
  background-size: 100% 100%;
}
.reco_text{
  
  color: #666;
  width: 400px;
  vertical-align: middle;
}