body {
  background: #12110f url("//www.mythofempires.cn/static/web202603/images/bg.jpg") center 0 repeat-y fixed;
  background-size: cover;
  font-family: "San Francisco", "SourceHanSansCN Regular", "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 0.24rem;
}

.comp {
  position: relative;
  overflow: hidden;
}

button {
  display: block;
  cursor: pointer;
  border: 0;
}

.commonCommu {
  display: none;
}

.m_commonCommu {
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 0.85rem;
}
.m_commonCommu h3 {
  color: #999;
  font-size: 0.27rem;
  width: 0.65rem;
  display: inline-block;
  margin-right: 0.2rem;
  margin-top: -0.1rem;
}
.m_commonCommu img,
.m_commonCommu a {
  height: 0.5rem;
  vertical-align: top;
}
.m_commonCommu a {
  display: inline-block;
  margin: 0 0.2rem;
  vertical-align: top;
}
.m_commonCommu .commu-weixin {
  background-position: 0 0;
}
.m_commonCommu .commu-weibo {
  background-position: 0 -0.48rem;
}
.m_commonCommu .commu-bili {
  background-position: 0 -0.96rem;
}
.m_commonCommu .commu-qq {
  background-position: 0 -1.44rem;
}
.m_commonCommu .commu-dy {
  background-position: 0 -1.92rem;
}
.m_commonCommu .commu-dy .commonCommu-box {
  bottom: 0;
}
.m_commonCommu .commonCommu-box {
  display: none;
  position: absolute;
  width: 155px;
  padding: 7px;
  background-color: #222931;
}
.m_commonCommu .commonCommu-box img {
  position: relative;
  display: block;
  margin: 0 auto 7px;
  width: 100%;
}
.m_commonCommu .commonCommu-box p {
  color: #cbbfa6;
  text-align: center;
  margin-bottom: 5px;
}

.commu {
  position: fixed;
  left: 60px;
  bottom: 80px;
  z-index: 11;
  width: 36px;
}
.commu h3 {
  line-height: 1.4;
  color: #999;
}
.commu span,
.commu a {
  display: block;
  left: 3px;
}
.commu .commonCommu-box {
  left: 40px;
}

.btn-pre {
  display: block;
  width: 4.81rem;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
  font-size: 0.36rem;
  color: #ffeab3;
  margin: 0 auto;
  background: url("../images/btn-pre.png") 0 0 no-repeat;
  background-size: contain;
}

header {
  position: relative;
  z-index: 9;
  height: 1.1rem;
  margin-bottom: 60px;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.78rem;
  background: url("../images/header-bg.png") 0 0 repeat-x;
  background-size: auto 100%;
  pointer-events: none;
  z-index: -1;
}
header .icon-nav {
  position: absolute;
  right: 0.27rem;
  top: 0.27rem;
  width: 0.81rem;
}
header .logo {
  position: absolute;
  left: 0.4rem;
  top: 0.25rem;
  height: 0.82rem;
  font-size: 0;
}
header .logo img {
  height: 100%;
}
header {
  /*.state1,
  .state2 {
      position: absolute;
      right: .5rem;
      top: .3rem;
      font-size: .28rem;
  }*/
}
header .btn-pre {
  display: none;
}
header {
  /* .btn-pre {
      width: 174px;
      height: 48px;
      text-align: center;
      color: #ffe7a6;
      font-size: 20px;
      margin: 26px 67px 0 40px;
      background: url("../images/btn.png") 0 0 no-repeat;

      &:hover {
          background-position: -175px 0;
      }
  } */
}
header .state2 {
  /* &:hover{
      .box{
          display: block;
      }
  } */
}

footer {
  position: relative;
  text-align: center;
  padding: 0.6rem 0.2rem;
  color: #999;
  line-height: 1.8;
  background-color: #000;
  font-size: 0.14rem;
}
footer a {
  color: #999;
}
footer a:hover {
  color: #fff;
}
footer .logo,
footer .wrap {
  display: inline-block;
  vertical-align: top;
}
footer .logo {
  margin-right: 0.3rem;
  position: static;
  margin-top: 28px;
}
footer .logo img {
  height: auto;
}
footer .wrap {
  text-align: left;
}
footer nav a {
  margin-right: 8px;
}
footer .btn-age {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.8rem;
  cursor: pointer;
}
footer .pop-ageReminder {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 70;
}
footer .pop-ageReminder .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
footer .pop-ageReminder .close {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 0.69rem;
  height: 0.64rem;
  background: url("//www.mythofempires.cn/static/web202204/images/close.png") 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
}
footer .pop-ageReminder .wrap {
  position: absolute;
  left: 50%;
  top: 18%;
  margin-left: -5rem;
  width: 10rem;
  padding: 0.4rem 0.6rem;
  background-color: #000;
}
footer .pop-ageReminder h2 {
  color: #fff;
  text-align: center;
  font-size: 0.3rem;
  margin-bottom: 0.28rem;
}
footer .pop-ageReminder p {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.15rem;
}

.popbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.popbox .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popbox .close {
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  top: -0.7rem;
  right: 0;
  background: url("../images/close.png") 0 0 no-repeat;
  background-size: contain;
  z-index: 2;
}
.popbox .wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.preBox .box {
  display: none;
}
.preBox .close {
  right: 0.25rem;
}
.preBox .wrap {
  display: none;
  width: 6.56rem;
  left: 50%;
  transform: translate(-50%, -60%);
  box-sizing: border-box;
}
.preBox .wrap.show {
  display: block;
}
.preBox .statusPre {
  font-size: 0;
  height: 5.15rem;
  padding-top: 1.5rem;
  padding-left: 1.2rem;
  background: url("//www.mythofempires.cn/static/web202603/images/popbox-appointment-bg.png") 0 0 no-repeat;
  background-size: contain;
}
.preBox .statusPre .close {
  top: -0.3rem;
}
.preBox input {
  background: transparent;
  border: 1px solid #666;
  width: 4.18rem;
  height: 0.58rem;
  margin-bottom: 0.2rem;
  padding: 5px 10px;
  color: #fff;
}
.preBox .code,
.preBox .getcode,
.preBox .countdown {
  display: inline-block;
  vertical-align: top;
}
.preBox .code {
  width: 2.1rem;
}
.preBox .getcode,
.preBox .countdown {
  font-size: 0.24rem;
  display: none;
  width: 2.1rem;
  height: 0.58rem;
  background: url("../images/btn-getCode.png") 0 0 no-repeat;
  background-size: contain;
  color: #cbbfa6;
  line-height: 0.58rem;
}
.preBox .getcode.show,
.preBox .countdown.show {
  display: inline-block;
}
.preBox .countdown {
  display: none;
}
.preBox .submit {
  width: 4.27rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: url("../images/btn-pre1.png") 0 0 no-repeat;
  background-size: contain;
  font-size: 0.36rem;
  color: #ffe7a6;
}
.preBox .statusSuc {
  height: 4.72rem;
  padding-top: 1rem;
  margin-top: -2.36rem;
  background: url("//www.mythofempires.cn/static/web202603/images/pre-statusSuc-bg.png") 0 0 no-repeat;
  background-size: contain;
  text-align: center;
}
.preBox .statusSuc .close {
  top: -0.7rem;
}
.preBox .statusSuc h2 {
  font-size: 0.34rem;
  color: #dad0b1;
  margin-bottom: 0.3rem;
}
.preBox .commonCommu {
  /* h3{
      font-size: 16px;
      margin-bottom: 20px;
  }
  span,
  a{
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
  }
  .commonCommu-box{
      bottom: 35px;
  }
  .commu-dy{
      .commonCommu-box{
          right: 0;
      }
  } */
}
.preBox .m_commonCommu h3 {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
  margin-right: 0;
}
.preBox .m_commonCommu img,
.preBox .m_commonCommu a {
  margin: 0 0.1rem;
}

.ageWarn .close {
  top: -0.65rem;
}
.ageWarn .wrap {
  background-color: #222931;
  width: 90%;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 0.3rem;
  box-sizing: border-box;
}
.ageWarn .wrap h2 {
  text-align: center;
  font-size: 0.3rem;
  margin-bottom: 0.35rem;
}
.ageWarn .wrap p {
  color: #999;
  line-height: 1.7;
  margin-bottom: 20px;
}

.popVideoBox .wrap {
  transform: translateY(-50%);
}
.popVideoBox video {
  /* position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  height: 200%; */
  width: 100%;
}

.wxBox {
  z-index: 100;
}
.wxBox .wrap {
  transform: translateY(-70%);
}
.wxBox img {
  display: block;
  margin: 0 auto;
}
.wxBox .close {
  width: 0.55rem;
  height: 0.55rem;
  top: auto;
  right: auto;
  background: url(../images/close.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  margin: 20px auto 0;
}

.mHeaderPopbox {
  text-align: center;
}
.mHeaderPopbox .layer {
  background-color: #222931;
  z-index: -1;
}
.mHeaderPopbox .btn-close {
  position: absolute;
  right: 0.27rem;
  top: 0.27rem;
  width: 0.81rem;
  height: 0.81rem;
}
.mHeaderPopbox nav {
  margin-top: 3.1rem;
  margin-bottom: 1rem;
}
.mHeaderPopbox nav a {
  display: block;
  color: #ccc;
  font-size: 0.36rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 5.94rem;
  height: 0.98rem;
  line-height: 0.98rem;
  background: url("../images/btn/btn.png") 0 0 no-repeat;
  background-size: contain;
}
.mHeaderPopbox .state1,
.mHeaderPopbox .state2 {
  font-size: 0.36rem;
  display: none;
  position: relative;
}
.mHeaderPopbox .state1.show,
.mHeaderPopbox .state2.show {
  display: block;
}
.mHeaderPopbox .state1 {
  font-size: 0;
}
.mHeaderPopbox .state1 span {
  display: inline-block;
  color: #ccc;
  font-size: 0.36rem;
  width: 2.87rem;
  height: 0.98rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  line-height: 0.98rem;
  background: url("../images/btn/btn1.png") 0 0 no-repeat;
  background-size: contain;
}
.mHeaderPopbox .username {
  position: relative;
  padding-right: 26px;
  color: #e3e3e3;
}
.mHeaderPopbox .username::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 11px;
  height: 7px;
  background: url("//www.mythofempires.cn/static/web202603/images/user-icon.png") 0 -0.28rem no-repeat;
  background-size: 0.22rem 1.34rem;
  cursor: pointer;
}
.mHeaderPopbox .box {
  display: none;
  position: absolute;
  text-align: left;
  top: 0.7rem;
  left: 50%;
  margin-left: -1.4rem;
  background-color: #263342;
  width: 2.8rem;
  color: #fff;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.mHeaderPopbox .box a {
  color: #fff;
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  transition: background-color 0.3s;
  padding-left: 0.6rem;
  background-image: url("//www.mythofempires.cn/static/web202603/images/user-icon.png");
  background-repeat: no-repeat;
  box-sizing: content-box;
  background-size: 0.22rem 1.34rem;
}
.mHeaderPopbox .box .acc {
  background-position: 0.27rem -0.36rem;
}
.mHeaderPopbox .box .logout {
  background-position: 0.28rem -0.9rem;
}

.swiper .swiper-pagination-bullet {
  width: 0.33rem;
  height: 0.33rem;
  background: url("//www.mythofempires.cn/static/web202603/images/dot.png") 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
  border-radius: 0;
}
.swiper .swiper-pagination-bullet-active {
  background-image: url("//www.mythofempires.cn/static/web202603/images/dot_active.png");
  background-size: contain;
}
@keyframes rota {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

input::-moz-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}/*# sourceMappingURL=common.css.map */