.bottom{
    padding: 60px 0 20px 0;
    background-color: #F2F6FF;
}
.bottom-top{
    text-align: center;
}
.bottom-top ul li{
    display: inline-block;
    border-right: 1px solid #000000;
    color: rgba(0,0,0,0.6);
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
}
.bottom-top ul li:last-child{
    border-right: none;
}
.bottom-main{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #A6A6A6;
    font-size: 14px;
    font-family: sans-serif;
}
.bottom-bottom{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #A6A6A6;
    font-size: 14px;
    font-family: sans-serif;
}