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: 100px;
  }
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
textarea,
footer {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

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

img {
  vertical-align: middle;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

em,
i {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
}

input:focus {
  outline: 0;
}

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

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

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: #333;
}

.cf:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  min-height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.break {
  word-break: break-all;
  word-wrap: break-word;
}

.mt10 {
  margin-top: 0.1rem !important;
}

.mt15 {
  margin-top: 0.15rem !important;
}

.mt20 {
  margin-top: 0.2rem !important;
}

.mt25 {
  margin-top: 0.25rem !important;
}

.mt30 {
  margin-top: 0.30rem !important;
}

.mt35 {
  margin-top: 0.35rem !important;
}

.mt40 {
  margin-top: 0.40rem !important;
}

.mt45 {
  margin-top: 0.45rem !important;
}

.mt50 {
  margin-top: 0.50rem !important;
}

.mt55 {
  margin-top: 0.55rem !important;
}

.mt60 {
  margin-top: 0.60rem !important;
}

.mt65 {
  margin-top: 0.65rem !important;
}

.mt70 {
  margin-top: 0.70rem !important;
}

.mt80 {
  margin-top: 0.80rem !important;
}

.mt85 {
  margin-top: 0.85rem !important;
}

.mt90 {
  margin-top: 0.90rem !important;
}

.mt95 {
  margin-top: 0.95rem !important;
}

.mt100 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 0.1rem !important;
}

.mb15 {
  margin-bottom: 0.15rem !important;
}

.mb20 {
  margin-bottom: 0.20rem !important;
}

.mb25 {
  margin-bottom: 0.25rem !important;
}

.mb30 {
  margin-bottom: 0.30rem !important;
}

.mb35 {
  margin-bottom: 0.35rem !important;
}

.mb40 {
  margin-bottom: 0.40rem !important;
}

.mb45 {
  margin-bottom: 0.45rem !important;
}

.mb50 {
  margin-bottom: 0.50rem !important;
}

.mb55 {
  margin-bottom: 0.55rem !important;
}

.mb60 {
  margin-bottom: 0.60rem !important;
}

.mb65 {
  margin-bottom: 0.65rem !important;
}

.mb70 {
  margin-bottom: 0.70rem !important;
}

.mt120 {
  margin-top: 1.2rem !important;
}

.mt140 {
  margin-top: 1.4rem !important;
}

body {
  background-color: #223A52;
  margin: 0 auto;
  font-size: 0.24rem;
}

.box {
  width: 7.5rem;
  margin: 0 auto !important;
}

.head {
  position: relative;
  margin-bottom: -4.2rem;
}

.head img {
  width: 7.5rem;
  margin: -0.01rem 0;
}

.head .logo {
  position: absolute;
  left: 0rem;
  top: 1.8rem;
}

.head .logo img {
  display: block;
  width: 3.93rem;
  height: 0.96rem;
}

.head .head-link {
  position: absolute;
  overflow: hidden;
  width: 7.5rem;
  height: 0.9rem;
  bottom: 0.4rem;
  display: flex;
  align-items: center;
}

.head .head-link p {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.2rem;
  line-height: 0.32rem;
  text-align: center;
  margin: 0 auto;
}

.head .head-link p span {
  position: relative;
  padding-left: 0.2rem;
}

.head .head-link p span::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: -0.05rem;
  width: 0.18rem;
  height: 0.22rem;
  -webkit-mask-image: url(../images/icon1.png);
  -webkit-mask-size: 100% 100%;
  background: #fff;
}

.head .head-link p em {
  color: #ffd06c;
}

.head .hd-min {
  position: absolute;
  top: 8.8rem;
  left: 0;
  padding: .1rem 0;
  width: 7.5rem;
  text-align: center;
}

.head .hd-min .head-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0rem;
}

.head .hd-min .head-btn a {
  display: block;
  width: 3.20rem;
  height: 0.79rem;
  overflow: hidden;
  text-align: center;
  line-height: 0.76rem;
  font-size: 0.33rem;
  margin: 0 .15rem;
  box-sizing: border-box;
  padding-left: 0.18rem;
  color: #1c1c1c;
  font-weight: bold;
}

.head .hd-min .head-btn a.hbtn1 {
  background: url("../images/hbtn1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .hd-min .head-btn a.hbtn2 {
  background: url("../images/hbtn2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .hd-min p {
  overflow: hidden;
  color: rgba(255, 251, 136, 0.8);
  font-size: .22rem;
  text-align: center;
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head .hd-min p i {
  flex-shrink: 0;
  display: block;
  width: 0.35rem;
  height: 0.31rem;
  margin-right: 0.05rem;
  background: url("../images/icon-qu.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .hd-min .hdMain-link {
  color: #fff;
}

.head .hd-min .gameName {
  color: white;
  overflow: hidden;
  font-size: .26rem;
  text-align: center;
  margin-top: 0.18rem;
  background: linear-gradient(90deg, rgba(109, 0, 0, 0) 0%, rgba(109, 0, 0, 0.8) 12.5%, rgba(109, 0, 0, 0.8) 52.4%, rgba(109, 0, 0, 0.8) 87.5%, rgba(109, 0, 0, 0) 100%);
  width: auto;
  display: inline-block;
  padding: 0.04rem 0.42rem;
}

.head .hd-min .gameName a {
  color: #fffb88;
  text-decoration: underline;
}

.head .h-text {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  width: 6.50rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #ffffff;
  font-size: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head .h-text i {
  margin-right: 0.05rem;
  width: 0.19rem;
  height: 0.28rem;
  background: url("../images/icon-q.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .h-time {
  position: absolute;
  text-align: center;
  left: 0;
  width: 7.5rem;
  top: 4.8rem;
}

.head .h-time img:nth-child(1) {
  width: 2.46rem;
  height: 0.44rem;
  margin-bottom: -0.2rem;
}

.head .h-time img:nth-child(2) {
  width: 7.23rem;
  height: 2.39rem;
}

.head .h-tit {
  position: absolute;
  left: 50%;
  top: 7.4rem;
  margin-left: -3.49rem;
  width: 6.98rem;
  height: 0.58rem;
  text-align: center;
  line-height: 0.58rem;
  background: url("../images/tit-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  font-size: 0.34rem;
  color: #FFFFFF;
  font-weight: bold;
}

.head .hside {
  position: absolute;
  right: 0rem;
  top: 2.6rem;
}

.head .hside a {
  font-size: 0.24rem;
  color: #FF3D4D;
  background-color: #FFFFFF;
  padding: 0.06rem 0.1rem 0.06rem 0.15rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border-right: 0;
}

.head .hside a img {
  width: 0.44rem;
  height: 1.21rem;
}

.head .head-num {
  position: absolute;
  right: 0;
  top: 2.05rem;
  text-align: center;
}

.head .head-num span {
  font-size: 0.24rem;
  color: #000;
  background-color: white;
  padding: 0.08rem 0.1rem 0.08rem 0.15rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border-right: 0;
}

.head .head-num span a {
  color: #FF3D4D;
}

.head .head-de {
  position: absolute;
  right: 0;
  top: 2.6rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.05rem 0.1rem 0.03rem 0.15rem;
  border-radius: 0.3rem 0 0 0.3rem;
}

.head .head-rule {
  position: absolute;
  right: 0;
  top: 3.15rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.05rem 0.1rem 0.03rem 0.15rem;
  border-radius: 0.3rem 0 0 0.3rem;
}

.head .head-info {
  position: absolute;
  bottom: 0.34rem;
  left: 50%;
  margin-left: -3.47rem;
  width: 6.94rem;
  height: 1.88rem;
  background: url("../images/hinfo.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.4rem 0.05rem;
}

.head .head-info img {
  width: 1.31rem;
  height: 1.31rem;
  margin-right: 0.24rem;
  border-radius: 50%;
  border: 1px solid #e75f2b;
}

.head .head-info div p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .head-info div p img {
  width: 1.26rem;
  height: 0.36rem;
}

.head .head-info div p em {
  font-size: 0.38rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #d93d3c, #f07037);
  -webkit-background-clip: text;
  color: transparent;
}

.head .head-info div p a {
  width: 1.58rem;
  height: 0.49rem;
  text-align: center;
  line-height: 0.49rem;
  color: #660e05;
  font-size: 0.24rem;
  font-weight: bold;
  background: url("../images/info-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .head-info div span {
  display: flex;
  align-items: center;
  margin-top: 0.05rem;
}

.head .head-info div span i {
  width: 0.23rem;
  margin-right: 0.05rem;
  height: 0.23rem;
  background: url("../images/iconq.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .head-info div span a {
  font-size: 0.22rem;
  color: #592b18;
}

.tit-ban {
  text-align: center;
}

.tit-ban span {
  position: relative;
  font-size: 0.58rem;
  color: #fff;
  font-weight: bold;
}

.tit-ban span::after {
  content: "";
  position: absolute;
  width: 0.36rem;
  height: 0.38rem;
  top: 0.24rem;
  left: -0.52rem;
  background: url("../images/tit-tips.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.tit-ban span::before {
  content: "";
  position: absolute;
  width: 0.36rem;
  height: 0.38rem;
  top: 0.24rem;
  right: -0.52rem;
  background: url("../images/tit-tips.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.ban-box {
  box-sizing: border-box;
  padding-top: 0rem;
  padding-bottom: 0.4rem;
  background-color: #FF3D4D;
}

.ban {
  position: relative;
  display: block;
  width: 6.75rem;
  height: 3.54rem;
  background: url("../images/img-box3.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0.2rem auto 0;
  padding-top: 0.04rem;
  padding-left: 0.04rem;
}

.ban img {
  width: 6.68rem;
  height: 3.34rem;
  mask-image: url(../images/img-mask2.png);
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/img-mask2.png);
  -webkit-mask-size: 100% 100%;
}

.h-tips {
  position: absolute;
  top: 8.25rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #000000;
  border-radius: 0.25rem;
  font-size: 0.24rem;
}

.title1 {
  text-align: center;
  margin-top: 0.38rem;
}

.title1 img {
  height: 0.69rem;
}

.title2 {
  text-align: center;
  margin-top: 0.48rem;
}

.title2 img {
  height: 0.55rem;
}

.new-box {
  position: relative;
  width: 5.68rem;
  height: 0.53rem;
  margin: 0.12rem auto 0;
  box-sizing: border-box;
  padding-left: 0.36rem;
  border-radius: 0.9rem;
  background-color: rgba(255, 61, 77, 0.7);
}

.new-box::after {
  content: "";
  position: absolute;
  width: 0.29rem;
  height: 0.29rem;
  top: 0.1rem;
  left: 0.3rem;
  background: url("../images/icon-new.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.divScrbox {
  width: 4rem;
  height: 0.53rem;
  overflow: hidden;
  margin: 0 auto;
}

.scrollList li {
  height: 0.53rem;
  line-height: 0.53rem;
  color: #000;
  white-space: nowrap;
  font-size: 0.26rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}

.scrollList span,
.scrollList em {
  color: #FFFA6B;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.scrollList span {
  max-width: 1.4rem;
}

.scrollList em {
  max-width: 2rem;
}

.card-box {
  display: flex;
  justify-content: center;
  margin-top: 0.44rem;
}

.card-box .cimg {
  margin: 0 0.05rem;
  position: relative;
  width: 1.63rem;
  height: 3.12rem;
}

.card-box .cimg:nth-child(1) {
  margin-top: 0.3rem;
}

.card-box .cimg:nth-last-child(1) {
  margin-top: 0.3rem;
}

.card-box .cimg img {
  width: 1.63rem;
  height: 3.12rem;
}

.card-box .cimg.un::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #D7D7D7 100%);
}

.draw-text {
  text-align: center;
  font-size: 0.26rem;
  color: #000;
  margin-top: 0.08rem;
}

.draw-text em {
  color: #FF3D4D;
}

.draw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.08rem;
}

.draw-btn .cbtn1 {
  width: 0.96rem;
  height: 1.25rem;
  background: url("../images/cbtn1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.draw-btn .dbtn {
  width: 4rem;
  height: 1.10rem;
  line-height: 1.10rem;
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0.4rem;
  background: url("../images/btn1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.draw-btn .cbtn2 {
  width: 0.96rem;
  height: 1.25rem;
  background: url("../images/cbtn2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.sw-gift {
  width: 7.5rem;
  margin-top: 0.42rem;
}

.sw-gift .swiper-slide {
  width: 1.75rem;
  height: 2.4rem;
  background: url("../images/g-item.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0 0.1rem;
}

.sw-gift .swiper-slide img {
  display: block;
  margin: 0.2rem auto 0;
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
}

.sw-gift .swiper-slide p {
  position: absolute;
  height: 0.56rem;
  left: 50%;
  margin-left: -0.8rem;
  display: flex;
  font-size: 0.22rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 1.6rem;
  color: #000000;
  bottom: 0.1rem;
  line-height: 0.28rem;
}

.md1 {
  position: relative;
  width: 7.5rem;
  height: auto;
  box-sizing: border-box;
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
  background: url("../images/md1.png") no-repeat 0 0;
  background-size: 100% auto;
  background-color: #FF3D4D;
}

.md2 {
  position: relative;
  margin-top: -1.2rem;
  width: 7.5rem;
  height: 5.54rem;
  box-sizing: border-box;
  padding-top: 0.6rem;
  z-index: 1;
  background: url("../images/g-box.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.md3 {
  overflow: hidden;
  width: 7.5rem;
  position: relative;
  z-index: 0;
  height: 9.87rem;
  box-sizing: border-box;
  padding-top: 0.8rem;
  margin-top: -0.8rem;
  background: url("../images/md3.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.md4 {
  margin-top: -0.5rem;
  overflow: hidden;
  width: 7.5rem;
  height: 12.59rem;
  box-sizing: border-box;
  padding-top: 0.5rem;
  background: url("../images/md4.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.md4 .p-btn {
  margin-top: 4.5rem;
}

.md5 {
  overflow: hidden;
  width: 7.5rem;
  height: auto;
  box-sizing: border-box;
  padding-top: 0.38rem;
  background: url("../images/md5.png") no-repeat 0 0;
  background-size: 100% auto;
}

.md6 {
  position: relative;
  padding-top: 0.02rem;
  width: 7.5rem;
  height: 6.27rem;
  box-sizing: border-box;
  padding-top: 1.2rem;
  background: url("../images/md6.jpg") no-repeat 0 0;
  background-size: 100% 100%;
}

.b-text {
  position: relative;
  text-align: center;
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.9);
  z-index: 1;
  width: 6.8rem;
  line-height: 0.32rem;
  margin: 0.12rem auto 0;
}

.b-text em {
  color: #e3e1cd;
}

.b-text span {
  color: #ff524a;
}

.b-text2 {
  position: relative;
  text-align: center;
  font-size: 0.24rem;
  color: rgba(230, 230, 230, 0.9);
  z-index: 1;
  width: 6.8rem;
  line-height: 0.32rem;
  margin: 0.16rem auto 0;
}

.b-text2 em {
  color: #fffa6b;
}

.b-text3 {
  position: relative;
  text-align: center;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  width: 6.8rem;
  line-height: 0.32rem;
  margin: 0.16rem auto 0;
}

.b-text3 em {
  color: #fffa6b;
}

.hb-img img {
  display: block;
  margin: 0.42rem auto 0.2rem;
  width: 3.99rem;
  height: 4.03rem;
}

.share {
  width: 6.48rem;
  height: 2.64rem;
  margin: 0.2rem auto 0;
  background: url("../images/s-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 0.4rem;
}

.share a {
  margin: 0 0.1rem;
}

.share a img {
  width: 0.88rem;
  height: 0.88rem;
}

.drawBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.28rem auto 0;
  width: 6.29rem;
  height: 6.29rem;
  background: url("../images/drawBox.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.drawBox .drawBtn {
  width: 1.67rem;
  height: 1.67rem;
  display: block;
  background: url("../images/drawBtn.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.draw-text {
  width: 6.88rem;
  margin: 0.2rem auto 0;
  text-align: center;
}

.draw-text a {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.9);
}

.b-btn {
  margin-top: 0.28rem;
  width: 4rem;
  height: 1.1rem;
  line-height: 1.08rem;
  color: #1C1C1C;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0.32rem auto 0;
  background: url(../images/btn2.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.b-btn.gray {
  color: #666666;
  background: url(../images/un-btn2.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.b-btn2 {
  margin-top: 0.28rem;
  width: 4rem;
  height: 1.1rem;
  line-height: 1.08rem;
  color: #1C1C1C;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0.32rem auto 0;
  background: url(../images/btn3.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.swiper-card {
  width: 7.5rem;
  margin-top: 0.34rem;
  height: 6.1rem;
  margin-bottom: -0.1rem;
}

.swiper-card .swiper-slide {
  width: 2.8rem;
  height: 5.4rem;
}

.swiper-card .swiper-slide img {
  width: 2.8rem;
  height: 5.4rem;
}

.swiper-card .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background-color: #1C1C1C;
}

.swiper-card .swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 0.9rem;
  background-color: #D9D9D9;
}

.fd-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.18rem;
}

.fd-box a {
  width: 1.11rem;
  height: 1.28rem;
  background: url("../images/icon-add.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fd-box a img {
  width: 0.95rem;
  height: 1.10rem;
  mask-image: url(../images/img-mask.png);
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/img-mask.png);
  -webkit-mask-size: 100% 100%;
}

.fd-box i {
  width: 0.79rem;
  height: 0.22rem;
  margin: 0 0.28rem;
  background: url("../images/icon-go.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.card {
  display: block;
  margin-top: 0.4rem;
}

.card img {
  display: block;
  margin: 0 auto;
  width: 6.7rem;
  height: 2.12rem;
}

.swiper-ban {
  width: 7.5rem;
  height: 4.1rem;
  margin-top: 0.32rem;
  position: relative;
}

.swiper-ban::after {
  content: "";
  position: absolute;
  width: 0.07rem;
  height: 2.61rem;
  bottom: 0.6rem;
  left: 0.1rem;
  background: url("../images/tips.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.swiper-ban::before {
  content: "";
  position: absolute;
  width: 0.07rem;
  height: 2.61rem;
  bottom: 0.6rem;
  right: 0.1rem;
  background: url("../images/tips.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.swiper-ban .swiper-slide {
  width: 6.75rem;
  height: 3.54rem;
  margin: 0 0.3rem;
  background: url("../images/img-box2.png") no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 0.04rem;
  padding-left: 0.04rem;
}

.swiper-ban .swiper-slide img {
  width: 6.68rem;
  height: 3.34rem;
  mask-image: url(../images/img-mask2.png);
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/img-mask2.png);
  -webkit-mask-size: 100% 100%;
  object-fit: cover;
}

.swiper-ban .swiper-pagination-bullet {
  width: 0.68rem;
  height: 0.03rem;
  opacity: 1;
  border-radius: 0 !important;
  background-color: #D9D9D9;
}

.swiper-ban .swiper-pagination-bullet-active {
  background-color: #FF3D4D;
}

.gift {
  width: 5.15rem;
  height: 4.63rem;
  margin: 0.5rem auto;
  background: url("../images/g-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 0.1rem;
}

.gift .gimg {
  display: block;
  margin: 0 auto 0;
  width: 3.2rem;
  height: 3.2rem;
}

.gift .gtit {
  width: 4.02rem;
  height: 0.72rem;
  display: block;
  margin: 0.2rem auto;
}

.gift span {
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.1rem;
}

.guide {
  display: flex;
  justify-content: center;
  width: 7.06rem;
  height: 1.53rem;
  background: url("../images/guide.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0 auto 0;
  box-sizing: border-box;
}

.guide a {
  width: 1.65rem;
  height: 1.53rem;
  margin: 0 0.08rem 0;
}

.bom-sl {
  width: 7.5rem;
  margin-top: 0.4rem;
}

.bom-sl img {
  display: block;
  margin: 0 auto;
  width: 2.8rem;
  height: 0.70rem;
}

.bom-sl p {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.grey {
  filter: grayscale(1);
}

.gray {
  filter: grayscale(1);
}

.shake {
  animation: shake 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite;
}

.kbFootWrap {
  margin-bottom: 1.8rem;
}

.un-btn {
  filter: grayscale(1);
}

.shake {
  animation: shake 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite;
}

.bom-tab {
  position: fixed;
  left: 50%;
  bottom: 0.44rem;
  margin-left: -3.51rem;
  display: flex;
  width: 7.02rem;
  height: 1.12rem;
  padding: 0rem 0.32rem;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  z-index: 9;
  border-radius: 0.56rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 4px 0px rgba(45, 39, 39, 0.25);
  backdrop-filter: blur(5px);
  transition: all 0.5s;
  justify-content: space-between;
}

.bom-tab a {
  display: block;
  width: 1.6rem;
  position: relative;
}

.bom-tab a img {
  display: block;
  margin: 0 auto;
  width: 0.48rem;
  height: 0.48rem;
}

.bom-tab a p {
  text-align: center;
  font-size: 0.2rem;
  color: #FF3D4D;
  margin-top: 0.08rem;
}

.bom-tab a em {
  position: absolute;
  top: -0.2rem;
  left: 0.6rem;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.34rem;
  /* 212.5% */
  height: 0.26rem;
  white-space: nowrap;
  line-height: 0.26rem;
  padding: 0 0.12rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0rem;
  background: #FF3D4D;
}

.bom-tab .warn {
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 50%;
  margin-top: -0.88rem;
  box-sizing: border-box;
  padding-top: 0.1rem;
  flex-shrink: 0;
}

.bom-tab .warn p {
  margin: 0 auto;
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 0.06rem solid #fff;
  background-color: rgba(255, 255, 255, 0.7);
}

.bom-tab .warn p img {
  width: 0.61rem;
  height: 0.61rem;
}

.bom-tab .warn span {
  margin-top: 0.08rem;
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #FF3D4D;
}

.side {
  position: fixed;
  bottom: 2rem;
  right: 0.1rem;
  transition: all 0.5s;
  z-index: 9;
}

.side a {
  display: block;
  margin: 0.1rem 0;
  position: relative;
}

.side a p {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0.06rem;
  font-size: 0.18rem;
  color: #3E403F;
  transform: scale(0.94);
}

.side a img {
  width: 0.85rem;
}

.side a em {
  width: 0.71rem;
  height: 0.24rem;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  color: #B9FB1C;
  text-align: center;
  line-height: 0.26rem;
  position: absolute;
  bottom: 0.32rem;
  left: 50%;
  margin-left: -0.355rem;
  background-color: #252525;
  font-family: 'NumFontBlod';
}

@-moz-keyframes shake {
  0%,
  100% {
    transform: rotate(0) scale(0.9);
  }
  10% {
    transform: rotate(2deg) scale(1);
  }
  15%,
  25%,
  35% {
    transform: rotate(-4deg);
  }
  20%,
  30%,
  40% {
    transform: rotate(4deg);
  }
  45% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(2deg);
  }
  55%,
  90% {
    transform: rotate(0);
  }
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1);
  }
  15%,
  25%,
  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  20%,
  30%,
  40% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  45% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  55%,
  90% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-o-keyframes shake {
  0%,
  100% {
    transform: rotate(0) scale(0.9);
  }
  10% {
    transform: rotate(2deg) scale(1);
  }
  15%,
  25%,
  35% {
    transform: rotate(-4deg);
  }
  20%,
  30%,
  40% {
    transform: rotate(4deg);
  }
  45% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(2deg);
  }
  55%,
  90% {
    transform: rotate(0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1);
  }
  15%,
  25%,
  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  20%,
  30%,
  40% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  45% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  55%,
  90% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes move {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.1);
  }
}

.p-pop {
  position: relative;
  width: 7.5rem;
  height: 10.2rem;
  margin: 0 auto;
}

.p-pop .p-close {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: -0.1rem;
  right: 0.3rem;
  background: url("../images/p-close.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-pop .p-card {
  text-align: center;
  margin-top: 0.6rem;
}

.p-pop .p-card img {
  height: 5.4rem;
}

.p-pop .p-tit {
  width: 5.43rem;
  height: 1.62rem;
  margin: 0 auto;
}

.p-pop .p-tit img {
  width: 5.43rem;
  height: 1.62rem;
}

.p-pop .p-btn {
  position: relative;
  display: block;
  margin: 0.6rem auto 0;
  width: 4.45rem;
  height: 1.10rem;
  background: url("../images/pbtn1.png") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-animation: sc 1s linear infinite alternate;
  animation: sc 1s linear infinite alternate;
}

.p-pop .p-btn.gray {
  animation: none;
  -webkit-animation: none;
  filter: grayscale(0);
  background: url("../images/pbtn2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-pop .p-tips {
  margin-top: 0.8rem;
  font-size: 0.26rem;
  color: #FFFFFF;
  text-align: center;
}

.p-bom {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 7.5rem;
  height: 11.26rem;
  background: url("../images/p-bom.png") no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 0.88rem;
  margin-left: -3.75rem;
}

.p-bom .p-close {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: -0.5rem;
  right: 0.3rem;
  background: url("../images/p-close.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-bom .p-nav {
  height: 0.8rem;
  display: flex;
  align-items: center;
  width: 5.8rem;
  border-bottom: 1px solid #FF3D4D;
  margin: 0 auto;
}

.p-bom .p-nav a {
  height: 100%;
  line-height: 0.8rem;
  flex: 1;
  text-align: center;
  color: #000000;
  font-size: 0.3rem;
}

.p-bom .p-nav a.on {
  font-size: 0.36rem;
  color: #FF3D4D;
  font-weight: bold;
  position: relative;
}

.p-bom .p-nav a.on::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.04rem;
  left: 0;
  bottom: 0;
  background-color: #FF3D4D;
}

.p-bom .task-tips {
  text-align: center;
  font-size: 0.26rem;
  color: #666666;
  margin-top: 0.28rem;
}

.p-bom .task-list {
  width: 7.5rem;
  height: 8.5rem;
  overflow-y: auto;
  margin-top: 0.3rem;
}

.p-bom .task-list li {
  width: 7.5rem;
  height: 1.29rem;
  background: url("../images/task-li.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.8rem 0 1.6rem;
  margin-bottom: 0.2rem;
}

.p-bom .task-list li i {
  top: 0.04rem;
  left: 0.88rem;
  position: absolute;
  width: 0.2rem;
  text-align: center;
  font-size: 0.36rem;
  color: #FFFFFF;
}

.p-bom .task-list li p {
  flex: 1;
}

.p-bom .task-list li p span {
  display: block;
  width: 3.5rem;
  font-size: 0.28rem;
  color: #FFFFFF;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p-bom .task-list li p em {
  line-height: 0.3rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.22rem;
  color: #FFD3D3;
}

.p-bom .task-list li div {
  margin-left: 0.4rem;
}

.p-bom .task-list li div a {
  display: block;
  width: 1.2rem;
  height: 0.41rem;
  text-align: center;
  line-height: 0.41rem;
  font-size: 0.26rem;
  color: #FFFFFF;
  background: url("../images/task-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-bom .task-list li div span {
  display: block;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
  margin-top: 0.04rem;
}

.p-bom .task-list li div span em {
  color: #FFFA6B;
}

.p-bom .task-list li div a.gray {
  background: url("../images/un-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-bom .task-list li .task-btn {
  margin-left: 0;
}

@-webkit-keyframes fu {
  0%,
  14%,
  100% {
    -webkit-transform: translateX(0rem);
  }
  7% {
    -webkit-transform: translateX(-1rem);
  }
}

@-webkit-keyframes light {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  14%,
  100% {
    -webkit-transform: scale(4);
    opacity: 0;
  }
}

@-webkit-keyframes sc {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
  }
}
