/*by:zhangmin*/


/*警告弹窗样式，带操作提示*/

* {
	padding: 0;
	margin: 0;
}
.notitle{padding: 0.9rem 0 0.7rem 0;}
.am-share {
	background-color: white;
	font-size: .75rem;
	border-radius: 4px;
	bottom: 50%;
	left: 15%;
	position: fixed;
	text-align: center;
	-webkit-transform: translateY(1000%);
	-ms-transform: translateY(1000%);
	transform: translateY(1000%);
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
	width: 70%;
	line-height: 20px;
	z-index: 1110;
}

.am-modal-active {
	transform: translateY(0px);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.am-modal-out {
	z-index: 1109;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.am-share h3 {
	color: #555;
	text-align: center;
	line-height: 0px;
	padding-top: 30px;
}

.am-share p {
	border-bottom: 1px solid #e5e5e5;
	color: #555;
	font-weight: 400;
	text-align: center;
	line-height: 46px;
}

.am-share-footer {
	width: 100%;
}

.cancel {
	border-right: 1px #e5e5e5 solid;
	color: #555!important;
}

.am-share-footer input {
	color: #02b3d5;
	display: block;
	border: none;
	text-align: center;
	font-family: "微软雅黑";
	background: white;
	float: left;
	width: 49.6%;
	line-height: 40px;
	font-weight: 600;
}
.am-share-footer button {
	color: #02b3d5;
	display: block;
	border: none;
	text-align: center;
	font-family: "微软雅黑";
	background: white;
	float: left;
	width:100%;
	line-height: 40px;
}
.sharebg {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

.sharebg-active {
	opacity: 1;
	display: block;
}