@charset "utf-8";

.Kefu {
	display: flex;
	flex-direction: column;
	justify-content: baseline;
	position: fixed;
	right: 65px;
	top: 30%;
	transform: translateY(-50%);
	z-index: 1200;
}

.Kefu .kefuBtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: .03rem;
	text-align: center;
	background-color: #90C31F;
	border-radius: 5px;
	margin-bottom: .03rem;
	position: relative;
}

.kefuBtn .kefu-icon {
	cursor: pointer;
	padding-top: .05rem;
}

.kefu-icon .kefu-title {
	display: block;
	margin-bottom: 0;
	font-size: .05rem;
	color: #fff;
}

.kefu-icon .iconfont {
	display: block;
	color: #fff;
	font-size: .25rem;
	line-height: 1;
}

.kefu-msg {
	display: none;
	position: absolute;
	top: 50%;
	left: -150px;
	transform: translateY(-50%);
	width: 135px;
	background-color: #90C31F;
	border-radius: .1rem;
	padding: .1rem .23rem;
	margin-right: 2rem;
}

.kefu-msg .kefu-arrow {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #90C31F;
	right: -5px;
	top: calc(50% - 5px);
	transform: rotate(-45deg);
}

.kefu-msg>h6 {
	margin-bottom: 0;
	font-size: .05rem;
	color: #fff;
}

/* 二维码 */
.kefu-msg-wx {
	height: 130px;
}
.kefu-msg-wx img {
	vertical-align: auto;
	display: block;
	width: 100%;
	margin-top: .05rem;
}

/* 电话 */
.kefu-msg-tel {
	padding-left: .1rem;
}

.kefu-msg-tel>h6 {
	text-align: left;
	font-size: 0.05rem;
	font-weight: 400;
}

.kefu-msg-tel>p {
	color: #fff;
	text-align: left;
	font-weight: 200;
	font-size: .15rem;
	margin-bottom: 0rem;
}

/* QQ在线 */
.kefu-msg-qq {
	padding-left: 1rem;
}

.kefu-msg-qq>p {
	text-align: left;
	margin-bottom: 0;
	color: #FFF;
	font-weight: 200;
	text-decoration: none;
	cursor: pointer;
}

.kefu-msg-qq .qqicon {
	display: inline-block;
	width: 20px;
}

@media screen and (max-width: 1004px) {
	.Kefu {
		display: none;
	}
}