.xy-header {
  height: 65px;
  border-bottom: 3px solid orange;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff; }
  .xy-header .xy-logo {
    margin-top: 10px;
    display: block;
    float: left; }
  .xy-header .xy-topNav {
    display: block;
    margin: 0;
    padding: 0;
    height: 65px;
    float: left;
    margin-left: 50px; }
    .xy-header .xy-topNav li {
      display: inline-block;
      height: 100%;
      list-style: none; }
      .xy-header .xy-topNav li a {
        display: block;
        line-height: 65px;
        padding: 0 30px;
        color: #666; }
    .xy-header .xy-topNav li.active, .xy-header .xy-topNav li:hover {
      background-color: orange; }
      .xy-header .xy-topNav li.active a, .xy-header .xy-topNav li:hover a {
        color: white; }

.xy-main {
  margin-top: 65px; }

.xy-banner {
  height: 460px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .xy-banner .xy-banner-bg {
    width: 2000px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
    left: 50%;
    margin-left: -1000px; }
    .xy-banner .xy-banner-bg img {
      width: 100%;
      height: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .xy-banner .xy-wrapper {
    position: absolute;
    height: 100%;
    width: 300px;
    left: 50%;
    margin-left: 300px; }
  .xy-banner .login-box {
    height: 320px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: 50px; }
    .xy-banner .login-box .login-title {
      height: 50px;
      background-color: #f5f6fa;
      line-height: 50px;
      padding: 0 20px;
      font-size: 18px;
      color: #333;
      letter-spacing: 0.1em; }
    .xy-banner .login-box .login-content {
      padding: 20px; }
      .xy-banner .login-box .login-content p {
        margin: 15px 0; }
      .xy-banner .login-box .login-content .login-user, .xy-banner .login-box .login-content .login-pass {
        height: 30px;
        background-color: #fff;
        border: 1px solid #DDD;
        border-radius: 5px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 10px 5px;
        text-indent: 3em; }
      .xy-banner .login-box .login-content .login-user {
        background-image: url("../img/account.png"); }
      .xy-banner .login-box .login-content .login-pass {
        background-image: url("../img/password.png"); }
      .xy-banner .login-box .login-content .login-link {
        font-size: 13px;
        color: #666; }
        .xy-banner .login-box .login-content .login-link a {
          color: #10bdff; }
      .xy-banner .login-box .login-content .login-btn {
        width: 100%;
        height: 40px;
        background-color: orange;
        border-radius: 5px;
        color: white;
        font-size: 16px;
        margin-top: 20px;
        border: none; }
  .xy-banner .banner-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px; }
    .xy-banner .banner-nav span {
      display: inline-block;
      height: 10px;
      width: 10px;
      border: 1px solid #FFF;
      border-radius: 50%;
      margin: 10px;
      cursor: pointer; }
    .xy-banner .banner-nav span.active {
      background-color: #fff; }

.showlist-row {
  margin: 30px 0;
  text-align: center; }
  .showlist-row .show-item {
    display: inline-block;
    width: 33%;
    height: 230px;
    text-align: center; }
    .showlist-row .show-item img {
      margin-bottom: 20px; }
    .showlist-row .show-item h4 {
      font-size: 16px;
      color: #333; }
    .showlist-row .show-item p {
      font-size: 14px;
      color: #666;
      padding: 0 15%;
      margin-top: 10px; }

.game-list {
  background-color: #f3f4f6;
  padding-top: 30px;
  padding-bottom: 30px; }

.game-list-row {
  margin: 20px 0;
  text-align: center; }
  .game-list-row .game-item {
    display: inline-block;
    width: 15%;
    height: 150px;
    text-align: center; }
    .game-list-row .game-item img {
      border-radius: 5px;
      margin-bottom: 10px; }
    .game-list-row .game-item p {
      color: #333;
      font-size: 14px;
      font-weight: bold; }

.right-quick {
  position: fixed;
  right: 10px;
  top: 40%; }
  .right-quick .right-quick-item {
    height: 50px;
    position: relative;
    width: 50px;
    margin: 10px 0; }
    .right-quick .right-quick-item .right-quick-ico {
      height: auto;
      width: 80%;
      margin-left: 10%;
      margin-top: 10%;
      cursor: pointer; }
  .right-quick .right-quick-item.weixin {
    background-color: #01b83c; }
    .right-quick .right-quick-item.weixin .wx-qr {
      border: 2px solid #01b83c;
      position: absolute;
      right: 60px;
      top: -50px;
      display: none; }
  .right-quick .right-quick-item.weixin:hover .wx-qr {
    display: block; }
  .right-quick .right-quick-item.qq {
    background-color: #10bdff; }
    .right-quick .right-quick-item.qq > div {
      position: absolute;
      height: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 2px solid #10bdff;
      line-height: 48px;
      color: #10bdff;
      padding: 0 10px;
      top: 0;
      right: 50px;
      background-color: #fff;
      font-size: 14px;
      display: none; }
  .right-quick .right-quick-item.qq:hover > div {
    display: block; }
  .right-quick .right-quick-item.phone {
    background-color: #ff8b2c; }
    .right-quick .right-quick-item.phone > div {
      position: absolute;
      height: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 2px solid #ff8b2c;
      line-height: 48px;
      color: #ff8b2c;
      padding: 0 10px;
      top: 0;
      right: 50px;
      background-color: #fff;
      font-size: 14px;
      display: none; }
  .right-quick .right-quick-item.phone:hover > div {
    display: block; }
  .right-quick .right-quick-item.gototop {
    background-color: #cccccc; }

.xy-reg {
  width: 960px;
  margin: 50px 0;
  position: relative;
  left: 50%;
  margin-left: -480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DDD; }

.reg-step {
  height: 100px;
  text-align: center;
  background-color: #f9f9f9; }
  .reg-step .reg-step-item {
    text-align: center;
    display: inline-block;
    margin-top: 10px; }
    .reg-step .reg-step-item span {
      display: block;
      height: 50px;
      width: 50px;
      background-color: #ccc;
      color: white;
      border-radius: 50%;
      line-height: 50px;
      text-align: center;
      position: relative;
      left: 2px;
      font-size: 20px; }
    .reg-step .reg-step-item p {
      font-size: 14px;
      color: #999;
      margin-top: 10px; }
  .reg-step .reg-step-item.active span {
    background-color: orange; }
  .reg-step .reg-step-line {
    height: 3px;
    width: 200px;
    background-color: #ccc;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    bottom: 40px; }

.reg-content {
  padding: 50px 25%; }
  .reg-content .reg-item {
    margin: 15px 0;
    position: relative; }
    .reg-content .reg-item > span {
      width: 20%;
      display: inline-block;
      text-align: right;
      font-size: 14px;
      color: #333; }
    .reg-content .reg-item > input {
      width: 70%;
      display: inline-block;
      border: 1px solid #DDD;
      border-radius: 5px;
      height: 30px;
      margin-left: 1%;
      text-indent: 0.5em; }
    .reg-content .reg-item > div {
      width: 70%;
      display: inline-block;
      margin-left: 1%; }
  .reg-content .errtip {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 95%;
    top: 0;
    width: 200px;
    line-height: 30px; }
  .reg-content .reg-read {
    font-size: 13px;
    color: #333; }
    .reg-content .reg-read a {
      color: #10bdff; }
  .reg-content .reg-btn {
    width: 80%;
    border-radius: 5px;
    background-color: orange;
    color: #FFF;
    height: 50px;
    margin-top: 20px;
    font-size: 16px;
    border: none; }
  .reg-content .reg-btn2 {
    width: 60%; }
  .reg-content .reg-success {
    text-align: center; }
    .reg-content .reg-success p {
      font-size: 16px;
      color: #333;
      line-height: 1.8em;
      text-align: center; }

.errinput {
  border: 1px solid red !important; }
