.footer {
    width: 100%;
    background: #222;
    color: #ffffff;
    padding: 30px 0;
}

.footer .brand {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer .brand .logo {
    width: 98px;
    height: 98px;
    margin-right: 10px;
}

.footer .brand .name {
    padding-top: 22px;
    font-size: 18px;
    font-weight: bold;
}

.footer .brand span {
    display: block;
    color: #848484;
    margin-top: 16px;
    font-size: 13px;
}

.footer .intro {
    padding: 10px 0;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    color: #606266;
    line-height: 26px;
    font-weight: 300;
}

.footer .more-about a {
    padding-top: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #6BCFF6;
    display: block;
    cursor: pointer;
}

.ability {
    position: relative;


}

.ability ul {
    position: absolute;
    top: 92px;
}

.ability ul li a {
    color: #6BCFF6;;
    margin-bottom: 10px;
    display: block;
}


h3.title {
    margin: auto;
}

h3.title:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #48c7ec;
}

.contact {
    position: relative;
}

.contact ul {
    /*position: absolute;*/
    /*top: 76px;*/
    display: block;
    margin-top: 60px;
}

.contact ul li.qrcode-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.contact ul li {
    color: #848484;
    margin-bottom: 10px;
    font-size: 17px;
}

.contact img {
    width: 86px;
}

.contact .item {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact .item span {
    font-size: 14px;
    margin-top: 16px;
    color: #6BCFF6;
}
