﻿/* 颜色 *//* 颜色 *//* 字体大小 *//* 字体大小 *//* 像素大小 *//* 像素大小 */
.my-footer
{
    background-color: #339763;
    padding: 40px;
    justify-content: center;
    display: flex;
    color: #fff;
}
.my-footer .quick-link
{
    display: flex;
    justify-content: space-around;
    color: #fff;
    margin-top: 20px;
}
.my-footer .quick-link dl
{
    margin-right: 80px;
}
.my-footer .quick-link dl dt
{
    font-weight: lighter;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}
.my-footer .quick-link dl dt:nth-child(1)
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    cursor: default;
}
.my-footer .quick-link dl dt:not(:first-of-type)
{
    cursor: pointer;
}
.my-footer .quick-link dl dt:not(:first-of-type):hover
{
    color: #b2ff6e;
}
.my-footer .about-we
{/*border-left: 1px solid #eee;*/
    padding-left: 80px;
    margin-bottom: 20px;
    display: flex;
}
.my-footer .about-we .we
{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.my-footer .about-we .code
{
    display: flex;
    position: relative;
    right: 13px;
    transform: scale(.8);
}
.my-footer .about-we .code .qr-code
{
    padding: 5px 10px 10px 10px;
    background-color: #fff;
    margin: 0 10px;
}
.my-footer .about-we .code .qr-code .button
{
    font-size: 12px;
    color: #339763;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.my-footer .about-we .code .qr-code .qr
{
    width: 180px;
}
.my-footer .about-we .code .qr-code .qr img
{
    width: 100%;
}/*# sourceMappingURL=footer.css.map */