/* quick */
@media only screen and (max-width: 1023px) {
	.mq_wrap{
		display: none !important;
	}
}
.mq_wrap {
    position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	display: block;
	flex-direction: column;
	background: rgb(33, 158, 249);
	background: linear-gradient(0deg, rgba(33, 158, 249, 0.8) 0%, rgba(37, 205, 250, 0.8) 100%);
	border-radius: 10px;
	padding: 15px 0;
}
.mq_wrap.show {
	display: flex;
}
.mq_wrap .qr .tooltip {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
.mq_wrap .qr {
	display: flex;
	flex-direction: column;
	border-bottom: 1px dashed #fff;
	text-align: center;
	margin: 0 20px;
	padding-bottom: 10px;
}
.mq_wrap .qr i {
	display: inline-block;
	margin: 12px auto;
}
.mq_wrap .btn_q1 i {
	/*background: url(../img23/q_01.png) no-repeat center 0;*/
	width: 44px;
	height: 45px;
}
.mq_wrap .btn_q2 i {
	/*background: url(../img23/q_02.png) no-repeat center 0;*/
	width: 40px;
	height: 44px;
}
.mq_wrap .btn_q3 i {
	/*background: url(../img23/q_03.png) no-repeat center 0;*/
	width: 43px;
	height: 41px;
}
.mq_wrap .btn_q4 i {
	/*background: url(../img23/q_04.png) no-repeat center 0;*/
	width: 35px;
	height: 41px;
}
.mq_wrap .btn_talk {
	background: url(../img23/q_07.png) no-repeat 0 0;
	display: inline-block;
	width: 81px;
	height: 81px;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
.mq_wrap .btn_talk.scroll_talk {
	position: relative;
	right: auto;
	bottom: auto;
}

.mq_wrap .btn_top {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
	display: block;
	text-align: center;
}
.mq_wrap .btn_top:hover {
	color: #fff !important;
}
.mq_wrap .btn_top.show {
	display: block;
}
.show_talk.nm {
	bottom: 215px;
}
.show_talk.active .pf_clise {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.show_talk.active .pf_clise img {
	width: 90%;
}
.scroll_talk.btn_talk.active {
	background: url(../img23/q_07.png) no-repeat 0 0;
	display: inline-block;
	width: 81px;
	height: 81px;
	background-size: 100% auto;
}
.scroll_talk.btn_talk button {
	width: 81px;
	height: 81px;
	background-size: 100% 100%;
}
.mobile .scroll_talk.btn_talk {
	width: 81px;
	height: 81px;
	background-size: 100% 100%;
}