*{
	 padding:0px;
	 margin:0px;
 }
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	background-color: #edf0f3;
}
ul{
	list-style:none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color:#FF6A00;
	text-decoration:none;
}
input,button,select{
	vertical-align:middle;
	outline: none;
}
.fc-690{
	color:#333;
}
.fs-14{
	font-size:14px;
}

img{width: 100%; height:100%}
.guide {display: flex;position: relative;}
.head-block {position: fixed;height:60px;width: 100%;overflow: hidden;background:rgba(255, 255, 255, 0.4);top: 0;left:0}
.head-block-title {width: 1200px; height:60px;margin: 0 auto}
.head-block .head-block-left {display: flex;float: left}
.head-block .head-block-left .img-wrap{display: flex;align-items: center;justify-content: center;}
.head-block .head-block-left .img-wrap img{width: 146px; height: 22px;}
.head-block .head-block-left>div{width: 140px; height:60px;}
.head-block .head-block-left .sub-title {color:#155FFA;font-size: 15px;display: inline-flex;padding-top: 24px;padding-left: 8px;align-items: baseline;}
.head-block .head-block-left .sub-title span:nth-child(2) {font-size: 11px;margin-left: 2px;}
.head-block .head-block-right {float: right;height: 60px;line-height: 60px}
.head-block .head-block-right a{color:#333;text-decoration: none;font-size: 14px}
.head-block .head-block-right span{color:#333;font-size: 16px}