.footer_top{
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.76rem 0 0.6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer_bottom{
    background: url(../images/bgs.png) no-repeat;
    background-size: 100% 100%;
}

.footer_top_tit{
    font-size: 0.36rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.46rem;
}
.footer_add{
    color: #fff;
    font-size: 0.16rem;
    position: relative;
}
.footer_add::after{
    content: '';
    display: block;
    position: absolute;
    width: 2.4rem;
    height: 0.46rem;
    z-index: 0;
    border: 0.01rem solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) skew(-15deg);
}
.footer_content{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    padding: 0.6rem 0;
}
.footer_item_logo{
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.6rem;
}
.footer_xbox_name,.footer_xbox_txt,.footer_xbox_items{
    color: #fff;
}
.footer_xbox_name{
    font-size: 0.16rem;
}
.footer_xbox_txt{
    font-size: 0.2rem;
    font-weight: bold;
    margin-top: 0.07rem;
}
.footer_xbox_items{
    margin-bottom: 0.25rem;
    font-size: 0.16rem;

}
.footer_items_right{
    flex: 1;
    margin-left: 1rem;
    display: flex;
    justify-content: space-between;
}
.footer_right_itmes{
    margin-right: 0.3rem;
}
.footer_right_tit{
    font-size: 0.18rem;
    color: #fff;
    position: relative;
    padding-bottom: 0.1rem;
}
.footer_right_tit::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.25rem;
    height: 0.02rem;
    background: #fff;
}

.footer_right_as{
    color: #B2B4BE;
    font-size: 0.16rem;
    display: block;
    margin-top: 0.1rem;
    line-height: 1.6;
}
.footer_right_as:hover{
    color: #fff;
}


.footer_footer{
    border-top: 0.01rem solid #B2B4BE;
    padding: 0.3rem 0;
}
.footer_footer_center a{
    color: #B2B4BE;
    font-size: 0.14rem;
}
.footer_footer_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer_1{
    color: #B2B4BE;
    font-size: 0.14rem;
}