body{
    width: 100%;
    min-height: 100vh;
    background: #F6F6F6;
    margin: 0;
    padding: 0;
    min-width: 1500px;
    overflow-y: auto;
}

.hmf-toast{
    position: fixed;
    background: #000000;
    opacity: 0.5;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}

.global-menu-float{
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px -3px #0000001A;
    box-shadow: 0px 8px 10px 1px #0000000F;
    box-shadow: 0px 3px 14px 2px #0000000D;
    position: fixed;
    right: 50px;
    bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999999;
}

.global-menu-float img{
    width: 35px;
    height: 35px;
    transition: all 0.5s;
}

.global-menu-float .hide-menu{
    transform: rotate(180deg);
}

.right-float-menu-list{
    background: #FFFFFF;
    box-shadow: 0px 5px 5px -3px #0000001A;
    box-shadow: 0px 8px 10px 1px #0000000F;
    box-shadow: 0px 3px 14px 2px #0000000D;
    width: 45px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 45px;
    padding: 10px 0;
    transition: all 0.5s;
    opacity: 1;
    z-index: 999999;
    right: 50px;
    overflow-y: hidden;
}

.right-float-menu-order{
    bottom: 470px;
}

.right-float-menu-collect{
    bottom: 210px;
}

.right-float-menu-list-hidden{
    opacity: 0;
    bottom: 50px;
}

.right-float-menu-list .menu-list-item{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
    cursor: pointer;
}

.right-float-menu-list .menu-list-item .menu-list-icon{
    width: 20px;
    height: 20px;
}

.right-float-menu-list .menu-list-item .menu-list-name{
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.hmf-loading{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #00000060;
    color: #FFFFFF;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hmf-preview-image{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #00000060;
    color: #FFFFFF;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hmf-preview-image img{
    width: 70%;
    border-radius: 10px;
}

.hmf-hidden{
    display: none !important;
}

.hmf-global-login-mask{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #00000060;
    z-index: 9999998;
    display: flex;
    align-items: center;
    justify-content: center;
}