﻿.footer {
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0 20px;
    border-top: 1px solid #c7e4ff;
}

.footer .con{
    width:1200px;
    margin: 0 auto;
}

.footer .fIconWrap span {
    margin-right:38px;
    display: inline-block;
}

.footer p {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    text-align: left;
}

.footer p span {
    margin-left:46px;
    float: left;
    display: inline-block;
}

.footer p span.about a{
    margin-right: 25px;
}

.footer p span.about a:last-child{
    margin-right: 0;
}

.footer p img {
    margin-right: 6px;
    vertical-align: -5px;
}

.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;
    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;
    font-size: 16px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2056a0;
    color: #fff;
    font-size: 16px;
}

.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%;
}

.aTips{
    display: none;
}

.layui-layer-btn0 img{
    width:20px;
    height:20px;
    float:left;
    margin: 3px 5px 0 -8px;
}