.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%;
    }
}

@keyframes pageShow {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}
@keyframes pageHide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
.pageboxDialog{
    z-index: 10000; background-color: rgb(0, 0, 0); opacity: 0.3;position: fixed;left: 0;top: 0;width: 100%;height: 100%;right: 0;bottom: 0;pointer-events: auto;
}
.pagebox-content{
    z-index: 10001;position: fixed;top: 0;width:800px;height: 100%;background: #fff;right:0;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    display: flex;flex-direction: column;animation: pageShow .3s;
}
.pagebox-title{
    flex-shrink: 0;padding: 10px;display: flex;flex-direction: row;justify-content: space-between;background: #f8f9fa
}
.pagebox-content i{font-weight: 500;color: #aeb1b1;cursor: pointer;font-size: 18px;}
.pagebox-content i:hover{
    color: var(--danger-color);
}
.isbox-con{
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;height: 100%;

}
@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.isbox-alert{
    box-shadow: 0 0 8px #ccc;animation: showSweetAlert 0.3s;
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 450px;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    z-index: 9999999999;
    display: flex;flex-direction: column;
}
.isbox-alert h2{
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 15px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.isbox-icon{
    display: flex;justify-content: center;margin: 5px 0;
}
.isbox-icon-1{
    width: 80px;height: 80px;border-radius: 100px;border: 4px #F8BB86 solid;
    display: flex;flex-direction: column;justify-content: space-between;text-align: center;align-items: center;
}
.isbox-icon-2{
    width: 6px;height: 42px;background: #F8BB86;border-radius: 8px;margin-top: 8px;
}
.isbox-icon-3{
    width: 8px;height: 8px;border-radius: 100px;background: #F8BB86;margin-bottom: 8px;
}
.isbox-button{
    width: 80%;margin: 10px auto;display: flex;justify-content: center;flex-direction: row;
}
.isbox-btn{
    background: #D0D0D0;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
    transition: all 0.4s;
}
.isbox-btn:hover{
    opacity: 0.8;
}
.isbox-confirm{
    background: #ee4f4f;
}