.down-box{
    width:100%;
    padding:0 20px;
    box-sizing: border-box;
    height:56px;
    position: sticky;
    top:0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #fff;
    overflow: hidden;
    z-index: 100000;
    align-items: center;
    border-bottom: 1px solid #EEEDED;
    box-shadow: 0px -0.5px 0px #E8E9ED inset;
}
.down-logo-img{
    width:92px;
    height:auto;
    display: block;
}
.down-btn{
    width:48px;
    height: 25px;
    /* background: linear-gradient(111deg, #FFA894 0%, #FF594E 100%);
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    cursor: pointer;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 13px; */
}

.down-box-animation{-webkit-animation: animation 0.5s ease-in forwards alternate;}
@-webkit-keyframes animation{0%{height: 0;opacity: .6;}100%{height: 56px;opacity: 1;}}
.down-box-animations{-webkit-animation: animations 0.5s ease-in forwards alternate;}
@-webkit-keyframes animation{0%{height: 56px;opacity: 1;}100%{height: 0;opacity: 0;}}