* {
	margin: 0;
	padding: 0;
}
/* 手机显示 */
@media (min-width: 1000px) {
	/*一键复制*/
	.copy {
		display: none;
	}
	/*头部浮动*/
	.header-modal{
		display: none;
	}
	/*右侧浮动*/
	.right-modal{
		display: none;
	}
	/*底部浮动*/
	.footer-modal {
		display: none;
	}
	/*弹窗提示*/
	.diy-modal {
		display: none;
	}
	/*表单遮挡*/
	#wxalert2_1 {
		display: none;
	}
	/*表单搜集*/
	.lanrenzhijia {
		display: none;
	}
}
/* 微信样式 */
.wechat {
	color: #f00;
	background: yellow;
	font-weight: bolder;
	border-bottom: 1px solid;
}
.changan {
	color: #f00;
	background: yellow;
	font-weight: bolder;
}
/* 一键复制 */
.copy {
	border: none;
	color: #fff;
	padding: 1%;
	margin-left: 1.5%;
	border-radius: 10px;
	white-space: nowrap;
	background-color: #EB755F;
	animation: tops 2s ease 1s infinite both;
	-webkit-animation: tops 2s ease 1s infinite both;
}
@keyframes tops {
	0% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.8);
	}
}
/* 头部浮动 */
.header-modal {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	z-index: 9999;
	display: none;
	position: fixed;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 7px -3px rgba(88, 88, 88, 0.6);
}
.header-modal img {
	width: 15px;
	height: 15px;
	margin-top: -2px;
	vertical-align: middle;
}
.header-modal span {
	font-size: 12px;
	color: #565454;
	line-height: 30px;
	font-family: '微软雅黑';
}
/* 右侧悬浮 */
.right-modal {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none
}
.right-modal .right-theme {
	position: fixed;
	right: 1px;
	bottom: 50%;
	width: 60px;
	height: 60px;
	z-index: 99;
}
.right-modal .right-theme a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #00c8c8;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 3px;
	margin: 5px;
	line-height: 20px;
}
.right-modal .right-theme .right-num {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #f34949;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
}
/* 底部浮动 */
.footer-modal {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
}
.footer-modal .footer-theme {
	width: 100%;
	height: 60px;
	display: block;
	position: relative;
	background: #388f5e;
}
.footer-modal .footer-theme .footer-doctor {
	left: 5px;
	bottom: 10px;
	width: 70px;
	height: 70px;
	border-radius: 60%;
	position: absolute;
}
.footer-modal .footer-theme .footer-script1 {
	top: 8px;
	left: 80px;
	color: #fff;
	font-size: 15px;
	position: absolute;
}
.footer-modal .footer-theme .footer-script2 {
	top: 32px;
	left: 80px;
	bottom: 8px;
	color: #fff;
	font-size: 18px;
	position: absolute;
}
.footer-modal .footer-theme .footer-tianjia {
	top: 9px;
	border: 0;
	padding: 0;
	right: 10px;
	width: 100px;
	position: absolute;
	background-color: #388f5e;
}
.footer-modal .footer-theme .footer-tianjia img {
	width: 100%;
	max-width: 158px;
	animation: tops 2s ease 1s infinite both;
	-webkit-animation: tops 2s ease 1s infinite both;
}
/* 弹窗提示 */
.diy-modal {
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	max-width: 640px;
	margin: 0 auto;
	z-index: 99999;
	top: 0;
}
.diy-modal .diy-theme {
	background-color: #fff;
	width: 320px;
	position: absolute;
	min-height: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 20%;
	border-radius: 8px;
}
.diy-modal .diy-theme .diy-close {
	text-align: right;
	height: 34px;
	position: absolute;
	width: 100%;
}
.diy-modal .diy-theme .diy-close img {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.diy-modal .diy-theme .diy-title {
	text-align: center;
	font-weight: bold;
	margin: 35px 0;
	font-size: 20px;
}
.diy-modal .diy-theme .diy-wechat {
	padding: 0 20px;
}
.diy-modal .diy-theme .diy-wechat p {
	color: #666;
	padding: 18px;
	font-size: 16px;
	text-align: center;
	border-radius: 8px;
	background-color: #f7f7f7;
}
.diy-modal .diy-theme .diy-prompt {
	color: #999;
	text-align: center;
	font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.diy-modal .diy-theme .diy-wechat-open {
	margin: 20px 20px;
	text-align: center;
}
.diy-modal .diy-theme .diy-wechat-open button {
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 25px;
	border-radius: 8px;
	background-color: #1aad17;
}
.diy-modal .diy-theme .diy-guide {
	margin: 15px 20px;
	text-align: center;
}
.diy-modal .diy-theme .diy-guide img {
	max-width: 100%;
}