﻿.mytel {
    position: absolute;
    right: 0;
    top: 50%;
    padding-left: 45px;
    margin-top: -6px;
    height: 32px;
    line-height: 14px;
    /*border-radius: 20px;
    border: 1px solid #ddd;*/
    overflow: hidden;
    font-size:18px;
    font-weight:600;
    color:#666;
}

.eyou-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #faad39; /*#ea3516;*/
	z-index: 10;
	display: none;
}
.eyou-footer-fix li {
	float: left;
	width: 25%;
}
.eyou-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.eyou-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.eyou-footer-fix li i.i1 {
	background-image: url(../image/f_01.png);
}
.eyou-footer-fix li i.i2 {
	background-image: url(../image/f_02.png);
}
.eyou-footer-fix li i.i3 {
	background-image: url(../image/f_03.png);
}
.eyou-footer-fix li i.i4 {
	background-image: url(../image/f_04.png);
}
.pro_info p{
	color:#555;
	line-height:25px;
}

@media screen and (max-width: 767px) {
	.eyou-footer-fix {
		display: block;
		z-index:999;
	}
	.mytel{
		display:none;
	}

	.kefu {
		display: none;
	}
	.footer{
		margin-bottom:40px;
	}
}
