@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1024px) {
  body {
    overflow: inherit !important;
  }
}

header {
  width: 100%;
  display: block;
  height: initial;
}

h1 {
  display: none;
}

.navbar {
  width: 100%;
  height: 45px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#8100E6), to(#7A99FF));
  background: linear-gradient(to bottom, #8100E6 0%, #7A99FF 100%);
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .navbar {
    height: 86px;
  }
}
.navbar ul {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  padding-left: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .navbar ul {
    width: 1024px;
    height: 86px;
    margin: 0 auto;
  }
}
.navbar ul li {
  display: block;
  color: #FFFFFF;
}
.navbar ul li.bar {
  visibility: visible;
  margin-left: 10px;
  color: #FFFFFF;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .navbar ul li.bar {
    display: none;
  }
}
.navbar ul li.bar .circle {
  color: #F00;
  position: absolute;
  top: -2px;
  right: -0.6em;
}
.navbar ul li.bar .circle i {
  font-size: 1.3em;
  border-radius: 0.65em;
  background: #fff;
  width: 0.83em;
  height: 0.83em;
}
.navbar ul li.bar .circle i::before {
  top: -1px;
  position: relative;
}
.navbar ul li.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .navbar ul li.logo p {
    text-indent: -999px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar ul li.logo::before {
    content: "";
    display: block;
    background-image: url(/mobile/games/we5/images/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 130px;
    height: 45px;
  }
}
.navbar ul li.home {
  margin-right: 10px;
}
.navbar ul li.home a {
  color: #FFFFFF;
}
.navbar ul li.user {
  margin-right: 10px;
}
.navbar ul li.user a {
  color: #FFFFFF;
}
.navbar ul.navMenus {
  display: none;
}

.navMenu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #875fb5;
  overflow-y: scroll;
}
@media only screen and (min-width: 1024px) {
  .navMenu {
    display: none;
  }
}
.navMenu hr {
  border-color: #7d7d7d;
}
.navMenu__x {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #550178;
}
.navMenu__header {
  width: 300px;
  display: block;
}
.navMenu__header__userSign {
  width: 100%;
  display: inline-block;
}
.navMenu__header ul {
  display: inline-block;
}
.navMenu__header ul li {
  display: inline;
}
.navMenu__header ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.navMenu__header ul.userSign {
  width: 70px;
  position: relative;
  float: right;
  margin: 50px 50px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0 !important;
}
.navMenu__header ul.userSign li.SignIn a {
  color: #fff100;
}
.navMenu__header ul.userInformation {
  width: 100%;
  padding: 30px 0 10px 20px;
}
.navMenu__header ul.userInformation li:nth-child(n+2) {
  margin-left: 60px;
  margin-top: 3px;
  display: block;
  color: #FFFFFF;
}
.navMenu__header ul.userInformation li.userImg {
  width: 50px;
  height: 50px;
  position: absolute;
}
.navMenu__header ul.userAction {
  width: 200px;
  margin-left: 70px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navMenu__header ul.userAction li.logout {
  float: right;
}
.navMenu__header ul.userAction li i {
  color: #FF0004;
}
.navMenu__header__news {
  width: 95%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.navMenu__header__news .news-title {
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid #666;
  word-break: break-all;
}
.navMenu__header__news i {
  color: #f00;
}
.navMenu__header__news .open .news-title {
  color: #fff100;
}
.navMenu__header__news .news-submenu {
  width: 100%;
  padding: 10px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #666;
  border-top: 0px;
  position: relative;
  display: none;
}
.navMenu__header__news .news-submenu li {
  display: block;
  padding: 5px 10px;
  margin: 3px auto;
  background-color: #666;
  border-radius: 5px;
  word-break: break-all;
}
.navMenu__header .remind {
  margin: 10px;
  text-align: center;
  color: #fff;
}
.navMenu__header .remind i {
  color: #f00;
  font-size: 1.2em;
  border-radius: 0.6em;
  background: #fff;
  width: 0.8em;
  height: 0.8em;
  margin: 5px;
}
.navMenu__header .remind i:before {
  top: -1px;
  position: relative;
}
.navMenu__header .remind .num {
  color: #3CF;
  text-decoration: underline;
}
.navMenu__main {
  margin-left: 20px;
  padding-bottom: 30px;
}
.navMenu__main h3 {
  color: #FDFB76;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
}
.navMenu__main ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0;
}
.navMenu__main ul li {
  width: 100%;
  display: block;
  color: #FFFFFF;
  padding-left: 20px;
  line-height: 40px;
}
.navMenu__main ul li a {
  width: 100%;
  height: 40px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
.navMenu--close {
  left: -300px;
  opacity: 0;
}
.navMenu--open {
  left: 0;
  opacity: 1;
}

.account-number a {
  margin: 0.7em auto !important;
}

@media only screen and (min-width: 1024px) {
  /*===========選單===========*/
  .navbar ul.navMenus {
    width: 424px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-210px);
            transform: translateX(-210px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
  .navMenuPc {
    position: relative;
    width: 140px;
    height: 86px;
    display: block;
    background: rgba(44, 13, 85, 0);
  }
  .navMenuPc a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    position: relative;
    font: 18px/24px "微軟正黑體", "Microsoft JhengHei", "新細明體";
    line-height: 86px;
    text-align: center;
    text-decoration: none;
    text-shadow: 3px 3px 3px #432f5a, 0 0 3px #432f5a;
  }
  .navMenuPc:hover {
    width: 140px;
    background: url(/mobile/games/we5/images/navmenuhover.png) no-repeat center bottom, #2C0D55;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
  }
  .navMenuPc ul.navSubMenu {
    height: auto;
    position: absolute;
    left: 0;
  }
  .navSubMenu {
    width: 140px !important;
    height: auto;
    opacity: 0;
    position: fixed;
    top: 86px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none !important;
  }
  .navSubMenu li {
    float: none;
    width: 140px;
  }
  .navSubMenu a {
    font: 16px/18px "微軟正黑體", "Microsoft JhengHei", "新細明體";
    padding: 15px 20px;
    text-shadow: 0.1em 0.1em 0.05em #000000, 0em 0em 0.5em #000000;
  }
  .navSubMenu a:hover {
    background: none;
    color: #ffff00;
  }
  .navMenuPc:hover ul.navSubMenu {
    opacity: 1;
    top: 86px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 9, 48, 0.8)), color-stop(rgba(23, 9, 48, 0.7)), color-stop(rgba(23, 9, 48, 0.7)), to(rgba(23, 9, 48, 0)));
    background: linear-gradient(to bottom, rgba(23, 9, 48, 0.8), rgba(23, 9, 48, 0.7), rgba(23, 9, 48, 0.7), rgba(23, 9, 48, 0));
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.content--before {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .content--before {
    display: none !important;
  }
}

.slideDown {
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  21% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  21% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
    opacity: 1;
  }
  45% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}