.footerbox{
    display: flex;
    justify-content: center;
    margin: 0px auto;
    padding-top: 50px;
    border-top: solid 1px rgb(229, 231, 235);
}
.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;
    border-top: 1px solid rgb(229, 231, 235);
    font-size: 14px;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.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;
}
.footer_paycontent .pay img {
    max-width: 100%;
    max-height: 100%;
}
.footer_title{
    margin-bottom: 10px;
    font-weight: bolder;
}
.footerbox .support{
    margin-right:12%;
}
.footer_support a{
    line-height: 24px;
    font-size: 13px;
}


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

.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%;
}

/* nova footer */
.nova-footer-subscribe{
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
    background: #fafafa;
}
.nova-footer-subscribe .subscribe-div{
    width: 100%;
    max-width: 1040px;
    min-height: 108px;
    height: auto;
    padding: 26px 16px;
}
.nova-footer-subscribe .subscribe-div-left-title{
    color: #111;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}
.nova-footer-subscribe .subscribe-div-form{
    min-width: 360px;
}
.nova-footer-subscribe .subscribe-div-form .text{
    width: 240px;
    height: 42px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 13px;
}
.nova-footer-subscribe .subscribe-div-form .subscribe-button{
    width: 118px;
    height: 42px;
    border-radius: 0;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.nova-footer-subscribe .subscribe-div-form .subscribe-button:hover{
    background: #333;
}
.nova-footer{
    background: #fff;
    color: #111;
    border-top: 1px solid #e6e6e6;
}
.nova-footer a{
    color: #111;
}
.nova-footer a:hover{
    text-decoration: underline;
}
.nova-footer-inner{
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 16px;
}
.nova-footer .footerbox{
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 54px;
    justify-content: stretch;
    align-items: flex-start;
    margin: 0 auto;
    padding: 34px 0 0;
    border-top: 0;
}
.nova-footer .footerbox .support,
.nova-footer .we_accept,
.nova-footer .contact_us{
    width: auto;
    margin: 0;
    padding: 0;
}
.nova-footer .contact_us{
    align-items: flex-start;
    text-align: left;
}
.nova-footer .footer_title{
    margin: 0 0 14px;
    color: #111;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}
.nova-footer .footer_support a{
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 28px;
}
.nova-footer .footer_contact_us>div{
    align-items: flex-start;
    color: #333;
    font-size: 13px;
    line-height: 24px;
}
.nova-footer .contact_us .support_mail:before,
.nova-footer .contact_us .contact_text:before{
    display: none !important;
    content: none !important;
}
.nova-footer .footer_contact_us>div span.iconfont,
.nova-footer .footer_contact_us>div i.fa-envelope,
.nova-footer .footer_contact_us>div i.fa-envelope-o,
.nova-footer .footer_contact_us>div i[class*="icon-mail"],
.nova-footer .footer_contact_us>div i[class*="icon-email"]{
    display: none !important;
}
.nova-footer a[href^="mailto:"] img,
.nova-footer img[src*="mail"],
.nova-footer img[src*="email"],
.nova-footer .fa-envelope,
.nova-footer .fa-envelope-o,
.nova-footer .icon-mail,
.nova-footer .icon-email{
    display: none !important;
}
.nova-footer a[href*="facebook.com"],
.nova-footer a[href*="fb.com"],
.nova-footer img[src*="facebook"],
.nova-footer img[src*="fb."],
.nova-footer .fa-facebook,
.nova-footer .fa-facebook-official,
.nova-footer .icon-facebook,
.nova-footer .nova-footer-hide-social{
    display: none !important;
}
.nova-footer .footer_paycontent{
    width: auto;
    gap: 8px;
}
.nova-footer .footer_paycontent .pay{
    margin: 0;
    border-color: #d8d8d8;
    border-radius: 2px;
}
.nova-footer .copyright{
    margin-top: 34px;
    padding: 22px 0;
    border-top: 1px solid #e6e6e6;
    color: #555;
    font-size: 12px;
    line-height: 1.7;
}
.nova-footer .copyright .linklist a{
    color: #555;
    padding: 0 8px;
}

/* myselfcustom footer treatment */
.myself-home-page .nova-footer{
    border-top: 0;
    background: #eeeae2;
    color: #333;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.myself-home-page .nova-footer a{
    color: #333;
}
.myself-home-page .nova-footer-inner{
    max-width: 1120px;
    padding: 0 18px;
}
.myself-home-page .nova-footer .footerbox{
    max-width: 620px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px;
    justify-content: center;
    padding: 42px 0 18px;
    text-align: left;
}
.myself-home-page .nova-footer .footerbox .support{
    grid-column: 1 / -1;
    display: none;
}
.myself-home-page .nova-footer .we_accept,
.myself-home-page .nova-footer .contact_us{
    width: auto;
    margin: 0;
}
.myself-home-page .nova-footer .we_accept{
    order: 1;
}
.myself-home-page .nova-footer .contact_us{
    order: 2;
}
.myself-home-page .nova-footer .footer_title{
    margin-bottom: 16px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-transform: none;
}
.myself-home-page .nova-footer .footer_contact_us>div{
    color: #333;
    font-size: 18px;
    line-height: 28.8px;
}
.myself-home-page .nova-footer .footer_paycontent{
    width: 218px;
    max-width: 218px;
    gap: 0;
    margin-right: -8px;
    justify-content: flex-start;
}
.myself-home-page .nova-footer .footer_paycontent .pay{
    width: 38px;
    height: 24px;
    border: 0;
    background: transparent;
    margin: 0 8px 12px 0;
    padding: 0;
}
.myself-home-page .nova-footer .footer_paycontent .pay img{
    display: block;
    width: 38px;
    height: 24px;
    max-width: none;
    max-height: none;
}
.myself-home-page .nova-footer .copyright{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 24px 0 34px;
    border-top: 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}
.myself-home-page .nova-footer .copyright > span{
    display: block !important;
    width: auto !important;
    text-align: center !important;
}
.myself-home-page .nova-footer .copyright .linklist{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
    margin-top: 10px;
    text-align: center;
}
.myself-home-page .nova-footer .copyright .linklist a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 0;
    text-decoration: underline;
    font-size: 16px;
    line-height: 25.6px;
}
.myself-home-page .nova-footer a:hover{
    color: #333;
    text-decoration: underline;
    opacity: 1;
}

/* unified site footer: pages that include common/footer should match the homepage footer */
.nova-footer-subscribe{
    display: none;
}
.nova-footer{
    border-top: 0;
    background: #eeeae2;
    color: #333;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.nova-footer a{
    color: #333;
}
.nova-footer-inner{
    max-width: 1120px;
    padding: 0 18px;
}
.nova-footer .footerbox{
    max-width: 620px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 58px;
    justify-content: center;
    padding: 42px 0 18px;
    text-align: left;
}
.nova-footer .footerbox .support{
    grid-column: 1 / -1;
    display: none;
}
.nova-footer .we_accept,
.nova-footer .contact_us{
    width: auto;
    margin: 0;
}
.nova-footer .we_accept{
    order: 1;
}
.nova-footer .contact_us{
    order: 2;
}
.nova-footer .footer_title{
    margin-bottom: 16px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-transform: none;
}
.nova-footer .footer_contact_us>div{
    color: #333;
    font-size: 18px;
    line-height: 28.8px;
}
.nova-footer .footer_paycontent{
    width: 218px;
    max-width: 218px;
    gap: 0;
    margin-right: -8px;
    justify-content: flex-start;
}
.nova-footer .footer_paycontent .pay{
    width: 38px;
    height: 24px;
    border: 0;
    background: transparent;
    margin: 0 8px 12px 0;
    padding: 0;
}
.nova-footer .footer_paycontent .pay img{
    display: block;
    width: 38px;
    height: 24px;
    max-width: none;
    max-height: none;
}
.nova-footer .copyright{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 24px 0 34px;
    border-top: 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}
.nova-footer .copyright > span{
    display: block !important;
    width: auto !important;
    text-align: center !important;
}
.nova-footer .copyright .linklist{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
    margin-top: 10px;
    text-align: center;
}
.nova-footer .copyright .linklist a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 0;
    text-decoration: underline;
    font-size: 16px;
    line-height: 25.6px;
}
.nova-footer a:hover{
    color: #333;
    text-decoration: underline;
    opacity: 1;
}
