.moxi_hint_box{width: 100%;text-align: center;position: fixed;z-index: 999999;left: 0;top: -100px;transition: all 0.3s;display: none}
.moxi_hint_box .show_snj{padding: 10px 20px;border-radius: 4px;box-shadow: 0 0 15px #ccc;background-color: #fff;color: #999;font-size: 14px;
    display: inline-block}
.moxi_hint_box .moxiicon{font-size: 13px;}
.moxi_hint_box .moxi-check1{color: #0ba972}
.moxi_hint_box .moxi-chahao{color: #fd4b44}
.hint_title_moxi-check1{color: #0ba972}
.hint_title_moxi-chahao{color: #fd4b44}
.moxi_fixed_top{
    position: fixed;top: 0;left: 0;width: 100%;
}
.moxi-loding{width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, 0.5);z-index: 9999999;display: flex;flex-direction: column;
    text-align: center;justify-content: center}
.moxi_dialog_box{display: none;z-index: 999918;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, 0.5);}
.moxi_dialog_body{background: #fff;border-radius: 4px;margin: 0 auto;padding: 15px; box-shadow: 0 5px 20px 0 rgba(51,57,85,0.15);position: relative}
.moxi_dialog_close{position: absolute;right: 0;top: 0;color: silver}
.moxi_dialog_close:hover{cursor: pointer;color: #f55d5d}
.moxi_dialog_header{width: 100%;position: relative;height: 16px;padding-bottom: 25px;border-bottom: 1px #eee solid;margin-bottom: 10px}
.moxi_dialog_header h3{margin: 0;padding: 0;color: #3d3d3d;font-size: 15px;font-weight: 600;}
.moxi_dialog_con{max-height: 60vh;overflow: auto}
.moxi_dialog{display: none}
@media screen and (min-width: 1000px) {
    .moxi_dialog_body{width: 650px}
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
    .moxi_dialog_body{width: 80%}
}
@media screen and (max-width: 800px) {
    .moxi_dialog_body{width: 90%}
}
.w-img{object-fit: cover}
.moxi-line1{
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
#moxi-edit-btn{
    position: fixed;z-index: 99999999;left:0;top: 10px;padding: 10px 15px;transition:all 0.5s;border-radius: 0 25px 25px 0;
    background: linear-gradient(-45deg, #85adea, #8489ec, #2f42bd, #9682cd);
    background-size: 600% 600%;animation: gradientBG 5s ease infinite;color: #fff;text-decoration: none;
    box-shadow: 0 0 10px #eee;
}

#moxi-edit-btn:hover{
    background: linear-gradient(-45deg, #f16736, #ea6d7f, #b45c3d, #f1a636);
    background-size: 600% 600%;animation: gradientBG 5s ease infinite;
}
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}