a,
b,
body,
button,
blockquote,
canvas,
dd,
div,
dl,
dt,
em,
fieldset,
form,
footer,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
nav,
ol,
optgroup,
p,
pre,
section,
select,
span,
strong,
table,
tr,
thead,
th,
tbody,
td,
textarea,
ul,
video {
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", Verdana, arial;
  overflow-x: hidden;
  background-color: #000;
  overflow: hidden; }

em,
strong,
th,
i,
b {
  font-style: normal;
  font-weight: normal; }

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

a {
  text-decoration: none;
  cursor: pointer;
  outline: none; }

a:hover,
a:active {
  outline-width: 0; }

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

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

fieldset,
img {
  border: 0; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

html,
body {
  width: 100%;
  height: 100%;
  color: #fff4db;
  font-family: Verdana; }

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  min-height: 700px;
  /*max-height: 960px;*/
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  /*background: url('../images/bg.jpg') no-repeat top center;*/ }
  .wrapper .main-content, .wrapper .next-page {
    margin-left: -232px; }
  .wrapper .footInfo {
    margin-left: -126px; }
  .wrapper .registerInput input, .wrapper .loginInput input {
    border: 1px solid #aba67c; }
  .wrapper .registerInput .input-text, .wrapper .loginInput .input-text, .wrapper .reg-tip, .wrapper .loginBtns * {
    color: #fff4db; }
  .wrapper .quickLogin {
    border-color: #737373; }

@-webkit-keyframes downOrUp {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: .6; }
  50% {
    -webkit-transform: translate(0px, -30px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: .6; } }

@-moz-keyframes downOrUp {
  0% {
    -moz-transform: translate(0px, 0px);
    opacity: .6; }
  50% {
    -moz-transform: translate(0px, -30px);
    opacity: 1; }
  100% {
    -moz-transform: translate(0px, 0px);
    opacity: .6; } }

@keyframes downOrUp {
  0% {
    transform: translate(0px, 0px);
    opacity: .6; }
  50% {
    transform: translate(0px, -30px);
    opacity: 1; }
  100% {
    transform: translate(0px, 0px);
    opacity: .6; } }

@-webkit-keyframes showOrHide {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-moz-keyframes showOrHide {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes showOrHide {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.content-bg {
  position: absolute;
  width: 465px;
  height: 1039px;
  left: 50%;
  top: 0;
  margin-left: -232px;
  z-index: 5;
  background: url("../images/bg2.png") no-repeat;
  opacity: 0.5; }

@keyframes opacity1 {
  0%, 100% {
    opacity: 0.5; }
  50% {
    opacity: 1; } }

.footInfo {
  position: fixed;
  bottom: 0;
  left: 50%;
  /* width: 100%; */
  text-align: center;
  font-size: 12px;
  padding-bottom: 60px;
  color: #ffffff;
  line-height: 19px;
  margin-left: 196px;
  z-index: 88; }

.main-content {
  width: 460px;
  position: absolute;
  left: 50%;
  margin-left: 90px;
  top: 0;
  height: 100%; }

.layer {
  position: relative;
  z-index: 111; }

.quickLogin {
  padding-top: 10px;
  position: relative;
  color: #ffffff;
  border-top: 1px solid #363e3f;
  border-bottom: 1px solid #363e3f;
  padding: 20px 0 20px 0;
  width: 284px;
  margin: 45px auto 0; }

.float-right {
  float: right; }

.quickLogin a {
  z-index: 999;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 8px;
  background: url(../images/sprite_new.png) no-repeat;
  vertical-align: middle; }

.quickLogin a:hover {
  box-shadow: 3px 3px 2px #333;
  transform: scale(1.05); }

.quickLogin a.facebook {
  background-position: 0 0; }

.quickLogin a.google {
  background-position: -44px 0; }

.quickLogin a.twitter {
  background-position: -89px 0; }

.quickLogin a.yahoo {
  background-position: -133px 0; }

.loginBox {
  position: relative;
  margin-top: 30px; }

.logo {
  padding-top: 100px;
  position: relative; }

.logo img {
  display: block;
  border: none;
  margin: 0 auto; }

.loginBtns {
  /*margin: 0 auto;
    padding-top: 12px;
    padding-left: 8px;
    box-sizing: border-box;*/
  width: 100%; }

.registerForm,
.loginForm {
  padding-top: 75px;
  display: none;
  /*margin-left: -10px;*/ }

.registerInput,
.loginInput {
  position: relative;
  width: 285px;
  height: 47px;
  /* padding-bottom: 20px; */
  margin-bottom: 45px;
  padding-left: 28px;
  margin-left: 60px;
  background: url(../images/hot.png) no-repeat 7px 15px !important; }
  .registerInput input::-ms-clear,
  .loginInput input::-ms-clear {
    display: none; }
  .registerInput input::-ms-reveal,
  .loginInput input::-ms-reveal {
    display: none; }

.registerInput input,
.loginInput input {
  width: 286px;
  height: 48px;
  border: none;
  box-sizing: border-box;
  line-height: 14px;
  padding-left: 10px;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #3a6a6d;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.6); }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; }

.registerInput p,
.loginInput p {
  font-size: 14px;
  text-align: center;
  color: #ff0000;
  position: absolute;
  left: 0;
  width: 100%;
  text-shadow: 0.1em 0.1em 0.5em #000;
  margin-top: 3px; }

.registerInput .input-text,
.loginInput .input-text {
  font-size: 14px;
  color: #e3fff7;
  text-align: left;
  top: -24px;
  left: 28px; }

.loginBox input:-webkit-autofill {
  /*  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;*/
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  border: 1px solid  #ff0000; }

.registerInput p.in,
.loginInput p.in {
  display: block; }

.registerInput input:focus,
.loginInput input:focus {
  outline: none; }

input::-webkit-input-placeholder {
  /* WebKit browsers */
  text-align: center; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-align: center; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-align: center; }

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-align: center; }

.registerPlayNow,
.loginPlayNow,
.registerDefault,
.loginDefault {
  display: none;
  width: 387px;
  height: 69px;
  line-height: 46px;
  text-align: center;
  margin: -12px auto 0;
  padding-top: 27px;
  border: none;
  background: url(../images/button.png) no-repeat;
  color: #30241b;
  text-shadow: 2px 2px 2px #df0404;
  user-select: none;
  font-family: Lora, serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 3px;
  color: #fff8f8; }
  .registerPlayNow .p1,
  .loginPlayNow .p1,
  .registerDefault .p1,
  .loginDefault .p1 {
    font-size: 22px;
    line-height: 22px;
    padding-top: 13px; }
  .registerPlayNow .p2,
  .loginPlayNow .p2,
  .registerDefault .p2,
  .loginDefault .p2 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    display: none; }

.download-size {
  font-size: 15px; }

.registerPlayNow.show,
.loginPlayNow.show {
  display: block; }

#weiduan .registerDefault,
#weiduan .loginDefault {
  background: url(../images/downloadD.png) no-repeat; }

.registerDefault.show,
.loginDefault.show {
  display: block; }

@keyframes breathe {
  0% {
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1); }
  100% {
    box-shadow: 0 1px 30px #c13634; } }

.loginForm {
  padding-top: 75px;
  display: none; }

.reg-tip {
  font-size: 20px;
  margin-top: 30px;
  position: absolute;
  color: #e3fff7;
  padding-left: 88px;
  left: 0px;
  width: 100%;
  font-style: italic;
  font-family: Lora-Regular;
  text-shadow: black 0.1em 0.1em 0.5em; }

.registerForm.show,
.loginForm.show {
  display: block; }

.forgotPwdBox {
  text-align: center;
  color: #e9af00;
  padding: 4px 0; }

.forgotPwdBox a {
  color: #e3fff7;
  text-shadow: 0.1em 0.1em 0.5em #000; }

.jump-box {
  width: 284px;
  height: 24px;
  margin-left: 87px;
  margin-top: 20px; }

.loginBtns * {
  text-shadow: 0.1em 0.1em 0.5em #000;
  color: #e3fff7;
  font-size: 14px; }
  .loginBtns * .float-right {
    text-decoration: underline; }

.btn-login {
  display: block;
  margin: 0 auto; }

.loginBtns a:hover {
  text-decoration: underline; }

.eye {
  background: url(../images/eye.png) 0px -17px;
  width: 25px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 17px;
  cursor: pointer; }

.eye.visible {
  background: url(../images/eye.png) 0px 0px; }

.registerPwd {
  position: relative; }

#loginFailed {
  display: none;
  border: none;
  margin: -18px auto 0;
  color: #ff0000;
  text-shadow: 0.1em 0.1em 0.5em #000;
  text-align: center; }

#loginFailed.show {
  display: block; }

#registerFailed {
  text-align: center;
  display: none;
  border: none;
  color: #ff0000;
  text-shadow: 0.1em 0.1em 0.5em #000;
  margin: -28px auto 0; }

#registerFailed.show {
  display: block; }

@media (max-height: 930px) {
  .logo {
    padding-top: 30px; } }

@media (max-height: 800px) {
  .logo {
    padding-top: 10px; }
  .footInfo {
    padding-bottom: 0; }
  .loginBox, .reg-tip {
    margin-top: 10px; }
  .registerForm, .loginForm {
    padding-top: 52px; }
  .quickLogin {
    margin-top: 10px; } }

.next-page {
  width: 460px;
  position: absolute;
  left: 50%;
  margin-left: 95px;
  top: 0;
  height: 100%;
  display: none; }
  .next-page .layer {
    position: relative;
    z-index: 111; }
  .next-page .line {
    margin-left: -20px;
    margin-top: 40px; }
  .next-page .text-think {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    padding-top: 90px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7); }
    .next-page .text-think p {
      margin-top: 40px; }
    .next-page .text-think .p1 {
      width: 410px;
      margin: 34px auto 0; }
    .next-page .text-think .learn-down {
      margin-top: 190px; }
      .next-page .text-think .learn-down a {
        color: #ffffff;
        line-height: 30px;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        padding-bottom: 10px;
        display: inline-block; }
        .next-page .text-think .learn-down a:hover {
          text-decoration: underline; }
  .next-page .modals-box {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 88; }
    .next-page .modals-box .close {
      width: 38px;
      height: 38px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -232px 0 0 450px;
      cursor: pointer;
      transition-duration: 200ms;
      z-index: 2; }
      .next-page .modals-box .close:hover {
        transform: rotateZ(90deg); }
  .next-page .modals-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1024px;
    height: 454px;
    margin: -266px 0 0 -512px;
    background: url(../images/popup_bg.jpg) no-repeat;
    font-family: MicrosoftYaHei;
    text-align: center; }
    .next-page .modals-center p {
      height: 24px;
      line-height: 24px;
      text-shadow: 1px 1px 4px #000; }
    .next-page .modals-center .p1 {
      font-size: 18px;
      margin-top: 200px;
      color: #fff; }
    .next-page .modals-center .p2 {
      font-weight: bold;
      margin-top: 10px;
      font-size: 26px;
      font-style: italic;
      color: #ffffff; }
    .next-page .modals-center .p3 {
      color: #fff;
      font-size: 20px;
      margin-top: 106px; }
      .next-page .modals-center .p3 a {
        color: #fff;
        text-decoration: underline; }

.dowloadTip {
  width: 154px;
  height: 127px;
  /* background: url(../images/tips4.png) no-repeat; */
  position: fixed;
  bottom: 5px;
  left: 50px;
  z-index: 9999;
  -webkit-animation: downOrUp 2s infinite;
  -moz-animation: downOrUp 2s infinite;
  animation: downOrUp 2s infinite;
  color: #fefefe; }

.dowloadTip p {
  font-size: 26px;
  text-align: center;
  text-shadow: 1px 1px 6px #000, 1px 1px 10px #000;
  margin: 15px 0; }

@media (max-height: 800px) {
  .next-page .text-think .learn-down {
    margin-top: 70px; } }
