@charset "UTF-8";* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

html,
body {
  --md-color-text-1: #222;
  --md-color-text-2: #555;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
fieldset,
legend,
button,
input,
textarea,
figure,
figcaption,
nav,
footer,
menu,
blockquote {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
em,
i,
b {
  font-style: normal;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  appearance: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  border: 0;
  font-size: 0;
  user-select: none;
  vertical-align: middle;
}

:focus,
button,
input,
select,
textarea {
  outline: none;
}

select {
  appearance: none;
}

textarea,
input {
  background: none;
  border-radius: 0;
  appearance: none;
  resize: none;
  cursor: text;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

a,
img {
  -webkit-user-drag: none;
}

button {
  background: none;
  border: 0;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  cursor: var(--cursor-default);
}

b {
  font-weight: normal;
}

body {
  word-wrap: break-word;
  font-size: var(--font-size-base);
  line-height: 1.5;
}

::resizer,
::scrollbar {
  background: transparent;
}

::-webkit-resizer,
::-webkit-scrollbar {
  background: transparent;
}

::-moz-resizer,
::-moz-scrollbar {
  background: transparent;
}

::scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-moz-scrollbar-corner {
  background: transparent;
}

::scrollbar-thumb {
  background-color: var(--scrollbar-default);
  border-radius: 200px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-default);
  border-radius: 200px;
  cursor: pointer;
}

::-moz-scrollbar-thumb {
  background-color: var(--scrollbar-default);
  border-radius: 200px;
  cursor: pointer;
}

::scrollbar-thumb:hover {
  background-color: var(--scrollbar-hover);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-hover);
}

::-moz-scrollbar-thumb:hover {
  background-color: var(--scrollbar-hover);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1250px) {
  .g-page .m-role-list,
  .g-page .m-equip-list {
    margin-right: -0.26rem;
  }
}
@media screen and (max-width: 800px) {
  .g-page .m-role-list,
  .g-page .m-equip-list {
    margin-right: -0.4rem;
  }
}:root {
  --design-width: 1920;
  --font-family-base: system-ui, "calibri", "Roboto", Verdana, "PingFang SC",
    "Microsoft YaHei UI", "Microsoft YaHei", "Hiragino Sans GB", Arial,
    Helvetica, sans-serif;
  --animation-curve-1: cubic-bezier(0.33, 1, 0.68, 1);
  --animation-curve-2: cubic-bezier(0.45, 0, 0.55, 1);
  --color-transparent: transparent;
  --color-black: #000;
  --color-white: #fff;
  --color-background: #12111c;
  --color-background-1: linear-gradient(to right,
      #e8f3ff 0%,
      #d7daff 5%,
      #ffe3fc 25%,
      #cbe7ff 60%,
      #fae3fd 90%,
      #d9ddff 100%);
  --color-background-opacity-1: rgba(18, 17, 28, 0.75);
  --color-background-opacity-2: rgba(163, 141, 233, 0.1);
  --color-white-0: rgba(255, 255, 255, 0.9);
  --color-white-1: rgba(255, 255, 255, 0.8);
  --color-white-2: rgba(255, 255, 255, 0.6);
  --color-white-3: rgba(255, 255, 255, 0.5);
  --color-white-4: rgba(255, 255, 255, 0.3);
  --color-white-5: rgba(255, 255, 255, 0.2);
  --color-white-6: rgba(255, 255, 255, 0.1);
  --color-text-1: #0b0b19;
  --color-text-1-50: rgba(13, 10, 41, 0.5);
  --color-text-2: #818095;
  --color-text-3: #98a3b7;
  --color-text-4: #777e90;
  --color-text-5: #d1d1d1;
  --color-text-6: #d2d4f0;
  --color-text-7: #3e3442;
  --color-text-8: #b1aeb3;
  --color-text-9: #160d1e;
  --color-text-10: #7e7e7e;
  --color-brand-primary: rgb(2, 37, 215);
  --color-brand-primary-rgb: 2, 37, 215;
  --color-brand-minor: #ff671f;
  --color-brand-minor2: #a38de9;
  --color-brand-minor2-1: #3b3580;
  --color-brand-minor3: #fc4988;
  --color-brand-minor4: #5f40ff;
  --color-brand-minor5: #8736ff;
  --color-brand-minor6: #0099ff;
  --color-warning: #02d37e;
  --color-success: #94c439;
  --color-rate: #ffce4f;
  --color-wrong: #ff3b3b;
  --color-success-1: #1eae47;
  --color-fill-1: #866eff;
  --color-fill-2: #191925;
  --color-fill-3: #252532;
  --color-fill-4: #0d0d17;
  --color-fill-5: #1a182a;
  --color-fill-6: #181921;
  --color-fill-7: #1f1e26;
  --color-fill-8: rgba(135, 135, 135, 0.2);
  --color-fill-9: #1d1d1d;
  --color-fill-10: #171717;
  --color-fill-11: #7a52f4;
  --color-fill-12: rgba(131, 200, 255, 0.05);
  --color-fill-13: rgba(61, 79, 184, 0.1);
  --color-fill-14: #e4e7ed;
  --op-white-100: rgba(255, 255, 255, 1);
  --op-white-90: rgba(255, 255, 255, 0.9);
  --op-white-80: rgba(255, 255, 255, 0.8);
  --op-white-70: rgba(255, 255, 255, 0.7);
  --op-white-60: rgba(255, 255, 255, 0.6);
  --op-white-50: rgba(255, 255, 255, 0.5);
  --op-white-40: rgba(255, 255, 255, 0.4);
  --op-white-30: rgba(255, 255, 255, 0.3);
  --op-white-20: rgba(255, 255, 255, 0.2);
  --op-white-15: rgba(255, 255, 255, 0.15);
  --op-white-10: rgba(255, 255, 255, 0.1);
  --op-white-5: rgba(255, 255, 255, 0.05);
  --op-white-7: rgba(255, 255, 255, 0.07);
  --op-black-100: rgba(0, 0, 0, 1);
  --op-black-90: rgba(0, 0, 0, 0.9);
  --op-black-80: rgba(0, 0, 0, 1);
  --op-black-70: rgba(0, 0, 0, 0.7);
  --op-black-75: rgba(0, 0, 0, 0.7);
  --op-black-60: rgba(0, 0, 0, 0.6);
  --op-black-50: rgba(0, 0, 0, 0.5);
  --op-black-40: rgba(0, 0, 0, 0.4);
  --op-black-30: rgba(0, 0, 0, 0.3);
  --op-black-20: rgba(0, 0, 0, 0.2);
  --op-black-15: rgba(0, 0, 0, 0.15);
  --op-black-10: rgba(0, 0, 0, 0.1);
  --color-gradient: linear-gradient(to right,
      #e5acff 0%,
      #0051f0 32%,
      #51dfff 75%,
      #edbaff 100%);
  --color-gradient-1: linear-gradient(150deg, #6c51f6 50%, #a38de9 100%);
  --color-gradient-2: linear-gradient(315deg, #ff9c27 0%, #ff5c00 100%);
  --color-gradient-3: linear-gradient(180deg,
      #4e60ff 0%,
      rgba(78, 96, 255, 0) 100%);
  --color-gradient-4: linear-gradient(to right, #6d64ff 0%, #d1c0ff 70%);
  --color-gradient-5: linear-gradient(90deg, #7853ff 0%, #9f56ff 100%);
  --font-lineheight-1: 1.3;
  --font-lineheight-2: 1.5;
  --font-lineheight-3: 1.7;
  --font-size-xxs: 0.1rem;
  --font-size-xs: 0.12rem;
  --font-size-s: 0.13rem;
  --font-size-base: 0.14rem;
  --font-size-ms: 0.15rem;
  --font-size-m: 0.16rem;
  --font-size-l: 0.18rem;
  --font-size-xl: 0.2rem;
  --font-size-xlbase: 0.22rem;
  --font-size-xxl: 0.24rem;
  --font-size-large: 0.28rem;
  --font-size-xxxl: 0.32rem;
  --font-size-xxxlarge: 0.36rem;
  --font-size-xxxxl: 0.4rem;
  --font-size-xxxxxl: 0.48rem;
  --font-size-xxxxxxl: 0.64rem;
  --padding-60: 0.6rem;
  --padding-110: 1.1rem;
  --line-color1: rgba(255, 255, 255, 0.1);
  --line-color2: rgba(255, 255, 255, 0.2);
  --line-color3: rgba(134, 110, 255, 0.2);
  --line-color4: #8a8d90;
  --line-color5: #fff;
  --color-skeleton: rgba(236, 232, 225, 0.34);
  --scrollbar-default: rgba(0, 0, 0, 0.25);
  --scrollbar-hover: rgba(255, 255, 255, 0.15);
  --skeleton-bg-color-fill-1: rgba(0, 0, 0, 0.1);
  --skeleton-bg-color-fill-2: rgba(0, 0, 0, 0.2);
  --skeleton-bg-color-fill-3: --color-white;
  --opacity: 1;
  --shadow-1: rgba(55, 99, 170, 0.1);
}html {
  font-size: calc(100 / var(--design-width) * 100vw);
}

.fr-wrapper {
  width: auto;
  flex-direction: row;
  position: relative;
  min-height: 100vh;
  background-color: var(--color-background);
}

.fr-container {
  position: relative;
  width: 100%;
  z-index: 2;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.popup-fade-enter-active,
.popup-fade-leave-active {
  transition: all 0.5s ease;
}

.popup-fade-enter-from,
.popup-fade-leave-to {
  opacity: 0;
}

.popup-fade-enter-to,
.popup-fadeleave-from {
  opacity: 1;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}
.g-editor .m-tooltips-fetters .m-tooltips,
.g-editor .m-tooltips-equip {
  transform: translate3d(0, calc(-100% - 2.4rem), 0);
}.m-select {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.m-select:nth-child(2) .select-box {
  margin: 0 -0.01rem;
}
.m-select.--l {
  width: 1.3rem;
}
.m-select.--l .select-input-box {
  height: 0.34rem;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0.38rem 0 0.16rem;
  border-radius: 0.04rem;
}
.m-select.--l .select-box.--active {
  background-color: #0c1527;
}
.m-select.--l .select-input-row {
  width: 0.12rem;
  height: 0.06rem;
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/select-row.png");
  background-size: contain;
  background-position: 0 0;
}
.m-select.--active .select-input-row {
  transform: rotate(-180deg);
}
.m-select.--active .select-option-container {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  transition: all 0.18s ease;
}
.select-box {
  flex: 1;
  position: relative;
}
.select-input-box {
  position: relative;
  padding: 0 0.25rem 0 0.09rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  border: 1px solid #1e2a3f;
  cursor: pointer;
}
.select-input-box:nth-child(1) {
  border-radius: 3px 0 0 3px;
}
.select-input-box:nth-child(3) {
  border-radius: 0 3px 3px 0;
}
.select-input {
  width: 100%;
  height: 0.36rem;
  line-height: 0.34rem;
  border: none;
  outline: none;
  font-size: 0.14rem;
  color: #f1f2f8;
  cursor: pointer;
}
.select-input::placeholder {
  color: #8a9ec2;
}
.select-input-row {
  width: 0.11rem;
  height: 0.08rem;
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/sprite-img.png");
  background-size: 4.22rem 3.38rem;
  background-repeat: no-repeat;
  background-position: -2.23rem -0.6rem;
  position: absolute;
  top: 50%;
  right: 0.16rem;
  margin-top: -0.03rem;
  transition: 0.14s ease-out;
}
.select-option-container {
  width: 100%;
  position: absolute;
  top: 0.354rem;
  left: 0;
  z-index: 10;
  background-color: #0c1527;
  border: 1px solid #1e2a3f;
  border-top-color: transparent;
  transform-origin: 50% 0%;
  transition: opacity 0.3s, border-color 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
}
.select-option-list {
  width: calc(100% - 2px);
  height: 2.9rem;
  margin: 0 1px;
  overflow: hidden;
  overflow-y: auto;
}
.select-option-item {
  color: #8a9ec2;
  font-size: 0.14rem;
  padding: 0.12rem 0.1rem;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.14s ease-out;
}
.select-option-item:hover {
  color: #f38926;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  background-color: #1a1c27;
}.m-button {
  min-width: 0.84rem;
  height: 0.34rem;
  padding: 0 0.04rem;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  text-align: center;
  margin-right: 0.2rem;
  font-weight: normal;
  transition: all 0.14s ease;
}
.m-button:hover {
  color: #fff;
  border-color: #fd8f25;
}
.m-button.--active {
  color: #fff;
  border-color: #fd8f25;
  background-color: #fd8f25;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
.m-button.--active .m-button-require {
  background-color: #fff;
}
.m-button.--active:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.6);
  filter: brightness(1.1);
}
.m-button-text {
  height: 0.12rem;
}
.m-button-require {
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}.simulator-manager .m-button:last-child {
  margin-right: 0;
}.manage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
  margin-left: 4.04rem;
}
.manage .select-option-list {
  height: auto;
}
.manage-setting {
  display: flex;
  align-items: center;
}
.manage-input-box {
  width: 5rem;
  height: 0.34rem;
  position: relative;
  margin-right: 0.2rem;
}
.manage-input-label {
  font-size: 0.14rem;
  color: #fff;
  padding: 0 0.1rem 0 0.2rem;
  border-right: 0.01rem solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.input-name {
  width: 100%;
  height: 0.32rem;
  position: absolute;
  top: 0.01rem;
  left: 0;
  outline: none;
  border: 0.008rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.04rem;
  padding: 0 0.2rem 0 1.16rem;
  font-size: 0.14rem;
  color: rgb(255, 255, 255);
  transition: all 0.12s ease-out;
}
.input-name::placeholder {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
}
.input-name:hover, .input-name:focus {
  border-color: #fd8f25;
}.m-panels {
  background: rgba(15, 25, 44, 0.8);
  padding: 0.3rem;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
.panels-head {
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.3rem;
}
.panels-title {
  color: #f1f2f8;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.panels-des {
  color: #8a9ec2;
  font-size: 0.14rem;
}
.panels-body {
  margin-top: 0.2rem;
}
.panels-btn {
  font-size: 0.14rem;
  border: 1px solid #f1f2f8;
  border-radius: 0.04rem;
  color: #f1f2f8;
  padding: 0.08rem 0.12rem 0.05rem;
  transition: all 0.14s ease-out;
}
.panels-btn:hover {
  opacity: 0.8;
}.m-search {
  position: relative;
}
.search-icon {
  width: 0.165rem;
  height: 0.165rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-search.png") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0.09rem;
  left: 0.14rem;
}
.search-input {
  display: block;
  width: 100%;
  height: 0.34rem;
  line-height: 0.36rem;
  border-radius: 0.34rem;
  background: #0c1527;
  border: 1px solid #1e2a3f;
  padding: 0 0.2rem 0 0.38rem;
  outline: none;
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.1s ease-out;
}
.search-input::placeholder {
  color: #48556f;
  opacity: 0.7;
}
.search-input:hover, .search-input:focus {
  border-color: #fd8f25;
}.m-select-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.m-select-group .m-select {
  flex: 1;
}.m-role {
  display: inline-flex;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.04rem;
  border-width: 0.02rem;
  border-style: solid;
  overflow: hidden;
  position: relative;
}
.role-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}.m-role-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 5.2rem;
  overflow: hidden;
  overflow-y: auto;
  padding-left: 0.12rem;
  margin: 0.2rem -0.16rem 0 -0.12rem;
  padding-top: 0.1rem;
  transition: opacity 0.2s ease-out;
}
.m-role-list.--dark {
  opacity: 0.4;
}
.role-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1;
  width: 0.55rem;
  margin: 0 0.116rem 0.22rem 0;
}
.role-item:nth-child(5n) {
  margin-right: 0;
}
.role-name {
  color: #8a9ec2;
  font-size: 0.12rem;
  margin-top: 0.07rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1250px) {
.m-role-list,
  .m-equip-list {
    margin-right: -0.26rem;
}
}
@media screen and (max-width: 800px) {
.m-role-list,
  .m-equip-list {
    margin-right: -0.4rem;
}
}.tabs-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tabs-head .m-button-text {
  height: 0.2rem;
  line-height: 0.2rem;
}
.tabs-body {
  margin-top: 0.22rem;
}.m-nodata {
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0 0.5rem;
  position: relative;
}
.nodata-icon {
  display: block;
  width: 0.48rem;
  height: 0.42rem;
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/sprite-img.png");
  background-size: 4.22rem 3.38rem;
  background-repeat: no-repeat;
  background-position: -1.48rem -1.69rem;
  margin: 0 auto 0.1rem;
}
.nodata-des {
  color: #5e625a;
  font-size: 0.14rem;
}.m-equip {
  display: inline-flex;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.04rem;
  border: 0.02rem solid #364b75;
  background-color: #000;
  overflow: hidden;
  position: relative;
  transition: all 0.14s ease;
}
.equip-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}.m-equip-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 5.5rem;
  overflow: hidden;
  overflow-y: auto;
  padding: 0.1rem 0 0 0.12rem;
  margin: 0 -0.16rem 0 -0.12rem;
}
.m-equip-list.--dark {
  opacity: 0.4;
}
.equip-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1;
  width: 0.55rem;
  margin: 0 0.116rem 0.22rem 0;
  transition: all 0.08s ease-out;
}
.equip-item:nth-child(5n) {
  margin-right: 0;
}
.equip-name {
  color: #8a9ec2;
  font-size: 0.12rem;
  margin-top: 0.06rem;
  line-height: 1.2;
  text-align: center;
  word-break: break-all;
}.simulator-left-equip .m-tabs .m-button {
  width: calc(33.33% - 0.07rem);
  margin-left: 0.1rem;
  height: 0.36rem;
  color: #8a9ec2;
  border-radius: 0.04rem;
  border: 0.01rem solid #1e2a3f;
  margin: 0 0.1rem 0.1rem 0;
}
.simulator-left-equip .m-tabs .m-button:nth-child(3n) {
  margin-right: 0;
}
.simulator-left-equip .m-tabs .m-button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.simulator-left-equip .m-tabs .m-button.--active {
  color: #fff;
  background: #fd8f25;
}.m-fetters-list {
  display: flex;
  flex-wrap: wrap;
}
.fetters-list-item {
  position: relative;
  cursor: pointer;
  margin: 0 0.2rem 0.2rem 0;
  display: flex;
  align-items: center;
  transition: all 0.16s ease-out;
}
.fetters-list-item:hover {
  filter: brightness(1.2);
  transform: translate3d(0, -0.02rem, 0);
}
.fetters-list-item.--level1 .fetters-list-pic-box {
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/synergy-level-1.png");
  background-size: contain;
}
.fetters-list-item.--level2 .fetters-list-pic-box {
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/synergy-level-2.png");
  background-size: contain;
}
.fetters-list-item.--level3 .fetters-list-pic-box {
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/synergy-level-3.png");
  background-size: contain;
}
.fetters-list-item.--level4 .fetters-list-pic-box {
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/synergy-level-4.png");
  background-size: contain;
}
.fetters-list-item.--traitparty .fetters-list-pic-box {
  width: 0.36rem;
  height: 0.22rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-traitparty.png") 0.025rem 0rem no-repeat;
  background-size: contain;
}
.fetters-list-item.--level4 .fetters-list-pic, .fetters-list-item.--level5 .fetters-list-pic {
  filter: contrast(0.1) brightness(0.5);
}
.fetters-list-pic-box {
  position: relative;
  z-index: 2;
  width: 0.28rem;
  height: 0.32rem;
  text-align: center;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/synergy-level-0.png") no-repeat center top;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fetters-list-icon {
  position: absolute;
  pointer-events: none;
}
.fetters-list-icon.--season-border {
  width: 0.3rem;
  height: 0.36rem;
  left: -0.01rem;
  top: -0.02rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/border-season-star.png") no-repeat center/100%;
}
.fetters-list-icon.--season-star {
  width: 0.12rem;
  height: 0.14rem;
  bottom: 0.08rem;
  right: -0.05rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-season-star.png") no-repeat center/100%;
}
.fetters-list-pic {
  width: 0.18rem;
  filter: contrast(0.1) brightness(10);
  margin-top: 0.01rem;
}
.fetters-list-content {
  background-color: transparent;
  color: #8b9ec2;
  font-size: 0.14rem;
  height: 0.24rem;
  line-height: 0.24rem;
  padding: 0 0.18rem;
  border: 1px solid #252e3f;
  margin-left: -0.08rem;
}
.fetters-list-content-text:last-child {
  margin-left: 0.04rem;
}.m-star {
  display: inline-flex;
  width: 0.11rem;
  height: 0.11rem;
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-star.png");
  background-size: auto 0.11rem;
  background-repeat: repeat-x;
  background-position: 0 50%;
  z-index: 2;
}
.m-star.--star1 {
  width: 0.12rem;
}
.m-star.--star2 {
  width: 0.26rem;
}
.m-star.--star3 {
  width: 0.4rem;
}.m-textarea {
  width: 100%;
}
.textarea-input {
  display: block;
  width: 100%;
  height: 0.7rem;
  padding: 0.08rem 0.12rem;
  border-radius: 0.04rem;
  outline: none;
  border: 0.01rem solid #1E2A3F;
  background-color: #0E182A;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #fff;
  resize: none;
  transition: all 0.1s ease-out;
}
.textarea-input::placeholder {
  color: #3E4759;
}
.textarea-input:focus {
  border-color: rgb(74, 81, 97);
}
.textarea-input::-webkit-scrollbar {
  width: 0.05rem;
}
.textarea-input::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
}
.textarea-input:hover, .textarea-input:focus {
  border-color: #FD8F25;
}.draggable {
  position: fixed;
}.m-drag-role {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.04rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: grab;
  border-width: 0.02rem;
  border-style: solid;
  opacity: 0.6;
  box-shadow: 0 0 12px 0 #ffffff;
}
.m-drag-role.--hexagon {
  width: 0.59rem;
  height: 0.68rem;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.m-drag-role.--hexagon .drag-role-pic {
  width: calc(100% - 0.01rem);
  height: calc(100% - 0.01rem);
  top: 0.005rem;
  left: 0.005rem;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.drag-role-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}.m-drag-equip {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.04rem;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  cursor: grab;
  border-style: solid;
  border: 0.02rem solid #364B75;
  opacity: 0.8;
  box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.5019607843);
}
.drag-equip-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}.feature-details {
  display: block;
  background: rgba(255, 255, 255, 0.03);
  margin-top: 0.2rem;
}
.feature-details-des {
  color: #8a9ec2;
  font-size: 0.14rem;
  line-height: 0.28rem;
  padding: 0.1rem 0.2rem;
}.m-popbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popbox-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  will-change: auto;
}
.popbox-content {
  position: relative;
  z-index: 2;
  border: 1px solid #2a3446;
  border-radius: 2px;
  background-color: #131d30;
  width: 6.18rem;
  height: 7rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  will-change: auto;
}
.popbox-close {
  position: absolute;
  top: 0.08rem;
  right: 0.06rem;
  z-index: 5;
  width: 0.14rem;
  height: 0.14rem;
  padding: 0.2rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 0.14rem 0.14rem;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 0.14rem 0.14rem;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.26s ease-out;
}
.popbox-close:hover {
  transform: rotate(180deg);
  background-color: rgba(255, 255, 255, 0.8);
}
.popbox-return {
  position: absolute;
  top: 0.23rem;
  left: 0.24rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.popbox-return:hover .popbox-return-icon {
  background-color: #fff;
}
.popbox-return:hover .popbox-return-text {
  color: #fff;
}
.popbox-return-icon {
  width: 0.17rem;
  height: 0.1rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/select-row.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/select-row.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
  background-color: #8A9EC2;
  transition: all 0.1s ease-out;
}
.popbox-return-text {
  margin-left: 0.08rem;
  font-size: 0.16rem;
  color: #8A9EC2;
  transition: all 0.1s ease-out;
}
.popbox-head {
  border-bottom: 0.01rem solid #2a3446;
  flex-shrink: 0;
  padding: 0 0.1rem;
  height: 0.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.popbox-title {
  font-size: 0.2rem;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  color: #fff;
  position: relative;
}
.popbox-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}.m-popbox-role-check {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popbox-role-check-head {
  flex-shrink: 0;
  padding: 0.2rem 0.3rem;
}
.popbox-role-check-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0.25rem 0 0.35rem;
  margin-right: 0.05rem;
}
.popbox-role-check-group {
  margin-bottom: 0.3rem;
}
.popbox-role-check-title {
  display: flex;
  align-items: center;
}
.popbox-role-check-title-text {
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #f1f2f8;
  padding-right: 0.2rem;
}
.popbox-role-check-line {
  flex: 1;
  height: 1px;
  background-color: #1e2a3f;
}
.popbox-role-check-list {
  margin: 0.2rem -0.2rem -0.15rem -0.08rem;
  display: flex;
  flex-wrap: wrap;
}
.popbox-role-check-list .m-role {
  display: flex;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.popbox-role-check-list .m-badge {
  top: -0.11rem;
  right: 0rem;
}
.popbox-role-check-item {
  width: 0.7rem;
  cursor: pointer;
  position: relative;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
  margin-bottom: 0.18rem;
}
.popbox-role-check-item:hover {
  transform: scale(1.1);
}
.popbox-role-check-item.--current {
  transform: none;
}
.popbox-role-check-item.--current .m-role {
  border-color: #fd8f25;
  box-shadow: 0 0 0.12rem rgba(253, 143, 37, 0.5);
}
.popbox-role-check-item.--current .popbox-role-check-name {
  color: #fff;
}
.popbox-role-check-item.--disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.popbox-role-check-item.--disabled:hover {
  transform: scale(1);
}
.popbox-role-check-name {
  color: #8a9ec2;
  font-size: 0.12rem;
  margin-top: 0.1rem;
  text-align: center;
}
.popbox-role-check-result {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.3rem -0.2rem;
  padding-top: 0.17rem;
  position: relative;
  flex-shrink: 0;
}
.popbox-role-check-result .m-role {
  display: flex;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.popbox-role-check-result .popbox-role-check-item.--current .m-role {
  box-shadow: none;
}
.popbox-role-check-result .m-delete {
  top: -0.07rem;
  right: 0.02rem;
}
.popbox-role-check-result-mask {
  width: 100%;
  height: 0.4rem;
  position: absolute;
  top: -0.4rem;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(to top, rgb(19, 29, 48), rgba(19, 29, 48, 0));
  pointer-events: none;
}.lineup-position-container.m-panels {
  width: 100%;
  padding: 0.3rem 0.38rem 0.3rem;
}
.lineup-position-container .panels-body {
  margin-top: 0;
}
.lineup-position-container .m-button.lineup-position-add {
  min-width: auto;
  width: 0.4rem;
  font-size: 0.14rem;
  color: #fff;
  font-weight: 800;
  margin-right: 0;
}
.m-lineup-container {
  position: relative;
}
.lineup-position-head {
  width: 100%;
}
.lineup-position-head .m-button {
  height: 0.32rem;
  line-height: 0.32rem;
  margin-right: 0.2rem;
  border-color: rgba(255, 255, 255, 0.1);
}
.lineup-position-head .m-button:hover {
  color: #fff;
  border-color: #fd8f25;
}
.lineup-position-head .m-button-text {
  height: 0.32rem;
}
.lineup-position-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
}
.lineup-position-title-text {
  color: #f1f2f8;
  font-size: 0.16rem;
  font-weight: 400;
}
.lineup-position-title-num {
  color: #f1f2f8;
  font-size: 0.14rem;
}
.lineup-position-info {
  display: flex;
  align-items: center;
  margin-top: 0.24rem;
  margin-right: -0.1rem;
  flex-wrap: wrap;
}
.lineup-position-info .m-button {
  min-width: 0.74rem;
  flex-shrink: 0;
}
.--lang-en .lineup-position-info .m-button,
.--lang-th .lineup-position-info .m-button {
  min-width: 0.72rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.--lang-en .lineup-position-info .lineup-position-add,
.--lang-th .lineup-position-info .lineup-position-add {
  min-width: 0.4rem;
}
.lineup-position-body {
  width: 100%;
}
.lineup-position-body .m-fetters-list {
  min-height: 0.4rem;
  margin-top: 0.3rem;
  margin-bottom: -0.15rem;
}
.lineup-position-column-container {
  margin: 0.2rem auto;
}
.lineup-position-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.--lang-cn .lineup-position-column-head .m-select,
.--lang-cn .feature-details,
.--lang-en .lineup-position-column-head .m-select,
.--lang-en .feature-details,
.--lang-th .lineup-position-column-head .m-select,
.--lang-th .feature-details {
  display: none;
}
.lineup-position-column-body {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lineup-position-btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lineup-position-btn-box .m-button {
  width: auto;
  position: relative;
  padding: 0 0.26rem;
  height: 0.34rem;
  line-height: 0.32rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: -1px;
  color: #8a9ec2;
  border-radius: 3px;
}
.lineup-position-btn-box .m-button:hover {
  color: #f1f2f8;
  border-color: #fff;
  background-color: transparent;
}
.lineup-position-btn-box .m-button.--active {
  color: #f1f2f8;
  border-color: #fff;
  font-weight: bold;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  background-color: transparent;
  z-index: 2;
}
.lineup-position-btn-box .m-button-text {
  height: 0.28rem;
}
.lineup-position-btn.--warn {
  color: #fe3e3e;
  border-color: #fe3e3e;
}
.g-comments-lineup .panels-head {
  border-bottom: none;
  padding-bottom: 0;
}
.g-comments-lineup .switch-tab-list {
  width: 100%;
}
.lineup-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.1rem;
  width: 7.1rem;
}
.lineup-list.--light .lineup-item {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/slot-bg--active.png");
  background-size: contain;
  transition: all 0.18s ease-out;
}
.lineup-item {
  margin: 0 0.172rem;
  width: 0.59rem;
  height: 0.68rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/slot-bg.png") no-repeat 50% 50%;
  background-size: contain;
  position: relative;
  transition: none;
}
.lineup-item.--target {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/slot-bg--target.png") !important;
  transition: all 0.1s ease-out;
}
.lineup-item.--target .lineup-border {
  background: none;
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.lineup-item.--dark {
  position: relative;
  transition: all 0.12s ease;
}
.lineup-item.--dark:before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-exchange.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  border-radius: 0.12rem;
  overflow: hidden;
  margin: -0.12rem 0 0 -0.12rem;
  transition: all 0.1s ease;
}
.lineup-item.--dark .lineup .m-role,
.lineup-item.--dark .lineup .m-star,
.lineup-item.--dark .lineup .lineup-border,
.lineup-item.--dark .lineup .lineup-icon {
  filter: brightness(0.6);
  transition: all 0.1s ease;
}
.lineup-item.--exchange {
  position: relative;
  transition: all 0.12s ease;
}
.lineup-item.--exchange:before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-exchange.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  background-color: rgb(253, 143, 37);
  backdrop-filter: blur(4px);
  border-radius: 0.12rem;
  overflow: hidden;
  margin: -0.12rem 0 0 -0.12rem;
  transition: all 0.1s ease;
}
.lineup-item.--exchange .lineup .m-role,
.lineup-item.--exchange .lineup .m-star,
.lineup-item.--exchange .lineup .lineup-icon {
  filter: brightness(0.6);
  transition: all 0.1s ease;
}
.lineup-item.--exchange .lineup-border {
  background: none;
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.lineup-item.--delete .m-role:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.lineup-item:nth-child(8), .lineup-item:nth-child(22) {
  margin-left: 0.65rem;
}
.lineup {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.02rem;
  position: absolute;
  top: 0;
  left: 0;
}
.lineup .role-pic {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  transform-origin: 50% 50%;
}
.lineup .m-role {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  -webkit-clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 26%);
  clip-path: polygon(50% 1%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 26%);
  z-index: 2;
  position: relative;
  cursor: grab;
}
.lineup .lineup-role-replace-box {
  width: 0.29rem;
  height: 0.33rem;
  position: absolute;
  top: 0.3rem;
  right: -0.03rem;
  z-index: 2;
}
.lineup .lineup-role-replace {
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  position: absolute;
  top: 0.01rem;
  left: 0.01rem;
}
.lineup .m-star {
  position: absolute;
  top: -0.04rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.lineup-border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/slot-bg.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100% 100%;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/slot-bg.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
}
.lineup-icon {
  position: absolute;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lineup-icon.--carry {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-carry-hero.png");
  background-size: contain;
  width: 0.19rem;
  height: 0.22rem;
  top: 0.24rem;
  left: -0.1rem;
}
.lineup-icon.--intensify {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-fruit.png");
  background-size: contain;
  width: 0.22rem;
  height: 0.25rem;
  top: 0.06rem;
  right: -0.07rem;
}
.lineup-icon.--chosen {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-season-star.png");
  background-size: contain;
  width: 0.19rem;
  height: 0.22rem;
  top: 0.24rem;
  right: -0.08rem;
}
.lineup-equip-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.lineup-equip-list.--target .lineup-equip-pic {
  transition: all 0.3s ease;
  background-color: rgba(255, 0, 0, 0.2);
}
.lineup-equip-item {
  border: 1px solid #333854;
  background-color: #11162e;
  width: 0.16rem;
  height: 0.16rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1px;
  margin-right: -1px;
}
.lineup-equip-item:last-child {
  margin-right: 0;
}
.lineup-equip-item:has(.lineup-equip-pic):hover {
  z-index: 2;
  border-color: #fd8f25;
  background-color: #825830;
  box-shadow: 0 0 8px rgba(253, 143, 38, 0.5);
}
.lineup-equip-item:has(.lineup-equip-pic):hover .lineup-equip-add {
  color: #ba7e43;
}
.lineup-equip-item.--active {
  z-index: 2;
  border-color: #fd8f25;
  background-color: #825830;
  box-shadow: 0 0 8px rgba(253, 143, 38, 0.5);
}
.lineup-equip-item.--active .lineup-equip-add {
  color: #ba7e43;
}
.lineup-equip-add {
  color: #333854;
  font-size: 0.12rem;
  line-height: 1;
  font-weight: 800;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  font-style: normal;
  margin-top: -1px;
}
.equip-ani-enter-active,
.equip-ani-leave-active {
  transition: all 0.24s ease-out;
}
.equip-ani-enter-from {
  opacity: 0;
  transform: scale(2);
}
.equip-ani-leave-to {
  transform: scale(0.3);
}
.lineup-equip-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
}
.lineup-equip-pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.lineup-delect {
  width: 100%;
  height: 0.62rem;
  position: absolute;
  top: 2.92rem;
  left: 0;
  z-index: 5;
  border: 0.02rem solid transparent;
  background: linear-gradient(90deg, #c03d3d 50%, transparent 0) repeat-x, linear-gradient(90deg, #c03d3d 50%, transparent 0) repeat-x, linear-gradient(0deg, #c03d3d 50%, transparent 0) repeat-y, linear-gradient(0deg, #c03d3d 50%, transparent 0) repeat-y;
  background-size: 0.08rem 0.015rem, 0.08rem 0.015rem, 0.015rem 0.08rem, 0.0015rem 0.08rem;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  animation: linear-gradient-move 0.4s infinite linear;
  background-color: #3e1a1a;
  border-radius: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup-delect.--highlight {
  background-color: #5c2828;
}
@keyframes linear-gradient-move {
100% {
    background-position: 0.08rem 0, -0.08rem 100%, 0 -0.08rem, 100% 0.08rem;
}
}
.lineup-delect-icon {
  width: 0.225rem;
  height: 0.225rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-delect.png") no-repeat 50% 50%;
  background-size: contain;
}
.chess-ani-enter-active {
  transition: all 0.55s;
}
.chess-ani-enter-active .m-role {
  transition: all 0.5s cubic-bezier(0.125, 0.515, 0.1, 1.5) 0.05s;
}
.chess-ani-enter-from .m-role {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
}
.chess-ani-enter-active .role-pic {
  transition: all 0.45s cubic-bezier(0.125, 0.515, 0.1, 1.5);
}
.chess-ani-enter-from .role-pic {
  transform: scale(1.4);
}
.chess-ani-leave-active {
  transition: all 0.26s ease-out;
}
.chess-ani-leave-to {
  opacity: 0;
  transform: scale(0.6);
}
.lineup-delect-ani-enter-active,
.lineup-delect-ani-leave-active {
  transition: all 0.2s ease-out;
}
.lineup-delect-ani-enter-from,
.lineup-delect-ani-leave-to {
  opacity: 0;
}
.simulator-editor {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 10rem;
  /* background: rgba(255, 255, 0, 0.1); */
  pointer-events: none;
}
.simulator-editor-draggable {
  pointer-events: all;
  cursor: grab;
}.view-preview-popbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-preview-popbox .view-img-generate {
  position: relative;
  left: 0;
  zoom: 0.625;
}
.preview-popbox-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  will-change: auto;
}
.preview-popbox-content {
  position: relative;
  z-index: 2;
  border-radius: 2px;
  background-color: #0F192C;
  width: 12.6rem;
  max-height: 7.76rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  will-change: auto;
  border-radius: 0.06rem;
  padding-bottom: 0.34rem;
}
.preview-popbox-close {
  position: absolute;
  top: 0.21rem;
  right: 0.21rem;
  z-index: 5;
  width: 0.2rem;
  height: 0.2rem;
  padding: 0.2rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 0.2rem 0.2rem;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 0.2rem 0.2rem;
  background-color: #586088;
  transition: all 0.26s ease-out;
}
.preview-popbox-close:hover {
  transform: rotate(180deg);
  filter: brightness(1.5);
}
.preview-popbox-head {
  height: 0.84rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-popbox-head-title {
  font-size: 0.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
.preview-popbox-body {
  flex: 1;
  width: 12rem;
  border: 0.01rem solid #2c3253;
  border-radius: 0.07rem;
  padding: 0.08rem 0.04rem;
  padding-left: 0.08rem;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
}.view-img-generate {
  width: 19.2rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 200%;
  z-index: -1;
  background-color: #020b1c;
  overflow: hidden;
}

.img-generate-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.img-generate-content {
  position: relative;
  z-index: 2;
  top: 5px;
}

.img-generate-head {
  height: 2.65rem;
  padding: 0.58rem 0.7rem 0;
  position: relative;
}

.img-generate-logo {
  width: 2.5rem;
  height: 1.17rem;
  position: absolute;
  top: 1.23rem;
  right: 0.71rem;
  object-fit: contain;
  object-position: 50% 50%;
}

.img-generate-version {
  font-size: 0.16rem;
  color: #8a9ec2;
  margin-bottom: 0.1rem;
}

.img-generate-title {
  display: flex;
  align-items: center;
}

.img-generate-title-tag {
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.2rem;
  color: #fff;
  padding: 0 0.08rem;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid #fff;
  margin-top: 0.02rem;
}

.img-generate-user {
  display: flex;
  align-items: center;
  margin-left: 0.16rem;
}

.img-generate-user-pic {
  width: 0.3rem;
  height: 0.3rem;
  border: 0.01rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: 50% 50%;
  margin-right: 0.1rem;
}

.img-generate-user-name {
  font-size: 0.16rem;
  color: #fff;
}

.img-generate-title-text {
  margin: 0.06rem 0.16rem 0 0;
  font-size: 0.26rem;
  color: #fff;
  font-weight: 700;
  margin-right: 0.06rem;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}

.img-generate-user {
  display: flex;
  align-items: center;
}

.img-generate-user-pic {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.01rem solid #fff;
}

.img-generate-user-name {
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #fff;
}

.img-generate-hero-box {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.img-generate-hero-box .img-generate-role-tag.--carry {
  width: 0.26rem;
  height: 0.24rem;
  left: -0.12rem;
}
.img-generate-hero-box .img-generate-role-tag.--intensify {
  width: 0.26rem;
  height: 0.24rem;
}
.img-generate-hero-box .img-generate-role-tag.--chosen {
  width: 0.26rem;
  height: 0.22rem;
  top: 0.22rem;
  right: -0.09rem;
}

.img-generate-little {
  margin-right: 0.62rem;
  position: relative;
}

.img-generate-little-line {
  width: 0.01rem;
  height: 0.7rem;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0.12rem;
  right: -0.3rem;
}

.img-generate-little-star-box {
  height: 0.18rem;
  line-height: 0.18rem;
  padding: 0 0.06rem;
  background-color: #c8a43d;
  border: 0.01rem solid #efc65d;
  border-radius: 0.34rem;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-generate-little-star {
  height: 0.16rem;
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-star--light.png");
  background-size: 0.14rem 0.14rem;
  background-repeat: repeat-x;
  background-position: 0% 50%;
}
.img-generate-little-star.--star1 {
  width: 0.14rem;
}
.img-generate-little-star.--star2 {
  width: 0.28rem;
}
.img-generate-little-star.--star3 {
  width: 0.42rem;
}

.img-generate-little-pic {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.04rem;
  overflow: hidden;
  border: 1px solid transparent;
  outline: 2px solid #c8a43d;
  margin: auto;
}

.img-generate-little-name {
  font-size: 0.18rem;
  color: #8a9ec2;
  text-align: center;
  margin-top: 0.2rem;
}

.img-generate-role-list {
  display: flex;
}

.img-generate-role-item {
  margin-right: 0.24rem;
  position: relative;
}
.img-generate-role-item .img-generate-role {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border-width: 0.02rem !important;
  margin: auto;
}
.img-generate-role-item .img-generate-role-border {
  width: 0.74rem;
  height: 0.74rem;
  position: absolute;
  top: -0.02rem;
  left: calc(50% - 0.37rem);
}
.img-generate-role-item .m-star {
  position: absolute;
  top: -0.06rem;
  left: 50%;
  transform: translate(-50%, 0) scale(1.26);
  transform-origin: 50% 100%;
}

.img-generate-role-name {
  font-size: 0.18rem;
  color: #8a9ec2;
  text-align: center;
  margin-top: 0.22rem;
}

.img-generate-role-equip-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0.6rem;
  left: 0;
  z-index: 3;
}

.img-generate-role-equip {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
  object-position: 50% 50%;
  margin: 0 0.01rem;
}

.img-generate-role-tag {
  position: absolute;
  z-index: 3;
}
.img-generate-role-tag.--carry {
  width: 0.19rem;
  height: 0.22rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-carry-hero.png") no-repeat 50% 50%;
  background-size: contain;
  top: 0.24rem;
  left: -0.1rem;
}
.img-generate-role-tag.--intensify {
  width: 0.22rem;
  height: 0.26rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-fruit.png") no-repeat 50% 50%;
  background-size: contain;
  top: 0;
  right: -0.08rem;
}
.img-generate-role-tag.--chosen {
  width: 0.19rem;
  height: 0.18rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-season-star.png") no-repeat 50% 50%;
  background-size: contain;
  top: 0.14rem;
  right: -0.12rem;
}

.img-generate-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 0.32rem;
}

.img-generate-body {
  padding: 0.42rem 0.4rem 0.22rem;
  display: flex;
}

.img-generate-col {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.img-generate-col:nth-child(1) {
  width: 5.46rem;
}
.img-generate-col:nth-child(2) {
  width: 5.85rem;
}
.img-generate-col:last-child {
  flex: 1;
  border-right: none;
}

.img-generate-panel {
  margin-bottom: 0.26rem;
  padding: 0 0.3rem;
}
.img-generate-panel:last-child {
  margin-bottom: 0;
}

.img-generate-panel-title {
  position: relative;
  display: flex;
  align-items: center;
}

.img-generate-panel-line {
  width: 0.06rem;
  height: 0.24rem;
  background-color: #fd8f25;
  margin-right: 0.1rem;
  position: relative;
  top: 0rem;
}

.img-generate-panel-title-text {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}

.img-generate-panel-content {
  margin-top: 0.3rem;
}

.img-generate-lineup-list {
  width: 4.8rem;
  display: flex;
  flex-wrap: wrap;
}

.img-generate-lineup {
  width: 0.43rem;
  height: 0.48rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/synergy-level-0.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  margin: 0 0.2rem 0.02rem 0;
  position: relative;
}
.img-generate-lineup:nth-child(8), .img-generate-lineup:nth-child(22) {
  margin-left: 0.31rem;
}
.img-generate-lineup .img-generate-role {
  width: 0.48rem;
  height: 0.48rem;
  top: 0;
  left: -0.02rem;
}
.img-generate-lineup .img-generate-role-tag.--carry {
  width: 0.15rem;
  height: 0.17rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-carry-hero.png") no-repeat 50% 50%;
  background-size: contain;
  top: 0.16rem;
  left: -0.11rem;
}
.img-generate-lineup .img-generate-role-tag.--intensify {
  width: 0.18rem;
  height: 0.22rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-fruit.png") no-repeat 50% 50%;
  background-size: contain;
  top: 0;
  right: -0.02rem;
}
.img-generate-lineup .img-generate-role-equip-list {
  top: 0.37rem;
}
.img-generate-lineup .img-generate-role-equip {
  width: 0.14rem;
  height: 0.14rem;
}

.img-generate-fetters-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.2rem 0 -0.1rem 0;
}

.img-generate-comment {
  margin-top: 0.2rem;
}
.img-generate-comment:first-child {
  margin-top: 0.3rem;
}

.img-generate-comment-des {
  font-size: 0.14rem;
  color: #8a9ec2;
  line-height: 1.6;
}

.img-generate-entry-item {
  margin-bottom: 0.16rem;
}
.img-generate-entry-item:last-child {
  margin-bottom: 0;
}

.img-generate-entry {
  display: flex;
  align-items: center;
}

.img-generate-entry-head {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
}
.img-generate-entry-head .img-generate-role {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.img-generate-entry-head .--price-sty6 .role-pic {
  border-radius: 50%;
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  left: 0.01rem;
  top: 0.01rem;
  right: 0.01rem;
  bottom: 0.01rem;
}
.img-generate-entry-head .img-generate-role-tag.--intensify {
  width: 0.16rem;
  height: 0.19rem;
  top: -0.01rem;
  right: -0.02rem;
}

.img-generate-entry-body {
  padding-left: 0.12rem;
  overflow: hidden;
}

.img-generate-entry-name {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-generate-entry-des {
  font-size: 0.14rem;
  color: #8a9ec2;
  line-height: 1.5;
}

.img-generate-rune-container {
  display: flex;
  align-items: center;
  margin: 0.34rem 0 0.3rem;
}

.img-generate-rune-col {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}
.img-generate-rune-col:last-child {
  margin-right: 0;
}

.--lang-en .img-generate-rune-col {
  margin-right: 0.18rem;
}

.img-generate-rune-name {
  font-size: 0.14rem;
  color: #bcc2da;
}

.img-generate-rune-list {
  margin-left: 0.14rem;
  display: flex;
  align-items: center;
}

.img-generate-rune-item {
  margin-right: 0.1rem;
}
.img-generate-rune-item:last-child {
  margin-right: 0;
}

.img-generate-rune {
  width: 0.4rem;
  height: 0.4rem;
  padding: 0.04rem;
  border: 0.01rem solid #78613b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-generate-rune-pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.img-generate-equip-row {
  display: flex;
  margin-bottom: 0.3rem;
}
.img-generate-equip-row:last-child {
  margin-bottom: 0;
}

.img-generate-equip-title {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.3;
  width: 0.95rem;
  flex-shrink: 0;
  margin-top: 0.12rem;
  padding-right: 0.1rem;
}

.img-generate-equip-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.img-generate-equip {
  display: flex;
  align-items: center;
}
.img-generate-equip .m-equip {
  width: 0.4rem;
  height: 0.4rem;
}
.img-generate-equip:last-child .img-generate-arrow {
  display: none;
}

.img-generate-arrow {
  width: 0.04rem;
  height: 0.07rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-lineup-arrow-right.png") no-repeat center center;
  background-size: contain;
  margin: 0 0.1rem;
}

.img-generate-equip-table {
  display: flex;
  align-items: center;
  margin: 0 0.2rem 0.1rem 0;
}
.img-generate-equip-table:last-child {
  margin-right: 0;
}
.img-generate-equip-table .img-generate-equip {
  margin-right: 0.1rem;
}
.img-generate-equip-table .img-generate-equip:last-child {
  margin-right: 0;
}

.img-generate-equip-userhead {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.01rem solid #fff;
}

.img-generate-equip-userhead-pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.img-generate-equip-des {
  font-size: 0.14rem;
  color: #8a9ec2;
  margin: 0 0.1rem 0 0.2rem;
}

.img-generate-panel-col-box {
  margin-bottom: 0.26rem;
  padding: 0 0 0 0.3rem;
}
.img-generate-panel-col-box.--border .img-generate-panel {
  border-right: 0.01rem solid rgba(255, 255, 255, 0.1);
}
.img-generate-panel-col-box.--border .img-generate-panel:last-child {
  border-right: none;
}
.img-generate-panel-col-box .img-generate-panel {
  margin-bottom: 0;
  padding: 0 0 0 0.3rem;
}
.img-generate-panel-col-box .img-generate-panel:last-child {
  width: calc(50% + 0.15rem);
}
.img-generate-panel-col-box .img-generate-panel:first-child {
  width: calc(50% - 0.15rem);
  padding-left: 0;
}
.img-generate-panel-col-box .img-generate-comment {
  margin-top: 0.3rem;
}

.img-generate-panel-col {
  display: flex;
  position: relative;
}

.img-generate-period .img-generate-lineup-list {
  width: 100%;
}
.img-generate-period .img-generate-lineup {
  width: 0.35rem;
  height: 0.39rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/slot-mask-img.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  margin: 0 0.05rem -0.04rem 0;
}
.img-generate-period .img-generate-lineup .img-generate-role {
  width: 0.39rem;
  height: 0.38rem;
  top: 0;
  left: -0.02rem;
}
.img-generate-period .img-generate-lineup:nth-child(8),
.img-generate-period .img-generate-lineup:nth-child(22) {
  margin-left: 0.2rem;
}
.img-generate-period .img-generate-fetters-list-content {
  padding: 0 0.08rem;
}
.img-generate-period .img-generate-role-equip-list {
  display: none;
}
.img-generate-period .img-generate-equip-list {
  margin: 0.2rem 0 -0.1rem 0;
}
.img-generate-period .img-generate-equip-userhead,
.img-generate-period .img-generate-equip,
.img-generate-period .m-equip {
  width: 0.34rem;
  height: 0.34rem;
}
.img-generate-period .fetters-list-item {
  margin: 0 0.2rem 0.12rem 0;
}
.img-generate-period .fetters-list-pic-box {
  display: none;
}
.img-generate-period .fetters-list-content {
  padding: 0 0.08rem;
}

.img-generate-priority-list {
  display: flex;
  align-items: center;
}
.img-generate-priority-list .m-star {
  position: absolute;
  top: -0.08rem;
  left: 50%;
  transform: translate(-50%, 0) scale(0.8);
}

.img-generate-priority-item {
  position: relative;
  margin-right: 0.2rem;
}
.img-generate-priority-item:last-child {
  margin-right: 0;
}

.img-generate-spare-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -0.2rem;
}

.img-generate-spare-item {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
}
.img-generate-spare-item:last-child {
  margin-right: 0;
}

.img-generate-role {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
}

.img-generate-role-border {
  width: calc(100% + 0.02rem);
  height: calc(100% + 0.02rem);
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  border-radius: 50%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.view-img-generate .img-generate-lineup {
  position: relative;
}
.view-img-generate .img-generate-lineup .img-generate-role {
  border-radius: 50%;
  border-color: transparent;
  background-color: transparent;
  overflow: visible;
}
.view-img-generate .img-generate-lineup .img-generate-role-border {
  width: 100%;
  height: 100%;
  z-index: 1;
  transform-origin: 50% 55%;
  transform: scale(1.16);
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  top: 0;
  left: 0;
}
.view-img-generate .img-generate-lineup .img-generate-role-border.--price-sty0 {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-price-0.png");
  background-size: contain;
}
.view-img-generate .img-generate-lineup .img-generate-role-border.--price-sty1 {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-price-1.png");
  background-size: contain;
}
.view-img-generate .img-generate-lineup .img-generate-role-border.--price-sty2 {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-price-2.png");
  background-size: contain;
}
.view-img-generate .img-generate-lineup .img-generate-role-border.--price-sty3 {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-price-3.png");
  background-size: contain;
}
.view-img-generate .img-generate-lineup .img-generate-role-border.--price-sty4 {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-price-4.png");
  background-size: contain;
}
.view-img-generate .img-generate-lineup .img-generate-role-border.--price-sty5 {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-price-5.png");
  background-size: contain;
}
.view-img-generate .img-generate-lineup .img-generate-role-border.--price-sty6 {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-price-6.png");
  background-size: contain;
}

.img-generate-stage {
  margin-bottom: 0.1rem;
  display: flex;
}

.img-generate-stage-title {
  width: 0.5rem;
  flex-shrink: 0;
  font-size: 0.14rem;
  color: #fff;
  margin-top: 0.12rem;
}

.img-generate-stage-content {
  flex: 1;
  margin-right: -0.3rem;
}

.img-generate-stage-row {
  display: flex;
  flex-wrap: wrap;
}

.img-generate-stage-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.img-generate-stage-role {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin: 0 0.1rem 0.1rem 0;
  position: relative;
}
.img-generate-stage-role.--price-sty6 .role-pic {
  border-radius: 50%;
}
.img-generate-stage-role.--active .img-generate-stage-mask {
  display: none;
}.m-delete {
  width: 0.16rem;
  height: 0.16rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-del.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -0.03rem;
  right: -0.03rem;
  z-index: 5;
  cursor: pointer;
}.m-seat-item {
  width: 0.4rem;
  height: 0.4rem;
  color: #233049;
  font-size: 0.26rem;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  border-radius: 0.04rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.m-seat-avatar {
  width: 100%;
  height: 100%;
  color: #233049;
  font-size: 0.26rem;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  border-radius: 0.04rem;
  border: 1px solid #2a3446;
  background-color: #131d30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.m-seat-avatar.--round {
  border-radius: 50%;
}
.m-seat-avatar:hover {
  border-color: #fd8f25;
}
.m-seat-text {
  margin-top: -0.03rem;
}
.--lang-cn .m-seat-text {
  margin-top: 0.03rem;
}
.--lang-en .m-seat-text {
  margin-top: 0;
}
.--lang-th .m-seat-text {
  margin-top: 0.02rem;
}.m-seat-equip-list {
  display: flex;
  align-items: center;
}
.m-seat-equip-list .seat-equip-config {
  display: block;
}
.m-seat-equip-list .seat-equip-config-row:last-child {
  display: none;
}
.seat-equip-config {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  margin: 0 0.1rem;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
}
.seat-equip-config-row {
  width: 0.04rem;
  height: 0.07rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-lineup-arrow-right.png") no-repeat center center;
  background-size: contain;
}
.seat-equip-config-row:last-child {
  display: none;
}
.seat-equip-config-row:last-child {
  display: none;
}.m-equip-config .m-equip {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.m-equip-config .m-role {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-color: #fff;
  border-radius: 50%;
}
.seat-equip-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.seat-equip-list .equip-config-seat {
  display: block;
}
.equip-config-item-cont {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.equip-config-item {
  margin: 0.2rem -0.2rem 0.2rem 0;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.equip-config-item.--other {
  margin-bottom: 0.1rem;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: default;
}
.equip-config-item.--other .equip-config-title {
  margin-top: 0.08rem;
}
.equip-config-item.--other .equip-config-seat .m-seat {
  border-color: transparent;
}
.equip-config-title {
  width: 0.85rem;
  color: #f1f2f8;
  font-size: 0.14rem;
  margin-right: 0.1rem;
  line-height: 1.4;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.equip-config-title-text {
  position: relative;
}
.equip-config-seat {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  margin: 0 0.1rem;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.equip-config-seat .m-role,
.equip-config-seat .role-pic {
  border-radius: 50%;
}
.equip-config-seat .--price-sty6 .role-pic {
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  left: 0.01rem;
  top: 0.01rem;
  right: 0.01rem;
  bottom: 0.01rem;
}
.m-seat-item .m-role, .m-seat-item .m-equip {
  width: 100% !important;
  height: 100% !important;
}
.equip-config-seat:hover .m-seat {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-color: #fd8f25;
}
.equip-config-row {
  width: 0.04rem;
  height: 0.07rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-lineup-arrow-right.png") no-repeat center center;
  -o-background-size: contain;
  background-size: contain;
}
.equip-config-name {
  color: #a4b4d3;
  font-size: 0.14rem;
  margin: 0 0.1rem 0 0.18rem;
  white-space: nowrap;
}
.equip-config-table {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.3rem;
}
.equip-config-table .equip-config-table-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
}
.m-equip-config .m-equip {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.m-equip-config .m-role {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-color: #fff;
  border-radius: 50%;
}
.m-seat-equip-list {
  display: flex;
}
.m-seat-equip-list .equip-config-seat {
  display: block;
}
.m-equip-config {
  margin-right: -0.2rem;
}
.equip-config-item.--other {
  margin-bottom: 0.1rem;
  align-items: flex-start;
  cursor: default;
}
.equip-config-item.--other .equip-config-title {
  margin-top: 0.06rem;
}
.equip-config-item.--other .equip-config-seat .m-seat {
  border-color: transparent;
}
.equip-config-item:nth-child(2) .seat-equip-config-row {
  display: none;
}
.equip-config-item-cont {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.equip-config-title {
  width: 0.85rem;
  color: #f1f2f8;
  font-size: 0.14rem;
  margin-right: 0.08rem;
  line-height: 1.4;
  flex-shrink: 0;
  position: relative;
}
.equip-config-title-text {
  position: relative;
}
.equip-config-seat {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  margin: 0 0.1rem;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
}
.equip-config-seat:hover .m-seat {
  transition: all 0.1s ease-out;
  border-color: #fd8f25;
}
.m-seat-equip-list {
  align-items: center;
}
.m-seat-equip-list .equip-config-row:last-child {
  display: none;
}
.equip-config-row {
  width: 0.04rem;
  height: 0.07rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-lineup-arrow-right.png") no-repeat center center;
  background-size: contain;
}
.equip-config-name {
  color: #a4b4d3;
  font-size: 0.14rem;
  margin: 0.25rem 0.06rem 0.25rem 0.05rem;
  white-space: nowrap;
}
.equip-config-table {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.3rem;
}
.equip-config-table .equip-config-table-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0.3rem;
  margin-bottom: 0.2rem;
}
.--lang-en .equip-config-title {
  width: 0.94rem;
}
.--lang-en .equip-config-seat {
  margin: 0 0.06rem;
}
.--lang-en .equip-config-name {
  margin: 0.25rem 0.03rem;
}
.--lang-en .seat-equip-config {
  margin: 0 0.06rem;
}
.--lang-th .equip-config-title {
  width: 1.3rem;
}
.--lang-th .equip-config-seat {
  margin: 0 0.06rem;
}
.--lang-th .equip-config-name {
  margin: 0.25rem 0.04rem;
}
.--lang-th .seat-equip-config {
  margin: 0 0.06rem;
}.seat-buff-list {
  display: flex;
  flex-direction: row;
}
.buff-pic {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #4f5780;
  background: #0c1629;
  border-radius: 50%;
  overflow: hidden;
}
.buff-pic img {
  width: 100%;
  height: 100%;
  display: block;
}.m-buff-config .m-seat {
  width: 100%;
  height: 100%;
}
.m-buff-config .m-textarea {
  margin-top: 0.3rem;
}
.buff-config-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buff-config-item {
  display: flex;
  align-items: center;
}
.buff-config-item:last-child .buff-config-name {
  margin-right: 0.05rem;
}
.buff-config-item:last-child .buff-config-seat {
  margin: 0 0.05rem;
}
.buff-config-name {
  font-size: 0.14rem;
  color: #f1f2f8;
  margin-right: 0.1rem;
}
.buff-config-seat {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.1rem;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
  position: relative;
  cursor: pointer;
}
.buff-config-seat:hover .m-seat {
  transition: all 0.1s ease-out;
  border-color: #fd8f25;
}
.buff-config-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  overflow: hidden;
}
.buff-config-seat-num {
  padding: 0 0.04rem;
  line-height: 0.16rem;
  color: #0c1629;
  font-size: 0.12rem;
  background-color: #e8c876;
  border-radius: 1rem;
  position: absolute;
  right: -0.01rem;
  bottom: -0.01rem;
  z-index: 5;
}
.buff-config-title {
  color: #f1f2f8;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  margin: 0.24rem 0 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #182234;
  position: relative;
}
.buff-config-tabulate {
  display: flex;
  align-items: center;
  margin-right: -0.1rem;
}
.buff-config-tabulate .buff-config-seat {
  width: 0.38rem;
  height: 0.38rem;
}
.buff-config-tabulate-item {
  display: flex;
  align-items: center;
}
.buff-config-tabulate-name {
  font-size: 0.14rem;
  color: #8a9ec2;
  margin: 0 0.08rem 0 0.06rem;
}
.--lang-en .buff-config-seat {
  margin: 0 0.06rem;
}
.--lang-en .rune-config-tabulate-name {
  margin: 0 0.06rem 0 0.04rem;
}
.--lang-th .buff-config-seat {
  margin: 0 0.06rem;
}
.--lang-th .rune-config-tabulate-name {
  margin: 0 0.06rem 0 0.04rem;
}.m-buff-config .m-seat {
  width: 100%;
  height: 100%;
}
.m-buff-config .m-textarea {
  margin-top: 0.3rem;
}
.buff-config-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buff-config-item {
  display: flex;
  align-items: center;
}
.buff-config-item:last-child .buff-config-name {
  margin-right: 0.05rem;
}
.buff-config-item:last-child .buff-config-seat {
  margin: 0 0.05rem;
}
.buff-config-name {
  font-size: 0.14rem;
  color: #f1f2f8;
  margin-right: 0.1rem;
}
.buff-config-seat {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.1rem;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
  position: relative;
  cursor: pointer;
}
.buff-config-seat:hover .m-seat {
  transition: all 0.1s ease-out;
  border-color: #fd8f25;
}
.buff-config-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  overflow: hidden;
}
.buff-config-seat-num {
  padding: 0 0.04rem;
  line-height: 0.16rem;
  color: #0c1629;
  font-size: 0.12rem;
  background-color: #e8c876;
  border-radius: 1rem;
  position: absolute;
  right: -0.01rem;
  bottom: -0.01rem;
  z-index: 5;
}
.buff-config-title {
  color: #f1f2f8;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  margin: 0.24rem 0 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #182234;
  position: relative;
}
.buff-config-tabulate {
  display: flex;
  align-items: center;
  margin-right: -0.1rem;
}
.buff-config-tabulate .buff-config-seat {
  width: 0.38rem;
  height: 0.38rem;
}
.buff-config-tabulate-item {
  display: flex;
  align-items: center;
}
.buff-config-tabulate-name {
  font-size: 0.14rem;
  color: #8a9ec2;
  margin: 0 0.08rem 0 0.06rem;
}
.--lang-en .buff-config-seat {
  margin: 0 0.06rem;
}
.--lang-en .rune-config-tabulate-name {
  margin: 0 0.06rem 0 0.04rem;
}
.--lang-th .buff-config-seat {
  margin: 0 0.06rem;
}
.--lang-th .rune-config-tabulate-name {
  margin: 0 0.06rem 0 0.04rem;
}
.m-seat-star-role {
  display: flex;
}
.seat-role-item {
  margin: 0 0.1rem;
  position: relative;
}
.seat-star-role-config .m-seat-item:hover .m-seat {
  border-color: #fd8f25;
}
.seat-role-item .m-role {
  width: 0.4rem;
  height: 0.4rem;
  color: #233049;
  font-size: 0.26rem;
  font-weight: 700;
  font-family: 'Microsoft YaHei';
  border-radius: 0.04rem;
  border-radius: 50%;
  border-color: #fff;
}
.star-config {
  display: flex;
  align-items: center;
}.replace-config {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -0.4rem;
}
.replace-config-item {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}
.replace-config-seat {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  transform-origin: 50% 50%;
  cursor: pointer;
  transition: all 0.08s ease-out;
}
.replace-config-seat:hover .m-seat {
  border-color: #fd8f25;
}
.replace-config-seat .m-role {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  border-color: #fff;
}
.replace-config-row {
  width: 0.04rem;
  height: 0.7rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-lineup-arrow-right.png") no-repeat center center;
  background-size: contain;
  margin: 0 0.1rem;
}
.m-seat-role-list {
  display: flex;
}
.seat-role-item {
  margin: 0 0.1rem;
  position: relative;
}
.seat-role-config .m-seat-item:hover .m-seat {
  border-color: #fd8f25;
}
.seat-role-item .m-role {
  width: 0.4rem;
  height: 0.4rem;
  color: #233049;
  font-size: 0.26rem;
  font-weight: 700;
  font-family: 'Microsoft YaHei';
  border-radius: 0.04rem;
  border-radius: 50%;
  border-color: #fff;
}
.panel-condition .panels-body {
  margin-top: 0.3rem;
}
.panel-condition .seat-equip-config-row {
  display: none;
}
.panel-condition .seat-equip-config,
.panel-condition .buff-config-seat,
.panel-condition .seat-role-item {
  margin: 0 0.07rem;
}
.--lang-en .panel-condition .condition-name {
  width: 0.85rem;
}
.--lang-th .panel-condition .condition-name {
  width: 0.75rem;
}
.condition-item {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.condition-name {
  width: 0.5rem;
  font-size: 0.14rem;
  color: #fff;
}
.condition-content {
  margin-left: -0.07rem;
}.m-popbox-stage .popbox-content {
  width: 5.42rem;
  height: 3.52rem;
}
.popbox-stage-content {
  padding: 0.24rem 0.1rem 0 0.3rem;
}
.popbox-stage-item {
  margin-bottom: 0.26rem;
}
.popbox-stage-title {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.18rem;
}
.popbox-stage-tag-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.1rem 0;
}
.popbox-stage-tag {
  min-width: 1.13rem;
  height: 0.34rem;
  line-height: 0.34rem;
  margin: 0 0.1rem 0.1rem 0;
  padding: 0 0.1rem;
  box-sizing: border-box;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.popbox-stage-tag.--disabled {
  color: #6b718a;
  border-color: #2a3446;
  background-color: rgb(19, 29, 48);
  cursor: default;
  pointer-events: none;
}
.popbox-stage-tag:hover {
  border-color: #fd8f25;
}
.popbox-stage-tag.--checked {
  color: #fd8f25;
  border-color: #fd8f25;
  background-color: rgba(253, 143, 37, 0.1);
}
.popbox-stage-btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.4rem;
}
.popbox-stage-btn-box .m-button {
  min-width: 1.32rem;
  height: 0.4rem;
}
.--lang-en .popbox-stage-tag {
  padding: 0 0.07rem;
}.role-roster-list {
  display: flex;
}
.role-roster-item {
  width: 0.6rem;
  margin-right: 0.1rem;
  text-align: center;
}
.role-roster-box {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
}
.role-roster-box .m-role {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.role-roster-box .m-role > img {
  border-radius: 50%;
}
.role-roster-name {
  font-size: 0.14rem;
  color: rgb(138, 158, 194);
  line-height: 1.3;
  text-align: center;
  margin-top: 0.1rem;
}
.role-roster-icon {
  position: absolute;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.role-roster-icon.--carry {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-carry-hero.png");
  background-size: contain;
  width: 0.19rem;
  height: 0.22rem;
  top: 0.2rem;
  left: -0.1rem;
}
.role-roster-icon.--intensify {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-fruit.png");
  background-size: contain;
  width: 0.22rem;
  height: 0.25rem;
  top: -0.01rem;
  right: -0.04rem;
}
.role-roster-icon.--chosen {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-season-star.png");
  background-size: contain;
  width: 0.19rem;
  height: 0.22rem;
  top: 0.2rem;
  right: -0.04rem;
}
.role-roster-equip-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -0.04rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.role-roster-equip-item {
  width: 0.16rem;
  height: 0.16rem;
  border: 0.01rem solid #2d3358;
}
.role-roster-equip-pic {
  display: block;
  width: 100%;
  height: 100%;
}
.role-roster-equip-pic > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.m-popbox-perscenter .popbox-content {
  width: 9.7rem;
  height: auto;
  max-height: 7.8rem;
}
.m-popbox-perscenter .popbox-body {
  margin: 0.1rem 0.05rem 0 0;
}
.popbox-perscenter-content {
  padding: 0.16rem 0.2rem 0 0.3rem;
}
.popbox-perscenter-item {
  margin-bottom: 0.26rem;
}
.popbox-perscenter-item:last-child .popbox-perscenter-line {
  display: none;
}
.popbox-perscenter-line {
  width: 100%;
  height: 0.01rem;
  background-color: rgb(36, 49, 75);
  margin-top: 0.24rem;
}
.popbox-perscenter-head {
  margin-bottom: 0.18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popbox-perscenter-title {
  display: flex;
  align-items: center;
}
.popbox-perscenter-tag {
  min-width: 0.66rem;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.06rem;
  border: 0.01rem solid #000;
  background-color: #000;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  border-radius: 0.04rem;
}
.popbox-perscenter-tag.--released {
  border-color: rgba(253, 143, 37, 0.2);
  background-color: rgba(253, 143, 37, 0.1);
  color: rgb(253, 143, 37);
}
.popbox-perscenter-tag.--review {
  border-color: rgba(35, 255, 108, 0.2);
  background-color: rgba(35, 255, 108, 0.1);
  color: rgb(35, 255, 108);
}
.popbox-perscenter-tag.--draft​ {
  border-color: rgba(34, 207, 255, 0.2);
  background-color: rgba(34, 207, 255, 0.1);
  color: rgb(34, 207, 255);
}
.popbox-perscenter-title-text {
  margin-left: 0.06rem;
  font-size: 0.16rem;
  color: #fff;
}
.popbox-perscenter-time {
  font-size: 0.16rem;
  color: rgba(138, 158, 194, 0.6);
}
.popbox-perscenter-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popbox-perscenter-btn-box {
  display: flex;
  align-items: center;
}
.popbox-perscenter-btn {
  min-width: 0.8rem;
  padding: 0 0.06rem;
  height: 0.34rem;
  line-height: 0.34rem;
  border: 1px solid #2a3446;
  background: #131d30;
  font-size: 0.14rem;
  color: #000;
  text-align: center;
  border-radius: 0.04rem;
  cursor: pointer;
  margin-left: 0.2rem;
  transition: all 0.1s ease-out;
}
.popbox-perscenter-btn:hover {
  filter: brightness(1.3);
}
.popbox-perscenter-btn.--editor {
  color: rgb(253, 143, 37);
}
.popbox-perscenter-btn.--urge {
  color: rgb(35, 255, 108);
}
.popbox-perscenter-btn.--delete {
  color: rgb(254, 62, 62);
}

/** 分页器样式 */
.t-popup__content {
  background-color: #131d30;
}
.t-popup .t-select-option {
  color: #fff;
}
.t-popup .t-select-option.t-is-selected:not(.t-is-disabled) {
  color: #fd8f25;
  background: #1a1c27;
}
.t-popup .t-select-option.t-is-selected:not(.t-is-disabled):hover,
.t-popup .t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected) {
  color: #fd8f25;
  background: none;
}
.m-popbox-perscenter {
  /** 搜索样式 */
  /** 分页器样式 */
  /** 空状态样式 */
}
.m-popbox-perscenter .popbox-perscenter-search {
  margin: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-popbox-perscenter .popbox-perscenter-search .m-search {
  flex: 1;
}
.m-popbox-perscenter .popbox-perscenter-search .popbox-perscenter-btn {
  color: #fff;
}
.m-popbox-perscenter .t-pagination {
  margin-bottom: 0.2rem;
  border-top: 1px solid rgb(36, 49, 75);
  padding-top: 0.2rem;
}
.m-popbox-perscenter .t-pagination__total,
.m-popbox-perscenter .t-input__inner,
.m-popbox-perscenter .t-select .t-fake-arrow,
.m-popbox-perscenter .t-select .t-fake-arrow--active {
  color: #fff;
}
.m-popbox-perscenter .t-input.t-is-readonly {
  background-color: #131d30;
}
.m-popbox-perscenter .t-input:hover {
  border-color: #fd8f25;
}
.m-popbox-perscenter .t-input--focused {
  border-color: #fd8f25;
  box-shadow: none;
}
.m-popbox-perscenter .t-pagination__number {
  border-color: #2a3446;
  background-color: #131d30;
  color: #fff;
}
.m-popbox-perscenter .t-pagination__number:hover {
  border-color: #fd8f25;
  color: #fd8f25;
}
.m-popbox-perscenter .t-pagination__number:active {
  background-color: #fd8f25;
  border-color: #fd8f25;
  color: #fff;
}
.m-popbox-perscenter .t-pagination__number.t-is-current {
  border-color: #fd8f25;
  color: #fd8f25;
  background: #1a1c27;
}
.m-popbox-perscenter .t-pagination__btn {
  color: #fff;
}
.m-popbox-perscenter .t-pagination__btn:hover {
  color: #fd8f25;
  background: transparent;
}
.m-popbox-perscenter .t-pagination__btn.t-is-disabled {
  color: rgba(255, 255, 255, 0.2);
}
.m-popbox-perscenter .t-pagination__btn.t-is-disabled,
.m-popbox-perscenter .t-pagination__btn.t-is-disabled:hover,
.m-popbox-perscenter .t-pagination__btn.t-is-disabled:active {
  color: rgba(255, 255, 255, 0.1);
}
.m-popbox-perscenter .popbox-perscenter-empty {
  color: #fff;
  font-size: 0.2rem;
  margin: 1rem auto;
  text-align: center;
}.m-badge {
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-select.png") no-repeat center center;
  background-size: contain;
}.m-popbox-buff .popbox-content {
  width: 11.64rem;
  height: 7.9rem;
}
.popbox-buff {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popbox-buff-head {
  flex-shrink: 0;
  padding: 0.12rem 0.4rem;
}
.popbox-buff-body {
  flex: 1;
  overflow: hidden;
  padding: 0 0.05rem 0 0.35rem;
  margin-right: 0.05rem;
}
.popbox-buff-body .popbox-buff-panel {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.popbox-buff-body .popbox-buff-panel .m-search {
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.popbox-buff-body .popbox-buff-panel .popbox-buff-list-container {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}
.popbox-buff-title {
  display: flex;
  align-items: center;
  margin: 0.2rem 0.25rem 0 0;
}
.popbox-buff-title-text {
  font-size: 0.16rem;
  color: #fff;
  flex-shrink: 0;
  padding-right: 0.2rem;
}
.popbox-buff-title-line {
  flex: 1;
  height: 0.01rem;
  background-color: rgb(30, 42, 63);
}
.popbox-buff-tab {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.popbox-buff-tab-item {
  padding: 0 0.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.popbox-buff-tab-item.--active .popbox-buff-tab-text {
  color: #fff;
  font-weight: bold;
}
.popbox-buff-tab-item:first-child {
  padding-left: 0.1rem;
}
.popbox-buff-tab-item:last-child .popbox-buff-tab-line {
  display: none;
}
.popbox-buff-tab-text {
  font-size: 0.16rem;
  color: #8a9ec2;
  line-height: 0.36rem;
  cursor: pointer;
  transition: all 0.16s ease-out;
}
.popbox-buff-tab-text:hover {
  color: #fff;
}
.popbox-buff-tab-line {
  width: 1px;
  height: 12px;
  background-color: #1e2a3f;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.popbox-buff-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.2rem -0.1rem -0.15rem -0.06rem;
}
.popbox-buff-item {
  width: 0.69rem;
  cursor: pointer;
  position: relative;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
  margin-bottom: 0.18rem;
}
.popbox-buff-item.--disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.popbox-buff-item:not(.--disabled):hover .popbox-buff-pic-box {
  border-color: #fd8f25;
  box-shadow: 0 0 0.12rem rgba(253, 143, 37, 0.5);
}
.popbox-buff-item:not(.--disabled):hover .popbox-buff-name {
  color: #fff;
}
.popbox-buff-item.--current .popbox-buff-pic-box {
  border-color: #fd8f25;
  box-shadow: 0 0 0.12rem rgba(253, 143, 37, 0.5);
}
.popbox-buff-item.--current .popbox-buff-name {
  color: #fff;
}
.popbox-buff-item .m-badge {
  top: -0.1rem;
  right: 0rem;
}
.popbox-buff-pic-box {
  width: 0.54rem;
  height: 0.54rem;
  border: 0.02rem solid transparent;
  background: #131d30;
  border-radius: 0.04rem;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.18s ease-out;
}
.popbox-buff-pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #131d30;
}
.popbox-buff-name {
  font-size: 0.12rem;
  line-height: 1.3;
  color: #8a9ec2;
  text-align: center;
  transition: all 0.12s ease-out;
  width: 0.6rem;
  margin: 0.08rem auto 0;
}
.popbox-buff-result {
  height: 1.36rem;
  padding: 0 0.3rem 0.45rem 0.3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 0.01rem solid rgb(36, 49, 75);
}
.popbox-buff-result-list {
  display: flex;
  align-items: center;
  margin-bottom: 0.05rem;
}
.popbox-buff-result-list .popbox-buff-item {
  width: 0.74rem;
  margin-bottom: -0.04rem;
}
.popbox-buff-result-list .popbox-buff-item:hover .popbox-buff-pic-box {
  border-color: transparent;
  box-shadow: none;
}
.popbox-buff-result-list .m-delete {
  top: -0.06rem;
  right: 0.05rem;
}
.popbox-buff-result-list .popbox-buff-name {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
}
.popbox-buff-result-btn {
  display: flex;
  align-items: center;
}
.popbox-buff-result-btn .m-button {
  min-width: 1.32rem;
  height: 0.4rem;
}
.popbox-buff-result-btn .m-button:last-child {
  margin-right: 0;
}.m-popbox-equip {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.m-popbox-equip .popbox-content {
  width: 11.64rem;
  height: 7.9rem;
}
.m-popbox-equip.popbox--small .popbox-equip-tab,
.m-popbox-equip.popbox--small .popbox-buff-title {
  display: none;
}
.m-popbox-equip.popbox--small .popbox-equip-head {
  padding: 0.2rem 0.1rem;
}
.popbox-equip-tab {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.popbox-equip-tab-item {
  padding: 0 0.38rem;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.popbox-equip-tab-item.--active .popbox-equip-tab-text {
  color: #fff;
  font-weight: bold;
}
.popbox-equip-tab-item:first-child {
  justify-content: flex-start;
  padding-left: 0.1rem;
}
.popbox-equip-tab-item:last-child .popbox-equip-tab-line {
  display: none;
}
.popbox-equip-tab-text {
  font-size: 0.16rem;
  color: #8a9ec2;
  line-height: 0.36rem;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.16s ease-out;
}
.popbox-equip-tab-text:hover {
  color: #fff;
}
.popbox-equip-tab-line {
  width: 1px;
  height: 12px;
  background-color: #1e2a3f;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.popbox-equip-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popbox-equip-head {
  flex-shrink: 0;
  padding: 0.2rem 0.3rem;
}
.popbox-equip-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0.25rem 0 0.35rem;
  margin-right: 0.05rem;
}
.popbox-equip-group-list {
  margin-right: -0.1rem;
}
.popbox-equip-group {
  margin-bottom: 0.3rem;
}
.popbox-equip-title {
  display: flex;
  align-items: center;
}
.popbox-equip-title-text {
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #f1f2f8;
  padding-right: 0.2rem;
}
.popbox-equip-line {
  flex: 1;
  height: 1px;
  background-color: #1e2a3f;
}
.popbox-equip-list {
  margin: 0.2rem -0.2rem -0.15rem -0.08rem;
  display: flex;
  flex-wrap: wrap;
}
.popbox-equip-list .m-equip {
  display: flex;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.popbox-equip-list .m-equip:hover {
  border-color: #fd8f25;
}
.popbox-equip-list .m-badge {
  top: -0.11rem;
  right: 0rem;
}
.popbox-equip-item {
  width: 0.69rem;
  cursor: pointer;
  position: relative;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
  margin-bottom: 0.18rem;
}
.popbox-equip-item.--current {
  transform: none;
}
.popbox-equip-item.--current .m-equip {
  border-color: #fd8f25;
  box-shadow: 0 0 0.12rem rgba(253, 143, 37, 0.5);
}
.popbox-equip-item.--current .popbox-equip-name {
  color: #fff;
}
.popbox-equip-item .m-role:hover {
  transition: all 0.08s ease;
  border-color: #fd8f25;
}
.popbox-equip-name {
  color: #8a9ec2;
  font-size: 0.12rem;
  padding: 0 0.02rem;
  margin-top: 0.1rem;
  line-height: 1.2;
  text-align: center;
}
.m-popbox-role .m-role {
  display: flex;
  margin: auto;
}
.popbox-equip-result {
  height: 1.36rem;
  padding: 0 0.3rem 0.45rem 0.3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 0.01rem solid rgb(36, 49, 75);
}
.popbox-equip-result-list {
  display: flex;
  align-items: center;
  margin-bottom: 0.05rem;
}
.popbox-equip-result-list .popbox-equip-result-item {
  width: 0.74rem;
  position: relative;
  margin-bottom: 0;
}
.popbox-equip-result-list .popbox-equip-result-item:hover .popbox-equip-result-pic-box {
  border-color: transparent;
  box-shadow: none;
}
.popbox-equip-result-list .m-equip {
  display: flex;
  margin: auto;
}
.popbox-equip-result-list .m-delete {
  top: -0.06rem;
  right: 0.05rem;
}
.popbox-equip-result-list .popbox-equip-name {
  color: #fff;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0;
  width: 100%;
}
.popbox-equip-result-btn {
  display: flex;
  align-items: center;
}
.popbox-equip-result-btn .m-button {
  min-width: 1.32rem;
  height: 0.4rem;
}
.popbox-equip-result-btn .m-button:last-child {
  margin-right: 0;
}
.--lang-en .popbox-equip-tab-item {
  padding: 0 0.3rem;
}
.--lang-th .popbox-equip-tab-item {
  padding: 0 0.25rem;
}.m-popbox-tips {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popbox-tips-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.popbox-tips-content {
  width: 380px;
  padding-bottom: 18px;
  border: 1px solid #2a3446;
  border-radius: 5px;
  background: #131d30;
  position: relative;
  z-index: 2;
}
.popbox-tips-close {
  width: 26px;
  height: 26px;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png") no-repeat 50% 50%;
  background-size: 14px 14px;
  position: absolute;
  top: 16px;
  right: 12px;
  transition: all 0.18s ease-out;
}
.popbox-tips-close:hover {
  transform: rotate(90deg) scale(1.1);
  opacity: 0.8;
}
.popbox-tips-head {
  height: 54px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #2a3446;
}
.popbox-tips-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  color: #f1f2f8;
}
.popbox-tips-des {
  color: #f1f2f8;
  font-size: 16px;
  line-height: 26px;
  padding: 48px 15px;
  text-align: center;
}
.popbox-tips-btn {
  width: 80px;
  height: 34px;
  float: right;
  margin-right: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background: #fd8f25;
  border-radius: 4px;
  border: 1px solid #fd8f25;
  transition: all 0.16s ease-out;
  cursor: pointer;
}
.popbox-tips-btn:hover {
  transform: scale(0.97);
}
.popbox-tips-load {
  margin: 0.5rem auto 0.2rem;
}
.popbox-tips-load-icon {
  width: 0.5rem;
  height: 0.5rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-load.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-load.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  animation: g-load-ani 3s linear infinite forwards;
  margin: auto;
  background-color: #8b9fc3;
}
@keyframes g-load-ani {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.popbox-tips-load-des {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 30px auto 0;
}.m-popbox-role-check {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popbox-role-check-head {
  flex-shrink: 0;
  padding: 0.2rem 0.3rem;
}
.popbox-role-check-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0.25rem 0 0.35rem;
  margin-right: 0.05rem;
}
.popbox-role-check-group {
  margin-bottom: 0.3rem;
}
.popbox-role-check-title {
  display: flex;
  align-items: center;
}
.popbox-role-check-title-text {
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #f1f2f8;
  padding-right: 0.2rem;
}
.popbox-role-check-line {
  flex: 1;
  height: 1px;
  background-color: #1e2a3f;
}
.popbox-role-check-list {
  margin: 0.2rem -0.2rem -0.15rem -0.08rem;
  display: flex;
  flex-wrap: wrap;
}
.popbox-role-check-list .m-role {
  display: flex;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.popbox-role-check-list .m-badge {
  top: -0.11rem;
  right: 0rem;
}
.popbox-role-check-item {
  width: 0.7rem;
  cursor: pointer;
  position: relative;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
  margin-bottom: 0.18rem;
}
.popbox-role-check-item:hover {
  transform: scale(1.1);
}
.popbox-role-check-item.--current {
  transform: none;
}
.popbox-role-check-item.--current .m-role {
  border-color: #fd8f25;
  box-shadow: 0 0 0.12rem rgba(253, 143, 37, 0.5);
}
.popbox-role-check-item.--current .popbox-role-check-name {
  color: #fff;
}
.popbox-role-check-item.--disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.popbox-role-check-item.--disabled:hover {
  transform: scale(1);
}
.popbox-role-check-name {
  color: #8a9ec2;
  font-size: 0.12rem;
  margin-top: 0.1rem;
  text-align: center;
}
.popbox-role-check-result {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.3rem -0.2rem;
  padding-top: 0.17rem;
  position: relative;
  flex-shrink: 0;
}
.popbox-role-check-result .m-role {
  display: flex;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.popbox-role-check-result .popbox-role-check-item.--current .m-role {
  box-shadow: none;
}
.popbox-role-check-result .m-delete {
  top: -0.07rem;
  right: 0.02rem;
}
.popbox-role-check-result-mask {
  width: 100%;
  height: 0.4rem;
  position: absolute;
  top: -0.4rem;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(to top, rgb(19, 29, 48), rgba(19, 29, 48, 0));
  pointer-events: none;
}.m-popbox-generate {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popbox-generate-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  will-change: auto;
}
.popbox-generate-content {
  position: relative;
  z-index: 2;
  border-radius: 2px;
  background-color: #0F192C;
  width: 12.6rem;
  height: 7.76rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  will-change: auto;
  border-radius: 0.06rem;
}
.popbox-generate-close {
  position: absolute;
  top: 0.21rem;
  right: 0.21rem;
  z-index: 5;
  width: 0.2rem;
  height: 0.2rem;
  padding: 0.2rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 0.2rem 0.2rem;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 0.2rem 0.2rem;
  background-color: #586088;
  transition: all 0.26s ease-out;
}
.popbox-generate-close:hover {
  transform: rotate(180deg);
  filter: brightness(1.5);
}
.popbox-generate-head {
  height: 0.84rem;
  padding: 0 0.32rem;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popbox-generate-head-title {
  font-size: 0.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
.popbox-generate-body {
  flex: 1;
  width: 12rem;
  border: 0.01rem solid #2c3253;
  border-radius: 0.07rem;
  padding: 0.08rem 0.04rem;
  padding-left: 0.08rem;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
}
.popbox-generate-pic {
  display: block;
  width: 100%;
}
.popbox-generate-foot {
  padding: 0.3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popbox-generate-foot .m-button {
  font-size: 0.16rem;
  padding: 0.04rem 0.2rem;
}.m-draft-popbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.draft-popbox-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  will-change: auto;
}
.draft-popbox-content {
  position: relative;
  z-index: 2;
  border: 1px solid #2a3446;
  border-radius: 2px;
  background-color: #131d30;
  width: 4.7rem;
  height: 5.1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  will-change: auto;
}
.draft-popbox-close {
  position: absolute;
  top: 0.14rem;
  right: 0.14rem;
  z-index: 5;
  width: 0.18rem;
  height: 0.18rem;
  padding: 0.2rem;
  cursor: pointer;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 0.14rem 0.14rem;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-close.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 0.18rem 0.18rem;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.26s ease-out;
}
.draft-popbox-close:hover {
  transform: rotate(180deg);
  background-color: rgba(255, 255, 255, 0.8);
}
.draft-popbox-head {
  height: 0.7rem;
  padding: 0 0.32rem;
  border-bottom: 0.01rem solid #23294a;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.draft-popbox-title {
  color: #f1f2f8;
  font-size: 0.2rem;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
.draft-popbox-head-btn {
  color: #f1f2f8;
  font-size: 0.14rem;
  width: 1.12rem;
  height: 0.25rem;
  line-height: 0.25rem;
  border: 1px solid #5d596b;
  text-align: center;
  position: relative;
  font-weight: nomral;
  margin-left: 0.2rem;
  transition: all 0.16s ease-out;
}
.draft-popbox-head-btn:hover {
  border-color: #fd8f25;
  color: #f1f2f8;
}
.draft-popbox-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}
.draft-popbox-list {
  padding: 0 0.22rem;
}
.draft-popbox-item {
  position: relative;
  padding: 0.2rem 0;
  border-bottom: 1px solid #23294a;
}
.draft-popbox-name {
  color: #f1f2f8;
  font-size: 0.16rem;
  margin: 0 0 0.12rem;
  line-height: 1.6;
  padding-right: 1.4rem;
}
.draft-popbox-info {
  display: flex;
  align-items: center;
}
.draft-popbox-icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.1rem;
}
.draft-popbox-icon.--upload {
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-upload.png") no-repeat 50% 50%;
  background-size: contain;
}
.draft-popbox-status {
  color: #7e807d;
  font-size: 0.14rem;
}
.draft-popbox-des {
  color: #7e807d;
  font-size: 0.14rem;
  margin-left: 0.2rem;
}
.draft-popbox-btn-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.2rem;
  right: 0;
}
.draft-popbox-btn {
  display: inline-block;
  color: #f1f2f8;
  font-size: 0.14rem;
  width: 0.6rem;
  height: 0.24rem;
  line-height: 0.22rem;
  border: 1px solid #5d596b;
  text-align: center;
  position: relative;
  margin-left: 0.1rem;
  transition: all 0.14s ease-out;
}
.draft-popbox-btn.--primary {
  color: #fff;
  background: #e34f61;
  border-color: #e34f61;
}
.draft-popbox-btn:hover {
  filter: brightness(1.2);
}.m-tooltips-equip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  box-shadow: 0.05rem 0.05rem 0.07rem rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transform: translate3d(0, calc(-100% - 0.4rem), 0);
}
.tooltips-equip-content {
  border: 1px solid #23294a;
  border-radius: 0.05rem;
  background-color: #1a1f3a;
  width: 4.5rem;
  padding: 0.2rem 0.2rem 0;
  position: relative;
}
.tooltips-equip-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.tooltips-equip-pic {
  flex-shrink: 0;
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid #564c36;
  background-color: #000;
  object-fit: cover;
  object-position: 50% 50%;
}
.tooltips-equip-name {
  flex: 1;
  padding-left: 0.2rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
}
.tooltips-equip-des {
  color: #606e8c;
  font-size: 0.16rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.tooltips-equip-compose {
  height: 0.74rem;
  border-top: 0.01rem solid #23294a;
  display: flex;
  align-items: center;
}
.tooltips-equip-symbol {
  color: #fff5e0;
  font-size: 0.2rem;
  margin: 0 0.1rem;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
.tooltips-equip-compose-pic {
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #564c36;
  background-color: #000;
  position: relative;
  cursor: pointer;
}.m-tooltips-fetters {
  position: absolute;
  z-index: 999;
  overflow: hidden;
  box-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, 0.5);
  pointer-events: none;
  margin-left: -2.25rem;
  transform: translate3d(0, calc(-100% - 0.4rem), 0);
}
.tooltips-fetters-content {
  width: 4.5rem;
  padding: 0.2rem;
  border: 1px solid #2a3446;
  border-radius: 2px;
  background-color: #131d30;
}
.tooltips-fetters-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}
.tooltips-fetters-icon {
  width: 0.18rem;
  height: 0.18rem;
  filter: drop-shadow(#fff 1rem 0);
  position: relative;
  left: -1rem;
}
.tooltips-fetters-name {
  color: #fff;
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
.tooltips-fetters-des {
  color: #8b9ec2;
  font-size: 0.14rem;
  line-height: 1.6;
  margin-bottom: 0.12rem;
}
.tooltips-fetters-stage-list {
  padding: 0.2rem 0;
  border-top: 1px solid #1e2a3f;
  color: #8b9ec2;
  font-size: 0.14rem;
  line-height: 2;
  min-height: 0.3rem;
  margin-top: 0.12rem;
}
.tooltips-fetters-stage {
  display: flex;
}
.tooltips-fetters-stage-num {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.19rem;
  border: 0.01rem solid #c6aa4f;
  background-color: #ae8b42;
  text-align: center;
  color: #fff5e0;
  font-size: 0.14rem;
  margin-top: 0.04rem;
  flex-shrink: 0;
  text-indent: -0.01rem;
}
.tooltips-fetters-stage-num.--level1 {
  border-color: #a5644a;
  background-color: #7f4f3e;
}
.tooltips-fetters-stage-num.--level2 {
  border-color: #a7a399;
  background-color: #818181;
}
.tooltips-fetters-stage-num.--level3 {
  border-color: #c6aa4f;
  background-color: #ae8b42;
}
.tooltips-fetters-stage-num.--level4 {
  border-color: #60dace;
  background-color: #d4f6f1;
  color: #000;
}
.tooltips-fetters-stage-des {
  padding-left: 0.1rem;
  color: #8b9ec2;
  font-size: 0.14rem;
  line-height: 2;
  flex: 1;
}.m-tooltips {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
  margin-left: -2.25rem;
  transform: translate3d(0, calc(-100% - 0.4rem), 0);
}
.m-tooltips.--tooltips-legend .tooltips-pic-box {
  width: 0.72rem;
  height: 0.72rem;
}
.m-tooltips.--tooltips-buff .tooltips-pic-box, .m-tooltips.--tooltips-goop .tooltips-pic-box {
  border: 1px solid #2a3446;
}
.m-tooltips.--tooltips-staff .tooltips-pic-box {
  border: 1px solid #2a3446;
}
.m-tooltips-content {
  width: 4.5rem;
  padding: 0.2rem;
  border: 1px solid #2a3446;
  border-radius: 2px;
  background-color: #131d30;
}
.tooltips-head {
  display: flex;
  align-items: center;
}
.tooltips-pic-box {
  flex-shrink: 0;
  width: 0.64rem;
  height: 0.64rem;
  background-color: #131d30;
  border-radius: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltips-pic {
  width: 94%;
  height: 94%;
  object-fit: contain;
  object-position: 50% 50%;
}
.tooltips-name {
  flex: 1;
  color: #fff;
  font-size: 0.18rem;
  margin-left: 0.2rem;
}
.tooltips-body {
  margin-top: 0.2rem;
}
.tooltips-des {
  color: #8a9ec2;
  font-size: 0.16rem;
  line-height: 1.5;
}
:root {
  --font-bold: rgbk;
  --font-normal: bgbk;
}
.--lang-cn {
  --font-bold: bgbk;
  --font-normal: rgbk;
}
@font-face {
  font-family: bgbk;
}
@font-face {
  font-family: rgbk;
}
body {
  font-size: 0;
  line-height: 1;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-normal), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
@supports (-moz-appearance: none) {
* {
    scrollbar-color: #252e3f transparent;
    scrollbar-width: thin;
    overflow-style: none;
}
}
::scrollbar {
  width: 0.08rem;
}
::-moz-scrollbar {
  width: 0.08rem;
}
::-webkit-scrollbar {
  width: 0.08rem;
}
::scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-moz-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}

/* 样式重置 end */
/* 基本布局 start */
html,
body {
  background: #020b1c;
  width: 100%;
  height: 100%;
}
.root-simulator {
  padding: 0.42rem 0.3rem 1rem;
  max-width: 19.2rem;
  margin: auto;
  background: #020b1c;
}

/* 基本布局 end */
.--price-sty0 {
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.--price-sty1 {
  border-color: #999;
  background-color: #999;
}
.--price-sty2 {
  border-color: #5fcc29;
  background-color: #5fcc29;
}
.--price-sty3 {
  border-color: #297acc;
  background-color: #297acc;
}
.--price-sty4 {
  border-color: #cc29cc;
  background-color: #cc29cc;
}
.--price-sty5 {
  border-color: #cca329;
  background-color: #cca329;
}
.--price-sty6 {
  border-color: transparent;
  border-width: 0 !important;
  background: linear-gradient(225deg, #fefe58, #ea9df4, #b29fe8);
}
.--price-sty6 .role-pic {
  width: calc(100% - 0.04rem);
  height: calc(100% - 0.04rem);
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
}
.tooltips-fade-enter-active,
.tooltips-fade-leave-active {
  transition: all 0.2s ease-out;
}
.tooltips-fade-enter-from,
.tooltips-fade-leave-to {
  opacity: 0;
}
.tooltips-enter-active,
.tooltips-leave-active {
  transition: all 0.22s ease-out;
}
.tooltips-enter-from,
.tooltips-leave-to {
  opacity: 0;
  margin-top: 0.2rem;
}
.popbox-enter-active,
.popbox-leave-active {
  transition: all 0.28s;
  pointer-events: none;
}
.popbox-enter-active .popbox-mask,
.popbox-leave-active .popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-mask,
.popbox-leave-to .popbox-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-content,
.popbox-leave-active .popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .popbox-content,
.popbox-leave-to .popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0);
}
.popbox-enter-active .preview-popbox-mask,
.popbox-leave-active .preview-popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .preview-popbox-mask,
.popbox-leave-to .preview-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .preview-popbox-content,
.popbox-leave-active .preview-popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .preview-popbox-content,
.popbox-leave-to .preview-popbox-content {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.dialog-enter-active,
.dialog-leave-active {
  transition: all 0.22s;
}
.dialog-enter-active .popbox-tips-mask,
.dialog-leave-active .popbox-tips-mask {
  transition: all 0.22s ease-out;
}
.dialog-enter-from .popbox-tips-mask,
.dialog-leave-to .popbox-tips-mask {
  opacity: 0;
}
.dialog-enter-active .popbox-tips-content,
.dialog-leave-active .popbox-tips-content {
  transition: all 0.2s ease-out;
}
.dialog-enter-from .popbox-tips-content,
.dialog-leave-to .popbox-tips-content {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.popbox-enter-active .popbox-generate-mask,
.popbox-leave-active .popbox-generate-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-mask,
.popbox-leave-to .popbox-generate-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-generate-content,
.popbox-leave-active .popbox-generate-content {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-content,
.popbox-leave-to .popbox-generate-content {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}
.popbox-enter-active .draft-popbox-mask,
.popbox-leave-active .draft-popbox-mask {
  transition: all 0.3s ease-out;
}
.popbox-enter-from .draft-popbox-mask,
.popbox-leave-to .draft-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .draft-popbox-content,
.popbox-leave-active .draft-popbox-content {
  transition: all 0.26s ease-out;
}
.popbox-enter-from .draft-popbox-content,
.popbox-leave-to .draft-popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.6rem, 0);
}
.root-simulator {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 1.16rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.m-simulator {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simulator-left {
  width: 3.834rem;
  flex: 0 0 3.834rem;
}
.simulator-left .switch-tab {
  margin-right: 0.4rem;
}
.m-panels .m-search {
  margin: 0.2rem auto;
}
.switch-tab-list {
  display: flex;
}
.switch-tab {
  flex: 1;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: #8b9ec2;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  position: relative;
  white-space: nowrap;
  transition: all 0.1s ease-out;
}
.switch-tab:hover {
  color: #fff;
}
.switch-tab.--active {
  color: #fff;
}
.simulator-center {
  width: 7.776rem;
}
.simulator-center > .m-panels {
  position: relative;
}
.simulator-right {
  width: 5.994rem;
}
.simulator-right .m-role {
  border-width: 1px;
}
.require-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}
:root {
  --font-bold: rgbk;
  --font-normal: bgbk;
}
.--lang-cn {
  --font-bold: bgbk;
  --font-normal: rgbk;
}
@font-face {
  font-family: bgbk;
}
@font-face {
  font-family: rgbk;
}
body {
  font-size: 0;
  line-height: 1;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-normal), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
@supports (-moz-appearance: none) {
* {
    scrollbar-color: #252e3f transparent;
    scrollbar-width: thin;
    overflow-style: none;
}
}
::scrollbar {
  width: 0.08rem;
}
::-moz-scrollbar {
  width: 0.08rem;
}
::-webkit-scrollbar {
  width: 0.08rem;
}
::scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-moz-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}

/* 样式重置 end */
/* 基本布局 start */
html,
body {
  background: #020b1c;
  width: 100%;
  height: 100%;
}
.root-simulator {
  padding: 0.42rem 0.3rem 1rem;
  max-width: 19.2rem;
  margin: auto;
  background: #020b1c;
}

/* 基本布局 end */
.--price-sty0 {
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.--price-sty1 {
  border-color: #999;
  background-color: #999;
}
.--price-sty2 {
  border-color: #5fcc29;
  background-color: #5fcc29;
}
.--price-sty3 {
  border-color: #297acc;
  background-color: #297acc;
}
.--price-sty4 {
  border-color: #cc29cc;
  background-color: #cc29cc;
}
.--price-sty5 {
  border-color: #cca329;
  background-color: #cca329;
}
.--price-sty6 {
  border-color: transparent;
  border-width: 0 !important;
  background: linear-gradient(225deg, #fefe58, #ea9df4, #b29fe8);
}
.--price-sty6 .role-pic {
  width: calc(100% - 0.04rem);
  height: calc(100% - 0.04rem);
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
}
.tooltips-fade-enter-active,
.tooltips-fade-leave-active {
  transition: all 0.2s ease-out;
}
.tooltips-fade-enter-from,
.tooltips-fade-leave-to {
  opacity: 0;
}
.tooltips-enter-active,
.tooltips-leave-active {
  transition: all 0.22s ease-out;
}
.tooltips-enter-from,
.tooltips-leave-to {
  opacity: 0;
  margin-top: 0.2rem;
}
.popbox-enter-active,
.popbox-leave-active {
  transition: all 0.28s;
  pointer-events: none;
}
.popbox-enter-active .popbox-mask,
.popbox-leave-active .popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-mask,
.popbox-leave-to .popbox-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-content,
.popbox-leave-active .popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .popbox-content,
.popbox-leave-to .popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0);
}
.popbox-enter-active .preview-popbox-mask,
.popbox-leave-active .preview-popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .preview-popbox-mask,
.popbox-leave-to .preview-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .preview-popbox-content,
.popbox-leave-active .preview-popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .preview-popbox-content,
.popbox-leave-to .preview-popbox-content {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.dialog-enter-active,
.dialog-leave-active {
  transition: all 0.22s;
}
.dialog-enter-active .popbox-tips-mask,
.dialog-leave-active .popbox-tips-mask {
  transition: all 0.22s ease-out;
}
.dialog-enter-from .popbox-tips-mask,
.dialog-leave-to .popbox-tips-mask {
  opacity: 0;
}
.dialog-enter-active .popbox-tips-content,
.dialog-leave-active .popbox-tips-content {
  transition: all 0.2s ease-out;
}
.dialog-enter-from .popbox-tips-content,
.dialog-leave-to .popbox-tips-content {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.popbox-enter-active .popbox-generate-mask,
.popbox-leave-active .popbox-generate-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-mask,
.popbox-leave-to .popbox-generate-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-generate-content,
.popbox-leave-active .popbox-generate-content {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-content,
.popbox-leave-to .popbox-generate-content {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}
.popbox-enter-active .draft-popbox-mask,
.popbox-leave-active .draft-popbox-mask {
  transition: all 0.3s ease-out;
}
.popbox-enter-from .draft-popbox-mask,
.popbox-leave-to .draft-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .draft-popbox-content,
.popbox-leave-active .draft-popbox-content {
  transition: all 0.26s ease-out;
}
.popbox-enter-from .draft-popbox-content,
.popbox-leave-to .draft-popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.6rem, 0);
}
.root-simulator {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 1.16rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.m-simulator {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simulator-left {
  width: 3.834rem;
  flex: 0 0 3.834rem;
}
.simulator-left .switch-tab {
  margin-right: 0.4rem;
}
.m-panels .m-search {
  margin: 0.2rem auto;
}
.switch-tab-list {
  display: flex;
}
.switch-tab {
  flex: 1;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: #8b9ec2;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  position: relative;
  white-space: nowrap;
  transition: all 0.1s ease-out;
}
.switch-tab:hover {
  color: #fff;
}
.switch-tab.--active {
  color: #fff;
}
.simulator-center {
  width: 7.776rem;
}
.simulator-center > .m-panels {
  position: relative;
}
.simulator-right {
  width: 5.994rem;
}
.simulator-right .m-role {
  border-width: 1px;
}
.require-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}.goop-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.goop-item .m-delete {
  top: 0;
  right: 0;
  cursor: pointer;
}
.goop-item:last-child {
  margin-bottom: 0;
}
.goop-head {
  flex-shrink: 0;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}
.goop-head:hover .goop-head-add {
  border-color: #fd8f25;
}
.goop-head-add {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #2a3446;
  border-radius: 50%;
  background-color: #131d30;
  font-size: 0.26rem;
  color: #233049;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.14s ease-out;
}
.goop-pic-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
.goop-pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.goop-delete {
  width: 0.16rem;
  height: 0.16rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-del.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -0.03rem;
  right: -0.03rem;
  z-index: 3;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
}
.goop-delete:hover {
  transform: scale(1.1);
}
.goop-body {
  flex: 1;
  padding-left: 0.16rem;
  overflow: hidden;
  position: relative;
}
.goop-name {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.04rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goop-des {
  font-size: 0.14rem;
  color: #8a9ec2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goop-add {
  height: 0.4rem;
  border-radius: 0.04rem;
  overflow: hidden;
  background-color: #0e182a;
  border: 1px solid #1e2a3f;
  position: relative;
  padding: 0 0 0 0.14rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.goop-add:hover {
  border-color: #fd8f25;
}
.goop-add-icon {
  font-size: 0.26rem;
  color: #233049;
  margin-top: 0.04rem;
}
.goop-add-des {
  margin-left: 0.14rem;
  font-size: 0.14rem;
  color: #3e4759;
}.m-popbox-goop-check {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.m-popbox-goop-check .m-search {
  width: auto;
  margin: 0.2rem 0.3rem 0;
}
.popbox-goop-check-icon {
  width: 0.32rem;
  height: 0.32rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-entry.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: -0.06rem;
  left: -0.39rem;
}
.popbox-goop-check-head {
  flex-shrink: 0;
  padding: 0.12rem 0.4rem;
}
.popbox-goop-check-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0.25rem 0 0.3rem;
  margin-right: 0.05rem;
}
.popbox-goop-check-tab {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popbox-goop-check-tab-item {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.popbox-goop-check-tab-item.--active .popbox-goop-check-tab-text {
  color: #fff;
}
.popbox-goop-check-tab-item:first-child {
  justify-content: flex-start;
  width: 11%;
  flex: none;
}
.popbox-goop-check-tab-item:last-child {
  justify-content: flex-end;
  width: 11%;
  flex: none;
}
.popbox-goop-check-tab-item:last-child .popbox-goop-check-tab-line {
  display: none;
}
.popbox-goop-check-tab-text {
  font-size: 0.16rem;
  color: #8a9ec2;
  line-height: 0.36rem;
  cursor: pointer;
  transition: all 0.12s ease-out;
}
.popbox-goop-check-tab-text:hover {
  color: #fff;
}
.popbox-goop-check-tab-line {
  width: 1px;
  height: 12px;
  background-color: #1e2a3f;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.popbox-goop-check-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0 0.1rem;
  margin-right: -0.32rem;
}
.popbox-goop-check-btn {
  width: 1.25rem;
  height: 0.32rem;
  line-height: 0.3rem;
  background-color: #0f192c;
  border: 0.01rem solid #1e2a3f;
  margin: 0 0.15rem 0.16rem 0;
  border-radius: 0.04rem;
  overflow: hidden;
  padding: 0 0.04rem;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.1s ease-out;
  cursor: pointer;
}
.popbox-goop-check-btn.--current, .popbox-goop-check-btn:hover {
  background-color: #fd8f25;
}.m-tooltips {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
  margin-left: -2.25rem;
  transform: translate3d(0, calc(-100% - 0.4rem), 0);
}
.m-tooltips.--tooltips-legend .tooltips-pic-box {
  width: 0.72rem;
  height: 0.72rem;
}
.m-tooltips.--tooltips-buff .tooltips-pic-box, .m-tooltips.--tooltips-goop .tooltips-pic-box {
  border: 1px solid #2a3446;
}
.m-tooltips.--tooltips-staff .tooltips-pic-box {
  border: 1px solid #2a3446;
}
.m-tooltips-content {
  width: 4.5rem;
  padding: 0.2rem;
  border: 1px solid #2a3446;
  border-radius: 2px;
  background-color: #131d30;
}
.tooltips-head {
  display: flex;
  align-items: center;
}
.tooltips-pic-box {
  flex-shrink: 0;
  width: 0.64rem;
  height: 0.64rem;
  background-color: #131d30;
  border-radius: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltips-pic {
  width: 94%;
  height: 94%;
  object-fit: contain;
  object-position: 50% 50%;
}
.tooltips-name {
  flex: 1;
  color: #fff;
  font-size: 0.18rem;
  margin-left: 0.2rem;
}
.tooltips-body {
  margin-top: 0.2rem;
}
.tooltips-des {
  color: #8a9ec2;
  font-size: 0.16rem;
  line-height: 1.5;
}
:root {
  --font-bold: rgbk;
  --font-normal: bgbk;
}
.--lang-cn {
  --font-bold: bgbk;
  --font-normal: rgbk;
}
@font-face {
  font-family: bgbk;
}
@font-face {
  font-family: rgbk;
}
body {
  font-size: 0;
  line-height: 1;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-normal), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
@supports (-moz-appearance: none) {
* {
    scrollbar-color: #252e3f transparent;
    scrollbar-width: thin;
    overflow-style: none;
}
}
::scrollbar {
  width: 0.08rem;
}
::-moz-scrollbar {
  width: 0.08rem;
}
::-webkit-scrollbar {
  width: 0.08rem;
}
::scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-moz-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}

/* 样式重置 end */
/* 基本布局 start */
html,
body {
  background: #020b1c;
  width: 100%;
  height: 100%;
}
.root-simulator {
  padding: 0.42rem 0.3rem 1rem;
  max-width: 19.2rem;
  margin: auto;
  background: #020b1c;
}

/* 基本布局 end */
.--price-sty0 {
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.--price-sty1 {
  border-color: #999;
  background-color: #999;
}
.--price-sty2 {
  border-color: #5fcc29;
  background-color: #5fcc29;
}
.--price-sty3 {
  border-color: #297acc;
  background-color: #297acc;
}
.--price-sty4 {
  border-color: #cc29cc;
  background-color: #cc29cc;
}
.--price-sty5 {
  border-color: #cca329;
  background-color: #cca329;
}
.--price-sty6 {
  border-color: transparent;
  border-width: 0 !important;
  background: linear-gradient(225deg, #fefe58, #ea9df4, #b29fe8);
}
.--price-sty6 .role-pic {
  width: calc(100% - 0.04rem);
  height: calc(100% - 0.04rem);
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
}
.tooltips-fade-enter-active,
.tooltips-fade-leave-active {
  transition: all 0.2s ease-out;
}
.tooltips-fade-enter-from,
.tooltips-fade-leave-to {
  opacity: 0;
}
.tooltips-enter-active,
.tooltips-leave-active {
  transition: all 0.22s ease-out;
}
.tooltips-enter-from,
.tooltips-leave-to {
  opacity: 0;
  margin-top: 0.2rem;
}
.popbox-enter-active,
.popbox-leave-active {
  transition: all 0.28s;
  pointer-events: none;
}
.popbox-enter-active .popbox-mask,
.popbox-leave-active .popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-mask,
.popbox-leave-to .popbox-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-content,
.popbox-leave-active .popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .popbox-content,
.popbox-leave-to .popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0);
}
.popbox-enter-active .preview-popbox-mask,
.popbox-leave-active .preview-popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .preview-popbox-mask,
.popbox-leave-to .preview-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .preview-popbox-content,
.popbox-leave-active .preview-popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .preview-popbox-content,
.popbox-leave-to .preview-popbox-content {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.dialog-enter-active,
.dialog-leave-active {
  transition: all 0.22s;
}
.dialog-enter-active .popbox-tips-mask,
.dialog-leave-active .popbox-tips-mask {
  transition: all 0.22s ease-out;
}
.dialog-enter-from .popbox-tips-mask,
.dialog-leave-to .popbox-tips-mask {
  opacity: 0;
}
.dialog-enter-active .popbox-tips-content,
.dialog-leave-active .popbox-tips-content {
  transition: all 0.2s ease-out;
}
.dialog-enter-from .popbox-tips-content,
.dialog-leave-to .popbox-tips-content {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.popbox-enter-active .popbox-generate-mask,
.popbox-leave-active .popbox-generate-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-mask,
.popbox-leave-to .popbox-generate-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-generate-content,
.popbox-leave-active .popbox-generate-content {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-content,
.popbox-leave-to .popbox-generate-content {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}
.popbox-enter-active .draft-popbox-mask,
.popbox-leave-active .draft-popbox-mask {
  transition: all 0.3s ease-out;
}
.popbox-enter-from .draft-popbox-mask,
.popbox-leave-to .draft-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .draft-popbox-content,
.popbox-leave-active .draft-popbox-content {
  transition: all 0.26s ease-out;
}
.popbox-enter-from .draft-popbox-content,
.popbox-leave-to .draft-popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.6rem, 0);
}
.root-simulator {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 1.16rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.m-simulator {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simulator-left {
  width: 3.834rem;
  flex: 0 0 3.834rem;
}
.simulator-left .switch-tab {
  margin-right: 0.4rem;
}
.m-panels .m-search {
  margin: 0.2rem auto;
}
.switch-tab-list {
  display: flex;
}
.switch-tab {
  flex: 1;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: #8b9ec2;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  position: relative;
  white-space: nowrap;
  transition: all 0.1s ease-out;
}
.switch-tab:hover {
  color: #fff;
}
.switch-tab.--active {
  color: #fff;
}
.simulator-center {
  width: 7.776rem;
}
.simulator-center > .m-panels {
  position: relative;
}
.simulator-right {
  width: 5.994rem;
}
.simulator-right .m-role {
  border-width: 1px;
}
.require-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}.m-seat-chosen {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.1rem;
}
.seat-role-item {
  margin: 0 0.1rem;
  position: relative;
}
.seat-chosen-config {
  display: flex;
  align-items: center;
  margin: 0.1rem 0.12rem 0.1rem 0;
}
.seat-chosen-config .m-seat-item:hover .m-seat {
  border-color: #fd8f25;
}
.seat-role-item .m-role {
  width: 0.4rem;
  height: 0.4rem;
  color: #233049;
  font-size: 0.26rem;
  font-weight: 700;
  font-family: "Microsoft YaHei";
  border-radius: 0.04rem;
  border-radius: 50%;
  border-color: #fff;
}
.seat-chosen-text {
  color: #8a9ec2;
  font-size: 0.14rem;
  margin-right: 0.1rem;
}
.seat-chosen-item {
  display: flex;
  align-items: center;
}
.seat-chosen-icon {
  width: 0.13rem;
  height: 0.15rem;
  position: absolute;
  top: 50%;
  margin-top: -0.07rem;
  right: -0.05rem;
  pointer-events: none;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-season-star.png") no-repeat center/100%;
}
.seat-chosen-row {
  width: 0.04rem;
  height: 0.4rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-lineup-arrow-right.png") no-repeat center center;
  background-size: contain;
  margin: 0 0.1rem;
}
.seat-chosen-fetters-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.seat-chosen-fetters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.32rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg.png") no-repeat center/100%;
  margin-right: 0.14rem;
  cursor: pointer;
}
.seat-chosen-fetters.--active {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg-light.png");
}
.seat-chosen-fetters.--active .seat-chosen-fetters-icon {
  filter: brightness(0.01);
}
.seat-chosen-fetters:hover {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg-light.png");
}
.seat-chosen-fetters-icon {
  width: 0.18rem;
  margin-top: 0.02rem;
}.chosen-config {
  display: flex;
  align-items: center;
}.messenger-config {
  display: flex;
  align-items: center;
}
.messenger-fetters-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.messenger-fetters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.32rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg.png") no-repeat center/100%;
  margin-right: 0.14rem;
  cursor: pointer;
}
.messenger-fetters.--active {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg-light.png");
}
.messenger-fetters.--active .messenger-fetters-icon {
  filter: brightness(0.01);
}
.messenger-fetters:hover {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg-light.png");
}
.messenger-fetters-icon {
  width: 0.18rem;
  margin-top: 0.02rem;
}.popbox-little-legend .popbox-content {
  width: 9.18rem;
  height: 6.48rem;
}
.little-legend {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.little-legend-head {
  flex-shrink: 0;
  padding: 0.12rem 0.4rem;
}
.little-legend-head .m-search {
  margin: 0.08rem auto 0.2rem;
}
.little-legend-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0.2rem 0.05rem 0 0.35rem;
  margin-right: 0.05rem;
}
.little-legend-tab {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.little-legend-tab-item {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #8a9ec2;
  border: 1px solid #1e2a3f;
  transition: all 0.16s ease-out;
}
.little-legend-tab-item:hover {
  border-color: #fd8f25;
  color: #fff;
}
.little-legend-tab-item.--active {
  background-color: #fd8f25;
  color: #fff;
}
.little-legend-tab-item:first-child {
  border-radius: 0.06rem 0 0 0.06rem;
  overflow: hidden;
}
.little-legend-tab-item:last-child {
  border-radius: 0 0.06rem 0.06rem 0;
  overflow: hidden;
}
.little-legend-tab-text {
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.little-legend-check-panel-container {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.little-legend-check-panel {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}
.little-legend-check-panel .m-search {
  flex-shrink: 0;
}
.little-legend-check-group {
  margin-bottom: 0.15rem;
}
.little-legend-check-title {
  display: flex;
  align-items: center;
}
.little-legend-check-title-text {
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #f1f2f8;
  padding-right: 0.2rem;
}
.little-legend-check-line {
  flex: 1;
  height: 1px;
  background-color: #1e2a3f;
}
.little-legend-check-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.3rem -0.1rem -0.2rem -0.06rem;
}
.little-legend-check-item {
  width: 16.6%;
  cursor: pointer;
  position: relative;
  transform-origin: 50% 50%;
  margin-bottom: 0.26rem;
  transition: all 0.16s ease-out;
}
.little-legend-check-item:hover {
  transform: scale(1.1);
}
.little-legend-check-item:hover .little-legend-check-name {
  color: rgba(255, 255, 255, 0.8);
}
.little-legend-check-pic-box {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.08rem;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.little-legend-check-pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #131d30;
}
.little-legend-check-name {
  font-size: 0.12rem;
  line-height: 1.3;
  color: #8a9ec2;
  text-align: center;
  width: 0.6rem;
  margin: 0.1rem auto 0;
  transition: all 0.16s ease-out;
}
.little-legend-check-star-box {
  height: 0.14rem;
  line-height: 0.14rem;
  padding: 0 0.02rem;
  background: #d3a634;
  border: 0.01rem solid #efc65d;
  border-radius: 0.14rem;
  position: absolute;
  top: -0.06rem;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.little-legend-check-star-box.--star1 .little-legend-check-star {
  width: 0.12rem;
}
.little-legend-check-star-box.--star2 .little-legend-check-star {
  width: 0.24rem;
}
.little-legend-check-star-box.--star3 .little-legend-check-star {
  width: 0.36rem;
}
.little-legend-check-star {
  height: 0.14rem;
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-star--light.png");
  background-size: 0.12rem 0.12rem;
  background-repeat: repeat-x;
  background-position: 0% 50%;
  margin-top: -0.02rem;
}
:root {
  --font-bold: rgbk;
  --font-normal: bgbk;
}
.--lang-cn {
  --font-bold: bgbk;
  --font-normal: rgbk;
}
@font-face {
  font-family: bgbk;
}
@font-face {
  font-family: rgbk;
}
body {
  font-size: 0;
  line-height: 1;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-normal), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
@supports (-moz-appearance: none) {
* {
    scrollbar-color: #252e3f transparent;
    scrollbar-width: thin;
    overflow-style: none;
}
}
::scrollbar {
  width: 0.08rem;
}
::-moz-scrollbar {
  width: 0.08rem;
}
::-webkit-scrollbar {
  width: 0.08rem;
}
::scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-moz-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}

/* 样式重置 end */
/* 基本布局 start */
html,
body {
  background: #020b1c;
  width: 100%;
  height: 100%;
}
.root-simulator {
  padding: 0.42rem 0.3rem 1rem;
  max-width: 19.2rem;
  margin: auto;
  background: #020b1c;
}

/* 基本布局 end */
.--price-sty0 {
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.--price-sty1 {
  border-color: #999;
  background-color: #999;
}
.--price-sty2 {
  border-color: #5fcc29;
  background-color: #5fcc29;
}
.--price-sty3 {
  border-color: #297acc;
  background-color: #297acc;
}
.--price-sty4 {
  border-color: #cc29cc;
  background-color: #cc29cc;
}
.--price-sty5 {
  border-color: #cca329;
  background-color: #cca329;
}
.--price-sty6 {
  border-color: transparent;
  border-width: 0 !important;
  background: linear-gradient(225deg, #fefe58, #ea9df4, #b29fe8);
}
.--price-sty6 .role-pic {
  width: calc(100% - 0.04rem);
  height: calc(100% - 0.04rem);
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
}
.tooltips-fade-enter-active,
.tooltips-fade-leave-active {
  transition: all 0.2s ease-out;
}
.tooltips-fade-enter-from,
.tooltips-fade-leave-to {
  opacity: 0;
}
.tooltips-enter-active,
.tooltips-leave-active {
  transition: all 0.22s ease-out;
}
.tooltips-enter-from,
.tooltips-leave-to {
  opacity: 0;
  margin-top: 0.2rem;
}
.popbox-enter-active,
.popbox-leave-active {
  transition: all 0.28s;
  pointer-events: none;
}
.popbox-enter-active .popbox-mask,
.popbox-leave-active .popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-mask,
.popbox-leave-to .popbox-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-content,
.popbox-leave-active .popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .popbox-content,
.popbox-leave-to .popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0);
}
.popbox-enter-active .preview-popbox-mask,
.popbox-leave-active .preview-popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .preview-popbox-mask,
.popbox-leave-to .preview-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .preview-popbox-content,
.popbox-leave-active .preview-popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .preview-popbox-content,
.popbox-leave-to .preview-popbox-content {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.dialog-enter-active,
.dialog-leave-active {
  transition: all 0.22s;
}
.dialog-enter-active .popbox-tips-mask,
.dialog-leave-active .popbox-tips-mask {
  transition: all 0.22s ease-out;
}
.dialog-enter-from .popbox-tips-mask,
.dialog-leave-to .popbox-tips-mask {
  opacity: 0;
}
.dialog-enter-active .popbox-tips-content,
.dialog-leave-active .popbox-tips-content {
  transition: all 0.2s ease-out;
}
.dialog-enter-from .popbox-tips-content,
.dialog-leave-to .popbox-tips-content {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.popbox-enter-active .popbox-generate-mask,
.popbox-leave-active .popbox-generate-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-mask,
.popbox-leave-to .popbox-generate-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-generate-content,
.popbox-leave-active .popbox-generate-content {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-content,
.popbox-leave-to .popbox-generate-content {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}
.popbox-enter-active .draft-popbox-mask,
.popbox-leave-active .draft-popbox-mask {
  transition: all 0.3s ease-out;
}
.popbox-enter-from .draft-popbox-mask,
.popbox-leave-to .draft-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .draft-popbox-content,
.popbox-leave-active .draft-popbox-content {
  transition: all 0.26s ease-out;
}
.popbox-enter-from .draft-popbox-content,
.popbox-leave-to .draft-popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.6rem, 0);
}
.root-simulator {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 1.16rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.m-simulator {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simulator-left {
  width: 3.834rem;
  flex: 0 0 3.834rem;
}
.simulator-left .switch-tab {
  margin-right: 0.4rem;
}
.m-panels .m-search {
  margin: 0.2rem auto;
}
.switch-tab-list {
  display: flex;
}
.switch-tab {
  flex: 1;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: #8b9ec2;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  position: relative;
  white-space: nowrap;
  transition: all 0.1s ease-out;
}
.switch-tab:hover {
  color: #fff;
}
.switch-tab.--active {
  color: #fff;
}
.simulator-center {
  width: 7.776rem;
}
.simulator-center > .m-panels {
  position: relative;
}
.simulator-right {
  width: 5.994rem;
}
.simulator-right .m-role {
  border-width: 1px;
}
.require-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}.seat-traitparty-list {
  display: flex;
  flex-direction: row;
}
.traitparty-pic {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #0c1629;
  position: relative;
}
.traitparty-pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.traitparty-pic::after {
  content: "";
  position: absolute;
  left: -0.11rem;
  top: -0.04rem;
  width: 0.62rem;
  height: 0.48rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-traitparty.png") no-repeat;
  background-size: 100% 100%;
}.m-traitparty-config .m-seat {
  width: 100%;
  height: 100%;
}
.m-traitparty-config .m-textarea {
  margin-top: 0.3rem;
}
.traitparty-config-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.traitparty-config-item {
  display: flex;
  align-items: center;
}
.traitparty-config-item:last-child .traitparty-config-name {
  margin-right: 0.05rem;
}
.traitparty-config-item:last-child .traitparty-config-seat {
  margin: 0 0.05rem;
}
.seat-traitparty-list {
  display: flex;
}
.seat-traitparty-list .m-seat-item .m-seat-avatar {
  border-radius: 50%;
}
.traitparty-config-name {
  font-size: 0.14rem;
  color: #f1f2f8;
  margin-right: 0.1rem;
}
.traitparty-config-seat {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.2rem 0 0.1rem;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
  position: relative;
  cursor: pointer;
}
.traitparty-config-seat:hover .m-seat {
  transition: all 0.1s ease-out;
  border-color: #fd8f25;
}
.traitparty-config-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  overflow: hidden;
}
.traitparty-config-seat-num {
  padding: 0 0.04rem;
  line-height: 0.16rem;
  color: #0c1629;
  font-size: 0.12rem;
  background-color: #e8c876;
  border-radius: 1rem;
  position: absolute;
  right: -0.01rem;
  bottom: -0.01rem;
  z-index: 5;
}
.traitparty-config-title {
  color: #f1f2f8;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  margin: 0.24rem 0 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #182234;
  position: relative;
}
.traitparty-config-tabulate {
  display: flex;
  align-items: center;
  margin-right: -0.1rem;
}
.traitparty-config-tabulate .traitparty-config-seat {
  width: 0.4rem;
  height: 0.4rem;
}
.traitparty-config-tabulate-item {
  display: flex;
  align-items: center;
}
.traitparty-config-tabulate-name {
  font-size: 0.14rem;
  color: #8a9ec2;
  margin: 0 0.08rem 0 0.06rem;
}
.--lang-en .buff-config-seat {
  margin: 0 0.06rem;
}
.--lang-en .rune-config-tabulate-name {
  margin: 0 0.06rem 0 0.04rem;
}
.--lang-th .buff-config-seat {
  margin: 0 0.06rem;
}
.--lang-th .rune-config-tabulate-name {
  margin: 0 0.06rem 0 0.04rem;
}.m-trait {
  display: inline-flex;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.04rem;
  border-width: 0.02rem;
  border-style: solid;
  overflow: hidden;
  position: relative;
}
.trait-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}.m-popbox-traitparty-check {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popbox-traitparty-check-head {
  flex-shrink: 0;
  padding: 0.2rem 0.3rem;
}
.popbox-traitparty-check-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0.25rem 0 0.35rem;
  margin-right: 0.05rem;
}
.popbox-traitparty-check-group {
  margin-bottom: 0.3rem;
}
.popbox-traitparty-check-title {
  display: flex;
  align-items: center;
}
.popbox-traitparty-check-title-text {
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #f1f2f8;
  padding-right: 0.2rem;
}
.popbox-traitparty-check-line {
  flex: 1;
  height: 1px;
  background-color: #1e2a3f;
}
.popbox-traitparty-check-list {
  margin: 0.2rem -0.2rem -0.15rem -0.08rem;
  display: flex;
  flex-wrap: wrap;
}
.popbox-traitparty-check-list .m-role {
  display: flex;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.popbox-traitparty-check-list .m-badge {
  top: -0.11rem;
  right: 0rem;
}
.popbox-traitparty-check-item {
  width: 0.7rem;
  cursor: pointer;
  position: relative;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
  margin-bottom: 0.18rem;
}
.popbox-traitparty-check-item:hover {
  transform: scale(1.1);
}
.popbox-traitparty-check-item.--current {
  transform: none;
}
.popbox-traitparty-check-item.--current .m-role {
  border-color: #fd8f25;
  box-shadow: 0 0 0.12rem rgba(253, 143, 37, 0.5);
}
.popbox-traitparty-check-item.--current .popbox-traitparty-check-name {
  color: #fff;
}
.popbox-traitparty-check-item.--disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.popbox-traitparty-check-item.--disabled:hover {
  transform: scale(1);
}
.popbox-traitparty-check-name {
  color: #8a9ec2;
  font-size: 0.12rem;
  margin-top: 0.1rem;
  text-align: center;
  width: 0.55rem;
}
.popbox-traitparty-check-result {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.3rem -0.2rem;
  padding-top: 0.17rem;
  position: relative;
  flex-shrink: 0;
}
.popbox-traitparty-check-result .m-trait {
  display: flex;
  margin: auto;
  width: 0.54rem;
  height: 0.54rem;
}
.popbox-traitparty-check-result .popbox-traitparty-check-item.--current .m-role {
  box-shadow: none;
}
.popbox-traitparty-check-result .m-delete {
  top: -0.07rem;
  right: 0.02rem;
}
.m-trait {
  border-radius: 50%;
}
.popbox-traitparty-check-result-mask {
  width: 100%;
  height: 0.4rem;
  position: absolute;
  top: -0.4rem;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(to top, rgb(19, 29, 48), rgba(19, 29, 48, 0));
  pointer-events: none;
}
:root {
  --font-bold: rgbk;
  --font-normal: bgbk;
}
.--lang-cn {
  --font-bold: bgbk;
  --font-normal: rgbk;
}
@font-face {
  font-family: bgbk;
}
@font-face {
  font-family: rgbk;
}
body {
  font-size: 0;
  line-height: 1;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-normal), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
@supports (-moz-appearance: none) {
* {
    scrollbar-color: #252e3f transparent;
    scrollbar-width: thin;
    overflow-style: none;
}
}
::scrollbar {
  width: 0.08rem;
}
::-moz-scrollbar {
  width: 0.08rem;
}
::-webkit-scrollbar {
  width: 0.08rem;
}
::scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-moz-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}

/* 样式重置 end */
/* 基本布局 start */
html,
body {
  background: #020b1c;
  width: 100%;
  height: 100%;
}
.root-simulator {
  padding: 0.42rem 0.3rem 1rem;
  max-width: 19.2rem;
  margin: auto;
  background: #020b1c;
}

/* 基本布局 end */
.--price-sty0 {
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.--price-sty1 {
  border-color: #999;
  background-color: #999;
}
.--price-sty2 {
  border-color: #5fcc29;
  background-color: #5fcc29;
}
.--price-sty3 {
  border-color: #297acc;
  background-color: #297acc;
}
.--price-sty4 {
  border-color: #cc29cc;
  background-color: #cc29cc;
}
.--price-sty5 {
  border-color: #cca329;
  background-color: #cca329;
}
.--price-sty6 {
  border-color: transparent;
  border-width: 0 !important;
  background: linear-gradient(225deg, #fefe58, #ea9df4, #b29fe8);
}
.--price-sty6 .role-pic {
  width: calc(100% - 0.04rem);
  height: calc(100% - 0.04rem);
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
}
.tooltips-fade-enter-active,
.tooltips-fade-leave-active {
  transition: all 0.2s ease-out;
}
.tooltips-fade-enter-from,
.tooltips-fade-leave-to {
  opacity: 0;
}
.tooltips-enter-active,
.tooltips-leave-active {
  transition: all 0.22s ease-out;
}
.tooltips-enter-from,
.tooltips-leave-to {
  opacity: 0;
  margin-top: 0.2rem;
}
.popbox-enter-active,
.popbox-leave-active {
  transition: all 0.28s;
  pointer-events: none;
}
.popbox-enter-active .popbox-mask,
.popbox-leave-active .popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-mask,
.popbox-leave-to .popbox-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-content,
.popbox-leave-active .popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .popbox-content,
.popbox-leave-to .popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0);
}
.popbox-enter-active .preview-popbox-mask,
.popbox-leave-active .preview-popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .preview-popbox-mask,
.popbox-leave-to .preview-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .preview-popbox-content,
.popbox-leave-active .preview-popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .preview-popbox-content,
.popbox-leave-to .preview-popbox-content {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.dialog-enter-active,
.dialog-leave-active {
  transition: all 0.22s;
}
.dialog-enter-active .popbox-tips-mask,
.dialog-leave-active .popbox-tips-mask {
  transition: all 0.22s ease-out;
}
.dialog-enter-from .popbox-tips-mask,
.dialog-leave-to .popbox-tips-mask {
  opacity: 0;
}
.dialog-enter-active .popbox-tips-content,
.dialog-leave-active .popbox-tips-content {
  transition: all 0.2s ease-out;
}
.dialog-enter-from .popbox-tips-content,
.dialog-leave-to .popbox-tips-content {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.popbox-enter-active .popbox-generate-mask,
.popbox-leave-active .popbox-generate-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-mask,
.popbox-leave-to .popbox-generate-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-generate-content,
.popbox-leave-active .popbox-generate-content {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-content,
.popbox-leave-to .popbox-generate-content {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}
.popbox-enter-active .draft-popbox-mask,
.popbox-leave-active .draft-popbox-mask {
  transition: all 0.3s ease-out;
}
.popbox-enter-from .draft-popbox-mask,
.popbox-leave-to .draft-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .draft-popbox-content,
.popbox-leave-active .draft-popbox-content {
  transition: all 0.26s ease-out;
}
.popbox-enter-from .draft-popbox-content,
.popbox-leave-to .draft-popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.6rem, 0);
}
.root-simulator {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 1.16rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.m-simulator {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simulator-left {
  width: 3.834rem;
  flex: 0 0 3.834rem;
}
.simulator-left .switch-tab {
  margin-right: 0.4rem;
}
.m-panels .m-search {
  margin: 0.2rem auto;
}
.switch-tab-list {
  display: flex;
}
.switch-tab {
  flex: 1;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: #8b9ec2;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  position: relative;
  white-space: nowrap;
  transition: all 0.1s ease-out;
}
.switch-tab:hover {
  color: #fff;
}
.switch-tab.--active {
  color: #fff;
}
.simulator-center {
  width: 7.776rem;
}
.simulator-center > .m-panels {
  position: relative;
}
.simulator-right {
  width: 5.994rem;
}
.simulator-right .m-role {
  border-width: 1px;
}
.require-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}.m-buff-fruit-list .goop-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.m-buff-fruit-list .goop-item .m-delete {
  top: 0;
  right: 0;
  cursor: pointer;
}
.m-buff-fruit-list .goop-item:last-child {
  margin-bottom: 0;
}
.m-buff-fruit-list .goop-head {
  flex-shrink: 0;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}
.m-buff-fruit-list .goop-head:hover .goop-head-add {
  border-color: #fd8f25;
}
.m-buff-fruit-list .goop-head-add {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #2a3446;
  border-radius: 50%;
  background-color: #131d30;
  font-size: 0.26rem;
  color: #233049;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.14s ease-out;
}
.m-buff-fruit-list .goop-pic-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
.m-buff-fruit-list .goop-pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.m-buff-fruit-list .goop-delete {
  width: 0.16rem;
  height: 0.16rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-del.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -0.03rem;
  right: -0.03rem;
  z-index: 3;
  transform-origin: 50% 50%;
  transition: all 0.1s ease-out;
}
.m-buff-fruit-list .goop-delete:hover {
  transform: scale(1.1);
}
.m-buff-fruit-list .goop-body {
  flex: 1;
  padding-left: 0.16rem;
  overflow: hidden;
  position: relative;
}
.m-buff-fruit-list .goop-name {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.04rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-buff-fruit-list .goop-des {
  font-size: 0.14rem;
  color: #8a9ec2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-buff-fruit-list .goop-add {
  height: 0.4rem;
  border-radius: 0.04rem;
  overflow: hidden;
  background-color: #0e182a;
  border: 1px solid #1e2a3f;
  position: relative;
  padding: 0 0 0 0.14rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.m-buff-fruit-list .goop-add:hover {
  border-color: #fd8f25;
}
.m-buff-fruit-list .goop-add-icon {
  font-size: 0.26rem;
  color: #233049;
  margin-top: -0.04rem;
}
.m-buff-fruit-list .goop-add-des {
  margin-left: 0.14rem;
  font-size: 0.14rem;
  color: #3e4759;
}.m-popbox-goop-check {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.m-popbox-goop-check .m-search {
  width: auto;
  margin: 0.2rem 0.3rem 0;
}
.popbox-goop-check-icon {
  width: 0.32rem;
  height: 0.32rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-entry.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: -0.06rem;
  left: -0.39rem;
}
.popbox-goop-check-head {
  flex-shrink: 0;
  padding: 0.12rem 0.4rem;
}
.popbox-goop-check-body {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0.25rem 0 0.3rem;
  margin-right: 0.05rem;
}
.popbox-goop-check-tab {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popbox-goop-check-tab-item {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
.popbox-goop-check-tab-item.--active .popbox-goop-check-tab-text {
  color: #fff;
}
.popbox-goop-check-tab-item:first-child {
  justify-content: flex-start;
  width: 11%;
  flex: none;
}
.popbox-goop-check-tab-item:last-child {
  justify-content: flex-end;
  width: 11%;
  flex: none;
}
.popbox-goop-check-tab-item:last-child .popbox-goop-check-tab-line {
  display: none;
}
.popbox-goop-check-tab-text {
  font-size: 0.16rem;
  color: #8a9ec2;
  line-height: 0.36rem;
  cursor: pointer;
  transition: all 0.12s ease-out;
}
.popbox-goop-check-tab-text:hover {
  color: #fff;
}
.popbox-goop-check-tab-line {
  width: 1px;
  height: 12px;
  background-color: #1e2a3f;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.popbox-goop-check-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0 0.1rem;
  margin-right: -0.32rem;
}
.popbox-goop-check-btn {
  width: 1.25rem;
  height: 0.32rem;
  line-height: 0.3rem;
  background-color: #0f192c;
  border: 0.01rem solid #1e2a3f;
  margin: 0 0.15rem 0.16rem 0;
  border-radius: 0.04rem;
  overflow: hidden;
  padding: 0 0.04rem;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.1s ease-out;
  cursor: pointer;
}
.popbox-goop-check-btn.--current, .popbox-goop-check-btn:hover {
  background-color: #fd8f25;
}
:root {
  --font-bold: rgbk;
  --font-normal: bgbk;
}
.--lang-cn {
  --font-bold: bgbk;
  --font-normal: rgbk;
}
@font-face {
  font-family: bgbk;
}
@font-face {
  font-family: rgbk;
}
body {
  font-size: 0;
  line-height: 1;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-normal), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
@supports (-moz-appearance: none) {
* {
    scrollbar-color: #252e3f transparent;
    scrollbar-width: thin;
    overflow-style: none;
}
}
::scrollbar {
  width: 0.08rem;
}
::-moz-scrollbar {
  width: 0.08rem;
}
::-webkit-scrollbar {
  width: 0.08rem;
}
::scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-moz-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}

/* 样式重置 end */
/* 基本布局 start */
html,
body {
  background: #020b1c;
  width: 100%;
  height: 100%;
}
.root-simulator {
  padding: 0.42rem 0.3rem 1rem;
  max-width: 19.2rem;
  margin: auto;
  background: #020b1c;
}

/* 基本布局 end */
.--price-sty0 {
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.--price-sty1 {
  border-color: #999;
  background-color: #999;
}
.--price-sty2 {
  border-color: #5fcc29;
  background-color: #5fcc29;
}
.--price-sty3 {
  border-color: #297acc;
  background-color: #297acc;
}
.--price-sty4 {
  border-color: #cc29cc;
  background-color: #cc29cc;
}
.--price-sty5 {
  border-color: #cca329;
  background-color: #cca329;
}
.--price-sty6 {
  border-color: transparent;
  border-width: 0 !important;
  background: linear-gradient(225deg, #fefe58, #ea9df4, #b29fe8);
}
.--price-sty6 .role-pic {
  width: calc(100% - 0.04rem);
  height: calc(100% - 0.04rem);
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
}
.tooltips-fade-enter-active,
.tooltips-fade-leave-active {
  transition: all 0.2s ease-out;
}
.tooltips-fade-enter-from,
.tooltips-fade-leave-to {
  opacity: 0;
}
.tooltips-enter-active,
.tooltips-leave-active {
  transition: all 0.22s ease-out;
}
.tooltips-enter-from,
.tooltips-leave-to {
  opacity: 0;
  margin-top: 0.2rem;
}
.popbox-enter-active,
.popbox-leave-active {
  transition: all 0.28s;
  pointer-events: none;
}
.popbox-enter-active .popbox-mask,
.popbox-leave-active .popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-mask,
.popbox-leave-to .popbox-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-content,
.popbox-leave-active .popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .popbox-content,
.popbox-leave-to .popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0);
}
.popbox-enter-active .preview-popbox-mask,
.popbox-leave-active .preview-popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .preview-popbox-mask,
.popbox-leave-to .preview-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .preview-popbox-content,
.popbox-leave-active .preview-popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .preview-popbox-content,
.popbox-leave-to .preview-popbox-content {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.dialog-enter-active,
.dialog-leave-active {
  transition: all 0.22s;
}
.dialog-enter-active .popbox-tips-mask,
.dialog-leave-active .popbox-tips-mask {
  transition: all 0.22s ease-out;
}
.dialog-enter-from .popbox-tips-mask,
.dialog-leave-to .popbox-tips-mask {
  opacity: 0;
}
.dialog-enter-active .popbox-tips-content,
.dialog-leave-active .popbox-tips-content {
  transition: all 0.2s ease-out;
}
.dialog-enter-from .popbox-tips-content,
.dialog-leave-to .popbox-tips-content {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.popbox-enter-active .popbox-generate-mask,
.popbox-leave-active .popbox-generate-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-mask,
.popbox-leave-to .popbox-generate-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-generate-content,
.popbox-leave-active .popbox-generate-content {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-content,
.popbox-leave-to .popbox-generate-content {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}
.popbox-enter-active .draft-popbox-mask,
.popbox-leave-active .draft-popbox-mask {
  transition: all 0.3s ease-out;
}
.popbox-enter-from .draft-popbox-mask,
.popbox-leave-to .draft-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .draft-popbox-content,
.popbox-leave-active .draft-popbox-content {
  transition: all 0.26s ease-out;
}
.popbox-enter-from .draft-popbox-content,
.popbox-leave-to .draft-popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.6rem, 0);
}
.root-simulator {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 1.16rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.m-simulator {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simulator-left {
  width: 3.834rem;
  flex: 0 0 3.834rem;
}
.simulator-left .switch-tab {
  margin-right: 0.4rem;
}
.m-panels .m-search {
  margin: 0.2rem auto;
}
.switch-tab-list {
  display: flex;
}
.switch-tab {
  flex: 1;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: #8b9ec2;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  position: relative;
  white-space: nowrap;
  transition: all 0.1s ease-out;
}
.switch-tab:hover {
  color: #fff;
}
.switch-tab.--active {
  color: #fff;
}
.simulator-center {
  width: 7.776rem;
}
.simulator-center > .m-panels {
  position: relative;
}
.simulator-right {
  width: 5.994rem;
}
.simulator-right .m-role {
  border-width: 1px;
}
.require-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}
:root {
  --font-bold: rgbk;
  --font-normal: bgbk;
}
.--lang-cn {
  --font-bold: bgbk;
  --font-normal: rgbk;
}
@font-face {
  font-family: bgbk;
}
@font-face {
  font-family: rgbk;
}
body {
  font-size: 0;
  line-height: 1;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-normal), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
@supports (-moz-appearance: none) {
* {
    scrollbar-color: #252e3f transparent;
    scrollbar-width: thin;
    overflow-style: none;
}
}
::scrollbar {
  width: 0.08rem;
}
::-moz-scrollbar {
  width: 0.08rem;
}
::-webkit-scrollbar {
  width: 0.08rem;
}
::scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-moz-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}

/* 样式重置 end */
/* 基本布局 start */
html,
body {
  background: #020b1c;
  width: 100%;
  height: 100%;
}
.root-simulator {
  padding: 0.42rem 0.3rem 1rem;
  max-width: 19.2rem;
  margin: auto;
  background: #020b1c;
}

/* 基本布局 end */
.--price-sty0 {
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.--price-sty1 {
  border-color: #999;
  background-color: #999;
}
.--price-sty2 {
  border-color: #5fcc29;
  background-color: #5fcc29;
}
.--price-sty3 {
  border-color: #297acc;
  background-color: #297acc;
}
.--price-sty4 {
  border-color: #cc29cc;
  background-color: #cc29cc;
}
.--price-sty5 {
  border-color: #cca329;
  background-color: #cca329;
}
.--price-sty6 {
  border-color: transparent;
  border-width: 0 !important;
  background: linear-gradient(225deg, #fefe58, #ea9df4, #b29fe8);
}
.--price-sty6 .role-pic {
  width: calc(100% - 0.04rem);
  height: calc(100% - 0.04rem);
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
}
.tooltips-fade-enter-active,
.tooltips-fade-leave-active {
  transition: all 0.2s ease-out;
}
.tooltips-fade-enter-from,
.tooltips-fade-leave-to {
  opacity: 0;
}
.tooltips-enter-active,
.tooltips-leave-active {
  transition: all 0.22s ease-out;
}
.tooltips-enter-from,
.tooltips-leave-to {
  opacity: 0;
  margin-top: 0.2rem;
}
.popbox-enter-active,
.popbox-leave-active {
  transition: all 0.28s;
  pointer-events: none;
}
.popbox-enter-active .popbox-mask,
.popbox-leave-active .popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-mask,
.popbox-leave-to .popbox-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-content,
.popbox-leave-active .popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .popbox-content,
.popbox-leave-to .popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0);
}
.popbox-enter-active .preview-popbox-mask,
.popbox-leave-active .preview-popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .preview-popbox-mask,
.popbox-leave-to .preview-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .preview-popbox-content,
.popbox-leave-active .preview-popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .preview-popbox-content,
.popbox-leave-to .preview-popbox-content {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.dialog-enter-active,
.dialog-leave-active {
  transition: all 0.22s;
}
.dialog-enter-active .popbox-tips-mask,
.dialog-leave-active .popbox-tips-mask {
  transition: all 0.22s ease-out;
}
.dialog-enter-from .popbox-tips-mask,
.dialog-leave-to .popbox-tips-mask {
  opacity: 0;
}
.dialog-enter-active .popbox-tips-content,
.dialog-leave-active .popbox-tips-content {
  transition: all 0.2s ease-out;
}
.dialog-enter-from .popbox-tips-content,
.dialog-leave-to .popbox-tips-content {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.popbox-enter-active .popbox-generate-mask,
.popbox-leave-active .popbox-generate-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-mask,
.popbox-leave-to .popbox-generate-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-generate-content,
.popbox-leave-active .popbox-generate-content {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-content,
.popbox-leave-to .popbox-generate-content {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}
.popbox-enter-active .draft-popbox-mask,
.popbox-leave-active .draft-popbox-mask {
  transition: all 0.3s ease-out;
}
.popbox-enter-from .draft-popbox-mask,
.popbox-leave-to .draft-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .draft-popbox-content,
.popbox-leave-active .draft-popbox-content {
  transition: all 0.26s ease-out;
}
.popbox-enter-from .draft-popbox-content,
.popbox-leave-to .draft-popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.6rem, 0);
}
.root-simulator {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 1.16rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.m-simulator {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simulator-left {
  width: 3.834rem;
  flex: 0 0 3.834rem;
}
.simulator-left .switch-tab {
  margin-right: 0.4rem;
}
.m-panels .m-search {
  margin: 0.2rem auto;
}
.switch-tab-list {
  display: flex;
}
.switch-tab {
  flex: 1;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: #8b9ec2;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  position: relative;
  white-space: nowrap;
  transition: all 0.1s ease-out;
}
.switch-tab:hover {
  color: #fff;
}
.switch-tab.--active {
  color: #fff;
}
.simulator-center {
  width: 7.776rem;
}
.simulator-center > .m-panels {
  position: relative;
}
.simulator-right {
  width: 5.994rem;
}
.simulator-right .m-role {
  border-width: 1px;
}
.require-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}.m-seat-chosen {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.1rem;
}
.seat-role-item {
  margin: 0 0.1rem;
  position: relative;
}
.seat-chosen-config {
  display: flex;
  align-items: center;
  margin: 0.1rem 0.12rem 0.1rem 0;
}
.seat-chosen-config .m-seat-item:hover .m-seat {
  border-color: #fd8f25;
}
.seat-role-item .m-role {
  width: 0.4rem;
  height: 0.4rem;
  color: #233049;
  font-size: 0.26rem;
  font-weight: 700;
  font-family: "Microsoft YaHei";
  border-radius: 0.04rem;
  border-radius: 50%;
  border-color: #fff;
}
.seat-chosen-text {
  color: #8a9ec2;
  font-size: 0.14rem;
  margin-right: 0.1rem;
}
.seat-chosen-item {
  display: flex;
  align-items: center;
}
.seat-chosen-icon {
  width: 0.13rem;
  height: 0.15rem;
  position: absolute;
  top: 50%;
  margin-top: -0.07rem;
  right: -0.05rem;
  pointer-events: none;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-season-star.png") no-repeat center/100%;
}
.seat-chosen-row {
  width: 0.04rem;
  height: 0.4rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-lineup-arrow-right.png") no-repeat center center;
  background-size: contain;
  margin: 0 0.1rem;
}
.seat-chosen-fetters-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.seat-chosen-fetters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.32rem;
  background: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg.png") no-repeat center/100%;
  margin-right: 0.14rem;
  cursor: pointer;
}
.seat-chosen-fetters.--active {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg-light.png");
}
.seat-chosen-fetters.--active .seat-chosen-fetters-icon {
  filter: brightness(0.01);
}
.seat-chosen-fetters:hover {
  background-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-chosen-bg-light.png");
}
.seat-chosen-fetters-icon {
  width: 0.18rem;
  margin-top: 0.02rem;
}.chosen-config {
  display: flex;
  align-items: center;
}
:root {
  --font-bold: rgbk;
  --font-normal: bgbk;
}
.--lang-cn {
  --font-bold: bgbk;
  --font-normal: rgbk;
}
@font-face {
  font-family: bgbk;
}
@font-face {
  font-family: rgbk;
}
body {
  font-size: 0;
  line-height: 1;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--font-normal), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
}
@supports (-moz-appearance: none) {
* {
    scrollbar-color: #252e3f transparent;
    scrollbar-width: thin;
    overflow-style: none;
}
}
::scrollbar {
  width: 0.08rem;
}
::-moz-scrollbar {
  width: 0.08rem;
}
::-webkit-scrollbar {
  width: 0.08rem;
}
::scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-moz-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #252e3f;
  border-radius: 5px;
}

/* 样式重置 end */
/* 基本布局 start */
html,
body {
  background: #020b1c;
  width: 100%;
  height: 100%;
}
.root-simulator {
  padding: 0.42rem 0.3rem 1rem;
  max-width: 19.2rem;
  margin: auto;
  background: #020b1c;
}

/* 基本布局 end */
.--price-sty0 {
  border-color: #fd8f25;
  background-color: #fd8f25;
}
.--price-sty1 {
  border-color: #999;
  background-color: #999;
}
.--price-sty2 {
  border-color: #5fcc29;
  background-color: #5fcc29;
}
.--price-sty3 {
  border-color: #297acc;
  background-color: #297acc;
}
.--price-sty4 {
  border-color: #cc29cc;
  background-color: #cc29cc;
}
.--price-sty5 {
  border-color: #cca329;
  background-color: #cca329;
}
.--price-sty6 {
  border-color: transparent;
  border-width: 0 !important;
  background: linear-gradient(225deg, #fefe58, #ea9df4, #b29fe8);
}
.--price-sty6 .role-pic {
  width: calc(100% - 0.04rem);
  height: calc(100% - 0.04rem);
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
}
.tooltips-fade-enter-active,
.tooltips-fade-leave-active {
  transition: all 0.2s ease-out;
}
.tooltips-fade-enter-from,
.tooltips-fade-leave-to {
  opacity: 0;
}
.tooltips-enter-active,
.tooltips-leave-active {
  transition: all 0.22s ease-out;
}
.tooltips-enter-from,
.tooltips-leave-to {
  opacity: 0;
  margin-top: 0.2rem;
}
.popbox-enter-active,
.popbox-leave-active {
  transition: all 0.28s;
  pointer-events: none;
}
.popbox-enter-active .popbox-mask,
.popbox-leave-active .popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-mask,
.popbox-leave-to .popbox-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-content,
.popbox-leave-active .popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .popbox-content,
.popbox-leave-to .popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0);
}
.popbox-enter-active .preview-popbox-mask,
.popbox-leave-active .preview-popbox-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .preview-popbox-mask,
.popbox-leave-to .preview-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .preview-popbox-content,
.popbox-leave-active .preview-popbox-content {
  transition: all 0.24s ease-out;
}
.popbox-enter-from .preview-popbox-content,
.popbox-leave-to .preview-popbox-content {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}
.dialog-enter-active,
.dialog-leave-active {
  transition: all 0.22s;
}
.dialog-enter-active .popbox-tips-mask,
.dialog-leave-active .popbox-tips-mask {
  transition: all 0.22s ease-out;
}
.dialog-enter-from .popbox-tips-mask,
.dialog-leave-to .popbox-tips-mask {
  opacity: 0;
}
.dialog-enter-active .popbox-tips-content,
.dialog-leave-active .popbox-tips-content {
  transition: all 0.2s ease-out;
}
.dialog-enter-from .popbox-tips-content,
.dialog-leave-to .popbox-tips-content {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.popbox-enter-active .popbox-generate-mask,
.popbox-leave-active .popbox-generate-mask {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-mask,
.popbox-leave-to .popbox-generate-mask {
  opacity: 0;
}
.popbox-enter-active .popbox-generate-content,
.popbox-leave-active .popbox-generate-content {
  transition: all 0.28s ease-out;
}
.popbox-enter-from .popbox-generate-content,
.popbox-leave-to .popbox-generate-content {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}
.popbox-enter-active .draft-popbox-mask,
.popbox-leave-active .draft-popbox-mask {
  transition: all 0.3s ease-out;
}
.popbox-enter-from .draft-popbox-mask,
.popbox-leave-to .draft-popbox-mask {
  opacity: 0;
}
.popbox-enter-active .draft-popbox-content,
.popbox-leave-active .draft-popbox-content {
  transition: all 0.26s ease-out;
}
.popbox-enter-from .draft-popbox-content,
.popbox-leave-to .draft-popbox-content {
  opacity: 0;
  transform: translate3d(0, 0.6rem, 0);
}
.root-simulator {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 1.16rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.m-simulator {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.simulator-left {
  width: 3.834rem;
  flex: 0 0 3.834rem;
}
.simulator-left .switch-tab {
  margin-right: 0.4rem;
}
.m-panels .m-search {
  margin: 0.2rem auto;
}
.switch-tab-list {
  display: flex;
}
.switch-tab {
  flex: 1;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  color: #8b9ec2;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--font-bold), "Microsoft YaHei", system-ui, "calibri", "Roboto", Verdana, "PingFang SC", "Hiragino Sans GB", Arial, Helvetica, sans-serif;
  position: relative;
  white-space: nowrap;
  transition: all 0.1s ease-out;
}
.switch-tab:hover {
  color: #fff;
}
.switch-tab.--active {
  color: #fff;
}
.simulator-center {
  width: 7.776rem;
}
.simulator-center > .m-panels {
  position: relative;
}
.simulator-right {
  width: 5.994rem;
}
.simulator-right .m-role {
  border-width: 1px;
}
.require-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("https://game.gtimg.cn/images/jk/TSimulatorTest/image/icon-require.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  margin-left: 0.1rem;
  background-color: #fe3e3e;
}