@charset "UTF-8";
@import url(reset.css);
@import url(fonts.css);
html, body {
  font-size: 62.5%; }

a {
  text-decoration: none;
  color: black; }


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and {
  html, body {
    overflow-x: hidden; }
  #header {
    width: 100%;
    height: 145px;
    position: fixed;
    border: 0;
    top: 0;
    left: 0;
    background: white;
    z-index: 200;
    border-bottom: 1px solid #DBDBDB;
    /* iiugame logo */
    /* nav的导航栏 */ }
    #header #nav {
      width: 100%;
      height: 4.4rem;
      background: #3E3E3E;
      color: white;
      text-align: right;
      padding-right: 20px;
      padding-top: 20px;
      box-sizing: border-box; }
      #header #nav span {
        margin: 0 3px; }
      #header #nav a {
        color: white;
        display: inline-block;
        font-size: 13px; }
        #header #nav a:hover {
          text-decoration: underline; }
      #header #nav a.chooseLanguage {
        display: none;
        margin: 0 29px; }
      #header #nav a.loginOut {
        color: #b1a9a9; }
        #header #nav a.loginOut:hover {
          color: orange; }
    #header .nav-logo {
      width: 120px;
      height: 55px;
      margin: 0 auto;
      margin-top: 14px;
      background: url(../images/common-images/nav-logo.png) no-repeat center;
      background-size: 100% 100%; }
    #header .title-logo {
      background: url(../images/common-images/spirit.png) no-repeat -77px -175px;
      width: 23px;
      height: 22px;
      display: inline-block;
      position: absolute;
      bottom: 35px;
      right: 32px; }
    #header .nav {
      display: none; }
  #tail {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common-images/tail-bg.png) no-repeat;
    background-size: 100% 100%; }
    #tail .logo {
      background: url(../images/common-images/nav-logo.png) no-repeat;
      width: 200px;
      height: 100px;
      padding-right: 30px;
      border-right: 1px solid black;
      margin-right: 80px; }
    #tail .content {
      padding: 50px 0;
      line-height: 30px;
      float: right;
      font-size: 14px; }
      #tail .content a {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid black; } }



@media only screen and (min-width: 320px) and (max-width: 761px) {
  html, body {
    overflow-x: hidden; }
  
  #tail {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common-images/tail-bg.png) no-repeat;
    background-size: 100% 100%; 
    position: relative;
  }
    #tail .logo {
      background: url(../images/common-images/nav-logo.png) no-repeat;
      background-size: 100% 100%;
      width: 90px;
      height: 46px;
      margin: 0 1px;

    }
    #tail .content {
      padding: 30px 1px;
      line-height: 30px;
      float: right;
      font-size: 12px; }
      #tail .content a {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid black; } 

  .login-cover .login-box {
    width: 84%;
    // position: fixed;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -240px auto auto -42%; }
    .login-cover .login-box .login-box-title {
      height: 50px;
      border: 1px solid #ddd;
      border-width: 1px 1px 0 1px;
      background-color: #f7f7f7; }
      .login-cover .login-box .login-box-title .login-title-text {
        display: block;
        height: 24px;
        line-height: 24px;
        position: relative;
        margin: 11px 15px auto 15px;
        font-size: 17px;
        font-weight: 700;
        font-family: Arial,"微软雅黑","\5B8B\4F53";
        color: #666;
        position: relative; }
        .login-cover .login-box .login-box-title .login-title-text .iiugame-logo {
          width: 70px;
          height: 28px;
          display: inline-block;
          background: url(../images/common-images/nav-logo.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-title .login-title-text .loginAndReg {
          position: absolute;
          top: 4px;
          left: 128px; }
        .login-cover .login-box .login-box-title .login-title-text a {
          position: absolute;
          top: 2px;
          right: 0;
          color: #999; }
    .login-cover .login-box .loginOrReg {
      display: flex;
      height: 48px;
      background: #0d69e4;
      line-height: 48px; }
      .login-cover .login-box .loginOrReg a {
        flex: 1;
        text-align: center;
        color: white; }
        .login-cover .login-box .loginOrReg a.active {
          border-bottom: 2px solid orange;
          color: orange; }
    .login-cover .login-box .login-box-content {
      padding: 0 5%;
      border-top: 1px solid #F2F2F2;
      background: white; }
      .login-cover .login-box .login-box-content p.tips {
        margin-left: 131px;
        margin-top: 21px;
        color: red;
        font-weight: 700; }
      .login-cover .login-box .login-box-content form .login-user {
        width: 100%;
        height: 42px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-user label {
          position: absolute;
          top: 5px;
          left: 3px;
          width: 32px;
          height: 32px;
          background: url(../images/common-images/login-user.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-user input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-password {
        width: 100%;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-password label {
          position: absolute;
          top: 8px;
          left: 6px;
          width: 25px;
          height: 25px;
          background: url(../images/common-images/login-password.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-password input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-repassword {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-repassword label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-repassword.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-repassword input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-mailbox {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-mailbox label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-mailbox.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-mailbox input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-yanzhengma {
        width: 100%;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma img {
          width: 129px;
          height: 40px;
          position: absolute;
          top: 1px;
          left: 4px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 144px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .btn-login {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px; }
        .login-cover .login-box .login-box-content form .btn-login .loginButton {
          width: 100%;
          height: 48px;
          border-radius: 5px;
          background: #3f89ec;
          font-weight: 700;
          font-size: 16px;
          color: white;
          cursor: pointer; }
    .login-cover .login-box .login-box-footer {
      position: relative;
      height: 48px;
      background: white; }
      .login-cover .login-box .login-box-footer a {
        position: absolute;
        bottom: 10px;
        color: #FA720A;
        font-size: 14px; }
        .login-cover .login-box .login-box-footer a:hover {
          text-decoration: underline; }
      .login-cover .login-box .login-box-footer a:nth-child(1) {
        right: 0; }
      .login-cover .login-box .login-box-footer a:nth-child(2) {
        right: 68px;
        padding-right: 10px;
        border-right: 1px solid #ddd;
        color: #808080; }
        .login-cover .login-box .login-box-footer a:nth-child(2):hover {
          text-decoration: underline;
          color: #FA720A; }
        .login-cover .login-box .login-box-footer a:nth-child(2) .icon-facebook2:before {
          content: "\ea91"; }
}
@media only screen and (min-width: 762px) and (max-width: 789px) {
  html, body {
    overflow-x: hidden; }
  
  #tail {
    width: 100%;
    margin: 1300px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common-images/tail-bg.png) no-repeat;
    background-size: 100% 100%; 
    position: relative;
  }
    #tail .logo {
      background: url(../images/common-images/nav-logo.png) no-repeat;
      background-size: 100% 100%;
      width: 90px;
      height: 46px;
      // padding-right: 30px;
      margin-right: 30px;
      // border-right: 1px solid black;
      margin-right: 80px; 
    }
    #tail .content {
      padding: 50px 0;
      line-height: 30px;
      float: right;
      font-size: 14px; }
      #tail .content a {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid black; }

  .login-cover .login-box {
    width: 354px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -267px auto auto -168px; }
    .login-cover .login-box .login-box-title {
      height: 50px;
      border: 1px solid #ddd;
      border-width: 1px 1px 0 1px;
      background-color: #f7f7f7; }
      .login-cover .login-box .login-box-title .login-title-text {
        display: block;
        height: 24px;
        line-height: 24px;
        position: relative;
        margin: 11px 15px auto 15px;
        font-size: 17px;
        font-weight: 700;
        font-family: Arial,"微软雅黑","\5B8B\4F53";
        color: #666;
        position: relative; }
        .login-cover .login-box .login-box-title .login-title-text .iiugame-logo {
          width: 70px;
          height: 28px;
          display: inline-block;
          background: url(../images/common-images/nav-logo.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-title .login-title-text .loginAndReg {
          position: absolute;
          top: 4px;
          left: 128px; }
        .login-cover .login-box .login-box-title .login-title-text a {
          position: absolute;
          top: 2px;
          right: 0;
          color: #999; }
    .login-cover .login-box .loginOrReg {
      display: flex;
      height: 48px;
      background: #0d69e4;
      line-height: 48px; }
      .login-cover .login-box .loginOrReg a {
        flex: 1;
        text-align: center;
        color: white; }
        .login-cover .login-box .loginOrReg a.active {
          border-bottom: 2px solid orange;
          color: orange; }
    .login-cover .login-box .login-box-content {
      padding: 0 20px;
      border-top: 1px solid #F2F2F2;
      background: white; }
      .login-cover .login-box .login-box-content p.tips {
        margin-left: 131px;
        margin-top: 21px;
        color: red;
        font-weight: 700; }
      .login-cover .login-box .login-box-content form .login-user {
        width: 314px;
        height: 42px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-user label {
          position: absolute;
          top: 5px;
          left: 3px;
          width: 32px;
          height: 32px;
          background: url(../images/common-images/login-user.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-user input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-password {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-password label {
          position: absolute;
          top: 8px;
          left: 6px;
          width: 25px;
          height: 25px;
          background: url(../images/common-images/login-password.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-password input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-repassword {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-repassword label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-repassword.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-repassword input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-mailbox {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-mailbox label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-mailbox.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-mailbox input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-yanzhengma {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma img {
          width: 129px;
          height: 40px;
          position: absolute;
          top: 1px;
          left: 4px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 144px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .btn-login {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px; }
        .login-cover .login-box .login-box-content form .btn-login .loginButton {
          width: 100%;
          height: 48px;
          border-radius: 5px;
          background: #3f89ec;
          font-weight: 700;
          font-size: 16px;
          color: white;
          cursor: pointer; }
    .login-cover .login-box .login-box-footer {
      position: relative;
      height: 48px;
      background: white; }
      .login-cover .login-box .login-box-footer a {
        position: absolute;
        bottom: 10px;
        color: #FA720A;
        font-size: 14px; }
        .login-cover .login-box .login-box-footer a:hover {
          text-decoration: underline; }
      .login-cover .login-box .login-box-footer a:nth-child(1) {
        right: 0; }
      .login-cover .login-box .login-box-footer a:nth-child(2) {
        right: 68px;
        padding-right: 10px;
        border-right: 1px solid #ddd;
        color: #808080; }
        .login-cover .login-box .login-box-footer a:nth-child(2):hover {
          text-decoration: underline;
          color: #FA720A; }
        .login-cover .login-box .login-box-footer a:nth-child(2) .icon-facebook2:before {
          content: "\ea91"; } 
}

@media only screen and (min-width: 790px) and (max-width: 1023px) {
  html, body {
    overflow-x: hidden; }
  
  #tail {
    width: 100%;
    margin: 1300px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common-images/tail-bg.png) no-repeat;
    background-size: 100% 100%; 
    position: relative;
  }
    #tail .logo {
      background: url(../images/common-images/nav-logo.png) no-repeat;
      width: 200px;
      height: 100px;
      padding-right: 30px;
      border-right: 1px solid black;
      margin-right: 80px; }
    #tail .content {
      padding: 50px 0;
      line-height: 30px;
      float: right;
      font-size: 14px; }
      #tail .content a {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid black; } 

  .login-cover .login-box {
    width: 354px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -267px auto auto -168px; }
    .login-cover .login-box .login-box-title {
      height: 50px;
      border: 1px solid #ddd;
      border-width: 1px 1px 0 1px;
      background-color: #f7f7f7; }
      .login-cover .login-box .login-box-title .login-title-text {
        display: block;
        height: 24px;
        line-height: 24px;
        position: relative;
        margin: 11px 15px auto 15px;
        font-size: 17px;
        font-weight: 700;
        font-family: Arial,"微软雅黑","\5B8B\4F53";
        color: #666;
        position: relative; }
        .login-cover .login-box .login-box-title .login-title-text .iiugame-logo {
          width: 70px;
          height: 28px;
          display: inline-block;
          background: url(../images/common-images/nav-logo.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-title .login-title-text .loginAndReg {
          position: absolute;
          top: 4px;
          left: 128px; }
        .login-cover .login-box .login-box-title .login-title-text a {
          position: absolute;
          top: 2px;
          right: 0;
          color: #999; }
    .login-cover .login-box .loginOrReg {
      display: flex;
      height: 48px;
      background: #0d69e4;
      line-height: 48px; }
      .login-cover .login-box .loginOrReg a {
        flex: 1;
        text-align: center;
        color: white; }
        .login-cover .login-box .loginOrReg a.active {
          border-bottom: 2px solid orange;
          color: orange; }
    .login-cover .login-box .login-box-content {
      padding: 0 20px;
      border-top: 1px solid #F2F2F2;
      background: white; }
      .login-cover .login-box .login-box-content p.tips {
        margin-left: 131px;
        margin-top: 21px;
        color: red;
        font-weight: 700; }
      .login-cover .login-box .login-box-content form .login-user {
        width: 314px;
        height: 42px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-user label {
          position: absolute;
          top: 5px;
          left: 3px;
          width: 32px;
          height: 32px;
          background: url(../images/common-images/login-user.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-user input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-password {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-password label {
          position: absolute;
          top: 8px;
          left: 6px;
          width: 25px;
          height: 25px;
          background: url(../images/common-images/login-password.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-password input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-repassword {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-repassword label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-repassword.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-repassword input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-mailbox {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-mailbox label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-mailbox.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-mailbox input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-yanzhengma {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma img {
          width: 129px;
          height: 40px;
          position: absolute;
          top: 1px;
          left: 4px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 144px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .btn-login {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px; }
        .login-cover .login-box .login-box-content form .btn-login .loginButton {
          width: 100%;
          height: 48px;
          border-radius: 5px;
          background: #3f89ec;
          font-weight: 700;
          font-size: 16px;
          color: white;
          cursor: pointer; }
    .login-cover .login-box .login-box-footer {
      position: relative;
      height: 48px;
      background: white; }
      .login-cover .login-box .login-box-footer a {
        position: absolute;
        bottom: 10px;
        color: #FA720A;
        font-size: 14px; }
        .login-cover .login-box .login-box-footer a:hover {
          text-decoration: underline; }
      .login-cover .login-box .login-box-footer a:nth-child(1) {
        right: 0; }
      .login-cover .login-box .login-box-footer a:nth-child(2) {
        right: 68px;
        padding-right: 10px;
        border-right: 1px solid #ddd;
        color: #808080; }
        .login-cover .login-box .login-box-footer a:nth-child(2):hover {
          text-decoration: underline;
          color: #FA720A; }
        .login-cover .login-box .login-box-footer a:nth-child(2) .icon-facebook2:before {
          content: "\ea91"; }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  html, body {
    overflow-x: hidden; }
 
  #tail {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common-images/tail-bg.png) no-repeat;
    background-size: 100% 100%; }
    #tail .logo {
      background: url(../images/common-images/nav-logo.png) no-repeat;
      width: 200px;
      height: 100px;
      padding-right: 30px;
      border-right: 1px solid black;
      margin-right: 80px; }
    #tail .content {
      padding: 50px 0;
      line-height: 30px;
      float: right;
      font-size: 14px; }
      #tail .content a {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid black; } 

  .login-cover .login-box {
    width: 354px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -267px auto auto -168px; }
    .login-cover .login-box .login-box-title {
      height: 50px;
      border: 1px solid #ddd;
      border-width: 1px 1px 0 1px;
      background-color: #f7f7f7; }
      .login-cover .login-box .login-box-title .login-title-text {
        display: block;
        height: 24px;
        line-height: 24px;
        position: relative;
        margin: 11px 15px auto 15px;
        font-size: 17px;
        font-weight: 700;
        font-family: Arial,"微软雅黑","\5B8B\4F53";
        color: #666;
        position: relative; }
        .login-cover .login-box .login-box-title .login-title-text .iiugame-logo {
          width: 70px;
          height: 28px;
          display: inline-block;
          background: url(../images/common-images/nav-logo.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-title .login-title-text .loginAndReg {
          position: absolute;
          top: 4px;
          left: 128px; }
        .login-cover .login-box .login-box-title .login-title-text a {
          position: absolute;
          top: 2px;
          right: 0;
          color: #999; }
    .login-cover .login-box .loginOrReg {
      display: flex;
      height: 48px;
      background: #0d69e4;
      line-height: 48px; }
      .login-cover .login-box .loginOrReg a {
        flex: 1;
        text-align: center;
        color: white; }
        .login-cover .login-box .loginOrReg a.active {
          border-bottom: 2px solid orange;
          color: orange; }
    .login-cover .login-box .login-box-content {
      padding: 0 20px;
      border-top: 1px solid #F2F2F2;
      background: white; }
      .login-cover .login-box .login-box-content p.tips {
        margin-left: 131px;
        margin-top: 21px;
        color: red;
        font-weight: 700; }
      .login-cover .login-box .login-box-content form .login-user {
        width: 314px;
        height: 42px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-user label {
          position: absolute;
          top: 5px;
          left: 3px;
          width: 32px;
          height: 32px;
          background: url(../images/common-images/login-user.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-user input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-password {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-password label {
          position: absolute;
          top: 8px;
          left: 6px;
          width: 25px;
          height: 25px;
          background: url(../images/common-images/login-password.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-password input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-repassword {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-repassword label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-repassword.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-repassword input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-mailbox {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-mailbox label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-mailbox.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-mailbox input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-yanzhengma {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma img {
          width: 129px;
          height: 40px;
          position: absolute;
          top: 1px;
          left: 4px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 144px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .btn-login {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px; }
        .login-cover .login-box .login-box-content form .btn-login .loginButton {
          width: 100%;
          height: 48px;
          border-radius: 5px;
          background: #3f89ec;
          font-weight: 700;
          font-size: 16px;
          color: white;
          cursor: pointer; }
    .login-cover .login-box .login-box-footer {
      position: relative;
      height: 48px;
      background: white; }
      .login-cover .login-box .login-box-footer a {
        position: absolute;
        bottom: 10px;
        color: #FA720A;
        font-size: 14px; }
        .login-cover .login-box .login-box-footer a:hover {
          text-decoration: underline; }
      .login-cover .login-box .login-box-footer a:nth-child(1) {
        right: 0; }
      .login-cover .login-box .login-box-footer a:nth-child(2) {
        right: 68px;
        padding-right: 10px;
        border-right: 1px solid #ddd;
        color: #808080; }
        .login-cover .login-box .login-box-footer a:nth-child(2):hover {
          text-decoration: underline;
          color: #FA720A; }
        .login-cover .login-box .login-box-footer a:nth-child(2) .icon-facebook2:before {
          content: "\ea91"; }
}

@media only screen and (min-width: 1280px) {
 
  #tail {
    width: 1203px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common-images/tail-bg.png) no-repeat;
    background-size: 100% 100%; }
    #tail .logo {
      background: url(../images/common-images/nav-logo.png) no-repeat;
      width: 200px;
      height: 100px;
      padding-right: 30px;
      border-right: 1px solid black;
      margin-right: 80px; }
    #tail .content {
      padding: 50px 0;
      line-height: 30px;
      float: right;
      font-size: 14px; }
      #tail .content a {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid black; } 

  .login-cover .login-box {
    width: 354px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -267px auto auto -168px; }
    .login-cover .login-box .login-box-title {
      height: 50px;
      border: 1px solid #ddd;
      border-width: 1px 1px 0 1px;
      background-color: #f7f7f7; }
      .login-cover .login-box .login-box-title .login-title-text {
        display: block;
        height: 24px;
        line-height: 24px;
        position: relative;
        margin: 11px 15px auto 15px;
        font-size: 17px;
        font-weight: 700;
        font-family: Arial,"微软雅黑","\5B8B\4F53";
        color: #666;
        position: relative; }
        .login-cover .login-box .login-box-title .login-title-text .iiugame-logo {
          width: 70px;
          height: 28px;
          display: inline-block;
          background: url(../images/common-images/nav-logo.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-title .login-title-text .loginAndReg {
          position: absolute;
          top: 4px;
          left: 128px; }
        .login-cover .login-box .login-box-title .login-title-text a {
          position: absolute;
          top: 2px;
          right: 0;
          color: #999; }
    .login-cover .login-box .loginOrReg {
      display: flex;
      height: 48px;
      background: #0d69e4;
      line-height: 48px; }
      .login-cover .login-box .loginOrReg a {
        flex: 1;
        text-align: center;
        color: white; }
        .login-cover .login-box .loginOrReg a.active {
          border-bottom: 2px solid orange;
          color: orange; }
    .login-cover .login-box .login-box-content {
      padding: 0 20px;
      border-top: 1px solid #F2F2F2;
      background: white; }
      .login-cover .login-box .login-box-content p.tips {
        margin-left: 131px;
        margin-top: 21px;
        color: red;
        font-weight: 700; }
      .login-cover .login-box .login-box-content form .login-user {
        width: 314px;
        height: 42px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-user label {
          position: absolute;
          top: 5px;
          left: 3px;
          width: 32px;
          height: 32px;
          background: url(../images/common-images/login-user.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-user input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-password {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-password label {
          position: absolute;
          top: 8px;
          left: 6px;
          width: 25px;
          height: 25px;
          background: url(../images/common-images/login-password.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-password input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-repassword {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-repassword label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-repassword.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-repassword input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-mailbox {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px;
        display: none; }
        .login-cover .login-box .login-box-content form .login-mailbox label {
          position: absolute;
          top: 8px;
          left: 5px;
          width: 28px;
          height: 25px;
          background: url(../images/common-images/login-mailbox.png) no-repeat;
          background-size: 100% 100%; }
        .login-cover .login-box .login-box-content form .login-mailbox input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 42px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .login-yanzhengma {
        width: 314px;
        height: 42px;
        position: relative;
        margin-bottom: 18px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma img {
          width: 129px;
          height: 40px;
          position: absolute;
          top: 1px;
          left: 4px; }
        .login-cover .login-box .login-box-content form .login-yanzhengma input {
          width: 100%;
          height: 42px;
          padding: 12px 12px 12px 144px;
          box-sizing: border-box;
          border: 1px solid #ddd;
          border-radius: 5px; }
      .login-cover .login-box .login-box-content form .btn-login {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px; }
        .login-cover .login-box .login-box-content form .btn-login .loginButton {
          width: 100%;
          height: 48px;
          border-radius: 5px;
          background: #3f89ec;
          font-weight: 700;
          font-size: 16px;
          color: white;
          cursor: pointer; }
    .login-cover .login-box .login-box-footer {
      position: relative;
      height: 48px;
      background: white; }
      .login-cover .login-box .login-box-footer a {
        position: absolute;
        bottom: 10px;
        color: #FA720A;
        font-size: 14px; }
        .login-cover .login-box .login-box-footer a:hover {
          text-decoration: underline; }
      .login-cover .login-box .login-box-footer a:nth-child(1) {
        right: 0; }
      .login-cover .login-box .login-box-footer a:nth-child(2) {
        right: 68px;
        padding-right: 10px;
        border-right: 1px solid #ddd;
        color: #808080; }
        .login-cover .login-box .login-box-footer a:nth-child(2):hover {
          text-decoration: underline;
          color: #FA720A; }
        .login-cover .login-box .login-box-footer a:nth-child(2) .icon-facebook2:before {
          content: "\ea91"; }

}


@media (max-width:799px) {
    .header-nav-active a {
      color: #F7AF00; 
    }
  .visible-sm {
    display: none;
  }
  #header {
    width: 100%;
    height: 45px;
    background: #fff;
    text-align: center;
    position: fixed;
    z-index: 10000;
  }
  #header .nav-logo {
    width: 70px;
    height: 36px;
    margin: 4px auto;
    box-sizing: border-box; 
    background: url(../images/common-images/nav-logo.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    // float: left;
    // margin-left: 6%; 
  }

  #header .top-nav-toggle {
    padding: 15px;
    position: absolute;
    right: 0;
    transition: all .3s;
  }
  #header .top-nav-toggle .icon-bar {
    display: block;
    width: 22px; 
    height: 2px;
    background-color: #888;
    margin: 2px;
  }
  .icon-active {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #top-nav-toggle.icon-active .icon-bar:first-child {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 14px;
    margin-left: -2px;

  }
  #top-nav-toggle.icon-active .icon-bar:last-child {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 14px;
    margin-left: -2px;
  }
  .nav-mobile {
    display: none;
    // display: block;
    z-index: 11111;
    position: relative;
    top: -1px;
  }
  #header .nav-mobile li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
  }
  .header-nav-active a {
    color: #F7AF00;
  }
  #header .nav-mobile li a {
    display: block;
    text-align: left;
    padding: 18px;
  }
  #header .nav ul li a .icon {
    margin-right: 20px;
  }
  .nav-bar-last {
    display: block;
    text-align: left;
  }
  // .nav-bar-last .nav-mobile-user {
  //   clear: both;
  // }
  .nav-mobile-user a.mobile-user,
  .nav-mobile-user a.chooseLanguage,
  .nav-mobile-user a.loginOut {
    display: inline-block !important;
    
  }
  .nav-mobile-user a.mobile-user {
    padding: 18px 0 18px 18px !important;
  }
  .nav-mobile-user a.chooseLanguage,
  .nav-mobile-user a.loginOut {
    padding-right: 30px !important;

  }
  .header-nav-active a {
    color: #F7AF00; }
}




@media (min-width:800px) {
  .header-nav-active a {
      color: white; 
    }
  .nav-mobile {
    display: block;
  }
  .nav-bar-last {
    display: none;
  }
  .header-nav-active {
  background: url(../images/common-images/spirit.png) no-repeat 0 0;
  width: 144px;
  height: 91px; }
  #header {
    width: 100%;
    height: 100px;
    position: fixed;
    border: 0;
    top: 0;
    left: 0;
    background: white;
    z-index: 200;
    border-bottom: 1px solid #DBDBDB;
  }
  #header #nav {
    width: 100%;
    height: 45px;
    background: #3E3E3E;
    color: white;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
    box-sizing: border-box; 
  }
  #header #nav span {
    margin: 0 3px;
  }
  #header #nav a {
    color: white;
    display: inline-block;
    font-size: 13px; 
  }
  #header .nav ul li a .icon {
    margin-right: 5px;
  }
  #header #nav a:hover {
    text-decoration: underline; 
  }
  #header #nav a.chooseLanguage {
    display: none;
    margin: 0 29px; 
  }
  #header #nav a.loginOut {
    color: #b1a9a9; 
  }
  #header #nav a.loginOut:hover {
    color: orange; 
  }
  #header .nav-logo {
    width: 90px;
    height: 46px;
    margin-top: 5px;
    background: url(../images/common-images/nav-logo.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    margin-left: 6%; 
  }
  #header .nav {
    overflow: hidden;
    float: right;
    // margin-right: 87px;
    // width: 100%;
    // min-width: 600px;  
  }
  #header .nav ul {
    list-style: none;
    float: left; 
  }
  #header .nav ul li {
    float: left;
    font-size: 15px;
    // width: 50%;
    width: 110px;
    height: 55px;
    line-height: 55px;
    // line-height: 91px;
    text-align: center; 
  }
  #header .nav ul li a.active {
    color: white; 
  }
}



@media only screen and (min-width: 1250px) {
  .header-nav-active {
  background: url(../images/common-images/spirit.png) no-repeat 0 0;
  width: 144px;
  height: 91px; }
  #header {
    width: 100%;
    height: 145px;
    position: fixed;
    border: 0;
    top: 0;
    left: 0;
    background: white;
    z-index: 200;
    border-bottom: 1px solid #DBDBDB;
    /* iiugame logo */
    /* nav的导航栏 */ }
    #header #nav {
      width: 100%;
      height: 54px;
      background: #3E3E3E;
      color: white;
      text-align: right;
      padding-right: 20px;
      padding-top: 20px;
      box-sizing: border-box; }
      #header #nav span {
        margin: 0 3px; }
      #header #nav a {
        color: white;
        display: inline-block;
        font-size: 13px; }
        #header #nav a:hover {
          text-decoration: underline; }
      #header #nav a.chooseLanguage {
        display: inline-block;
        margin: 0 29px; }
      #header #nav a.loginOut {
        color: #b1a9a9; }
        #header #nav a.loginOut:hover {
          color: orange; }
    #header .nav-logo {
      width: 181px;
      height: 88px;
      margin-top: 2px;
      background: url(../images/common-images/nav-logo.png) no-repeat center;
      background-size: 100% 100%;
      float: left;
      margin-left: 6%; }
    #header .nav {
      overflow: hidden;
      float: right;
      margin-right: 87px;
      min-width: 600px; }
      #header .nav ul {
        list-style: none;
        float: left; }
        #header .nav ul li {
          float: left;
          font-size: 15px;
          width: 144px;
          height: 91px;
          line-height: 91px;
          text-align: center; }
          #header .nav ul li a.active {
            color: white; }

  #tail {
    width: 1203px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/common-images/tail-bg.png) no-repeat;
    background-size: 100% 100%; }
    #tail .logo {
      background: url(../images/common-images/nav-logo.png) no-repeat;
      width: 200px;
      height: 100px;
      padding-right: 30px;
      border-right: 1px solid black;
      margin-right: 80px; }
    #tail .content {
      padding: 50px 0;
      line-height: 30px;
      float: right;
      font-size: 14px; }
      #tail .content a {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid black; } 
}



.language-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
  font-size: 14px; }
  .language-cover .language-box {
    width: 300px;
    height: auto;
    top: 50%;
    left: 50%;
    margin: -155px auto auto -150px;
    padding-bottom: 16px;
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 5px; }
    .language-cover .language-box .title {
      font-size: 2.7rem;
      color: #fff;
      padding: 36px 15px;
      text-align: center;
      font-weight: 200;
      background-color: #03A9F4; }
      .language-cover .language-box .title b {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        font-size: 2rem;
        display: block;
        padding: 12px 15px;
        cursor: pointer; }
        .language-cover .language-box .title b:hover {
          color: blue;
          font-weight: 700;
          transition: all .3s;
          -ms-transition: all .3s;
          -moz-transition: all .3s;
          -webkit-transition: all .3s;
          -o-transition: all .3s; }
    .language-cover .language-box .content a {
      display: block;
      padding: 12px 15px;
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem;
      color: #3f3f3f;
      cursor: pointer;
      text-align: left; }
    .language-cover .language-box .content a:nth-child(odd) {
      background: #EFEFEF; }
      .language-cover .language-box .content a:nth-child(odd):hover {
        background: #927c7c;
        transition: all .5s;
        -ms-transform: all .5s;
        -moz-transform: all .5s;
        -webkit-transform: all .5s;
        -o-transform: all .5s; }
    .language-cover .language-box .content a:nth-child(even) {
      background: white; }
      .language-cover .language-box .content a:nth-child(even):hover {
        background: #927c7c;
        transition: all .5s;
        -ms-transform: all .5s;
        -moz-transform: all .5s;
        -webkit-transform: all .5s;
        -o-transform: all .5s; }

.login-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
  font-size: 14px; }


  
