<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  color: #000;
  background-color: #FFF; }

body {
  margin: 0;
  word-wrap: break-word; }

:active {
  outline: 0; }

:visited {
  outline: 0; }

:link, :visited, ins {
  text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, video, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

fieldset, iframe {
  border: 0 none; }

img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

address, caption, cite, code, dfn, em, i, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, code, kbd, samp, tt, sup, sub, small, input, button, textarea, select {
  font-size: 100%; }

abbr, acronym {
  border: 0 none;
  font-variant: normal; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

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

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

td {
  vertical-align: top; }

caption, th {
  text-align: left; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

mark {
  background-color: #FF6; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

input, select, button {
  vertical-align: middle; }

button {
  width: auto;
  cursor: pointer;
  overflow: visible; }

td {
  vertical-align: top; }

input[type=reset], input[type=button], input[type=submit] {
  cursor: pointer;
  overflow: visible; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0; }

.fr {
  display: inline;
  float: right !important; }

.fl {
  display: inline;
  float: left !important; }

.show {
  display: block; }

.hide {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.highlight {
  color: #ff3300 !important; }

.important {
  font-weight: 700 !important; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.indent {
  text-indent: 2em; }

.blank5, .blank10, .blank15, .blank20 {
  display: block;
  clear: both;
  overflow: hidden; }

.blank5 {
  height: 5px; }

.blank10 {
  height: 10px; }

.blank15 {
  height: 15px; }

.blank20 {
  height: 20px; }

.no-border {
  border: 0 none !important; }

.transparent {
  opacity: .0;
  filter: alpha(opacity=0); }

small, .small {
  -webkit-text-size-adjust: none; }

html {
  background-color: #f9f9f9; }

body {
  font: 12px/1.5 tahoma,"Microsoft YaHei";
  color: #666; }
  body a {
    color: #666;
    text-decoration: none; }
    body a:hover {
      text-decoration: underline; }

#header {
  width: 100%;
  height: 116px;
  overflow: hidden;
  background: url(../img/bg_header.jpg) repeat-x 0 0; }
  #header .bd {
    width: 960px;
    margin: auto; }
  #header #logo {
    width: 240px;
    height: 110px;
    float: left;
    _display: inline;
    background: url(../img/logo.jpg) no-repeat; }
    #header #logo h1 {
      visibility: hidden; }
  #header #nav {
    float: left;
    _display: inline;
    height: 60px;
    margin-top: 40px;
    margin-left: 20px; }
    #header #nav li {
      width: 110px;
      height: 60px;
      overflow: hidden;
      padding: 0 0 0 5px;
      float: left;
      _display: inline;
      background: url(../img/bg_nav_line.png) no-repeat; }
      #header #nav li a {
        display: block;
        width: 90px;
        height: 50px;
        padding-left: 20px;
        padding-top: 10px;
        font-size: 16px;
        font-weight: 700;
        color: #333; }
        #header #nav li a sub {
          display: block;
          font-size: 10px;
          font-family: arial;
          line-height: 1;
          font-weight: 400;
          color: #8f8f8f;
          text-transform: uppercase; }
          @media all and (min-width: 0px) {
            #header #nav li a sub {
              -webkit-transform: scale(0.834);
              position: relative;
              left: -5px; } }
        #header #nav li a:hover, #header #nav li a.current {
          background: url(../img/bg_nav_current.png) no-repeat 50%;
          text-decoration: none;
          color: #fff; }
          #header #nav li a:hover sub, #header #nav li a.current sub {
            color: #FFF; }
      #header #nav li.first-child {
        background: none; }
        #header #nav li.first-child a {
          padding-left: 30px;
          width: 80px; }

.banner {
  width: 960px;
  margin: auto;
  text-align: center; }
  .banner img {
    display: block; }

#register-form {
  width: 960px;
  margin: auto auto 20px; }
  #register-form .mod {
    width: 100%;
    zoom: 1; }
    #register-form .mod .hd {
      width: 958px;
      height: 4px;
      overflow: hidden;
      background: url(../img/user-center/bg_mod_hd.png) no-repeat; }
    #register-form .mod .bd {
      border-left: 1px solid #cddaee;
      border-right: 1px solid #cddaee;
      background-color: #FFF;
      zoom: 1;
      overflow: hidden;
      position: relative; }
    #register-form .mod .ft {
      width: 958px;
      height: 4px;
      background: url(../img/user-center/bg_mod_ft.png) no-repeat;
      overflow: hidden; }
  #register-form .title {
    margin-left: 85px;
    padding: 30px 0 15px 0;
    border-bottom: 1px dotted #CCC;
    overflow: hidden;
    height: 40px;
    line-height: 50px; }
    #register-form .title .tip {
      float: left;
      _display: inline;
      margin-right: 10px;
      width: 146px;
      height: 40px;
      line-height: 34px;
      text-align: center;
      color: #FFF;
      font-size: 14px;
      background: url(../img/user-center/bg_tip.png) no-repeat; }
    #register-form .title b {
      color: #d37429; }
  #register-form .note {
    padding: 10px 40px; }
    #register-form .note b {
      font-size: 16px;
      font-weight: 400; }
    #register-form .note a {
      color: #206b9f; }
  #register-form form {
    padding: 10px; }
    #register-form form div {
      padding: 5px 0 5px 230px;
      overflow: hidden;
      height: 30px; }
      #register-form form div a {
        color: #458cca; }
      #register-form form div label {
        float: left;
        _display: inline;
        width: 100px;
        text-align: right;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 14px; }
      #register-form form div input {
        float: left;
        _display: inline;
        width: 250px;
        padding: 0 5px;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #CCC; }
        #register-form form div input.code {
          width: 140px; }
      #register-form form div span {
        display: inline-block;
        padding-left: 10px;
        line-height: 30px; }
        #register-form form div span i {
          color: #F60; }
      #register-form form div.btns {
        padding-left: 330px;
        height: 53px;
        overflow: hidden; }
        #register-form form div.btns button {
          float: left;
          _display: inline;
          border: 0 none;
          width: 156px;
          height: 53px;
          overflow: hidden;
          text-indent: -9999px;
          background: url(../img/user-center/btn_register.png) no-repeat; }

#login-form {
  width: 960px;
  margin: auto auto 20px; }
  #login-form .mod {
    width: 100%;
    zoom: 1; }
    #login-form .mod .hd {
      width: 958px;
      height: 4px;
      overflow: hidden;
      background: url(../img/user-center/bg_mod_hd.png) no-repeat; }
    #login-form .mod .bd {
      border-left: 1px solid #cddaee;
      border-right: 1px solid #cddaee;
      background-color: #FFF;
      zoom: 1;
      overflow: hidden;
      position: relative;
      height: 425px;
      width: 958px;
      background: url(../img/user-center/bg_login.jpg) no-repeat; }
    #login-form .mod .ft {
      width: 958px;
      height: 4px;
      background: url(../img/user-center/bg_mod_ft.png) no-repeat;
      overflow: hidden; }
  #login-form form {
    display: block;
    width: 260px;
    padding-top: 40px;
    position: absolute;
    top: 70px;
    right: 90px; }
    #login-form form div {
      padding: 10px 5px;
      height: 30px;
      overflow: hidden; }
      #login-form form div label {
        float: left;
        _display: inline;
        width: 60px;
        text-align: right;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 14px; }
      #login-form form div input {
        float: left;
        _display: inline;
        width: 150px;
        padding: 0 5px;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #CCC; }
      #login-form form div.act {
        padding: 5px 0 5px 70px;
        line-height: 20px;
        height: 40px; }
        #login-form form div.act label {
          width: auto;
          font-size: 12px;
          height: auto;
          line-height: 20px;
          margin-right: 5px; }
        #login-form form div.act input {
          height: auto;
          line-height: 20px;
          width: auto;
          padding: 0;
          border: 0 none;
          margin: 4px 3px 0 0;
          _margin-top: 0; }
        #login-form form div.act a {
          margin-left: 5px; }
      #login-form form div.btns {
        padding-left: 25px;
        overflow: hidden; }
        #login-form form div.btns button {
          float: left;
          _display: inline;
          margin-right: 10px;
          border: 0 none;
          width: 99px;
          height: 33px;
          overflow: hidden;
          text-indent: -9999px;
          background: url(../img/user-center/btn_login.png) no-repeat; }
        #login-form form div.btns a {
          float: left;
          _display: inline;
          border: 0 none;
          width: 99px;
          height: 33px;
          overflow: hidden;
          text-indent: -9999px;
          background: url(../img/user-center/btn_register_s.png) no-repeat; }

#user-center {
  width: 960px;
  margin: auto auto 20px; }
  #user-center .mod {
    width: 100%;
    zoom: 1; }
    #user-center .mod .hd {
      width: 960px;
      height: 37px;
      overflow: hidden;
      background: url(../img/user-center/bg_mod_hd_.png) no-repeat; }
      #user-center .mod .hd h3 {
        line-height: 36px;
        text-indent: 10px;
        font-size: 14px; }
    #user-center .mod .bd {
      border-left: 1px solid #cddaee;
      border-right: 1px solid #cddaee;
      background-color: #FFF;
      zoom: 1;
      overflow: hidden;
      position: relative;
      padding: 10px 15px; }
    #user-center .mod .ft {
      width: 958px;
      height: 4px;
      background: url(../img/user-center/bg_mod_ft.png) no-repeat;
      overflow: hidden; }
  #user-center .content {
    width: 660px;
    float: right;
    _display: inline; }
    #user-center .content .title {
      padding: 0px 0 5px 0;
      border-bottom: 1px dotted #CCC;
      overflow: hidden;
      height: 40px;
      line-height: 50px;
      margin-bottom: 50px; }
      #user-center .content .title .tip {
        float: left;
        _display: inline;
        margin-right: 10px;
        width: 146px;
        height: 40px;
        line-height: 34px;
        text-align: center;
        color: #FFF;
        font-size: 14px;
        background: url(../img/user-center/bg_tip.png) no-repeat; }
      #user-center .content .title b {
        color: #d37429; }
    #user-center .content .form-modify-profile {
      padding: 10px 0 0 60px; }
      #user-center .content .form-modify-profile fieldset {
        overflow: hidden;
        zoom: 1;
        margin-bottom: 15px; }
        #user-center .content .form-modify-profile fieldset label {
          float: left;
          _display: inline;
          height: 28px;
          line-height: 28px;
          width: 120px;
          text-align: right;
          font-size: 14px; }
        #user-center .content .form-modify-profile fieldset input {
          float: left;
          _display: inline;
          height: 26px;
          line-height: 26px;
          overflow: hidden;
          padding: 0 5px;
          border: 1px solid #CCC;
          margin-right: 10px;
          width: 250px; }
        #user-center .content .form-modify-profile fieldset a {
          line-height: 28px;
          color: #F90; }
      #user-center .content .form-modify-profile .btns {
        padding-top: 20px;
        padding-left: 120px; }
        #user-center .content .form-modify-profile .btns button {
          display: block;
          width: 156px;
          height: 53px;
          overflow: hidden;
          text-indent: -9999px;
          border: 0 none;
          background: transparent url(../img/user-center/btn-save.png) no-repeat; }
    #user-center .content .form-change-password {
      padding: 10px 0 0 60px; }
      #user-center .content .form-change-password fieldset {
        overflow: hidden;
        zoom: 1;
        margin-bottom: 15px; }
        #user-center .content .form-change-password fieldset label {
          float: left;
          _display: inline;
          height: 28px;
          line-height: 28px;
          width: 120px;
          text-align: right;
          font-size: 14px; }
        #user-center .content .form-change-password fieldset input {
          float: left;
          _display: inline;
          height: 26px;
          line-height: 26px;
          overflow: hidden;
          padding: 0 5px;
          border: 1px solid #CCC;
          margin-right: 10px;
          width: 250px; }
        #user-center .content .form-change-password fieldset span {
          float: left;
          _display: inline;
          line-height: 28px; }
          #user-center .content .form-change-password fieldset span i {
            color: #F60; }
        #user-center .content .form-change-password fieldset a {
          line-height: 28px;
          color: #F90; }
      #user-center .content .form-change-password .btns {
        padding-top: 20px;
        padding-left: 120px; }
        #user-center .content .form-change-password .btns button {
          display: block;
          width: 156px;
          height: 53px;
          overflow: hidden;
          text-indent: -9999px;
          border: 0 none;
          background: transparent url(../img/user-center/btn-save.png) no-repeat; }
    #user-center .content .popup {
      width: 510px;
      margin: auto;
      border: 1px solid #e6e6e6;
      margin-bottom: 10px; }
      #user-center .content .popup .popup-hd {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding: 0 10px;
        color: #868686;
        background-color: #f9f9f9;
        overflow: hidden;
        border-bottom: 1px solid #e6e6e6; }
        #user-center .content .popup .popup-hd p {
          float: left;
          _display: inline; }
        #user-center .content .popup .popup-hd a {
          float: right;
          _display: inline;
          color: #1f1d1e; }
      #user-center .content .popup .popup-bd {
        min-height: 240px;
        _height: 240px;
        padding-bottom: 20px; }
        #user-center .content .popup .popup-bd form {
          padding: 0 0 0 60px;
          color: #888; }
          #user-center .content .popup .popup-bd form p {
            line-height: 60px;
            font-size: 14px;
            text-indent: 120px; }
          #user-center .content .popup .popup-bd form fieldset {
            overflow: hidden;
            zoom: 1;
            margin-bottom: 10px; }
            #user-center .content .popup .popup-bd form fieldset label {
              float: left;
              _display: inline;
              height: 28px;
              line-height: 28px;
              width: 120px;
              text-align: right;
              font-size: 14px; }
            #user-center .content .popup .popup-bd form fieldset input {
              float: left;
              _display: inline;
              height: 26px;
              line-height: 26px;
              overflow: hidden;
              padding: 0 5px;
              border: 1px solid #CCC;
              margin-right: 10px; }
              #user-center .content .popup .popup-bd form fieldset input.email {
                width: 200px; }
            #user-center .content .popup .popup-bd form fieldset .get-code {
              float: left;
              _display: inline;
              line-height: 28px; }
            #user-center .content .popup .popup-bd form fieldset .tip {
              text-indent: 120px;
              line-height: 24px;
              display: block;
              clear: both; }
              #user-center .content .popup .popup-bd form fieldset .tip.false {
                color: #a33829; }
          #user-center .content .popup .popup-bd form .btns {
            padding-top: 20px;
            padding-left: 120px; }
            #user-center .content .popup .popup-bd form .btns button {
              display: block;
              width: 156px;
              height: 53px;
              overflow: hidden;
              text-indent: -9999px;
              border: 0 none;
              background: transparent url(../img/user-center/btn-submit.png) no-repeat; }
        #user-center .content .popup .popup-bd .success {
          width: 190px;
          padding: 90px 0 0 90px;
          min-height: 80px;
          _height: 80px;
          margin: auto;
          background: transparent url(../img/user-center/icon_succuss.png) no-repeat 0 85px; }
          #user-center .content .popup .popup-bd .success h4 {
            font-size: 14px; }
  #user-center #service-center {
    width: 758px;
    padding: 420px 90px 0;
    min-height: 200px;
    _height: 200px;
    margin-left: -15px;
    background: url(../img/bg_jianhu.jpg) no-repeat;
    position: relative; }
    #user-center #service-center p {
      text-indent: 2em;
      color: #777;
      margin: .5em 0; }
    #user-center #service-center .nav {
      height: 178px;
      position: absolute;
      top: 20px;
      left: 130px;
      width: 712px; }
      #user-center #service-center .nav a {
        float: left;
        _display: inline;
        width: 178px;
        height: 100px;
        text-align: center;
        padding-top: 78px;
        font-size: 14px;
        background: url(../img/bg_link.png) no-repeat; }
        #user-center #service-center .nav a sub {
          display: block;
          text-align: center;
          text-transform: uppercase;
          color: #CCC;
          font-size: 12px; }
        #user-center #service-center .nav a:hover, #user-center #service-center .nav a.current {
          padding-top: 98px;
          height: 80px;
          text-indent: -20px;
          background-image: url(../img/bg_link_on.png);
          color: #4d380d;
          text-decoration: none; }
          #user-center #service-center .nav a:hover sub, #user-center #service-center .nav a.current sub {
            color: #6a4d11; }
  #user-center #user-agreement {
    float: none;
    width: auto;
    padding: 0 20px; }
    #user-center #user-agreement .title {
      margin-bottom: 20px; }
    #user-center #user-agreement h4 {
      font-size: 14px; }
    #user-center #user-agreement p {
      text-indent: 2em;
      line-height: 1.8;
      margin: .5em 0;
      color: #666; }
  #user-center .anti-addiction {
    padding: 10px 0;
    margin-top: -40px; }
    #user-center .anti-addiction p {
      font-size: 14px;
      color: #555;
      margin-bottom: 15px; }
    #user-center .anti-addiction form {
      padding-left: 50px; }
    #user-center .anti-addiction fieldset {
      overflow: hidden;
      zoom: 1;
      margin-bottom: 15px; }
      #user-center .anti-addiction fieldset label {
        float: left;
        _display: inline;
        height: 28px;
        line-height: 28px;
        width: 120px;
        text-align: right;
        font-size: 14px; }
      #user-center .anti-addiction fieldset input {
        float: left;
        _display: inline;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        padding: 0 5px;
        border: 1px solid #CCC;
        margin-right: 10px;
        width: 250px; }
      #user-center .anti-addiction fieldset span {
        float: left;
        _display: inline;
        line-height: 28px; }
        #user-center .anti-addiction fieldset span i {
          color: #F60; }
      #user-center .anti-addiction fieldset a {
        line-height: 28px;
        color: #F90; }
    #user-center .anti-addiction .btns {
      padding-top: 10px;
      padding-left: 120px; }
      #user-center .anti-addiction .btns button {
        display: block;
        width: 156px;
        height: 53px;
        overflow: hidden;
        text-indent: -9999px;
        border: 0 none;
        background: transparent url(../img/user-center/btn-save.png) no-repeat; }
    #user-center .anti-addiction .text {
      padding: 20px 0;
      color: #555; }
      #user-center .anti-addiction .text h3 {
        text-align: center;
        font-size: 14px; }
      #user-center .anti-addiction .text p {
        text-indent: 2em;
        margin: .5em;
        font-size: 12px;
        line-height: 1.8; }

#fixed-register {
  display: block;
  width: 34px;
  height: 93px;
  position: fixed;
  top: 300px;
  right: 0; }

#user-center .bd .aside {
  float: left;
  _display: inline;
  margin-right: 15px;
  width: 214px;
  padding: 12px;
  background-color: #fcfcfc; }
  #user-center .bd .aside .login-info {
    padding: 0 10px 10px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    margin-bottom: 10px; }
    #user-center .bd .aside .login-info .welcome {
      height: 30px;
      line-height: 32px;
      overflow: hidden;
      font-size: 14px;
      font-weight: 700;
      color: #666;
      border-bottom: 1px dotted #CCC;
      text-indent: 10px; }
      #user-center .bd .aside .login-info .welcome strong {
        color: #008bcf;
        font-weight: 400; }
    #user-center .bd .aside .login-info .info {
      padding: 5px 0 5px 5px;
      color: #999; }
      #user-center .bd .aside .login-info .info p {
        line-height: 24px; }
    #user-center .bd .aside .login-info .btns {
      padding: 5px 0 10px 5px;
      overflow: hidden;
      border-bottom: 1px dotted #CCC; }
      #user-center .bd .aside .login-info .btns .btn-data {
        float: left;
        _display: inline;
        width: 66px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: url(../img/btn_bg_01.png) no-repeat;
        color: #6b3205; }
      #user-center .bd .aside .login-info .btns .btn {
        float: left;
        _display: inline;
        margin-left: 6px;
        width: 51px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: url(../img/btn_bg_02.png) no-repeat;
        color: #4e596f; }
    #user-center .bd .aside .login-info .games h4 {
      line-height: 30px;
      font-size: 14px;
      color: #999; }
    #user-center .bd .aside .login-info .games ul {
      overflow: hidden; }
      #user-center .bd .aside .login-info .games ul li {
        float: left;
        _display: inline;
        width: 50px;
        height: 64px;
        margin-right: 10px; }
        #user-center .bd .aside .login-info .games ul li a {
          display: block; }
          #user-center .bd .aside .login-info .games ul li a img {
            display: block;
            width: 44px;
            height: 44px;
            margin: auto; }
          #user-center .bd .aside .login-info .games ul li a em {
            display: block;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-align: center; }
  #user-center .bd .aside .nav {
    border: 1px solid #f2f2f2;
    padding: 5px 0 5px 5px; }
    #user-center .bd .aside .nav ul {
      width: 100%;
      overflow: hidden;
      zoom: 1; }
      #user-center .bd .aside .nav ul li {
        width: 206px;
        float: left;
        _display: inline;
        height: 32px;
        line-height: 32px;
        overflow: hidden;
        border: 1px solid transparent;
        background: transparent url(../img/user-center/icon_arrow.png) no-repeat 170px 50%; }
        #user-center .bd .aside .nav ul li a {
          display: block;
          height: 32px;
          line-height: 32px;
          overflow: hidden;
          font-size: 14px;
          text-indent: 20px; }
        #user-center .bd .aside .nav ul li.current {
          border-color: #CCC;
          border-right-color: #F00;
          background-color: #FFF; }
          #user-center .bd .aside .nav ul li.current a {
            color: #1771a5;
            text-decoration: none; }

#footer {
  width: 100%;
  background: url(../img/bg_footer.jpg) repeat-x 0 0;
  padding-bottom: 20px; }
  #footer .bd {
    width: 960px;
    margin: auto;
    text-align: center;
    background: url(../img/logo_footer.jpg) no-repeat; }
    #footer .bd .monition {
      height: 46px;
      line-height: 46px;
      font-size: 14px;
      text-align: left;
      text-indent: 160px; }
    #footer .bd .games,
    #footer .bd .nav,
    #footer .bd .copyright {
      height: 26px;
      line-height: 26px; }
      #footer .bd .games a,
      #footer .bd .nav a,
      #footer .bd .copyright a {
        margin: 0 5px; }
</pre></body></html>