﻿
/*******文网文样式***************/

img{
	width:100%;
	height:100%;
	border:none;
	display: block;
}


.footer{
	width:100%;
	height: 250px;
	background:#202020;
	font-size: 12px;
}
.footer .foot{
	width:1200px;
	height:250px;
	margin:0 auto;
	position: relative;
	display: flex;
	padding: 20px ;
	box-sizing: border-box;
}
.foot-left{
	display: flex;
	align-items: center;
}
.divider{
	width: 2px;
	height: 40px;
	display: block;
	background: #747373;
	margin: 0 20px;
}
.foot-right{
	/*background:#d04747;*/
	padding:0 10px 10px 10px;
	color:#fff;
	margin-left:10px;
	line-height: 20px;
}
.foot-right a{
	color:#fff;
}
.foot-right img{
	margin:10px 5px;
}

.footer-mask{
	position: fixed;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: none;
}
.footer-inner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #f0eee5;
	width: 665px;
	height:400px;
}
.footer-close{
	width: 27px;
	height: 27px;
	background: url("../images/footer-close.png");
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	right: 10px;
}
.footer-title{
	color: #73715c;
	font-size: 30px;
	margin: 20px;
}
.footer-content{
	color: #424133;
	font-size: 20px;
}