/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'ybzhan';  /* Project id 1936689 */
	src: url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.woff2?t=1714963745246') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.woff?t=1714963745246') format('woff'),
		 url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.ttf?t=1714963745246') format('truetype');
  }
.ybzhan {
	font-family: "ybzhan" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.data-null {
	text-align: center;
	padding: 64px 40px;
}
.data-null .left-img, .data-null .right-text {
	text-align: left;
	display: inline-block !important;
	vertical-align: top !important;
	margin: 0 25px 25px;
	width: auto !important;
	word-break: break-all;
	word-wrap: anywhere;
}
.data-null .right-text {
	max-width: 460px;
	float: none;
}
.right-text .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4 !important;
	height: auto !important;
}
.right-text .title b {
    color: #ff6600;
}
.right-text .content {
	margin-top: 16px;
	font-size: 15px;
	line-height: 28px;
	color: #666;
}
.right-text .content i {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #ccc;
	border-radius: 50%;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 13px;
}
.right-text .content .phone {
	color: #ff6600;
	margin-top: 16px;
}
.right-text .btn-arr {
	margin-top: 6px;
}
.right-text .btn-arr a {
	display: inline-block;
	border-radius: 3px;
	width: 128px;
	text-align: center;
	line-height: 38px;
	height: 38px;
	background-color: #4286f5;
	color: #fff;
	margin-right: 15px;
	padding: 0;
}
.right-text .btn-arr a.orange-btn {
    background-color: #ff6600;
}
.right-text .btn-arr a:hover {
    background-color: #7eafff;
}
.right-text .btn-arr a.orange-btn:hover {
    background-color: #ff9147;
}
