/*reset*/
::-webkit-input-placeholder {
  color: #999;
}

input[type=text],
input[type=password],
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
  width: 100%;
}

a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body, html {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%;
  min-height: 100%;
  background: #000;
  font-family: -apple-system, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}

.hide {
  display: none;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

a {
  text-decoration: none;
}

/* a:focus { outline: none; } */
#afooter {
  color: #d1cfcf;
  font-size: 0.18rem;
  background: #000000;
  line-height: 0.3rem;
  text-align: center;
  padding: 0.12rem 0 0.2rem;
  width: 100%;
}

.db {
  display: block;
  text-indent: -999em;
}

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

.hidden {
  display: none;
}

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

img[src=""],
img:not([src]) {
  opacity: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-full {
  width: 100%;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gap-5 {
  gap: 0.05rem;
}

.gap-10 {
  gap: 0.1rem;
}

.gap-20 {
  gap: 0.2rem;
}

.gap-30 {
  gap: 0.3rem;
}

.gap-40 {
  gap: 0.4rem;
}

.gap-50 {
  gap: 0.5rem;
}

.gap-60 {
  gap: 0.6rem;
}

.gap-70 {
  gap: 0.7rem;
}

.gap-80 {
  gap: 0.8rem;
}

.gap-90 {
  gap: 0.9rem;
}

.gap-100 {
  gap: 1rem;
}

.gap-110 {
  gap: 1.1rem;
}

.gap-120 {
  gap: 1.2rem;
}

.gap-130 {
  gap: 1.3rem;
}

.margin-top-5 {
  margin-top: 0.05rem;
}

.margin-top-10 {
  margin-top: 0.1rem;
}

.margin-top-20 {
  margin-top: 0.2rem;
}

.margin-top-30 {
  margin-top: 0.3rem;
}

.margin-top-40 {
  margin-top: 0.4rem;
}

.margin-top-50 {
  margin-top: 0.5rem;
}

.margin-top-60 {
  margin-top: 0.6rem;
}

.margin-top-70 {
  margin-top: 0.7rem;
}

.margin-top-80 {
  margin-top: 0.8rem;
}

.margin-top-90 {
  margin-top: 0.9rem;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

@font-face {
  font-family: "fzltz";
  src: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/font/fzltz.ttf);
}
@font-face {
  font-family: "fzltc";
  src: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/font/fzltc.ttf);
}
@font-face {
  font-family: "fzdlthj";
  src: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/font/fzdlthj.TTF);
}
#app {
  font-family: "fzltc", "Helvetica", "Arial";
}

.icon-jia-square {
  display: block;
  width: 0.91rem;
  height: 0.91rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.1);
  background-color: #213e51;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon-jia-square:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.03rem;
  height: 0.37rem;
  background-color: #799cb3;
}

.icon-jia-square::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.37rem;
  height: 0.03rem;
  background-color: #799cb3;
}

.icon-jia-circle {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 0.01rem solid rgba(255, 255, 255, 0.1);
  background-color: #3c596b;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon-jia-circle img, .icon-jia-square img {
  position: absolute;
  z-index: 9;
}

.icon-jia-circle img {
  border-radius: 50%;
}

.icon-jia-circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.03rem;
  height: 0.37rem;
  background-color: #a5cde5;
}

.icon-jia-circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.37rem;
  height: 0.03rem;
  background-color: #a5cde5;
}

.icon-addSkill-square {
  display: block;
  width: 0.32rem;
  height: 0.3rem;
  background-color: #22465c;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon-addSkill-square:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 0.01rem;
  background-color: #b1d2e6;
}

.icon-addSkill-square::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.01rem;
  height: 0.1rem;
  background-color: #b1d2e6;
}

.icon-subtractSkill-square {
  display: block;
  width: 0.32rem;
  height: 0.3rem;
  background-color: #22465c;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon-subtractSkill-square:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 0.01rem;
  background-color: #b1d2e6;
}

.publish-btn {
  background: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/m/btn/publish-btn.png) no-repeat center center;
  background-size: 100% 100%;
  width: 1.41rem;
  height: 0.41rem;
  text-align: center;
  line-height: 0.45rem;
  color: #ecda9c;
  font-size: 0.2rem;
}

input, textarea, select, button {
  border: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.icon-up {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.01rem solid #a0b0bd;
  border-left: 0.01rem solid #a0b0bd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-down {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.01rem solid #a0b0bd;
  border-left: 0.01rem solid #a0b0bd;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.icon-baoshi-b {
  display: block;
  background: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/icon/icon-baoshi-b.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.1rem;
  height: 0.17rem;
}

.icon-baoshi-y {
  display: block;
  background: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/icon/icon-baoshi-y.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.16rem;
  height: 0.15rem;
}

.icon-baoshi-y1 {
  display: block;
  background: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/icon/icon-baoshi-y1.png) no-repeat center center;
  background-size: 100% 100%;
  width: 0.09rem;
  height: 0.15rem;
}

.icon-unbaoshi {
  display: block;
  background: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/icon/icon-unbaoshi.png) no-repeat center center;
  width: 0.16rem;
  height: 0.15rem;
  background-size: 100% 100%;
}

.icon-refresh {
  display: block;
  background: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/m/pop/pop8-sp.png) no-repeat -4.71rem 0;
  background-size: 6rem 6rem;
  width: 0.28rem;
  height: 0.28rem;
}

.icon-close-circle {
  display: block;
  background: url(https://game.gtimg.cn/images/fz/cp/a20250320LA/icon/icon-close-circle.png) no-repeat center center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}

.fw-bg {
  border-radius: 50%;
}

.fw-bg.fw-legendary {
  background: -webkit-gradient(linear, left top, right bottom, from(#392509), to(#a16305));
  background: linear-gradient(to right bottom, #392509, #a16305);
  -webkit-box-shadow: inset 0 0 2px rgba(243, 147, 3, 0.5) !important;
          box-shadow: inset 0 0 2px rgba(243, 147, 3, 0.5) !important;
}

.fw-bg.fw-epic {
  background: -webkit-gradient(linear, left top, right bottom, from(#2e083b), to(#8004a9));
  background: linear-gradient(to right bottom, #2e083b, #8004a9);
  -webkit-box-shadow: inset 0 0 2px rgba(191, 0, 254, 0.5) !important;
          box-shadow: inset 0 0 2px rgba(191, 0, 254, 0.5) !important;
}

.fw-bg.fw-rare {
  background: -webkit-gradient(linear, left top, right bottom, from(#082c3b), to(#0479a9));
  background: linear-gradient(to right bottom, #082c3b, #0479a9);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 181, 255, 0.5) !important;
          box-shadow: inset 0 0 2px rgba(0, 181, 255, 0.5) !important;
}

.fw-bg.fw-uncommon {
  background: -webkit-gradient(linear, left top, right bottom, from(#1e2f08), to(#4c8204));
  background: linear-gradient(to right bottom, #1e2f08, #4c8204);
  -webkit-box-shadow: inset 0 0 2px rgba(111, 195, 0, 0.5) !important;
          box-shadow: inset 0 0 2px rgba(111, 195, 0, 0.5) !important;
}/*# sourceMappingURL=comm.css.map */