
@font-face{
	font-family: yjsz;
	src:url('fonts/yjsz.ttf');
}

.t_mbox {
	width: 200px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
	/*background: rgba(14, 148, 234, 0.4);*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.t_mbox div {
	font-size: 16px;
	color: #0e94ea;
	line-height: 25px;
	font-weight: 900;
}
.t_mbox span {
	font-family: 'yjsz';
	color: #00fbfe;
	text-shadow: 0 0 25px #00fbfe;
	font-weight: bolder;
	font-size: 34px;
}
.t_top2_box .t_mbox2 span {
	display: inline-block;
	font-size: 26px;
	color: #e9f0fb;
}
.t_mbox i {
	width: 1px;
	height: 300%;
	position: absolute;
	background: url('../../img/sper.png') no-repeat;
	background-size: 100% 100%;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	top: -40px;
	left: 100px;
}
