.mod_toast{position:fixed;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;top:0;left:0;display:none;z-index:10001}.mod_toast_content{padding:15px;/*! darkmode: ignore next */color:#fff;background-color:#000;margin:auto;text-align:center;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-width:70%}.mod_toast.show{display:-webkit-box;display:-webkit-flex;display:flex}.mod_toast i{margin-bottom:10px}.mod_toast h4{font-size:13px}.mod_toast p{font-size:13px}.__darkmode__ .mod_toast_content{background-color:#3a3c45}

._pop_mask[data-v-f65ef106]{position:fixed;z-index:9998;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,0.6)}._pop[data-v-f65ef106]{position:fixed;z-index:9999;left:50%;top:45%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}._pop_qq[data-v-f65ef106]{width:80%;max-width:340px;-webkit-box-sizing:border-box;box-sizing:border-box}._pop_qq .pop_wrap[data-v-f65ef106]{padding-top:24px;background:#fff;box-shadow:0 0 3px rgba(0,0,0,0.3);border-radius:6px}._pop_qq .pop_title[data-v-f65ef106]{font-size:18px;color:#000028;font-weight:500;line-height:normal;margin-bottom:6px;text-align:center;word-break:break-all}._pop_qq .pop_con[data-v-f65ef106]{padding:0 20px;margin-bottom:25px;border-radius:12px}._pop_qq .pop_con .txt[data-v-f65ef106]{font-size:16px;color:#848494;line-height:normal;text-align:center;word-break:break-all}._pop_qq .pop_con .txt .num[data-v-f65ef106]{padding:0 3px;color:#ff6022}._pop_qq .v_btn_wrap[data-v-f65ef106]{position:relative;overflow:hidden}._pop_qq .v_btn_wrap .v_btn[data-v-f65ef106]{color:#000028;position:relative;display:block;height:50px;line-height:50px;font-size:16px;text-align:center;text-decoration:none}._pop_qq .v_btn_wrap .v_btn[data-v-f65ef106]:after{content:'';position:absolute;width:100%;top:0;left:0;right:0;border-top:1px solid #ebebeb;transform:scaleY(0.5);transform-origin:0 0}._pop_qq .v_btn_wrap .v_btn_half[data-v-f65ef106]{float:left;width:50%;position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;font-weight:500}._pop_qq .v_btn_wrap .v_btn_em[data-v-f65ef106]{color:#ff6022;font-weight:600}._pop_qq .v_btn_wrap .v_btn_half[data-v-f65ef106]:before{content:'';position:absolute;height:100%;top:0;bottom:0;right:0;border-right:1px solid #ebebeb;transform:scaleX(0.5);transform-origin:0 0}._pop_qq .v_btn_wrap .v_btn_em.v_btn_half[data-v-f65ef106]:before{border-right:0}.__darkmode__ ._pop_mask[data-v-f65ef106]{background:rgba(0,0,0,.75)}.__darkmode__ ._pop_qq .pop_wrap[data-v-f65ef106]{background:#0f0f1e}.__darkmode__ ._pop_qq .pop_title[data-v-f65ef106]{color:#e6e9f0}.__darkmode__ ._pop_qq .pop_con .txt[data-v-f65ef106]{color:rgba(230,233,240,.45)}.__darkmode__ ._pop_qq .pop_con .txt .num[data-v-f65ef106]{color:#f25b20}.__darkmode__ ._pop_qq .v_btn_wrap .v_btn[data-v-f65ef106]{color:#e6e9f0}.__darkmode__ ._pop_qq .v_btn_wrap .v_btn[data-v-f65ef106]:after{border-top-color:hsla(0,0%,100%,.1)}.__darkmode__ ._pop_qq .v_btn_wrap .v_btn_em[data-v-f65ef106]{color:#f25b20}.__darkmode__ ._pop_qq .v_btn_wrap .v_btn_half[data-v-f65ef106]:before{border-right-color:hsla(0,0%,100%,.1)}

.g_tips[data-v-07b9f83e]{position:fixed;width:100%;text-align:center;z-index:9999;top:40%;text-align:center}.g_tips .txt[data-v-07b9f83e]{display:inline-block;padding:15px;min-width:100px;/*! darkmode: ignore next */color:#fff;font-size:16px;border-radius:4px;background-color:#000}.__darkmode__ .g_tips .txt[data-v-07b9f83e]{background-color:#3a3c45}

.mod_error{height:100%;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#000028}.mod_error .img{width:280px;height:180px;background:url(https://puui.qpic.cn/vupload/0/20190731_1564572086234_a66b5zfg49r.png/0?max_age=7776000);background-size:280px auto;margin-top:-90px}.mod_error .text{text-align:center;margin-top:10px}.mod_error .text .title{font-size:18px;font-weight:500}.mod_error .text .desc{font-size:14px;font-weight:500;opacity:0.6;margin-top:8px}.mod_error .text .btn{width:100px;border:1px solid #353535;margin:12px auto;padding-left:6px;padding-right:6px;border-radius:5px;line-height:2}.__darkmode__ .mod_error{background:#0f0f1e;color:#e6e9f0}


@keyframes loading {
from {
    background-position: 0 0;
}
to {
    background-position: 0 -300px;
}
}
.mod_loading_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.mod_loading {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.mod_loading i {
  display: block;
  width: 27px;
  height: 10px;
  margin: 10px 4px 10px;
  background: url(//vm.gtimg.cn/tencentvideo/vstyle/mobile/topic/zipai/style/img/common/loading.png) 0 0 no-repeat;
  -webkit-background-size: 27px 300px;
  background-size: 27px 300px;
  -webkit-animation: loading 1s steps(30) infinite;
}

