@CHARSET "UTF-8";
.btn-mobile-top {
	position: fixed;
	bottom: 163px;
	right: 100px;
	display: none;
	cursor: pointer;
	z-index: 2;
}
.btn-mobile-activity {
	position: fixed;
	bottom: 226px;
	right: 100px;
	cursor: pointer;
	z-index: 2;
}
.btn-web-sim {
	position: fixed;
	bottom: 100px;
	right: 100px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url('https://file.fangline.cn/erp/officialwebsite/static/css/web/btn-web-sim.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='https://file.fangline.cn/erp/officialwebsite/static/css/web/btn-web-sim.png', sizingMethod='scale');
	z-index: 2;
}
.btn-web-sim:hover {
	background-image: url('https://file.fangline.cn/erp/officialwebsite/static/css/web/btn-web-sim-focus.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='https://file.fangline.cn/erp/officialwebsite/static/css/web/btn-web-sim-focus.png', sizingMethod='scale');
}
.btn-web-sim:hover > .btn-web-sim-hover {display:block;}
.btn-web-sim-hover {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 150px;
	background-color: #FFF;
	box-shadow: 0 2px 47px 0 rgba(159,159,159,0.50);
	border-radius: 5px;
}

.btn-mobile-top-new {
	position: fixed;
	bottom: 162px;
	right: 100px;
	display: none;
	cursor: pointer;
	z-index: 2;
	width: 43px;
	height: 43px;
	border-radius: 22px;
	background-color: #D8D8D8;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px auto;
	background-image: url('https://file.fangline.cn/erp/officialwebsite/static/image/erpService/icon/top.png');
}

.btn-web-sim-new {
	position: fixed;
	bottom: 100px;
	right: 100px;
	cursor: pointer;
	border-radius: 22px;
	width: 43px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px auto;
	background-color: #007AFF;
	background-image: url('https://file.fangline.cn/erp/officialwebsite/static/image/erpService/icon/phone.png');
	z-index: 2;
}
.btn-web-sim-new:hover {
	background-color: #4CA2FF;
}
.btn-web-sim-new:hover > .btn-web-sim-new-hover {display:block;}
.btn-web-sim-new-hover {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 152px;
	background-color: #FFF;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.12);
	border-radius: 14px;
}


#remind {
	display: none;
}
.remind{
	width: 100%;
    height: 64px;
    background: #ecebb2;
    display:none;
}
.remind-pic{
	width: 44px;
    height: 44px;
    float: left;
    position: relative;
    background-size: contain;
    top: 10px;
    margin-left: 40px;
}
.remind-t{
	line-height: 64px;
    float: left;
    font-size: 14px;
}
.remind-ss{
	width:1200px;
	height:100%;
	margin:auto;
	padding-left: 100px;
}
.am-container, .am-g-fixed {
	max-width: 1016px;
}
.fl-header {
	background-color: #333;
	font-size: 16px;
	color: #FFF;
	line-height: 60px;
}
.fl-header-logo a {
	color: #FFF;
	line-height: 1;
}
.fl-header-weixin {
	padding: 16px 0px 15px 0px;
	line-height: 1;
}
.fl-header-logo {
	margin-right: 24px;
}
.fl-header .am-fr a {
	display: inline-block;
	color: #FFF;
	width: 88px;
	text-align: center;
	line-height: 60px;
}
.fl-header .am-fr a:hover {
	color: #CCC;
}
.fl-header .fl-logo {margin: 17px 0px;}

.ant-icon {
	background-image: url('https://file.fangline.cn/erp/officialwebsite/static/css/web/ant-icon-list.png');
	background-repeat: no-repeat;
}
.div-shadow {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.fl-taste {
	line-height: 52px;
	background-color: #FFF;
	font-size: 24px;
	color: #333;
	z-index: 99;
}
.fl-taste-bottom {
	height: 52px;
	border-bottom: 1px solid #DDD;
}
.div-fixed-black-bottom {
	border: 0px;
}
.fl-taste .btn-taste {
	background-color: #0070C9;
	border-radius: 6px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	margin-top: 11px;
	cursor: pointer;
}
.div-fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(252, 252, 252, 0.9);
}
.fl-footer {
	background-color: #333;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	padding-top: 18px;
	padding-bottom: 29px;
}
.footer-crumbs a {
	font-size: 14px;
	line-height: 26px;
	color: #FFF;
	display: inline-block;
}
.footer-crumbs a:hover {
	text-decoration: underline;
}
.footer-crumbs .ant-icon-home:before , .footer-crumbs .ant-icon-home before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 59px;
	height: 30px;
	background-image: url('https://file.fangline.cn/erp/officialwebsite/static/css/web/ant-icon-list.png');
	background-repeat: no-repeat;
	background-position: -531px -325px;
	margin-right: 20px;
}
.footer-crumbs .am-breadcrumb > .am-active {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 2px;
}
.am-breadcrumb > li{
	*zoom:1;
	*display:inline;
}
.footer-crumbs .am-breadcrumb > li + li:before , .am-breadcrumb #am-active before, .am-breadcrumb #problem-text before, .am-breadcrumb #news-detail-text-title before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 30px;
	background-image: url('https://file.fangline.cn/erp/officialwebsite/static/css/web/ant-icon-list.png');
	background-repeat: no-repeat;
	background-position: -662px -325px;
	margin: 0px 16px;
}
.footer-crumbs .am-breadcrumb {
	padding: 0px;
	margin: 0px;
}
.footer-link {
	border-top: 1px solid #545454;
	border-bottom: 1px solid #545454;
	margin: 10px 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
}
.footer-link a {
	font-size: 14px; 
	line-height: 30px;
	color: #FFF;
	cursor: pointer;
}
.footer-link a:hover {
	text-decoration: underline;
}
.footer-link .footer-link-title {
	line-height: 20px;
	padding-bottom: 5px;
}
.footer-link-product, .footer-link-about, .footer-link-friendship {
	width: 20%;
	height: 100%;
}
.friendship-links > a {
	display: inline-block;
	margin-right: 20px;
}
.footer-link-friendship {
	width: 100%;
	clear: both;
	padding-top: 20px;
}
.footer-icp {
	color: #999;
	line-height: 20px;
}

.zz-news-list {
	width: 250px;
}
.zz-news-list a {
	display: inline-block;
	width: 250px;
	font-size: 12px;
	line-height: 17px;
	padding: 3px 0px;
}
.zz-news-list + .zz-news-list {
	margin-left: 50px;
}
.text-truncate{
	word-wrap: normal; /* for IE */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ 
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/  
}
@media screen and (max-width: 1400px){
	.btn-mobile-top, .btn-web-sim, .btn-mobile-activity {
		right: 50px;
	}
	.btn-web-sim-hover {
		right: 102px;
	}
}