.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-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: 5px;border-bottom: 1px #eee solid}
.moxi_dialog_header h3{margin: 0;padding: 0;color: #666;font-size: 15px}
.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;
}