.hide{display:none !important;}
/**实物中西你首页下单攻略样式*/
.swzx-xdgl-flex{
	z-index: 999;
    border-radius: 4px;
    position: fixed;
    top: 55%;
    right: 60px;
    font-size: 0;
    width:200px;
}
/**实物中心意见反馈、在线满意度和直达顶部样式*/
.swzx-help{
	width:50px;
	height:150px;
	position: fixed;
	bottom: 60px;
	right:5px;
	background-color: #3B61BC;
	z-index:99999;
}
.swzx-help-yijianfankui{
	width:auto;
	height:50px;
	position: fixed;
	bottom: 160px;
	right:55px;
	padding:5px;
	color:#fff;
	line-height:40px;
	background-color: #698CD9;
	z-index:99999;
	font-size:0.8rem;
}
.swzx-help-manyidu{
	width:auto;
	height:50px;
	position: fixed;
	bottom: 110px;
	right:55px;
	padding:5px;
	color:#fff;
	line-height:40px;
	background-color: #698CD9;
	z-index:99999;
	font-size:0.8rem;
}
.swzx-help-totop{
	width:auto;
	height:50px;
	position: fixed;
	bottom: 60px;
	right:55px;
	padding:5px 15px;
	color:#fff;
	line-height:40px;
	background-color: #698CD9;
	z-index:99999;
	font-size:0.8rem;
}
.help-item{
	width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 25px;
    text-decoration: none;
}
.help-item:hover{
	width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 25px;
    text-decoration: none;
    background-color: #698CD9;
}
.help-item-last{
	width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 25px;
    text-decoration: none;
}
.help-item-last:hover{
	width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 25px;
    background-color: #698CD9;
    text-decoration: none;
}
#yijianfankui{
	background-image: url("../images/yijian.png");
	background-repeat: no-repeat;
	background-position: center;
}
#manyidu{
	background-image: url("../images/manyidu.png");
	background-repeat: no-repeat;
	background-position: center;
}
.to-top{
	background-image: url("../images/totop.png");
	background-repeat: no-repeat;
	background-position: center;
}