.addwexin {
    width: 100%;
    height: 50px;
    margin: 5px 0;
    line-height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
	position:fixed;
	top:5px;
	z-index:9999;
}
.addwexin p {
    padding-left: 10px;
    font-size: 12px;
	line-height: 26px;
}
.addwexin .wexin-box {
        padding: 0 10px;
    color: #fff;
    text-align: center;
    background-color: #1AAD19;
    cursor: pointer;
	height:35px;
	line-height:35px;
    user-select: none;
	margin-top: 8px;
}

.fa-weixin{
	width:16px;
	height:16px;
	display:inline-block;
	background-size: 100%;
	background-image: url(../image/f_03.png);
	position: relative;
    top: 4px;
}

.footer_pel{
	display:block;
	width:90%;
	margin:0 auto;
	background:#EC3F3E;
	height:40px;
	font-size:16px;
	border-radius:10px;
	text-align:center;
	color:#fff;
	line-height:40px;
	position:fixed;
	bottom:5px;
	left:50%;
	transform: translateX(-50%);
}

.fo_tel{
	display:inline-block;
	width:20px;
	height:20px;
	background-image: url(../image/f_01.png);
	background-size:100%;
	top: 4px;
    left: -9px;
    position: relative;
}

@media (min-width:0px) {
	.addwexin{
		display:none;
	}
	.footer_pel{
		display:none !important;
	}
	.widfenlei{
		padding-top:0;
	}
}

@media (max-width:0px) {
	.addwexin{
		display:flex;
	}
	.footer_pel{
		display:block !important;
	}
	.widfenlei{
		padding-top:60px;
	}
}