.bottom{
    width: 1022px;
    margin: 26px auto auto;
}
.bottom  ul li{
    float: left;
    color: #333333;
    font-size: 12px;
    margin-left: 17px;
    cursor: pointer;
}
.bottom .bottom_right  > span
{
    color: #5E5E5E;
    font-size: 12px;
}
.bottom .bottom_right > span:nth-child(1)
{
    margin-right: 30px;
}
.bottom .bottom_right > span:nth-child(2) > span
{
    color: red;
}
.Btn{
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 63px;
    background: #ffffff;

}