@media(max-width: 767px) {
		.kf_pc{display: none;}
		.kf_tel{display: block !important;box-shadow:0px -16px 64px 0px rgba(44, 136, 80,0.32), 0px 32px 64px 0px rgba(36, 123, 70, 0.88)}
		.kf_tel_main{display: flex;width:100%;position: fixed;align-items: center;bottom:0;height:1rem;background-color:#fff;z-index:999;text-align: center;}
		.kf_tel_main a{width:50%;height:1rem;font-size:24px;line-height:1rem;color:#1d1d1d;display: flex;align-items: center;justify-content: center;}
		.kf_tel_main a img{width:.5rem;margin-right:.1rem;}
		.kf_tel_main a:nth-child(2){ background-image: linear-gradient(to left, #4983ff, #2469fc);color:#fff;}
		.kf_tel_b{height:1rem;}
}

.kf_tel{display: none;}
.kf_pc{
 position: fixed;
 top:25%;
 bottom:50%;
 transform:translateY(-50%);
 right:.2rem;
 border:1px solid #e6e6e6;
 width:1.6rem;
 background-color:#2469fc;
 height: 5.2rem;
 /* border-top-right-radius: .4rem; */
 border-bottom-right-radius: .4rem;
 border-bottom-left-radius: .4rem;
 background-image: linear-gradient(to left, #1f50d9, #0043ff);
 z-index:333;
}
.kf_ewm{width:1.4rem;margin:.2rem auto 0 auto;}
.kf_ewm img{display: block;margin: auto;}
.kf_text{font-size:.16rem;color:#fff;text-align: center;margin-top:.1rem;}
.kf_sum{background-color:#fff;height:.3rem;margin-top:.1rem;text-align: center;line-height:.3rem;border-radius:.1rem;}