/* footer */
.footer {
    background-color: #606060;
    padding-top: 64px;
    padding-bottom: 83px;
}
.ft_top {
    display: flex;
    padding-left: 240px;
    align-items: flex-end;
}
.ft_left > h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-top: 31px;
}
.ft_left > h2 > span {
    font-size: 42px;
    font-weight: 700;
    margin-left: 22px;
}
.ft_left > h2 > img {
    margin-right: 10px;
}
.ft_line {
    width: 100%;
    background-color: #fff;
    height: 1px;
    margin-top: 62px;
    margin-bottom: 52px;
}
.ft_right {
    margin-left: 145px;
    display: flex;
}
.ft_right > a {
    text-align: center;
    width: 297px;
    line-height: 73px;
    font-size: 20px;
    font-weight: 500;
}
.ft_right > a > img {
    margin-right: 10px;
}
.ft_btn01 {
    background-color: #ffeb3b;
    color: #3e2723;
}
.ft_btn02,
.ft_btn03 {
    background-color: #3e9a24;
    color: #fff;
}
.ft_btn02 {
    margin: 0px 13px;
}
.ft_bot {
    padding-left: 240px;
}
.ft_bot > p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

/* quick_manu */
.quick_manu {
    position: fixed;
    right: 44px;
    bottom: 151px;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quick_manu > div {
    width: 90px;
    height: 470px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.quick_manu > a {
    transition: all 0.2s;
}
.quick_manu > a:hover {
    transform: translateY(-5px);
}
.quick_manu > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #191919;
    transition: all 0.2s;
}
.quick_manu > div > a:hover {
    opacity: 0.7;
}
.quick_manu > div > a > img {
    margin-bottom: 9px;
}
