.fixmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fixmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}
.fixmenu li img{
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
}
.fixmenu {
    position: fixed;
    right: -1px;
    bottom: 150px;
    width: 74px;
    height: auto;
    padding: 12px 2px;
    z-index: 99;
    text-align: center;
}
/*======================按鈕=====================*/
.fixmenu ul {
    
}
.fixmenu li a span {
    display: block;
    background: #ffffff;
    width: 60px;
    height: 29px;
    padding: 4px 0px;
    border-radius: 20px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    /* border: 1px solid #bd9d00; */
    box-shadow: 0 0 4px #bd9d00;
    display: none;
}

@media (max-width: 767px) {
    .fixmenu {
        position: fixed;
        right: auto;
        left: 1px;
        bottom: 80px;
        width: 45px;
        height: auto;
        padding: 12px 2px;
        z-index: 99;
        text-align: center;
    }
    .fixmenu li img{
        width: 40px;
        height: 40px;
        margin-bottom: 2px;
    }
}