﻿iframe{
	display: none;
}
 
.add_wexin{
	position: relative;
	background: rgba(29,31,38,.7); 
	z-index: 99999999;
	display: none;
}
  
.weixin_pos{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 99999999;
}
  
.add_wexin_pad{
	padding:12px 10px 12px 15px;
	display: flex;
	justify-content: space-between; /* 水平居中 */
	  align-items: center;     /* 垂直居中 */
}
.add_wexin .wexin_icon{
	display: flex;
	justify-content: space-between; /* 水平居中 */
	  align-items: center;     /* 垂直居中 */
	  color:#fff;
	  font-size:15px;
}
  
.add_wexin .wexin_icon img{
	width:30px;
	height:30px;
	margin-right:10px;
}
.wexin_right{
	display: flex;
	justify-content: flex-end; /* 水平居中 */
	  align-items: center;     /* 垂直居中 */
}
.wexin_right img{
	width:18px;
	height:18px;
	margin-left:10px;
}
.wexin_btn{
	padding:5px 15px;
	border-radius: 30px;
	color:#fff;
	background: #28c347;
	cursor: pointer;
}
  
.alert_box{
	width:80%;
	position: fixed;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background: #fff;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	z-index: 999999;
	display: none;
}
.alert_box_pad{
	padding:20px;
	flex-direction:column;
	display: flex;
	justify-content: center; /* 水平居中 */
	  align-items: center;     /* 垂直居中 */
	  font-size:14px;
}
  
.alert_box_tit{
	display: flex;
	justify-content: center; /* 水平居中 */
	  align-items: center;     /* 垂直居中 */
	  color:#333;
	  font-size:16px;
	  font-weight: bold;
	  margin-bottom: 10px;
}
.alert_box_tit img{
	width:24px;
	height:24px;
	margin-right:10px;
}
.alert_box_btn{
	margin-top:12px;
	padding:5px 15px;
	border-radius: 30px;
	color:#fff;
	font-size:15px;
	background: #28c347;
	cursor: pointer;
}
  
.r_call{
	position: fixed;
	right:10px;
	bottom:15%;
	z-index: 9999999999;
	width:46px;
	height:46px;
	background: #28c347;
	border-radius: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
  
.r_call i{
	display: block;
	font-size:22px;
	color:#fff;
}
  
  
  
.phone_call{
	position: fixed;
	width: 67.5px;
	height: 66.25px;
	background-image: url(https://fe-resource.cdn.bcebos.com/mip%2Ffengming%2F618%2F618-float-bg.png);
	background-size: 100% 100%;
	z-index:99999;
	right:10px;
	bottom: 30%;
	display: none;
}
.phone_call a{
	width:100%;
	height:100%;
	display: block;
	position: relative;
}
.phone_call img{
	position: absolute;
	top: 7.5px;
	left: 7.5px;
	width: 31.625px;
	height: 31.625px;
	transform-origin: center center;
	animation: shake 4s linear infinite;
}
  
.phone_text{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 62.5px;
	height: 27.5px;
	font-size: 14px;
	text-align: center;
	line-height:27.5px;
	color: #fff;
	font-weight: 700;
}
  @keyframes shake {
	0% {
		transform: rotate(0) scale(1);
	}
	4% {
		transform: rotate(20deg) scale(1.2);
	}
	8% {
		transform: rotate(0) scale(1);
	}
	13% {
		transform: rotate(20deg) scale(1.2);
	}
	17% {
		transform: rotate(0) scale(1);
	}
	33% {
		transform: rotate(0) scale(1);
	}
	38% {
		transform: rotate(20deg) scale(1.2);
	}
	42% {
		transform: rotate(0) scale(1);
	}
	46% {
		transform: rotate(20deg) scale(1.2);
	}
	50% {
		transform: rotate(0) scale(1);
	}
	100% {
		transform: rotate(0) scale(1);
	}
}
  



@media (max-width: 991px) {
	.add_wexin{
		display: block;
	}
	.phone_call{
		display: block;
	}
}






