
.bottom {
    width: 100%;
    background: #000;
    color: #FFF;
    text-align: center;
}

.s_code {
    color: #fa7a12;
    font-size: 18px;
    padding-top: 10px;
    letter-spacing: 2px;
}

.bottom > li:nth-child(1) {
    padding: 30px;
}

.bottom > li:nth-child(1) > img {
    width: 180px;
}

.bottom > li:nth-child(2) {
    font-size: 16px;
}
.bottom > li:nth-child(2) > a {
    color: #fff;
}
.bottom > li:nth-child(3) {
    font-size: 16px;
    padding-top: 20px;
    width:1200px;
    margin:auto;
    text-align:left;
}
.bottom > li:nth-child(3) > p {
    display: inline-block;
    width: 100%;
   display:flex;
   justify-content:center;
   flex-wrap:wrap;
}
    .bottom > li:nth-child(3) > p > span {
        margin-right: 15px;
        font-size: 12px;
        color: rgba(255,255,255,0.5);
    }
    .bottom > li:nth-child(3) > p > a {
        color:rgba(255,255,255,0.5);
        margin-right: 15px;
        font-size: 12px;
    }
.bottom > li:last-child {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: rgba(255,255,255,0.5);
}

.bottom > li:nth-child(2) > span, .bottom > li:nth-child(2) > a{
    margin-right: 20px;
}
.beianInquire{
    color:rgba(255,255,255,0.5);
}