/*202601 Yapi*/
@charset "utf-8";
html {
  font-size: 100px;
  font-size: 13.33333vw;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 42.66667px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93333px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33333px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 721px) and (max-width: 750px) {
  html {
    font-size: 100px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 66.668px;
  }
}

* {
  box-sizing: border-box;
}
body,
html,
a,
img,
div,
form,
select,
input,
ul,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
dt,
p,
label,
em,
span {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  font: 62.5%/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  background-color: #661013;
}
body {
  position: relative;
  color: #333;
  max-width: 7.5rem;
  overflow-x: hidden;
  margin: 0 auto;
  font-size: .24rem;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
* {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-appearance: none;
}
img {
  border: 0px;
  vertical-align: top;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
i {
  font-style: normal;
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
input,
textarea {
  outline: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
input {
  vertical-align: middle;
  border-radius: 5px;
  font-size: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}
.lh {
  line-height: 99;
  overflow: hidden;
}
.noclick {
  pointer-events: none;
}
.hidden {
  display: none !important;
}
.btn {
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.scrollCon {
  margin: 0.2rem 0.2rem 0.2rem 0.3rem;
  max-height: 4.55rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.1rem;
}
.scrollCon::-webkit-scrollbar {
  display: block;
  width: 0.1rem;
  background-color: #322304;
}
.scrollCon::-webkit-scrollbar-thumb {
  background: #b09c7d;
}
.scrollCon::-webkit-scrollbar-track {
  background-color: #322304;
}
header,
main {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  font-size: 0.24rem;
}
header .hd-img {
  display: block;
  width: 100%;
}
footer {
  font-size: 0.24rem;
  text-align: center;
  background: #040e32;
  line-height: 0.9rem;
  color: #dedfe4;
}

.m {
  position: relative;
  width: 7.5rem;
  background-position: center 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
main {
  background: url(../images/bg-main.jpg) repeat-y center 0;
  background-size: 100% auto;
  background-color: #661013;
  padding-bottom: 1.2rem;
}

.data-empty.data-end {
  text-align: center;
  font-size: 0.26rem;
  color: #999;
  padding: 0.5rem 0;
}
.dia-mask {
  display: none;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pop.pop-show {
  visibility: visible;
  display: block;
  z-index: 4;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.g-logo {
  width: 2.5rem;
  height: 1.1rem;
  background: url(../images/logo.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
}

main .tit {
  padding: 1.5rem 0.5rem 0.2rem;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 1.34rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #fff;
  text-align: center;
  margin-top: 0.8rem;
}
.tit p {
  background: url(../images/box7-li.png) no-repeat 0 0.1rem;
  background-size: auto 0.14rem;
  padding-left: 0.18rem;
  margin-top: 0.38rem;
}
.tit p span {
  color: #fff995;
  font-weight: bold;
}
.tit1 {
  background-image: url("../images/tit1.png");
  margin: 0;
}
.tit2 {
  background-image: url("../images/tit2.png");
}
.tit3 {
  background-image: url("../images/tit3.png");
}
.tit4 {
  background-image: url("../images/tit4.png");
}
.tit5 {
  background-image: url("../images/tit5.png");
}
.tit6 {
  background-image: url("../images/tit6.png");
}
main .tit7 {
  background-image: url("../images/tit7.png");
  text-align: left;
}

main .swiper-pagination {
  width: 100%;
  position: relative;
}
main .swiper-pagination-bullet {
  background: url(../images/swiper-nav.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.41rem;
  height: 0.41rem;
  opacity: 1;
  margin: 0.3rem 0.1rem 0;
}
main .swiper-pagination-bullet-active {
  background-image: url(../images/swiper-nav-on.png);
  width: 0.45rem;
  height: 0.45rem;
}
/* 顶部横幅 */
.hd-box .bg-hd {
  display: block;
  width: 100%;
}

.hd-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
}
.hd-logo {
  width: 3.23rem;
  height: 0.79rem;
  background: url(../images/logo.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0.25rem;
}
.hd-slogan {
  height: 3.9rem;
  margin: 3.2rem auto 0.6rem;
  background-image: url("../images/hd-slogan.png");
  background-size: auto 3.9rem;
  background-position: center;
  background-repeat: no-repeat;
}

.hd-actions {
  position: absolute;
  top: 1.8rem;
  right: 0;
  width: 1.48rem;
  text-align: right;
  font-size: 0;
}
.hd-actions .item.nums {
  width: auto;
  padding-left: 0.2rem;
}
.hd-actions .item.nums span {
  color: #e80007;
}
.hd-actions .item {
  display: inline-block;
  width: 1.48rem;
  height: 0.53rem;
  background: url(../images/hd-btn-bg.png) no-repeat;
  background-size: auto 0.53rem;
  line-height: 0.53rem;
  padding-right: 0.2rem;
  font-size: 0.18rem;
  color: #820105;
  margin-bottom: 0.1rem;
}

.hd-actions .item img {
  display: inline-block;
  vertical-align: middle;
}
.action-btn-rule img {
  width: 0.21rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}
.action-btn-game img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.05rem;
}

/* 下载区域 */
.btn-down {
  width: 3.26rem;
  height: 1.03rem;
  border: none;
  font-size: .4rem;
  background-image: url("../images/btn-down.png");
  position: relative;
  text-align: center;
  line-height: 1.06rem;
  color: #820105;
}
.btn-down i {
  position: absolute;
  background: #ff5d42;
  top: -0.2rem;
  right: -0.3rem;
  font-size: .2rem;
  font-weight: normal;
  box-shadow: 0 0 0.05rem 0 #ff831f;
  border-radius: 0.18rem 0;
  overflow: hidden;
  padding: .02rem;
}
.btn-down i span{
  padding-right: .1rem;
  height: 0.33rem;
  line-height: .33rem;
  border:1px solid #fffbbd;
  border-radius: 0.18rem 0;
  overflow: hidden;
  display: block;
  color:#fff;
}
.btn-down i img {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0.06rem .08rem;
}
/* 星海拾遗补给站 */
.msg-box {
  background: url(../images/msg-bg.png) no-repeat center;
  background-size: 100% auto;
  height: 0.77rem;
  overflow: hidden;
  padding: 0.3rem 0 0.1rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  margin-bottom: .3rem;
}
.msg-box .swiper {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 4rem;
  height: 0.4rem;
}
.msg-box span {
  color: #fcf1a8;
}
.msg-box::before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.27rem;
  background: url(../images/msg-ico.png) no-repeat center;
  background-size: 100% auto;
  margin-top: 0.05rem;
}
.supply-station .cj-box {
  position: relative;
  background: url("../images/box1.png") no-repeat center 0;
  background-size: 100% auto;
  padding-top: 2rem;
  width: 7.32rem;
  margin: 0 auto;
}
.cj-box::before {
  content: "";
  display: block;
  width: 2.9rem;
  height: 1.91rem;
  background: url("../images/box1-role.gif") no-repeat center 0;
  background-size: 100% auto;
  position: absolute;
  top: 0.1rem;
  left: 1.9rem;
}
.btn-cj {
  width: 3.01rem;
  height: 1.07rem;
  border: none;
  background-image: url("../images/btn-cj.png");
  margin-top: 1rem;
}
.cj-box .jl-item {
  background: url("../images/bg-jl-cj.png") no-repeat center;
  background-size: 100% auto;
  width: 1.49rem;
  height: 1.49rem;
  margin: 0 auto;
  overflow: hidden;
  color: #820105;
  font-size: 0.18rem;
  text-align: center;
}

.cj-swiper {
  width: 93%;
  margin: 0 auto;
  overflow: hidden;
}
.cj-swiper .swiper-slide {
  width: 1.2rem !important;
}
.cj-swiper .swiper-slide:nth-child(2n) .jl-item {
  margin-top: 1.5rem;
}
.cj-box .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
main .jl-img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .jl-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
main .jl-item p {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.jl-item .jl-img {
  width: 1rem;
  height: 0.8rem;
  margin: 0.2rem auto 0;
}
.section-tabs {
  display: flex;
  justify-content: center;
  gap: 1.25rem; /* 20px */
  margin-bottom: 1.875rem; /* 30px */
}

.tab-item {
  width: 3.2rem; /* 320px */
  height: 0.4rem; /* 40px */
  background: transparent;
  border: none;
  position: relative;
  padding: 0;
  background-size: 3.2rem 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
}

.tab-item-1 {
  background-image: url("../images/box3-tab1.png");
}

.tab-item-1.active {
  background-image: url("../images/box3-tab1-on.png");
}

.tab-item-2 {
  background-image: url("../images/box3-tab2.png");
}

.tab-item-2.active {
  background-image: url("../images/box3-tab2-on.png");
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 垂钓任务 */
.tasks-list {
  border-radius: 0.33rem;
  border: 1px solid #955d47;
  width: 7.2rem;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.task-item {
  position: relative;
  width: 7.02rem;
  min-height: 0.8rem;
  background: url("../images/task-li.png") no-repeat center;
  background-size: 100% 100%;
  border-radius: 0.28rem;
  overflow: hidden;
  color: #820105;
  padding: 0.05rem;
  box-shadow: 0 0 0.05rem 0 #ff831f;
  font-size: 0.24rem;
  margin: 0.1rem auto 0;
}
.task-item .border {
  border: 1px solid #da6b59;
  border-radius: 0.28rem;
  padding: 0.1rem 1.7rem 0.1rem 0.1rem;
}
.task-item.top {
  background-image: url("../images/task-li-top.png");
  width: 7.45rem;
  height: 2.4rem;
  padding: 0.5rem 1.8rem 0 1.5rem;
  box-shadow: none;
  border-radius: 0;
}
.task-item .th {
  font-weight: bold;
  font-size: 0.28rem;
  line-height: 0.35rem;
  overflow: hidden;
}
.task-item .th .task-type {
  background: url("../images/task-type.png") no-repeat center;
  background-size: 100% 100%;
  width: 0.99rem;
  height: 0.34rem;
  line-height: 0.36rem;
  color: #fffbbd;
  text-align: center;
  font-size: 0.2rem;
  float: left;
  font-weight: normal;
}
.task-desc {
  padding: 0.15rem 0;
}
.task-add {
  color: #fc5f00;
}
.task-item .actions {
  position: absolute;
  right: 0.2rem;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 100%;
  gap: 0.1rem;
}
.task-item.top .actions {
  right: 0.45rem;
}
.task-item .actions .btn-get {
  display: block;
  width: 1.35rem;
  height: 0.52rem;
  background-image: url("../images/btn-get.png");
  text-align: center;
  line-height: 0.51rem;
  color: #620000;
  font-size: 0.26rem;
}
.task-item .actions .btn-get.grey {
  background-image: url("../images/btn-get-grey.png");
  color: #4d4d4d;
}
.task-item .actions .btn-edit {
  font-size: 0.22rem;
}

.invite-progress {
  display: flex;
  margin-top: .15rem;
  justify-content: flex-end;
  padding-right: .3rem;
  width: 4.8rem;
  overflow: hidden;
  /* font-size: .26rem; */
  box-sizing: border-box;
}

.progress-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.progress-item .dot {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  border: 1px dotted #ff9037;
  /* padding: 1px; */
  position: relative;
  margin-left: 1.23rem;
}
.progress-item .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .243rem;
  display: block;
  width: 1.25rem;
  height: 0.06rem;
  background-color: #fcf1a8;
  border: 1px solid #ff9037;
  border-left: 0;
  border-right: 0;
}
.progress-item:first-child .dot::before{border-radius:.06rem 0 0 .06rem}
.progress-item .dot::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #fcf1a8;
  border: 1px solid #ff9037;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.progress-item.done .dot::before{
  background-color: #9b3033;
}
.progress-item.done .dot::after{
  background-color: #9b3033;
}
.progress-num {
  color: #9b3033;
  /* transform: translateX(-.8rem); */
}

.progress-label {
  color: #fc5f00;
  /* transform: translateX(-.8rem); */
}

.tasks-section .btn-more {
  width: 7.22rem;
  height: 1.06rem;
  background-image: url("../images/btn-more.png");
  font-size: 0;
  margin-top: 0.2rem;
}

/* 创作征集活动 */
.creation-section .creat-con {
  background: url(../images/box3_02.png) no-repeat center bottom,
    url(../images/box3_01.png) no-repeat center 0;
  overflow: hidden;
  background-size: 100% auto;
  width: 7.22rem;
  margin: 0 auto -.3rem;
  padding-bottom: 2.1rem;
}
.con-t {
  height: 0.4rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.con-t.t1 {
  background-image: url("../images/box3-tit1.png");
}
.con-t.t2 {
  background-image: url("../images/box3-tit2.png");
}
.con-text {
  color: #820105;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin: 0.28rem auto;
}
.con-text span {
  color: #da1919;
}
.tabs-th {
  position: relative;
  height: 1.14rem;
  width: 6rem;
  margin: 0.5rem auto 1rem;
}
.tabs-th .tab-item {
  position: absolute;
  top: 0.13rem;
  background-size: 100% auto;
  width: 3.33rem;
  height: 0.77rem;
}
.tabs-th .tab-item.active {
  top: 0;
  width: 3.24rem;
  height: 1.14rem;
  z-index: 1;
}
.tabs-th .tab-item-1 {
  left: 0;
  background-image: url("../images/box3-tab1.png");
}
.tabs-th .tab-item-1.active {
  background-image: url("../images/box3-tab1-on.png");
  z-index: 1;
}
.tabs-th .tab-item-2 {
  right: 0;
  background-image: url("../images/box3-tab2.png");
}
.tabs-th .tab-item-2.active {
  background-image: url("../images/box3-tab2-on.png");
  z-index: 1;
}
.tab-con {
  margin: 0 0.7rem;
}
.con-jl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0.28rem 0;
  justify-content: space-between;
}

.con-jl .jl-img {
  width: 1.21rem;
  height: 0.8rem;
  margin: 0.2rem auto 0.1rem;
}
.con-jl.jl1 {
  gap: 0.1rem;
  flex-wrap: wrap;
}
.con-jl.jl1 li {
  background: url("../images/bg-jl1.png") no-repeat center;
  background-size: 100% 100%;
  width: 2.84rem;
  height: 1.48rem;
  overflow: hidden;
}
.con-jl.jl2 li {
  background: url("../images/bg-jl2.png") no-repeat center;
  background-size: 100% 100%;
  width: 1.84rem;
  height: 1.38rem;
  overflow: hidden;
}
.con-jl.jl2 li .jl-img {
  width: 1.56rem;
  height: 0.74rem;
  margin-bottom: 0.08rem;
}
.btn-go-detail {
  width: 3.79rem;
  height: 0.87rem;
  background-image: url("../images/btn-go-detail.png");
  font-size: 0;
}

/* 关于游戏 */
.video-wrapper {
  position: relative;
  width: 7.22rem;
  height: 4.32rem;
  overflow: hidden;
  background-image: url("../images/box4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 0.9rem;
}
.videoCon {
  width: 6.67rem;
  height: 3.85rem;
  margin: 0.27rem auto 0;
  overflow: hidden;
}
.videoCon .VideoImg,.video-js {
  width: 6.67rem;
  height: 3.75rem;
  position: relative;
  overflow: hidden;
}
.videoCon video,.VideoImg img {
  width: 100%;
  height: 100%;
  display: block;
}
.VideoImg::before {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.VideoImg i{
  background: url(../images/ico-play.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 0.86rem;
  height: 0.86rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
}


/* 日记部分 */
.daylog-swiper {
  position: relative;
}
.daylog-swiper .daylog-item {
  background: url(../images/box5.png) no-repeat center;
  background-size: 100% 100%;
  width: 5.92rem;
  height: 8.82rem;
  margin: 0 auto;
  overflow: hidden;
}
.daylog-swiper .daylog-item img {
  display: block;
  margin: 0.3rem auto;
  width: 5.15rem;
  height: 8.3rem;
  object-fit: cover;
  -webkit-mask-image: url(../images/box5-img-mask.png);
  mask-image: url(../images/box5-img-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.daylog-swiper .swiper-button-prev,
.daylog-swiper .swiper-button-next {
  width: 0.77rem;
  height: 0.78rem;
  position: absolute;
  top: 50%;
  background-size: 100% 100%; /* 40px 40px */
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  outline: 0;
}

.daylog-swiper .swiper-button-prev {
  background-image: url("../images/btn-prev.png");
  left: 0.1rem;
}

.daylog-swiper .swiper-button-next {
  background-image: url("../images/btn-next.png");
  right: 0.1rem;
}

.daylog-swiper::after,
.more-benefits-swiper::after {
  content: "";
  position: absolute;
  bottom: 0.74rem;
  right: 0;
  width: 1.69rem;
  height: 1.68rem;
  background-image: url("../images/box5-role.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 2;
}
.more-benefits-swiper {
  position: relative;
}
.more-benefits-swiper::after {
  background-image: url("../images/box6-role.png");
}

.more-benefits-item {
  display: block;
  margin: 0 auto;
  width: 7.22rem;
  height: 4.32rem;
  background-image: url("../images/box6.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.more-benefits-item img {
  display: block;
  width: 6.75rem;
  height: 3.8rem;
  object-fit: cover;
  -webkit-mask-image: url(../images/box6-img-mask.png);
  mask-image: url(../images/box6-img-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin: 0.27rem auto;
}
/* 关于工作室 */
.studio-box {
  background: url(../images/box7.png) no-repeat center;
  background-size: 100% 100%;
  width: 7.22rem;
  height: 9.51rem;
  margin: 0 auto;
  padding-bottom: 1.4rem;
  padding: 0.3rem;
}

.social-links {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 0.28rem;
}

.social-item {
  flex: 1;
}

.social-item img {
  display: inline-block;
  width: 1.54rem;
  height: auto;
}

.studio-box .btn-get {
  width: 1.17rem;
  height: 0.46rem;
  background-image: url("../images/btn-get-s.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0.44rem;
  color: #620000;
}
.studio-box .btn-get.grey {
  background-image: url("../images/btn-get-s-grey.png");
  color: #4d4d4d;
}
.studio-games {
  margin: 0.3rem 0.23rem;
  height: 2.85rem;
  overflow: hidden;
}

.studio-game-item {
  width: 1.26rem;
}
.studio-game-item-img {
  background: #b0252a;
  width: 1.26rem;
  height: 1.26rem;
  overflow: hidden;
  border: 1px solid #ff8a00;
  padding: 0.05rem;

  border-radius: 0.32rem;
}
.studio-game-item-img img {
  box-shadow: 0 0 0.04rem 0 #ff8a00;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}
.studio-games .th {
  background-image: url("../images/box7-tit.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 0.49rem;
  line-height: 0.49rem;
  padding-left: 0.2rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fffbbd;
  margin-bottom: 0.2rem;
}
.btn-order {
  background-image: url("../images/btn-order.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.16rem;
  height: 0.43rem;
  font-size: 0;
}
.studio-games .btn-more {
  color: #fff;
  font-size: 0.22rem;
  text-decoration: underline;
  font-weight: normal;
}
.studio-game-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 底部导航栏 */
.bottom-nav {
  position: fixed;
  bottom: 0.15rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.21rem;
  height: 1.01rem;
  padding:0 .35rem;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-image: url("../images/nav-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}

.nav-item {
  white-space: nowrap;
  display: flex;
  gap: 0.2rem;
  text-decoration: none;
  color: #fff;
  font-size: 0.2rem;
  /* transition: all 0.3s; */
  padding-top: 0.5rem;
  position: relative;
  z-index: 2;
  width: 0.8rem;
  background-size: auto 0.49rem;
  background-position: center top;
  background-repeat: no-repeat;
  align-items: center;
}

.nav-item-1 {
  background-image: url("../images/nav-icon-1.png");
}

.nav-item-2 {
  background-image: url("../images/nav-icon-2.png");
}
.nav-item-2 i {
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-size: 0.2rem;
  color: #820105;
  background: #fff;
  padding: 0.05rem 0.1rem;
  border-radius: 0.21rem;
  line-height: 0.21rem;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0 0 0.04rem 0 #ffdd67;
}
.nav-item-3 {
  width: 1.4rem;
  height: 1.41rem;
  padding:0;
  font-size: 0;
  background-image: url("../images/nav-icon-3.png");
  background-size: 100% 100%;
}
.nav-item-3 img {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ffe89a;
  margin: .205rem auto;
}
.nav-item-4 {
  background-image: url("../images/nav-icon-4.png");
}

.nav-item-5 {
  background-image: url("../images/nav-icon-5.png");
}

/* 返回顶部按钮 */
.back-top {
  position: fixed;
  right: 0.2rem;
  bottom: 1.5rem;
  width: 1.12rem;
  height: 1.14rem;
  background: transparent;
  border: none;

  z-index: 999;
  transition: transform 0.3s;
  background-image: url("../images/btn-top.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
