/* BASIC css start */
#footer {
    width: 100% !important;
    background: none;
    background: #171717;
}

#footer .section1 {
    min-height: 450px;
}

#footer .section2 {
    width: 100%;
    min-height: 218px; 
    display: flex;
    justify-content: center; 
    align-items: center;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
}

#footer .section2 .inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

#footer .section2 .bt_logo {
    margin: 0;
    padding: 0 40px 0;
    flex-shrink: 0;
}

#footer .section2 .ft_copy {
    color: #b9b9b9;
    line-height: 22px;
    flex-grow: 1;
}

#footer .section2 .copy_right {
    color: #777;
}


#footer .page_up {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 500;
    display: block;
}

#footer .page_up a img {
    display: block;
    width: 49px;
    height: 49px;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .page_up a img:hover {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* BASIC css end */

