.footerbox{
    display: flex;
    justify-content: center;
    margin: 0px auto;
    padding-top: 50px;
    background:#010101;
    padding-bottom: 50px;
    margin-top: 65px;
}
.footer_contact_us>div{
    line-height: 25px;
    display: flex;
    align-items: center;
}
.footer_contact_us>div span{
    margin-right: 6px;
    font-size: 19px;
}
.copyright{
    text-align: center;
    padding: 30px 0px;
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgb(40 40 40);
}
.copyright .linklist{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.copyright .linklist a{
    padding: 0px 10px;
}
.breadcrumbs{
    width: auto;
}

.footer-box-info{
    border-top: solid 1px rgb(229, 231, 235);
    border-bottom: solid 1px rgb(229, 231, 235);
    padding-bottom: 50px;
    margin-top: 50px;
}

.footer-beside-info{
    width: 450px;
    margin: 0 auto;
    background:#000 url('/static/index/image/footer-box-info-bg.svg');
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 57px;
}
.footer-box-title{
    font-size: 38px;
    font-weight: bolder;
    line-height: 44px;
    padding: 15px 0px;
}
.footer-box-img img{
    max-width: 100%;
}



.footer_paycontent {
    display: flex;
    width: 222px;
    flex-wrap: wrap;
}
.footer_paycontent .pay{
    width: 43px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 3px;
    padding: 2px;
    margin: 5px;
    background: #fff;
}
.footer_paycontent .pay img {
    max-width: 100%;
    max-height: 100%;
}
.footer_title{
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 22px;
}
.footerbox .support{
    margin-right:12%;
}
.footer_support a{
    line-height: 38px;
    font-size: 17px;
}


/*.we_accept,.support,.contact_us{*/
/*    width: 17%;*/
/*}*/
.contact_us {
    width: auto;
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
    flex-direction: column;
    font-size: 17px;
}

.contact_us .support_mail:before,.contact_us .contact_text:before{
    content: "\e64d";
    display: inline-block;
    margin-right: 5px;
    font-family: 'iconfont';
    font-size: 24px;
}
.contact_us .contact_text:before{
    content: "\e655";
}

.we_accept{
    margin-left: 12%;
}