.model-box {
  position: relative;
  margin-bottom: 10px;
}

.model-splash {
  width: 100%;
  height: 360px;
  border-radius: 4px;
  position: relative;
  background-color: #d4d4d4;
  overflow: hidden;
}

.splash-board {
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.splash-board.mt-sub {
  position: absolute;
  z-index: 2;
  display: none;
}

.model-box.mt-show .splash-board.mt-sub {
  display: block;
}

.model-splash video {
  width: 100%;
  position: absolute;
  top: -15%;
  z-index: 2;
}

@media (max-width: 1024px) {
  .model-splash video {
    position: static;
  }
}

.model-splash::before {
  content: '';
  background-image: -webkit-linear-gradient(0deg,
      rgba(252, 252, 252, 0) 40%,
      rgba(252, 252, 252, 0.95) 80%,
      rgba(252, 252, 252, 1) 100%);
  background-image: -moz-linear-gradient(90deg,
      rgba(252, 252, 252, 0) 40%,
      rgba(252, 252, 252, 0.95) 80%,
      rgba(252, 252, 252, 1) 100%);
  background-image: linear-gradient(90deg,
      rgba(252, 252, 252, 0) 40%,
      rgba(252, 252, 252, 0.95) 80%,
      rgba(252, 252, 252, 1) 100%);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .model-splash {
    border-radius: 0;
    height: 180px;
    background-position: center;
    background-size: 100% auto;
  }

  .model-splash::before {
    display: none;
  }
}

.mod-title-en {
  color: #ffffffdb;
  text-align: right;
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 1;
  position: absolute;
  left: 15px;
  bottom: 10px;
  z-index: 4;
}

.model-info {
  float: right;
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 10%;
}

.model-info p {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .model-info {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 15px 10px;
    position: static;
  }

  .mod-title-en {
    left: 5px;
    bottom: 5px;
  }
}

.model-info .mod-title {
  text-align: right;
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 0;
}

.model-info .mod-title a {
  color: #000000a8;
}

.model-info .mod-name {
  text-align: right;
  font-size: 24px;
  margin-top: 0;
}

.model-info .mod-rank {
  text-align: right;
  font-size: 12px;
  color: #4CAF50;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.rank-trend-num {
  margin-left: 4px;
}

.rank-trend-num.up {
  color: #F44336;
}

.rank-trend-num.down {
  color: #4CAF50;
}

.rank-trend {
  display: inline-block;
  margin-left: 5px;
}

.rank-trend.unchanged {
  width: 10px;
  height: 2px;
  background-color: #8bbbc1;
}

.rank-trend.up {
  border: 6px solid transparent;
  border-bottom: 6px solid #F44336;
  position: relative;
  top: -3px;
}

.rank-trend.down {
  border: 6px solid transparent;
  border-top: 6px solid #4CAF50;
  position: relative;
  top: 3px;
}

@media (max-width: 1024px) {
  .model-info .mod-title {
    /* text-align: left; */
    font-weight: 600;
    font-size: 30px;
  }

  .model-info .mod-name {
    /* text-align: left; */
    font-size: 20px;
    font-weight: 400;
  }
}


.model-info .mod-name a {
  color: #909090;
}

.model-info .mod-bio {
  overflow: hidden;
}

.model-info .mod-bio .comment {
  font-size: 12px;
  color: #484848;
  max-width: 400px;
  text-indent: 20px;
  text-align: justify;
  float: right;
}

.model-info .mod-bio .splash-artists {
  color: #00000069;
  font-style: italic;
}

.model-info .mod-bio .splash-artists a {
  color: #00000069;
}

.model-info .mod-bio .splash-artists a:hover {
  color: #00abd9;
}

.model-info .mod-tag {
  text-align: right;
}

.models-btns {
  position: relative;
}

.models-btns .splash-btn {
  position: relative;
  color: #fff;
  background-color: #fff;
  border: 1px solid #21b385;
  float: left;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .models-btns {
    padding-left: 10px;
    float: left;
  }
}

.splash-more {
  float: right;
  border-radius: 0 4px 4px 0;
  display: block;
  height: 100%;
  color: #fff;
  border-left: 1px solid #158e68;
  width: 30px;
  text-align: center;
}

.splash-more>a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.like-btn {
  padding: 0 10px;
}

.collect-btn {
  padding: 0 10px;
}

.collect-btn i {
  margin: 0;
}

.mt-sd-btn>a,
.mt-hd-btn>a,
.sd-btn>a,
.hd-btn>a,
.concept-btn>a,
.elementalist-btn {
  float: left;
  color: #fff;
  padding: 0 10px;
  user-select: none;
}

/* 大元素使 拉克丝 形态进阶模拟工具 */

.models-btns .splash-btn.elementalist-btn {
  background-color: #8260ff;
  border-color: #8260ff;
}

.models-btns .splash-btn.elementalist-btn:hover {
  background-color: #7755f3;
}

/* 手游标清 */

.models-btns .splash-btn.mt-sd-btn {
  background-color: #ff5a93;
  border-color: #ff5a93;
}

.models-btns .splash-btn.mt-sd-btn:hover {
  background-color: #ef457f;
}

/* 手游高清 */

.models-btns .splash-btn.mt-hd-btn {
  background-color: #20aded;
  border-color: #20aded;
}

.models-btns .splash-btn.mt-hd-btn>a:hover,
.models-btns .splash-btn.mt-hd-btn .splash-more:hover {
  background-color: #18a0dd;
}

.need-login-btn {
  padding: 0 10px;
}

/* 标清 */

.models-btns .splash-btn.sd-btn {
  background-color: #e39a3b;
  border-color: #e39a3b;
}

.models-btns .splash-btn.sd-btn .splash-more {
  border-color: #c07c24;
}

.models-btns .splash-btn.sd-btn>a:hover,
.models-btns .splash-btn.sd-btn .splash-more:hover {
  background-color: #cf892f;
}

/* 高清 */

.models-btns .splash-btn.hd-btn {
  background-color: #21b385;
  border-color: #21b385;
}

.models-btns .splash-btn.hd-btn>a:hover,
.models-btns .splash-btn.hd-btn .splash-more:hover {
  background-color: #1ca87c;
}

.need-login-btn {
  padding: 0 10px;
}

/* 概念 */

.models-btns .splash-btn.concept-btn {
  background-color: #70b321;
  border-color: #70b321;
}

.models-btns .splash-btn.concept-btn:hover {
  background-color: #68aa19;
}

/* 点赞 */

.models-btns .splash-btn.like-btn {
  color: #ff4d8f;
  border-color: #ff4d8f;
}

.models-btns .splash-btn.like-btn:hover {
  background-color: #ff4d8f;
}

.models-btns .splash-btn.like-btn.liked {
  color: #fff;
  background-color: #ff4d8f;
}

.models-btns .splash-btn.like-btn:hover i {
  color: #fff;
}

/* 收藏 */

.models-btns .splash-btn.collect-btn {
  color: #21b385;
}

.models-btns .splash-btn.collect-btn:hover {
  background-color: #21b385;
}

.models-btns .splash-btn.collect-btn.collected {
  color: #fff;
  background-color: #21b385;
}

.models-btns .splash-btn.collect-btn:hover i {
  color: #fff;
}

/* 打包下载 */

.models-btns .splash-btn.fd-btn {
  background-color: #f44336;
  border-color: #f44336;
  padding: 0 5px 0 10px;
  position: relative;
}

.models-btns .splash-btn.fd-btn:hover {
  background-color: #e22416;
  border-color: #e22416;
}

.fd-btn>a {
  padding: 0 10px;
  float: left;
  color: #fff;
}

.models-btns .splash-btn.fd-btn .iconfont {
  margin: 0 0 0 5px;
}

.need-login-btn:hover .login-feature {
  display: block;
}

.splash-help-box {
  clear: both;
}

.splash-help-box p,
.splash-help-box a {
  font-size: 12px;
  color: #6b6b6b;
}

.splash-help-box a:hover {
  color: #1da1f2;
}

.splash-help-box p {
  margin-bottom: 4px;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
}

.splash-help-box p i {
  display: inline-block;
}

.splash-help-box p.sup-us a {
  color: #4caf50;
}

.splash-help-box p.sup-us a:hover {
  color: #609424;
}

.splash-help-box p.source-link a {
  color: #a7a7a7;
}

.splash-help-box p.source-link a:hover {
  color: #e08600;
}

@keyframes breath {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }
}

.login-feature {
  display: none;
  position: absolute;
  width: 300px;
  height: 160px;
  background-image: url('/static/arts/img/login-feature.jpg');
  background-color: #ffffff;
  border-radius: 5px;
  bottom: 33px;
  right: 0;
  z-index: 9999;
}

.login-feature .login-show {
  position: absolute;
  top: 115px;
  left: 15px;
  cursor: pointer;
  background-color: #ff7f12;
  border-radius: 5px;
  padding: 0 10px;
}

.login-feature .login-show:hover {
  background-color: #ec750c;
}

.model-item {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.model-item img {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0.8;
}

.model-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

#model-more-show:hover {
  opacity: 1;
}

#model-more-show .iconfont {
  z-index: 2;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
}

.chromas-box {
  background-color: white;
  width: 235px;
  min-height: 235px;
  z-index: 9;
  position: absolute;
  bottom: 55px;
  left: 50%;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0 5px 14px #373737;
  background-image: url('/static/arts/img/map_bg.jpg');
  background-position: 0 0;
  transition: background 0.3s;
  display: none;
}

.chromas-box.aram {
  background-position: -235px 0;
}

.chromas-box::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #19271c;
  position: absolute;
  bottom: -10px;
  left: 106px;
  transform: rotate(180deg);
}

.chromas-box.active {
  display: block;
}

@media (max-width: 1024px) {
  .chromas-box {
    bottom: auto;
    top: 10px;
  }

  .chromas-box::before {
    display: none;
  }
}

.chroma-bg {
  position: absolute;
  right: 5px;
  top: 5px;
}

.chroma-bg>div {
  background-image: url(/static/arts/img/game_map.png);
  float: left;
  width: 15px;
  height: 15px;
  background-size: 30px 30px;
  margin: 0 2px;
  cursor: pointer;
}

.chroma-bg .chroma-bg-sru {
  background-position: 0 -0;
}

.chroma-bg .chroma-bg-sru:hover,
.chroma-bg .chroma-bg-sru.active {
  background-position: -15px 0;
}

.chroma-bg .chroma-bg-aram {
  background-position: 0 -15px;
}

.chroma-bg .chroma-bg-aram:hover,
.chroma-bg .chroma-bg-aram.active {
  background-position: -15px -15px;
}

.chroma-warp {
  overflow: hidden;
  width: 100%;
  background-color: #000000b3;
}

.chromas-list {
  min-height: 30px;
  width: 100%;
  text-align: center;
  margin: 5px 0;
}

.chroma-option {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin: 0 2px 0;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 50px;
  cursor: pointer;
}

.chroma-option:hover,
.chroma-option.active {
  border-color: #e3ba7b;
}

.chroma-view {
  width: 230px;
  height: 225px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.chroma-name {
  width: 100%;
  min-height: 18px;
  color: #cacaca;
  text-align: center;
  font-size: 12px;
}

#chroma-btn {
  display: none;
  border-radius: 50px;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: 50%;
  bottom: -12px;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.3s;
  overflow: hidden;
  cursor: pointer;
  background-image: url('/static/arts/img/chroma_circle.png');
  background-size: cover;
  animation: rotate-loop 10s infinite linear !important;
}

#chroma-btn.active {
  display: block;
}

@media (max-width: 1024px) {
  #chroma-btn {
    bottom: -13px;
  }
}

#chroma-btn:hover {
  opacity: 0.9;
}

.faction-tag {
  font-size: 12px;
  position: absolute;
  left: 15px;
  bottom: 30px;
  z-index: 4;
  border-radius: 4px;
  overflow: hidden;
  color: #4caf50;
  background-color: #fff;
  border: 1px solid #4caf50;
  height: 22px;
  line-height: 22px;
  padding-right: 4px;
}

.faction-tag:hover {
  color: #4caf50;
}

.faction-tag .faction-t {
  float: left;
  background-color: #4caf50;
  color: #fff;
  margin-right: 4px;
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .faction-tag {
    left: 5px;
    bottom: 20px;
  }
}

.faction-mt {
  font-size: 12px;
  position: absolute;
  left: 15px;
  bottom: 60px;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
  color: #31c7ff;
  background-color: #fff;
  border: 1px solid #31c7ff;
  height: 22px;
  line-height: 22px;
  padding-right: 4px;
}

.faction-mt:hover {
  color: #31c7ff;
}

.faction-mt .faction-t {
  float: left;
  background-color: #31c7ff;
  color: #fff;
  margin-right: 4px;
  width: 20px;
  height: 25px;
  bottom: 25px;
  background-image: url('/static/arts/img/mt_logo.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.pack-list-box {
  width: 205px;
}

@media (max-width: 1024px) {
  .pack-list-box {
    width: 100%;
  }
}

.champ-pic {
  width: 30px;
  height: 30px;
  background-color: #d2d2d2;
  float: left;
  border-radius: 20px;
  margin-right: -0.4em !important;
  overflow: hidden;
  position: relative;
}

.champ-pic img {
  width: 100%;
  height: 100%;
}

/* .champ-pic:last-of-type::before { */
.skins-more .champ-pic:nth-child(6)::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/more.png);
  background-size: 100% 100%;
}

.champ-more {
  visibility: hidden;
  margin-left: 10px;
  font-size: 14px;
}

.skins-more .champ-more {
  visibility: visible;
}

.pack-list-box .menu-item {
  position: relative;
  overflow: hidden;
}

.pack-list-box .menu-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 1024px) {
  .pack-list-box {
    width: 100%;
  }

  .pack-list-box .menu-item {
    height: 80px;
  }

  .pack-list-box .menu-i-info {
    height: 100%;
  }

  .pack-list-box .menu-i-icon {
    line-height: 80px;
  }

  .pack-download {
    display: none;
  }
}

.chromas-splash-list {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.chroma-item {
  width: 70px;
  position: relative;
  opacity: 1;
  margin-left: 4px;
  border: 1px solid #0000001a;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: width 0.3s;
}

.chroma-item:hover {
  width: 120px;
}

/* .chroma-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.chroma-item img {
  width: 100%;
  display: block;
}

.function-panel {
  background-color: white;
  margin-bottom: 15px;
  border-radius: 4px;
  padding-top: 10px;
  min-height: 35px;
}

@media (max-width: 1024px) {
  .chroma-item {
    width: 35px;
    border-radius: 4px;
  }

  .chroma-item:hover {
    width: 35px;
  }

  .chromas-splash-list {
    right: 5px;
    bottom: 5px;
  }
}

.chroma-download {
  position: absolute;
  width: 100%;
  color: #fff;
  background-color: #025191ad;
  height: 30px;
  line-height: 30px;
  bottom: -30px;
  left: 0;
  text-align: center;
  transition: all 0.3s;
}

.chroma-item:hover .chroma-download {
  bottom: 0;
  color: #fff;
}

.chroma-download-mt {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .chroma-download {
    content: '';
  }

  .chroma-item:hover .chroma-download {
    bottom: -30px;
  }
}

.emblem {
  position: absolute;
  width: 100px;
  height: 65px;
  z-index: 3;
  background-size: 100% 100%;
}

@media (max-width: 1024px) {
  .emblem {
    width: 70px;
    height: 45px;
  }
}

.qrcode-box {
  float: right;
  position: relative;
}

@media (max-width: 1024px) {
  .qrcode-box {
    display: none;
  }
}

.qrcode-box .iconfont {
  font-size: 25px;
  margin: 0;
}

.qrcode-panel {
  display: none;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background-color: #fff;
  box-shadow: 1px 1px 24px #a9a9a9a1;
  padding: 15px;
}

.qrcode-box:hover .qrcode-panel {
  display: block;
}

.qrcode-panel p {
  font-size: 12px;
  color: #7e7e7e;
  text-align: center;
}

.mt-switch-btn {
  background-image: url('/static/arts/img/switch_btn.png');
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -14px;
  top: 50%;
  z-index: 4;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .mt-switch-btn {
    width: 30px;
    height: 30px;
    left: 10px;
    top: 60px;
  }
}

.like-skin-tip {
  position: absolute;
  background-image: linear-gradient(180deg, #ff6da3 0, #ff3680 100%);
  width: 210px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ff009b;
  z-index: 9;
  bottom: 12px;
  left: 0;
  padding: 10px 15px;
  line-height: 17px;
  border-radius: 6px;
  cursor: pointer;
  display: none;
}

.like-skin-tip::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #ff3680;
  position: absolute;
  bottom: -10px;
  left: 17px;
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .like-skin-tip {
    bottom: 53px;
    left: 8px;
  }
}

.elementalist-lux-panel {
  height: 400px;
  width: 600px;
  background-color: #272727;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 20px 3px #00152766;
  background-image: url('/static/arts/img/assets/elementalist-lux/sr_bg.jpg');
  background-size: cover;
  display: none;
}

.elementalist-lux-panel.show {
  display: flex;
}

.elementalist-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 0 0 6px;
  cursor: pointer;
  text-align: center;
  opacity: 0.8;
}

.elementalist-close:hover {
  opacity: 1;
  background-color: #ffffff24;
}

.elementalist-close .iconfont {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.elementalist-ctrl {
  width: 300px;
  background-color: #00000069;
  backdrop-filter: blur(12px);
  position: relative;
}

.elementalist-title {
  position: absolute;
  top: 20px;
  left: 26px;
  color: #fff;
  font-size: 14px;
}

.elementalist-m-t {
  font-size: 22px;
  font-weight: 600;
}

.elementalist-choice,
.element-now,
.elementalist-avatar::before,
.element-icon,
.element-item,
.element-item::before,
.element-stage-icon {
  background-image: url('/static/arts/img/assets/elementalist-lux/elementalluxui_atlas.png');
}

.elementalist-choice {
  background-position: 0 0;
  width: 197px;
  height: 107px;
  position: absolute;
  top: 122px;
  left: 49px;
  z-index: 2;
}

.element-now {
  width: 65px;
  height: 59px;
  position: absolute;
  top: 187px;
  left: 112px;
  z-index: 3;
  background-position: 0 -151px;
}

.element-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 8px;
  left: 14px;
  background-position: -179px -145px;
}

.element-item {
  position: absolute;
  background-repeat: no-repeat;
}

.elementalist-choice .element-item.selected {
  filter: grayscale(100%);
  opacity: 0.5;
}

.elementalist-choice .element-item::before {
  content: '';
  width: 27px;
  height: 25px;
  position: absolute;
}

.elementalist-choice .element-item:nth-child(1)::before {
  top: 32px;
  left: 23px;
  background-position: -74px -119px;
}

.elementalist-choice .element-item:nth-child(2)::before {
  top: 25px;
  left: 25px;
  background-position: -107px -119px;
}

.elementalist-choice .element-item:nth-child(3)::before {
  top: 25px;
  left: 8px;
  background-position: -141px -119px;
}

.elementalist-choice .element-item:nth-child(4)::before {
  top: 31px;
  left: 17px;
  background-position: -41px -119px;
}

.elementalist-choice .element-item:nth-child(1) {
  top: 33px;
  left: 5px;
  width: 66px;
  height: 68px;
  background-position: -207px -68px;
}

.elementalist-choice .element-item:not(.selected):nth-child(1):hover {
  background-position: -207px 0;
}

.elementalist-choice .element-item:nth-child(2) {
  top: 3px;
  left: 34px;
  width: 63px;
  height: 68px;
  background-position: -275px -68px;
}

.elementalist-choice .element-item:not(.selected):nth-child(2):hover {
  background-position: -275px 0;
}

.elementalist-choice .element-item:nth-child(3) {
  top: 3px;
  left: 97px;
  width: 63px;
  height: 68px;
  background-position: -337px -68px;
}

.elementalist-choice .element-item:not(.selected):nth-child(3):hover {
  background-position: -337px 0;
}

.elementalist-choice .element-item:nth-child(4) {
  top: 33px;
  left: 123px;
  width: 66px;
  height: 68px;
  background-position: -403px -68px;
}

.elementalist-choice .element-item:not(.selected):nth-child(4):hover {
  background-position: -403px 0;
}

.elementalist-avatar {
  width: 95px;
  height: 95px;
  background-size: 100% 100%;
  position: absolute;
  top: 220px;
  left: 98px;
  z-index: 1;
}

.elementalist-avatar::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: -71px -150px;
}

.elementalist-form {
  position: relative;
  width: 300px;
}

.elementalist-facade {
  width: 300px;
  height: 300px;
  background-size: cover;
  overflow: hidden;
}

@keyframes transition-form {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }

  98% {
    transform: scale(800%) rotate(360deg);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.elementalist-facade.shine::before {
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
  top: 18%;
  left: 30%;
  opacity: 0;
  animation: transition-form 0.6s;
  z-index: 2;
  background-image: url(/static/arts/img/assets/elementalist-lux/shine.png);
  background-size: cover;
}

.elementalist-form-stage {
  display: flex;
  justify-content: space-evenly;
  backdrop-filter: blur(12px);
  border-top: 1px solid #ffffff2e;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 6px 0;
}

.elementalist-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.elementalist-stage p {
  color: #ffffffa1;
  font-size: 14px;
  margin-bottom: 4px;
}

.second-element .element-stage-icon {
  position: relative;
  right: 0;
  transition: right 0.3s;
}

.fusion-element .element-stage-icon {
  position: relative;
  left: 0;
  transition: left 0.3s;
}

.elementalist-stage.fusion .second-element .element-stage-icon {
  right: -10px;
}

.elementalist-stage.fusion .fusion-element .element-stage-icon {
  left: -10px;
}

.fusion-box {
  width: 90px;
  display: flex;
}

.second-element,
.fusion-element {
  display: flex;
  flex-direction: column;
  margin: 0 5px;
}

.elementalist-stage p.element-name {
  color: #fff;
  text-align: center;
}

.element-stage-icon {
  width: 32px;
  height: 32px;
  background-position: 32px 32px;
  margin-bottom: 5px;
  background-color: #ffffff1c;
  border-radius: 32px;
}

.element-stage-icon.light {
  background-position: 0 -322px;
  animation: fadeIn 1s;
}

.element-stage-icon.air {
  background-position: -198px -323px;
  animation: fadeIn 1s;
}

.element-stage-icon.fire {
  background-position: -165px -323px;
  animation: fadeIn 1s;
}

.element-stage-icon.nature {
  background-position: -264px -323px;
  animation: fadeIn 1s;
}

.element-stage-icon.water {
  background-position: -297px -323px;
  animation: fadeIn 1s;
}

.element-stage-icon.magma {
  background-position: -132px -323px;
  animation: fadeIn 1s;
}

.element-stage-icon.storm {
  background-position: -33px -323px;
  animation: fadeIn 1s;
}

.element-stage-icon.mystic {
  background-position: -231px -323px;
  animation: fadeIn 1s;
}

.element-stage-icon.ice {
  background-position: -66px -323px;
  animation: fadeIn 1s;
}

.element-stage-icon.dark {
  background-position: -99px -323px;
  animation: fadeIn 1s;
}

.reset-btn {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  position: absolute;
  right: 10px;
  bottom: 110px;
  cursor: pointer;
}

.reset-btn:hover {
  background-color: #ffffff24;
}

.reset-btn .iconfont {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.multi-form {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.multi-form .form-item {
  margin: 0 16px;
  color: #fff;
  text-shadow: 0 2px 11px #000000de;
  font-size: 14px;
  width: max-content;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.multi-form .form-item::after {
  width: 70%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
}

.multi-form .form-item.active::after {
  content: "";
}

@media (max-width: 1024px) {
  .multi-form {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    bottom: unset;
    flex-direction: column;
  }

  .multi-form .form-item {
    font-size: 12px;
    margin: 0 0 6px 0;
  }

  .multi-form .form-item::after {
    width: 6px;
    height: 6px;
    top: 6px;
    left: -10px;
    transform: unset;

  }
}