.footer_app {
    display: none;
}

.footer {
    position: relative;
    width: 100%;
    background: rgba(120, 51, 30, 1);
    overflow: hidden;
}

.footer .footerBg{
    position: absolute;
    right:-164px ;
    bottom: -129px;
    width: 775px;
    z-index:1;
}

.footer .footer_content{
    width: 100%;
    padding: 60px 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 2;
}
.footer .footer_content_left{

}
.footer .footer_logo{
    width: 234px;
}
.footer .footer_logo img{
    width: 100%;
    height: 100%;
}
.footer .footer_info{
    margin-top: 34px;
}
.footer .foot_info_item{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.footer .foot_info_item:last-child{
    margin-bottom: 0;
}
.footer .foot_info_icon{
    width: 31px;
    height: 31px;
    margin-right: 8px;
}
.footer .line{
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 50px;
}
.footer .footer_content_right{
    flex-shrink: 0;
}
.footer_right_list{
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}
.footer_right_item{
    margin-right: 64px;
}
.footer_right_item:last-child{
    margin-right: 0;
}
.footer_right_item .right_item_title{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(255, 255, 255, 1);
}
.footer .right_item_list{
    margin-top: 32px;
}
.footer .right_item_item{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin-bottom: 20px;
}
.footer .right_item_item:hover{
    color: rgba(255, 255, 255, 1);
}
.footer .right_item_item:last-child{
    margin-bottom: 0;
}
.footer .Copyright{
    width: 100%;
    height: 67px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}


/*! 1440 ~ 1680 */
@media all and (max-width: 1680px) {
    .footer .footerBg{
        position: absolute;
        right:-150px ;
        bottom: -120px;
        width: 700px;
    }
    .footer .footer_content{
        padding: 50px 55px;
    }
    .footer .footer_logo{
        width: 220px;
    }
    .footer .footer_info{
        margin-top: 30px;
    }
    .footer .foot_info_item{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .footer .foot_info_icon{
        width: 28px;
        height: 28px;
        margin-right: 7px;
    }
    .footer .line{
        margin: 0 45px;
    }
    .footer_right_list{
        margin-top: 20px;
    }
    .footer_right_item{
        margin-right: 60px;
    }
    .footer_right_item .right_item_title{
        font-size: 22px;
        line-height: 30px;
    }
    .footer .right_item_list{
        margin-top: 30px;
    }
    .footer .right_item_item{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 18px;
    }
    .footer .Copyright{
        height: 60px;
        font-size: 18px;
        line-height: 30px;
    }
}

/*! 1200 ~ 1440 */
@media all and (max-width: 1440px) {
    .footer .footerBg{
        position: absolute;
        right:-150px ;
        bottom: -120px;
        width: 600px;
    }
    .footer .footer_content{
        padding: 40px 50px;
    }
    .footer .footer_logo{
        width: 200px;
    }
    .footer .footer_info{
        margin-top: 25px;
    }
    .footer .foot_info_item{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .footer .foot_info_icon{
        width: 25px;
        height: 25px;
        margin-right: 6px;
    }
    .footer .line{
        margin: 0 40px;
    }
    .footer_right_list{
        margin-top: 17px;
    }
    .footer_right_item{
        margin-right: 50px;
    }
    .footer_right_item .right_item_title{
        font-size: 20px;
        line-height: 28px;
    }
    .footer .right_item_list{
        margin-top: 25px;
    }
    .footer .right_item_item{
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .footer .Copyright{
        height: 55px;
        font-size: 16px;
        line-height: 25px;
    }
}

/*! 992 ~ 1200 */
@media all and (max-width: 1200px) {
    .footer .footerBg{
        position: absolute;
        right:-130px ;
        bottom: -80px;
        width: 500px;
    }
    .footer .footer_content{
        padding: 35px 35px;
    }
    .footer .footer_logo{
        width: 170px;
    }
    .footer .footer_info{
        margin-top: 15px;
    }
    .footer .foot_info_item{
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .footer .foot_info_icon{
        width: 20px;
        height: 20px;
        margin-right: 4px;
    }
    .footer .line{
        margin: 0 30px;
    }
    .footer_right_list{
        margin-top: 12px;
    }
    .footer_right_item{
        margin-right: 45px;
    }
    .footer_right_item .right_item_title{
        font-size: 16px;
        line-height: 24px;
    }
    .footer .right_item_list{
        margin-top: 15px;
    }
    .footer .right_item_item{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .footer .Copyright{
        height: 45px;
        font-size: 12px;
        line-height: 20px;
    }
}

@media all and (max-width: 991px) {
    .footer {
        display: none;
    }

    .footer_app {
        display: block;
        position: relative;
        background: rgba(120, 51, 30, 1);
        overflow: hidden;
    }
    .footer_app .footerBg{
        position: absolute;
        width: 534px;
        height: 336px;
        bottom: -67px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .footer_app .footer_content{
        padding: 32px 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
    }
    .footer_app .footer_logo{
        width: 229px;
        height: 55px;
    }
    .footer_app .footer_info{
        margin-top: 24px;
    }
    .footer_app .foot_info_item{
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 20.27px;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
        margin-bottom: 14px;
    }
    .footer_app .foot_info_item:last-child{
        margin-bottom: 0;
    }
    .footer_app .line{
        margin: 25px 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.06);
    }
    .footer_app .footer_list{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer_app .footer_item{
        width: 33%;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26.06px;
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 22px;
        cursor: pointer;
    }
    .footer_app .Copyright{
        width: 100%;
        height: 47px;
        background: rgba(0, 0, 0, 0.1);
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 17.38px;
        color: rgba(255, 255, 255, 0.2);
        text-align: center;
        display: flex;
        align-items: center;
        padding: 0 50px;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
}
