.KefuAnimationLib[data-v-bb9ed248] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.KefuAnimationLib .bottom[data-v-bb9ed248] {
  margin-top: 1px;
  width: 100%;
  padding: 5px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background: #181818;
  border-radius: 0px 0px 2px 0px;
  align-content: flex-start;
  overflow: auto;
}
.KefuAnimationLib .bottom .item[data-v-bb9ed248] {
  width: 48%;
  height: 248px;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
}
.KefuAnimationLib .bottom .item.selected[data-v-bb9ed248] {
  border-color: #2991f1;
}
.KefuAnimationLib .bottom .item[data-v-bb9ed248]:nth-of-type(2n) {
  margin-right: 0px;
}
.KefuAnimationLib .bottom .item img[data-v-bb9ed248] {
  width: 100%;
  height: 100%;
}
.KefuAnimationLib .bottom .item .name[data-v-bb9ed248] {
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 10px;
}
.KefuAnimationLib .bottom .item .applycc[data-v-bb9ed248] {
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: left;
  align-items: end;
}
.KefuAnimationLib .bottom .item .applycc .apply-btn[data-v-bb9ed248] {
  padding: 5px;
  margin-right: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.KefuAnimationLib .bottom .item .apply-btn1[data-v-bb9ed248] {
  width: 30px;
  height: 30px;
  background: url("../assets/images/Group 1370@2x.1eb54f8259da65f9e6c83b1f21fee4ef.png") center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.KefuAnimationLib .bottom .item .item-loading[data-v-bb9ed248] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  background-color: #000;
  opacity: 0.8;
}
.KefuAnimationLib .bottom .item .item-loading .item-progress[data-v-bb9ed248] {
  position: relative;
  line-height: 70px;
  text-align: center;
  height: 70px;
  width: 70px;
  transform: scale(0.7);
}
.KefuAnimationLib .bottom .item .item-loading img[data-v-bb9ed248] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: xuanzhuan 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(0.7);
}
.KefuAnimationLib .bottom .item[data-v-bb9ed248]:nth-of-type(2n) {
  margin-right: 0;
}
.KefuAnimationLib .loading[data-v-bb9ed248] {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000000b5;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.KefuAnimationLib .mask[data-v-bb9ed248] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.KefuAnimationLib .contentainer[data-v-bb9ed248] {
  position: fixed;
  top: 50%;
  left: 52%;
  width: 890px;
  transform: translate(-50%, -50%);
  background: #181818;
  z-index: 110;
  height: 76%;
  display: flex;
  flex-direction: column;
}
.KefuAnimationLib .contentainer .title[data-v-bb9ed248] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #232529;
  border-radius: 2px 2px 0px 0px;
}
.KefuAnimationLib .contentainer .title .words[data-v-bb9ed248] {
  height: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.KefuAnimationLib .contentainer .title .error[data-v-bb9ed248] {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
.KefuAnimationLib .contentainer .title .error img[data-v-bb9ed248] {
  width: 100%;
  height: 100%;
}
.KefuAnimationLib .contentainer .top-panel[data-v-bb9ed248] {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px 20px 0;
  font-size: 14px;
}
.KefuAnimationLib .contentainer .top-panel .top-panel-item[data-v-bb9ed248] {
  padding: 5px 10px;
  color: #999;
  background: #2a2d33;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
}
.KefuAnimationLib .contentainer .top-panel .top-panel-item.selected[data-v-bb9ed248] {
  background: #3f444d;
  color: #ffffff;
}
.KefuAnimationLib .contentainer .top[data-v-bb9ed248] {
  background: #181818;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.KefuAnimationLib .contentainer .top .allChoose[data-v-bb9ed248] {
  display: flex;
  align-items: center;
  width: 100px;
  cursor: pointer;
}
.KefuAnimationLib .contentainer .top .allChoose .pic_img[data-v-bb9ed248] {
  width: 14px;
  height: 14px;
  border-radius: 2px;
}
.KefuAnimationLib .contentainer .top .allChoose .pic_img img[data-v-bb9ed248] {
  width: 100%;
  height: 100%;
}
.KefuAnimationLib .contentainer .top .allChoose .text[data-v-bb9ed248] {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  margin-left: 10px;
}
.KefuAnimationLib .contentainer .top .text1[data-v-bb9ed248] {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 14px;
}
.KefuAnimationLib .contentainer .box[data-v-bb9ed248] {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  background: #181818;
  flex: 1;
  padding: 0 20px;
  height: 560px;
  align-content: flex-start;
}
.KefuAnimationLib .contentainer .box .no-list[data-v-bb9ed248] {
  width: 100%;
  height: 100%;
  text-align: center;
}
.KefuAnimationLib .contentainer .box .no-list .u-noMap-text[data-v-bb9ed248] {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.KefuAnimationLib .contentainer .box .item1[data-v-bb9ed248] {
  width: 130px;
  height: 152px;
  margin: 5px 4px;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  background: #111111;
}
.KefuAnimationLib .contentainer .box .item1 .name[data-v-bb9ed248] {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.KefuAnimationLib .contentainer .box .item1 .btnNotSel[data-v-bb9ed248] {
  position: absolute;
  bottom: 13px;
  left: 11px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.KefuAnimationLib .contentainer .box .item1 .btnSel[data-v-bb9ed248] {
  width: 8px;
  height: 8px;
  background: #2991f1;
  border-radius: 50%;
}
.KefuAnimationLib .contentainer .submit[data-v-bb9ed248] {
  width: 130px;
  height: 30px;
  background: #2991f1;
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 380px;
  color: #fff;
  cursor: pointer;
}

.g-mobileLogin[data-v-3169cbbb] {
  width: 100vw;
  height: 100vh;
  background: url("../assets/images/Group 1391@2x.51412cbc54d2956a8e58c3156b6897c2.png") no-repeat;
  background-position-y: center;
  background-size: 100% auto;
  background-color: #000000;
}
.g-mobileLogin .m-mobileLogin[data-v-3169cbbb] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111111;
  width: 80vw;
  font-size: 12px;
}
.g-mobileLogin .m-mobileLogin .title[data-v-3169cbbb] {
  line-height: 50px;
  text-align: center;
  background-color: #232529;
  position: relative;
}
.g-mobileLogin .m-mobileLogin .title .nieren-btn[data-v-3169cbbb] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  line-height: normal;
  padding: 5px 10px;
  background-color: #3c414d;
  border-radius: 2px;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content[data-v-3169cbbb] {
  padding: 30px 20px;
}
.g-mobileLogin .m-mobileLogin .content .btn-box[data-v-3169cbbb] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-mobileLogin .m-mobileLogin .content .btn-box .btn[data-v-3169cbbb] {
  padding: 10px 15px;
  border: 1px solid #4d4d4d;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .btn-box .btn.men-btn[data-v-3169cbbb] {
  border-radius: 2px 0 0 2px;
}
.g-mobileLogin .m-mobileLogin .content .btn-box .btn.women-btn[data-v-3169cbbb] {
  border-radius: 0 2px 2px 0;
}
.g-mobileLogin .m-mobileLogin .content .btn-box .btn.selected[data-v-3169cbbb] {
  background-color: #2991f1;
  border: 1px solid #2991f1;
}
.g-mobileLogin .m-mobileLogin .content #appCanvas[data-v-3169cbbb] {
  width: 100% !important;
  height: 50vh !important;
}
.g-mobileLogin .m-mobileLogin .content .input-box[data-v-3169cbbb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-mobileLogin .m-mobileLogin .content .input-box input[data-v-3169cbbb] {
  width: 30vw;
  height: 30px;
  background-color: #333333;
  border: none;
  color: #fff;
  padding: 0 10px;
  border-radius: 2px;
}
.g-mobileLogin .m-mobileLogin .content .input-box .btn[data-v-3169cbbb] {
  width: 70px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .input-box .btn.random-btn[data-v-3169cbbb] {
  background-color: #2991f1;
}
.g-mobileLogin .m-mobileLogin .content .input-box .btn.go-btn[data-v-3169cbbb] {
  background-color: #3ca909;
}
.g-mobileLogin .logining-box[data-v-3169cbbb] {
  position: fixed;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000000b5;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.g-mobileLogin .go-back[data-v-3169cbbb] {
  position: absolute;
  top: 13px;
  left: 10px;
  cursor: pointer;
}
.g-mobileLogin .go-back img[data-v-3169cbbb] {
  transform: rotateZ(90deg);
  width: 16px;
  height: 16px;
}

