.bottom {
    width: 100%;
    border-top: 3px solid rgb(44, 177, 255);
    background-color: rgb(41, 44, 58);
}

.content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 5% 0;
    /* border-bottom: 1px solid rgb(68, 74, 93); */
}

.first {
    width: 350px;
    text-align: left;
    border-right: 1px solid rgb(95, 97, 107);
    padding: 0 5%;
}

.first p {
    color: #fff;
    font-size: 16px;
    padding-left: 13%;
}

.first ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.first ul li a {
    color: rgb(80, 98, 108);
}

.first ul li {
    margin: 2%;
    color: rgb(80, 98, 108);
}

.wechat {
    padding-left: 70px;
    color: rgb(80, 98, 108);
}

.ps {
    text-align: center;
    border-top: 1px solid #444a5d;
    padding-top: 15px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    padding-bottom: 1%;
}

.ps a {
    color: rgba(255, 255, 255, 0.3);
}