/* 首页邮件订阅 */
.index-mail{
	background: #f0f0f0; display: block; width: 100%; padding: .88rem 0 .93rem; font-size: 0;
}
.index-mail .tit{
	display: block; width: 100%; text-align: center; margin-bottom: .28rem;
}
.index-mail .tit h2{
	font-size: .25rem; color: #1e1e1e; line-height: .48rem; display: inline-block;
}
.index-mail form{
	display: block; width: 100%; text-align: center;
}
.index-mail form input{
	width: 4.23rem; height: .57rem; line-height: .37rem; padding: .1rem .4rem; box-sizing: border-box; background: #fff; border: none; outline: var(--gold); display: inline-block; vertical-align: middle; font-family: "DIN-Medium"; font-size: .22rem; color: #1e1e1e; margin-right: .33rem;
} 
.index-mail form button{
	width: 1.4rem; height: .57rem; line-height: .37rem; padding: .1rem 0; box-sizing: border-box; background: var(--gold); text-align: center; border: none; outline: var(--gold); display: inline-block; vertical-align: middle; font-size: .23rem; color: #fff; transition: all 0.3s ease-in-out;
}
.index-mail form button:hover{
	background: #1e1e1e;
}
.index-mail p{
	display: block; width: 100%; text-align: center; font-size: .16rem; color: #787878; line-height: .28rem; margin-top: .35rem;
}
.index-mail p a{
	color: #787878; transition: all 0.3s ease-in-out; 
}
.index-mail p a:hover{
	color: #1e1e1e; text-decoration: underline;
}

footer {
	background-color: var(--gold); position: relative; display: block; width: 100%; font-size: 0; box-sizing: border-box; padding: .32rem 0 .28rem;;
}
footer .foot-menu{
	width: 100%; display: block; text-align: center; margin-bottom: 2rem;
}
footer .foot-menu ul{
	width: 100%; display: block; text-align: center;
}
footer .foot-menu ul li{
	display: inline-block; margin: 0 .22rem;
}
footer .foot-menu ul li a{
	color: #fff; display: block; font-size: .16rem; line-height: 2; transition: all 0.3s ease-in-out;
}
footer .foot-menu ul li a:hover{
	opacity: .7;
}
footer .copyright {
	width: 100%; display: block; text-align: center;
}
footer .copyright .foot-logo {
	height: .3rem; width: 100%; text-align: center; display: block; margin-bottom: .32rem;
}
footer .copyright .foot-logo img {
	max-height: 100%;
}
footer .copyright .info{
	font-size: .14rem; line-height: .38rem; display: block;
}
footer .copyright .info span,
footer .copyright .info a{
	color: #fff;
}
footer .copyright .info span{
	margin: 0 .16rem; display: inline-block; vertical-align: middle;
}
.totop.iconfont {
	position: fixed;
	right: 6%; bottom: 10%;
	width: .63rem; height: .63rem;
	transform: rotate(-90deg);
	color: #1e1e1e;
	border: 1px solid #1e1e1e;
	font-size: .24rem;
	text-align: center;
	line-height: .63rem;
	cursor: pointer;
	z-index: 2;
	border-radius: 50%;
	font-family: iconfont;
}
@media (max-width: 743px) {
	.index-mail{
		padding: .88rem .2rem .93rem; box-sizing: border-box;
	}
	.index-mail .tit h2{
		font-size: .24rem; line-height: 1.7; margin-bottom: .38rem;
	}
	.index-mail form input{
		width: 70%; margin-right: 0; padding: .1rem .2rem
	}
	.index-mail form button{
		width: 30%;
	}
	footer .foot-menu ul li{
		width: 33%; margin: 0;
	}
	footer .foot-menu{
		box-sizing: border-box; padding: 0 .3rem;
		margin-bottom: .32rem;
	}
	footer .copyright .info span{
		display: block;
	}
	.totop.iconfont {
		width: .4rem; height: .4rem;
		line-height: .4rem;
		font-size: .18rem;
	}
}