/*qq,二维码*/
.fixedCall {
	/* position: fixed;
	right: 1.25vw;
	bottom: 25.6148139vh; */
	width: 100%;
	height: 380px;
}

.fixedCall div {
	/* width: 120px; */
	/* height: 90px; */
	/* background: #00CC99; */
	text-align: center;
	/* float: right; */
}

.qqCall {
	width: 100%;
	/* height: 90px; */
	/* background-color: #073c73; */
	text-align: center;
	/* margin-bottom: 16px; */
	border-radius: 10px;
	display: inline-block;
	/* height: auto; */
	height: 110px;
	/*overflow: hidden;*/
}

.qqCall img {
	width: 58px;
	height: 60px;
	margin: 10px 26px 0 26px;
	border-radius: 10px;
	float: right;
}

.qqCall span {
	display: inline-block;
	width: 100%;
	font-size: 0.8vw;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	padding-bottom: 0.35vw;
}

/*二维码*/
.ewmCall {
	float: right;
	width: 110px;
	height: 140px;
	/*min-height: 132px;*/
	background: #FFFFFF;
	text-align: center;
	border-radius: 10px;
	/*overflow: hidden;*/
	/* display: inline-block; */
	/* height: auto; */
}

.ewmCall img {
	border-radius: 10px;
	width: 100px;
	height: 100px;
	margin: 0 5px;
	vertical-align: middle;
	padding-top: 10px;
	float: right;
}

.ewmCall span {
	display: inline-block;
	width: 100%;
	/* font-size: 20px; */
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 0.35vw;
}

.fixedCall .telCall {
	margin-bottom: 0.8vw;
	border-radius: 10px;
	position: relative;
	position: relative;
	width: 100%;
	height: 90px;
	/* margin-bottom: 16px; */
}

.telCall img {
	width: 60px;
	height: 60px;
	margin: 10px 25px;
	border-radius: 10px;
	float: right;
}

.fixedCall .telCallTel {
	display: inline-block;
	position: absolute;
	right: 130px;
	top: 0;
	text-align: center;
	/* width: 300px; */
	line-height: 80px;
	height: 80px;
	background-color: #00CC99;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 30px;
	width: 0;
	overflow: hidden;
}

.telCall .fuzhi {
	width: 70px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 20px;
	top: 26px;
	background: rgba(0, 0, 0, 1);
	color: white !important;
	border-radius: 4px;
	/* padding: 0.4vw; */
	border: none;
	display: none;
	vertical-align: middle;
	z-index: 99;
}

.telCall textarea {
	opacity: 0;
	height: 1vw;
	height: 1;
	position: absolute;
}

.fuzhiSuccess1 {
	position: fixed;
	left: calc(50% - 5vw);
	top: calc(50% - 2.5vw);
	background: rgba(0, 0, 0, 0.5);
	color: white !important;
	border-radius: 4px;
	padding: 0.4vw;
	width: 10vw;
	text-align: center;
	height: 5vw;
	line-height: 5vw;
	border: none;
	display: none;
	z-index: 99;
}

.img {
	width: 110px;
	height: 80px;
	float: right;
	background: #00CC99;
	border-radius: 10px;
	text-align: center;
}

.telCallTels {
	display: inline-block;
	position: absolute;
	right: 140px;
	top: 103px;
	text-align: center;
	/* width: 300px; */
	line-height: 100px;
	height: 100px;
	background-color: #00CC99;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 30px;
	width: 0;
	overflow: hidden;
}

.qqCall .fuzhi {
	width: 70px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 30px;
	top: 124px;
	background: rgba(0, 0, 0, 1);
	color: white !important;
	border-radius: 4px;
	/* padding: 0.4vw; */
	border: none;
	display: none;
	vertical-align: middle;
	z-index: 99;
}

.imgs {
	width: 110px;
	height: 100px;
	float: right;
	background: #00CC99;
	border-radius: 10px;
	text-align: center;
	color: white;
}

/* 1920*1080 150% */
@media screen and (max-width:1280px) {
	.fixedCall {
		/* position: fixed;
		right: 1.25vw;
		bottom: 25.6148139vh; */
		width: 100%;
		height: 230px;
	}

	.fixedCall .telCall {
		margin-bottom: 0.8vw;
		border-radius: 10px;
		position: relative;
		position: relative;
		width: 100%;
		height: 60px;
		/* margin-bottom: 16px; */
	}

	.img {
		width: 75px;
		height: 60px;
		float: right;
		background: #00CC99;
		border-radius: 10px;
		text-align: center;
	}

	.telCall img {
		width: 45px;
		height: 45px;
		margin: 7.5px 15px;
		border-radius: 10px;
		float: right;
	}

	.qqCall {
		width: 100%;
		height: 60px;
		/* background-color: #073c73; */
		text-align: center;
		/* margin-bottom: 16px; */
		border-radius: 10px;
		display: inline-block;
		/* height: auto; */
		/* height: 110px; */
		/*overflow: hidden;*/
		margin: 6px 0;
	}

	.imgs {
		width: 75px;
		height: 60px;
		float: right;
		background: #00CC99;
		border-radius: 10px;
		text-align: center;
		color: white;
		font-size: 12px;
	}

	.qqCall img {
		width: 45px;
		height: 45px;
		margin: 0 15px -2px 15px;
		border-radius: 10px;
		float: right;
	}

	.ewmCall {
		float: right;
		width: 75px;
		height: 90px;
		/*min-height: 132px;*/
		background: #FFFFFF;
		text-align: center;
		border-radius: 10px;
		/*overflow: hidden;*/
		/* display: inline-block; */
		/* height: auto; */
		font-size: 12px;
	}

	.ewmCall img {
		border-radius: 10px;
		width: 65px;
		height: 65px;
		margin: 5px 5px 0px 5px;
		vertical-align: middle;
		padding-top: 0;
		float: right;
	}

	.fixedCall .telCallTel {
		display: inline-block;
		position: absolute;
		right: 90px;
		top: 0;
		text-align: center;
		/* width: 300px; */
		line-height: 60px;
		height: 60px;
		background-color: #00CC99;
		color: #FFFFFF;
		border-radius: 10px;
		font-size: 25px;
		width: 0;
		overflow: hidden;
	}

	.telCall .fuzhi {
		width: 60px;
		height: 20px;
		line-height: 20px;
		position: absolute;
		right: 7px;
		top: 21px;
		font-size: 12px;
		background: rgba(0, 0, 0, 1);
		color: white !important;
		border-radius: 4px;
		/* padding: 0.4vw; */
		border: none;
		display: none;
		vertical-align: middle;
		z-index: 99;
	}

	.telCallTels {
		display: inline-block;
		position: absolute;
		right: 100px;
		top: 77px;
		text-align: center;
		/* width: 300px; */
		line-height: 60px;
		height: 60px;
		background-color: #00CC99;
		color: #FFFFFF;
		border-radius: 10px;
		font-size: 25px;
		width: 0;
		overflow: hidden;
	}
}