@charset "utf-8";
/* CSS Document */

.footer{
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	overflow: hidden;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7ab248;
}
.footer_text{
	width: 1000px;
	margin-left: auto;
	overflow: hidden;
	margin-right: auto;
}
.footer_text p{
	font-size: 14px;
	line-height: 42px;
	font-weight: 200;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	overflow: hidden;
}
.footer_text p a,.footer_text p a:active,.footer_text p a:visited{
	color: #000;
	text-decoration: none;
}
.footer_text p a:hover{
	color: #000;
	text-decoration: underline;
}
.footer_logo{
	margin-top:25px;
	text-align: left;
	display: block;
	float: left;
	width: 130px;
	overflow: hidden;
}
.aTips {
    position: fixed;
    _position: absolute;
    z-index: 101;
    width: 480px;
    height: 170px;
    top: 50%;
    margin-top: -85px;
    left: 50%;
    margin-left: -240px;
    background-color: #fff;
}

.aTips .text {
    position: relative;
    font-size: 16px;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    margin-top: 30px;
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    margin-top: 30px;
    display: block;
}

.layui-layer-btn div {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2056a0;
    color: #fff;
}


.filter{
    display:none;
    z-index:100;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    background-color:#000;
    opacity:0.7;
    filter:alpha(opacity=70);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layui-layer-btn0 img{
    width:20px;
    height:20px;
    float:left;
    margin: 3px 5px 0 -8px;
}