
.delay100ms{
    animation-delay: 100ms;
}
.delay200ms{
    animation-delay: 200ms;
}
.delay300ms{
    animation-delay: 300ms;
}
.delay400ms{
    animation-delay: 400ms;
}
.delay500ms{
    animation-delay: 500ms;
}
.delay600ms{
    animation-delay: 600ms;
}
.delay700ms{
    animation-delay: 700ms;
}
.delay800ms{
    animation-delay: 800ms;
}
.delay900ms{
    animation-delay: 900ms;
}
.delay1s{
    animation-delay: 1s;
}
.color-transparent{
    opacity: 0;
}
.footer,.footer a{
    color:#8B8B8B;
}


.footer2024{
    width:calc(1056px + 160px);
    margin: 0 auto;
    padding-top:54px;
    padding-bottom:77px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer2024 .item .t1{

font-weight: bold;
font-size: 20px;
color: #000000;
line-height: 23px;
margin-bottom:35px;
cursor: pointer;
text-align: left;
transition: 0.5s;
display: block;
}
.footer2024 .item .t1:hover,.footer2024 .item .t2:hover{
    transform: scale(1.1);
}
.footer2024 .item .t2{
    display: block;
    text-align: left;

    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-bottom:10px;
    cursor: pointer;
    transition: 0.5s;
}

.footer2024 .qrcode{
    background-image: url(https://dandan2024-1304667790.cos.ap-guangzhou.myqcloud.com/images20231106pc/gzhewm.jpg);
    background-position: center;
    background-size: 100%;
    width: 80px;
    height:80px;
}
.footer2024 .qrcode2{
    position: absolute;
    background-image: url(https://dandan2024-1304667790.cos.ap-guangzhou.myqcloud.com/images20231106pc/xcxewm.jpg);
    background-position: center;
    background-size: 100%;
    width: 80px;
    height:80px;
    margin-top: -80px;
    margin-left: 100px;
}
.footer2024 .qrcode,.footer2024 .qrcode2{
    transition: 0.3s;
    z-index: 0;
}
.footer2024 .qrcode:hover,.footer2024 .qrcode2:hover{
    cursor: pointer;
    transform: scale(2) translateX(20px);
    z-index: 1;
}
.footer2024 .qrcode:hover ~ .qrcode2{
    margin-left:200px;
}


.mobile-footer {
    display: block;
    background-color: #FAF7F5;
    overflow: hidden;
}

.mobile-footer .logo {
    background-image: url(https://dandan2024-1304667790.cos.ap-guangzhou.myqcloud.com/images/FurniFrontier.png);
    width: 205px;
    height: 31px;
    margin: 31px auto 29px;
}

.footer-menus .footer-menu {

    background-color: #F2EDE9;

    border-top: 2px solid #FFF;
    overflow: hidden;
    min-height: 41px;
}

.footer-menus .footer-menu .name {
    margin: 0 59px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 59px - 59px);
    height: 41px;
    font-size: 14px;
    color: #382107;
    
    line-height: 1;
}

.footer-menus .footer-menu .arrow {
    transform: rotate(90deg) scaleX(0.75) scaleY(1.5);
}

.footer-menus .footer-menu .sub-menus {
    padding: 0 59px;
}

.footer-menus .footer-menu .sub-menu {
    transition: 0.3s;
    height: 41px;
    line-height: 41px;
    max-height: 0;
}

.footer-menus .footer-menu.hover .sub-menu {
    max-height: 41px;
}

.dandan-footer {
    display: none;
}

.footer-bottom {
    padding-bottom: 30px;
    border-top: 2px solid #FFF;
    background-color: #3B3B3B;
}

.footer-bottom .name {
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: #ED7818;
    margin: 30px auto 10px 26px;
}

.footer-bottom .description {
    font-size: 12px;
    /* width: 328px; */
    line-height: 16px;
    margin-top: 0;
    color: #F2EDE9;
}

.footer-bottom .description p {
    font-size: 9px;
}
.f_copyright,.copyright-box{
    text-align: center;
}
.authentication,authentication div{
    text-align: center;
}

.footer-bottom .description span {
    -webkit-transform: scale(0.75);
    margin-left: -6.2vw;
    display: inline-block
}

@media  screen and (max-width:500px) {
    .pc{
        display: none;
    }
    div,a{
        max-width: 100vw;    
    }

    .mobile-items{
        padding:10px 30px;
    }
    .mobile-items .item{
        display: block;
        padding:0 20px;
        min-height:62px;
        border-bottom: 1px solid #DCDCDC;
    }
    .mobile-items .item .name{
        height:62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
font-weight: 500;
font-size: 16px;
color: #000000;
    }
    .mobile-items .item .name::after{
        content:'';
        width: 10px;
        height:10px;
        border-top:2px solid #000;
        border-right:2px solid #000;
        transition: 0.3s;
        transform: rotate(45deg);
    }
    .mobile-items .item:hover .name::after{
        transform: rotate(135deg);
    }
    .mobile-items .item .sub-items .sub-item{
        transition: 0.3s;
        font-size:12px;
        height:0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color:#000;
       border-bottom:0;
    }
    .mobile-items .item:hover .sub-items .sub-item{
        height:50px;
        border-bottom:1px solid #f5f5f5;
    }
}
@media  screen and (min-width:501px) {
    .mobile{
        display: none;
    }
}