﻿.contact-testin {
	position: fixed;
	right: 15px;
	bottom: 303px;
	z-index: 999
}

.contact-testin li {
	position: relative;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	text-align: center;
	color: #2274e6;
	border: 1px solid rgba(34, 116, 230, 0.24);
	border-top: 0;
	cursor: pointer
}

.contact-testin li:first-child {
	border-top: 1px solid rgba(34, 116, 230, 0.24)
}

.contact-testin li:hover {
	background-color: #e8f1fc
}

.contact-testin li:hover .contact-info {
	display: block
}

.contact-testin li.back2top {
	border-top: 1px solid rgba(34, 116, 230, 0.24);
	margin-top: 10px
}

.contact-testin li .iconfont {
	font-size: 22px
}

.contact-testin li .contact-info {
	display: none;
	position: absolute;
	right: 48px;
	top: -1px;
	padding: 8px 6px 6px;
	width: 150px;
	line-height: 18px;
	text-align: center;
	background-color: #fff;
	border: solid 1px rgba(34, 116, 230, 0.24);
	-moz-box-shadow: 0 4px 4px 0 rgba(0, 125, 255, 0.1);
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 125, 255, 0.1);
	box-shadow: 0 4px 4px 0 rgba(0, 125, 255, 0.1)
}

.contact-testin li .contact-info .c-1 {
	font-size: 13px
}

.contact-testin li .contact-info .c-2 {
	font-size: 12px
}

.contact-testin li .contact-info .qrcode {
	width: 100px
}

@media screen and (max-width:1200px) {
	.contact-testin {
		right: 6px;
		bottom: 6px
	}

	.contact-testin li {
		padding: 10px 12px 12px;
		width: auto;
		height: auto;
		line-height: 1;
		background-color: #2274e6;
		color: #fff;
		border: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%
	}

	.contact-testin li:hover {
		background-color: rgba(34, 116, 230, 0.9)
	}

	.contact-testin li .iconfont {
		font-size: 22px
	}
}