    .footer-hader{
        border: 1px solid #000;
        border-bottom:none;
        padding:20px 20px 10px 20px;
    }
    .footer-dev{
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }
    .footer-hader .classify-footer{
        padding: 4px 32px;
        border-right: 1px solid #000;
    }
    .footer-hader .classify-footer-left-none{
        padding-left: 0;
    }
    .footer-tab .classify-footer a{
        font-weight: 600;
    }
    .footer-hader .active a{
        color:#b79b5b;
        position: relative;
    }
    .classify-footer.active a:before{
        content: '';
        position: absolute;
        bottom: -13px;
        right:0;
        left:0 ;
        width: 100%;
        height:2px;
        background: #b79b5b;
    }
    .footer-qh{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-qh p{
        padding: 10px 20px 10px 0;
        overflow: hidden;
        width: 108px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .footer-qh-p{
        width: 100%
    }

    .flex_wrap{
        display:flex;
        flex-wrap:wrap;
    }

    .footer-qh2 .footer-qh-content{
        width: 100%;
        height:154px;
        white-space: nowrap;
        overflow-x:scroll;
        overflow-y:hidden;
    }
    .fs14{
        font-size:14px;
    }
    .fs15{
       font-size:15px;
    }
    .fs13{
        font-size:13px;
    }
    .footer-qh .fs18{
       font-size:18px;
    }
    .mt20{
       margin-top:20px;
    }
    .flex-center{
        align-items:center;
    }

    .mr10{
        margin-right:20px
    }
    .link-scroll-none{
        white-space: pre-line;
    }
    .width800{
      width: 920px;
    }
    .width1020{
      width: 920px;
    }
    .link-scroll{
       white-space: nowrap;
       overflow-x: auto;
       overflow-y: hidden;
       -webkit-overflow-scrolling: touch;
    }
    .link-scroll::-webkit-scrollbar{
        display: none;
    }

    .text_decoration{
    text-decoration: underline}

    .mr40{
        margin-right:40px;
    }

    .mr20{
        margin-right:20px;
    }

    .line20{
        line-height:20px;
    }

    .pd10_0{
        padding:10px 0;
    }

    .link-scroll-auction{
        height:40px;
        line-height: 40px;
    }

    .link-scroll-title{
       width: 930px;
       overflow: hidden;
    }

    .newest-auction-auto{
        height: 40px;
    }
    .newest-auction-auto .auction-text{
        white-space: nowrap;
    }

    .newest-auction-auto {
        animation: switch 20s linear infinite;
    }

    @keyframes switch {
        0%{
            transform: translatex(0)
        }
        100%{
            transform: translatex(-100%);
        }
    }
