

.anyou-message2 .left-info h3 {
	text-align: center;
	font-size: 30px;
	color: #2c2c2c;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 50px;
}

.anyou-message2 .left-info p {
	text-align: center;
	font-size: 16px;
	color: #808080;
	line-height: 24px;
	margin-bottom: 15px;
}

.anyou-message2 .layui-form-item .layui-form-label {
	position: absolute;
	right: 0;
	float: none;
	z-index: 9;
	width: 40px;
	padding: 10px 0;
	text-align: center;
}

.anyou-message2 .layui-form-item {
	margin-bottom: 0;
	position: relative;
}

.anyou-message2 .layui-form-item .layui-input-block {
	margin-left: 0;
}

.anyou-message2 .layui-form-item i {
	font-size: 20px;
	color: #ddd;
}

.anyou-message2 .layui-form-item .layui-input {
	height: 42px;
}

.anyou-message2-popup-show {
	display: none;
	z-index: 9999;
	position: relative;
}

.anyou-message2-popup-show .close {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
	display: none;
}

.anyou-message2-popup-show .close i {
	font-size: 32px;
	color: #fff;
}

.anyou-message2-popup-show .cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.anyou-message2-popup-show .anyou-message2 {
	background: #fff;
	position: fixed;
	width: 640px;
	left: 50%;
	padding: 30px;
	margin-left: -320px;
	top: -200%;
	box-sizing: border-box;
	transition: all ease 0.3s;
}

.anyou-message2-popup-show .anyou-message2 .left-info h3 {
	margin-top: 0;
	font-size: 22px;
}


.anyou-message2-popup-show .anyou-message2 .submit {
	margin: 20px auto 0;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
}

.anyou-message2-popup-show .anyou-message2 .line textarea {
	height: 100px;
}

.anyou-message2-popup-show .anyou-message2 .left-info p {
	font-size: 14px;
	width: 400px;
	margin: 0 auto 15px;
}

.anyou-message2-popup-show .anyou-message2 .line input {
	height: 36px;
	line-height: 36px;
}

@media screen and (max-width: 1024px) {
	.anyou-message2 .left-info h3 {
		font-size: 0.48rem;
		margin-bottom: 0.3rem;
		margin-top: 0.4rem;
	}

	.anyou-message2 .left-info p {
		font-size: 0.28rem;
		line-height: 0.5rem;
		margin-bottom: 0.3rem;
	}

	.anyou-message2-popup-show .anyou-message2 {
		width: 90%;
		left: 5%;
		margin-left: 0;
		padding: 0.3rem;
	}

	.anyou-message2-popup-show .close {
		position: fixed;
		top: 0.3rem;
		right: 0.3rem;
		z-index: 99;
		cursor: pointer;
	}

	.anyou-message2-popup-show .close i {
		font-size: 0.4rem;
		color: #fff;
	}

	.anyou-message2-popup-show .cover {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
	}

	.anyou-message2-popup-show .anyou-message2 {
		width: 90%;
		left: 5%;
		padding: 0.3rem;
		margin-left: 0;
	}

	.anyou-message2-popup-show .anyou-message2 .left-info h3 {
		margin-top: 0.2rem;
		font-size: 0.4rem;
	}

	.anyou-message2-popup-show .anyou-message2 .submit {
		margin: 0.4rem auto 0;
		width: 3.2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
	}

	.anyou-message2-popup-show .anyou-message2 .left-info p {
		font-size: 0.24rem;
		margin: 0 0.3rem 0.3rem;
		width: auto;
		line-height: 1.6;
	}
}

.anyou-message2-popup-show.popup-show .close{
	display: block;
}
.anyou-message2-popup-show.popup-show .cover{
	display: block;
}
.anyou-message2-popup-show.popup-show .anyou-message2{
	top: 100px;
}