.CharacterLib[data-v-e1fbe1d8] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #181818;
}
.CharacterLib .top[data-v-e1fbe1d8] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
}
.CharacterLib .top .btnMineShop[data-v-e1fbe1d8] {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2d3036;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.CharacterLib .top .btnMineShop.is-selected[data-v-e1fbe1d8] {
  color: #2991f1;
}
.CharacterLib .m-nieren[data-v-e1fbe1d8] {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  background: #181818;
}
.CharacterLib .m-nieren .u-nieren[data-v-e1fbe1d8],
.CharacterLib .m-nieren .u-yinse[data-v-e1fbe1d8] {
  width: calc(50% - 22.5px);
  font-size: 12px;
  color: #ffffff;
  margin-left: 15px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  background-image: url(../assets/images/bg1.9770e24f9eed392081121d8d832d08a1.png);
  background-size: 100% 100%;
}
.CharacterLib .m-nieren .u-nieren .text[data-v-e1fbe1d8],
.CharacterLib .m-nieren .u-yinse .text[data-v-e1fbe1d8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.CharacterLib .m-nieren .u-nieren .text .icon[data-v-e1fbe1d8],
.CharacterLib .m-nieren .u-yinse .text .icon[data-v-e1fbe1d8] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 15px;
  height: 15px;
}
.CharacterLib .bottom[data-v-e1fbe1d8] {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background: #181818;
  border-radius: 0px 0px 2px 0px;
  align-content: flex-start;
  overflow: auto;
  box-sizing: border-box;
  padding: 0px 0px 10px 0px;
}
.CharacterLib .bottom.is-empty[data-v-e1fbe1d8] {
  justify-content: center;
}
.CharacterLib .bottom .item[data-v-e1fbe1d8] {
  width: calc(50% - 18px);
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
}
.CharacterLib .bottom .item .no-have[data-v-e1fbe1d8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.CharacterLib .bottom .item.selected[data-v-e1fbe1d8] {
  border-color: #2991f1;
}
.CharacterLib .bottom .item.selected .applycc[data-v-e1fbe1d8] {
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  font-size: 14px;
  padding: 10px;
  display: flex;
  align-items: end;
  justify-content: left;
}
.CharacterLib .bottom .item.selected .applycc .apply-btn[data-v-e1fbe1d8] {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.CharacterLib .bottom .item .price[data-v-e1fbe1d8] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  text-align: center;
  color: #fc0;
  width: 68px;
  line-height: 12px;
}
.CharacterLib .bottom .item .name[data-v-e1fbe1d8] {
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 14px;
  padding: 10px;
}
.CharacterLib .bottom .item .applycc[data-v-e1fbe1d8] {
  display: none;
}
.CharacterLib .bottom .item .item-loading[data-v-e1fbe1d8] {
  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;
}
.CharacterLib .bottom .item .item-loading .item-progress[data-v-e1fbe1d8] {
  position: relative;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transform: scale(0.7);
}
.CharacterLib .bottom .item .item-loading img[data-v-e1fbe1d8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: xuanzhuan-e1fbe1d8 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(0.7);
}
.CharacterLib .bottom .kimg[data-v-e1fbe1d8] {
  width: 190px;
  height: 190px;
}
.CharacterLib .bottom .text1[data-v-e1fbe1d8] {
  font-size: 12px;
}
.CharacterLib .bottom .btnGroup[data-v-e1fbe1d8] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.CharacterLib .bottom .btnGroup .btn1[data-v-e1fbe1d8] {
  width: 65px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #2991f1;
  font-size: 12px;
  color: #2991f1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.CharacterLib .loading[data-v-e1fbe1d8] {
  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;
}
.CharacterLib .material-loading[data-v-e1fbe1d8] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}
@keyframes xuanzhuan-e1fbe1d8 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.CharacterProperty {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.CharacterProperty .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.CharacterProperty .top .previewText {
  margin-left: 10px;
  margin-top: 12px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.CharacterProperty .bottom {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
  box-sizing: border-box;
  padding: 0px 10px;
}
.CharacterProperty .bottom .bottom-top {
  height: 50px;
  display: flex;
  margin-top: 10px;
  position: relative;
}
.CharacterProperty .bottom .bottom-top .u-top-avatar {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
}
.CharacterProperty .bottom .bottom-top .u-top-avatar img {
  width: 100%;
}
.CharacterProperty .bottom .bottom-top .u-top-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CharacterProperty .bottom .bottom-top .u-top-item .item-nickname {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  color: #ffffff;
}
.CharacterProperty .bottom .bottom-top .u-top-item .item-info {
  display: flex;
}
.CharacterProperty .bottom .bottom-top .u-top-item .item-info span {
  margin-right: 15px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.CharacterProperty .bottom .bottom-top .buyItem {
  position: absolute;
  top: 0;
  right: 0;
  background: #2991F1;
  border-radius: 2px;
  padding: 8px 15px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.CharacterProperty .bottom .bottom-item {
  margin-top: 30px;
}
.CharacterProperty .bottom .bottom-item .item-tit {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.CharacterProperty .bottom .bottom-item .item-box {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
}
.CharacterProperty .bottom .bottom-item .item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  position: relative;
}
.CharacterProperty .bottom .bottom-item .item-text img {
  width: 100%;
}
.CharacterProperty .bottom .bottom-item .item-text .icon-amplify {
  width: 20px;
  height: 20px;
  background: url(../assets/images/icon-amplify.fb8be7d72673571129bc080ca9166087.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.g-characterPosture[data-v-2a4b60ec] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.g-characterPosture .m-top[data-v-2a4b60ec] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.g-characterPosture .m-top .u-title[data-v-2a4b60ec] {
  margin-left: 10px;
  margin-top: 12px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.g-characterPosture .m-bottom[data-v-2a4b60ec] {
  flex: auto;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  overflow: auto;
  background: #181818;
}
.g-characterPosture .m-bottom .u-bottom-item[data-v-2a4b60ec] {
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text[data-v-2a4b60ec] {
  margin-bottom: 20px;
  display: flex;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-left[data-v-2a4b60ec] {
  width: 31%;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-right[data-v-2a4b60ec] {
  font-weight: 400;
  font-size: 12px;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-right .ivu-radio-group[data-v-2a4b60ec] {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 20px;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-right .ivu-radio-group .ivu-radio-wrapper[data-v-2a4b60ec] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-right .ivu-radio-group .ivu-radio-wrapper[data-v-2a4b60ec] .ivu-radio-inner {
  background-color: transparent;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-right .ivu-radio-group .ivu-radio-wrapper[data-v-2a4b60ec] .ivu-radio-checked .ivu-radio-inner {
  border-color: #2991f1;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-right .text-right-item[data-v-2a4b60ec] {
  display: flex;
  flex-wrap: wrap;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-right .text-right-item .item-box[data-v-2a4b60ec] {
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #282828;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.g-characterPosture .m-bottom .u-bottom-item .item-text .item-text-right .text-right-item .item-acticePosture[data-v-2a4b60ec] {
  background: #2991f1;
}
[data-v-2a4b60ec] .ivu-switch-checked {
  border-color: #2991f1;
  background-color: #2991f1;
}
[data-v-2a4b60ec] .ivu-radio-inner:after {
  background-color: #2991f1;
}

.g-libDom[data-v-05f2f05a] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: static;
  top: 0;
}
.g-libDom .top[data-v-05f2f05a] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.g-libDom .top .previewText[data-v-05f2f05a] {
  margin-left: 10px;
  margin-top: 12px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.g-libDom .bottom[data-v-05f2f05a] {
  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;
}
.g-libDom .bottom div[data-v-05f2f05a] {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #282828;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.g-libDom .bottom div[data-v-05f2f05a]:hover {
  background: #2991f1;
}

