@charset "utf-8";
/* /zhuanti/xsgs/svip/release/css/style.css */
@charset "UTF-8";
/* CSS Document
Date:		2013/12/20
Author:		小芳
Update:
*/
/* CSS reset */
html {
  color: #000;
  background: #1a1a1a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; }

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

input, select {
  outline: none; }

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

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

body, button, input, select, textarea {
  font: 12px/1.5 tahoma,arial,宋体,sans-serif; }

input, select, textarea {
  font-size: 100%; }

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

th {
  text-align: inherit; }

fieldset, img {
  border: 0; }

iframe {
  display: block; }

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

del {
  text-decoration: line-through; }

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

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a:hover {
  text-decoration: underline; }

ins, a {
  text-decoration: none; }

/*Correct block display not defined in IE6/7/8/9 & ff3,IE需要在js中createElement(tag)*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* global */
body {
  background: #1a1a1a; }

.wrapper {
  margin: 0 auto;
  text-align: left;
  width: 1000px; }

td {
  font-size: 12px;
  line-height: 160%; }

.txthide {
  text-indent: -999em;
  overflow: hidden;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  zoom: 1;
  /* for IE6 IE7 */ }

.hidden {
  display: none; }

.left, .right {
  display: inline;
  zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.my_footer {
  margin-top: 0px; }

a:active, a:focus, input {
  -moz-outline: none;
  outline: none;
  ie-dummy: expression(this.hideFocus=true); }

.my_footer {
  margin-top: 0; }

/*@mixin*/
/*@placeholder*/
/* mod */
/* user */
.user {
  text-align: center;
  position: relative;
  *zoom: 1; }
  .user a {
    color: #d9d5d3;
    font-weight: bold;
    margin: 0 5px; }
  .user .user-name,
  .user .user-greet,
  .user .user-logout {
    display: inline-block;
    vertical-align: top; }
  .user .user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px; }

.select {
  position: relative;
  *zoom: 1; }
  .select .m_selected {
    cursor: pointer;
    border: solid 1px #33322f;
    width: 211px;
    height: 30px;
    overflow: hidden; }
    .select .m_selected .select_txt {
      padding: 0 5px 0 10px;
      /*width: 135px;*/
      float: left;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
      text-align: left; }
    .select .m_selected .flag_down {
      position: absolute;
      top: 0;
      background: #7e0f14;
      right: 0;
      width: 32px;
      height: 21px;
      padding: 11px 0 0 0;
      overflow: hidden; }
      .select .m_selected .flag_down b {
        border: 8px solid #7e0f14;
        border-top-color: #c7c3c1;
        height: 0;
        width: 0;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1; }
  .select .m_select_cont {
    background: #ffffff;
    border: 1px solid #f8c4b1;
    border-top-color: #ffffff;
    position: absolute;
    top: 34px;
    left: 0;
    width: 203px;
    padding: 5px;
    overflow: hidden; }
  .select .selectlist {
    *vertical-align: top;
    width: 100%; }
    .select .selectlist li {
      width: 100%;
      height: 22px;
      cursor: pointer;
      overflow: hidden; }
      .select .selectlist li a {
        background: #ffffff;
        display: block;
        color: #763f30;
        padding: 0 5px; }
        .select .selectlist li a:hover {
          background: #763f30;
          text-decoration: none;
          color: #ffffff; }
    .select .selectlist .cur a {
      background: #763f30;
      text-decoration: none;
      color: #ffffff; }
      .select .selectlist .cur a:hover {
        background: #763f30;
        text-decoration: none;
        color: #ffffff; }
  .select .selectlist_inner {
    zoom: 1;
    height: 100%;
    overflow: hidden; }
  .select .v_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 5px;
    height: 220px;
    display: none;
    cursor: pointer;
    background: #fff; }
  .select .v_scrollbar_bg {
    position: absolute;
    top: 0;
    width: 7px;
    height: 100%; }
  .select .v_scrollbar_btn {
    position: absolute;
    width: 5px;
    border: 1px solid #000;
    border-radius: 3px;
    z-index: 100;
    filter: alpha(opacity=40);
    opacity: 0.4;
    top: 0;
    border-radius: 3px;
    background-color: #555; }

.pager {
  text-align: center;
  padding: 10px 0; }
  .pager span,
  .pager a {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    margin: 2px; }
  .pager a {
    width: 20px;
    height: 20px; }
  .pager span.cur {
    width: 20px;
    height: 20px; }
  .pager a.pager-pre,
  .pager a.pager-next,
  .pager span.pager-pre,
  .pager span.pager-next {
    width: 45px; }

.dialog-btn, .dialog .dialog-btn--confirm, .dialog--normal .dialog-btn--confirm, .dialog .dialog-btn--game, .dialog--normal .dialog-btn--game, .dialog .dialog-btn--charge, .dialog--normal .dialog-btn--charge, .dialog .dialog-btn--vip, .dialog--normal .dialog-btn--vip, .dialog .dialog-btn--oldhome, .dialog--normal .dialog-btn--oldhome, .dialog .dialog-btn--newhome, .dialog--normal .dialog-btn--newhome, .dialog--howToVip .howToVip-btn, .tqfl-list a.item-info, .tqfl-list a.item-get, .mod--sldx .gift-info, .mod--sldx .gift-birthday, .mod--sldx .gift-get {
  background-image: url(../zhuanti/xsgs/svip/release/images/sprite_btn.png?);
  background-repeat: no-repeat; }

.dialog-btn, .dialog .dialog-btn--confirm, .dialog--normal .dialog-btn--confirm, .dialog .dialog-btn--game, .dialog--normal .dialog-btn--game, .dialog .dialog-btn--charge, .dialog--normal .dialog-btn--charge, .dialog .dialog-btn--vip, .dialog--normal .dialog-btn--vip, .dialog .dialog-btn--oldhome, .dialog--normal .dialog-btn--oldhome, .dialog .dialog-btn--newhome, .dialog--normal .dialog-btn--newhome, .dialog--howToVip .howToVip-btn {
  display: inline-block;
  line-height: 41px;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
  margin: 5px; }
  .dialog-btn:hover, .dialog .dialog-btn--confirm:hover, .dialog--normal .dialog-btn--confirm:hover, .dialog .dialog-btn--game:hover, .dialog--normal .dialog-btn--game:hover, .dialog .dialog-btn--charge:hover, .dialog--normal .dialog-btn--charge:hover, .dialog .dialog-btn--vip:hover, .dialog--normal .dialog-btn--vip:hover, .dialog .dialog-btn--oldhome:hover, .dialog--normal .dialog-btn--oldhome:hover, .dialog .dialog-btn--newhome:hover, .dialog--normal .dialog-btn--newhome:hover, .dialog--howToVip .howToVip-btn:hover {
    opacity: 0.9; }

.dialog-btn--light, .dialog .dialog-btn--confirm, .dialog--normal .dialog-btn--confirm, .dialog .dialog-btn--newhome, .dialog--normal .dialog-btn--newhome {
  color: #daf3f9; }

.dialog-btn--dark, .dialog .dialog-btn--game, .dialog--normal .dialog-btn--game, .dialog .dialog-btn--charge, .dialog--normal .dialog-btn--charge, .dialog .dialog-btn--vip, .dialog--normal .dialog-btn--vip, .dialog .dialog-btn--oldhome, .dialog--normal .dialog-btn--oldhome, .dialog--howToVip .howToVip-btn {
  color: #fcefdd; }

.dialog, .dialog--normal {
  position: relative;
  font: 500 14px/20px "microsoft yahei";
  color: #3b240d;
  width: 519px; }
  .dialog a, .dialog--normal a {
    color: #d9d5d3; }
    .dialog a:hover, .dialog--normal a:hover {
      color: #d9d5d3;
      text-decoration: none; }
  .dialog input[type="text"], .dialog--normal input[type="text"],
  .dialog textarea,
  .dialog--normal textarea {
    font: 500 14px/24px "microsoft yahei";
    color: #3b240d;
    background: #151410;
    border: 1px solid #51504d; }
  .dialog textarea::-webkit-input-placeholder, .dialog--normal textarea::-webkit-input-placeholder {
    color: #3b240d; }
  .dialog textarea:-moz-placeholder, .dialog--normal textarea:-moz-placeholder {
    color: #3b240d; }
  .dialog textarea:-ms-input-placeholder, .dialog--normal textarea:-ms-input-placeholder {
    color: #3b240d; }
  .dialog .dialog-hd, .dialog--normal .dialog-hd,
  .dialog .dialog-body,
  .dialog--normal .dialog-body,
  .dialog .dialog-ft,
  .dialog--normal .dialog-ft {
    background-image: url(../zhuanti/xsgs/svip/release/images/dialog_bg.png?); }
  .dialog .dialog-hd, .dialog--normal .dialog-hd {
    background-position: 0 0;
    padding-top: 24px; }
  .dialog .dialog-body, .dialog--normal .dialog-body {
    background-position: -519px 0;
    background-repeat: repeat-y;
    position: relative; }
  .dialog .dialog-ft, .dialog--normal .dialog-ft {
    height: 26px;
    background-position: -1038px bottom; }
  .dialog .dialog-close, .dialog--normal .dialog-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 75px;
    height: 73px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../zhuanti/xsgs/svip/release/images/ico_close.png?) no-repeat; }
    .dialog .dialog-close:hover, .dialog--normal .dialog-close:hover {
      text-decoration: none; }
  .dialog .dialog-body, .dialog--normal .dialog-body {
    position: relative;
    *zoom: 1;
    padding: 10px 10px 10px 0; }
  .dialog .dialog-title, .dialog--normal .dialog-title {
    text-align: center;
    font: 700 18px/40px "microsoft yahei";
    color: #3b240d;
    margin-bottom: 10px; }
    .dialog .dialog-title span, .dialog--normal .dialog-title span {
      color: #c33636; }
  .dialog .dialog-txt, .dialog--normal .dialog-txt {
    text-align: center; }
    .dialog .dialog-txt span, .dialog--normal .dialog-txt span {
      color: #c33636; }
  .dialog .dialog-tips, .dialog--normal .dialog-tips {
    position: relative;
    text-align: center;
    line-height: 22px; }
    .dialog .dialog-tips span, .dialog--normal .dialog-tips span {
      position: absolute;
      top: 0;
      left: 22px; }
  .dialog .dialog-opt, .dialog--normal .dialog-opt {
    text-align: center;
    padding: 10px 0; }
  .dialog .dialog-txt, .dialog--normal .dialog-txt {
    text-align: center; }
  .dialog .dialog-btn--confirm, .dialog--normal .dialog-btn--confirm {
    background-position: -175px -117px;
    width: 110px;
    height: 41px; }
  .dialog .dialog-btn--game, .dialog--normal .dialog-btn--game {
    background-position: -175px -76px;
    width: 110px;
    height: 41px; }
  .dialog .dialog-btn--charge, .dialog--normal .dialog-btn--charge {
    background-position: -175px -76px;
    width: 110px;
    height: 41px; }
  .dialog .dialog-btn--vip, .dialog--normal .dialog-btn--vip {
    background-position: 0 -41px;
    width: 175px;
    height: 41px; }
  .dialog .dialog-btn--oldhome, .dialog--normal .dialog-btn--oldhome {
    background-position: 0 -41px;
    width: 175px;
    height: 41px; }
  .dialog .dialog-btn--newhome, .dialog--normal .dialog-btn--newhome {
    background-position: 0 0;
    width: 175px;
    height: 41px; }

.dialog--award .dialog-cont {
  padding: 0 20px; }
.dialog--award .award-tit {
  text-align: center;
  color: #3b240d;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #7a5129;
  margin-bottom: 20px; }
.dialog--award .award-list {
  text-align: center; }
  .dialog--award .award-list li {
    line-height: 30px; }

.birthday-form {
  text-align: center;
  padding: 10px 0;
  line-height: 24px; }
  .birthday-form select {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    border: 1px solid #7a5129; }

.dialog--long, .dialog--howToVip {
  width: 639px; }
  .dialog--long .dialog-hd, .dialog--howToVip .dialog-hd,
  .dialog--long .dialog-body,
  .dialog--howToVip .dialog-body,
  .dialog--long .dialog-ft,
  .dialog--howToVip .dialog-ft {
    background-image: url(../zhuanti/xsgs/svip/release/images/dialog_bg_long.png?); }
  .dialog--long .dialog-hd, .dialog--howToVip .dialog-hd {
    background-position: 0 0;
    padding-top: 24px; }
  .dialog--long .dialog-body, .dialog--howToVip .dialog-body {
    background-position: -639px 0;
    background-repeat: repeat-y;
    position: relative; }
  .dialog--long .dialog-ft, .dialog--howToVip .dialog-ft {
    height: 26px;
    background-position: -1278px bottom; }

.dialog--howToVip .howToVip-cont {
  border-top: 1px dashed #7a5129;
  margin: 0 20px;
  padding: 10px 0;
  *zoom: 1; }
  .dialog--howToVip .howToVip-cont:after {
    content: "";
    display: table;
    clear: both; }
.dialog--howToVip .howToVip-txt {
  float: left;
  width: 342px;
  line-height: 24px;
  margin-bottom: 5px; }
  .dialog--howToVip .howToVip-txt span {
    color: #c33636; }
.dialog--howToVip .howToVip-btn {
  background-position: 0 -41px;
  width: 175px;
  height: 41px;
  float: left; }
.dialog--howToVip .howToVip-table {
  float: right;
  width: 201px; }
  .dialog--howToVip .howToVip-table table {
    width: 100%;
    text-align: center;
    border: 1px solid #7a5129; }
  .dialog--howToVip .howToVip-table th {
    background: #f3ddbe; }
  .dialog--howToVip .howToVip-table td, .dialog--howToVip .howToVip-table th {
    border: 1px solid #7a5129;
    text-align: center;
    line-height: 24px; }

.howToGetInteg-cont {
  border-top: 1px dashed #7a5129;
  margin: 0 20px;
  padding: 10px 0;
  *zoom: 1; }
  .howToGetInteg-cont:after {
    content: "";
    display: table;
    clear: both; }

.howToGetInteg-list li {
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  *zoom: 1;
  margin-bottom: 7px; }
  .howToGetInteg-list li span {
    color: #c33636; }
.howToGetInteg-list i {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #7a5129;
  color: #ffffff;
  text-align: center;
  left: 0;
  top: 4px;
  border-radius: 50%;
  font-style: normal; }

.dialog-btn, .dialog .dialog-btn--confirm, .dialog--normal .dialog-btn--confirm, .dialog .dialog-btn--game, .dialog--normal .dialog-btn--game, .dialog .dialog-btn--charge, .dialog--normal .dialog-btn--charge, .dialog .dialog-btn--vip, .dialog--normal .dialog-btn--vip, .dialog .dialog-btn--oldhome, .dialog--normal .dialog-btn--oldhome, .dialog .dialog-btn--newhome, .dialog--normal .dialog-btn--newhome, .dialog--howToVip .howToVip-btn, .tqfl-list a.item-info, .tqfl-list a.item-get, .mod--sldx .gift-info, .mod--sldx .gift-birthday, .mod--sldx .gift-get {
  background-image: url(../zhuanti/xsgs/svip/release/images/sprite_btn.png?);
  background-repeat: no-repeat; }

.tab-trigger, .start_game {
  background-image: url(../zhuanti/xsgs/svip/release/images/sprite_other.png?);
  background-repeat: no-repeat; }

.start_game {
  background-position: -329px  0;
  width: 235px;
  height: 67px; }
  .start_game:hover {
    background-position: -329px -67px;
    width: 235px;
    height: 67px; }

.tab-trigger-1 {
  background-position: 0 0;
  width: 329px;
  height: 52px; }
  .tab-trigger-1:hover {
    background-position: 0 -104px;
    width: 329px;
    height: 52px; }
  .tab-trigger-1.cur {
    background-position: 0 -52px;
    width: 329px;
    height: 52px; }

.tab-trigger-2 {
  background-position: 0 -156px;
  width: 329px;
  height: 52px; }
  .tab-trigger-2:hover {
    background-position: 0 -260px;
    width: 329px;
    height: 52px; }
  .tab-trigger-2.cur {
    background-position: 0 -208px;
    width: 329px;
    height: 52px; }

.view {
  font-family: "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti, sans-serif;
  font-size: 14px;
  color: #c58f6a;
  background: #000; }
  .view a {
    color: #d9d5d3; }
  .view a:hover {
    color: #d9d5d3; }

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  *zoom: 1; }

/* header  */
.head {
  background: url(../zhuanti/xsgs/svip/release/images/fbg_1.jpg?) center top no-repeat;
  position: relative;
  height: 716px;
  overflow: hidden;
  *zoom: 1; }
  .head .start_game {
    position: absolute;
    top: 410px;
    left: 50%;
    margin-left: -117.5px;
    font-size: 0;
    z-index: 1; }
  .head .head-home {
    position: absolute;
    bottom: 203px;
    width: 127px;
    height: 37px;
    z-index: 8; }
  .head .head-home-1 {
    left: 182px; }
  .head .head-home-2 {
    right: 182px; }
  .head .head-link {
    position: absolute;
    bottom: 93px;
    width: 110px;
    height: 22px;
    line-height: 22px;
    color: #e1d199;
    z-index: 8; }
  .head .head-link-1 {
    left: 178px; }
  .head .head-link-2 {
    right: 178px; }
  .head .head-area {
    position: absolute;
    top: 0;
    width: 50%;
    height: 558px;
    display: block;
    z-index: 100; }
  .head .head-area.cur {
    display: none; }
  .head .head-area-1 {
    right: 50%; }
  .head .head-area-2 {
    left: 50%; }
  .head .head-start {
    position: absolute;
    bottom: 48px;
    left: 50%;
    margin-left: -65px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
    width: 130px;
    height: 36px; }
    .head .head-start span {
      position: absolute;
      width: 270px;
      height: 136px;
      background: url(../zhuanti/xsgs/svip/release/images/btn_start.png?) center 0 no-repeat;
      top: -52px;
      left: -70px;
      pointer-events: none; }
    .head .head-start:hover span {
      background: url(../zhuanti/xsgs/svip/release/images/btn_start_hover.png?) center 0 no-repeat; }
  .head .head-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../zhuanti/xsgs/svip/release/images/fbg_3.png?) center 0 no-repeat; }
    .head .head-nav .wrap {
      height: 271px;
      background: url(../zhuanti/xsgs/svip/release/images/bg_4.png?) center bottom no-repeat; }

.bg1 {
  background: url(../zhuanti/xsgs/svip/release/images/bg_1.jpg?);
  height: 220px; }

.bg2 {
  background: url(../zhuanti/xsgs/svip/release/images/bg_2.jpg?);
  height: 220px; }

.bg3 {
  background: url(../zhuanti/xsgs/svip/release/images/bg_3.jpg?);
  height: 276px; }

.container {
  background: url(../zhuanti/xsgs/svip/release/images/fbg_2.jpg?) center top no-repeat;
  z-index: 999;
  position: relative; }
  .container .wrap {
    padding-bottom: 40px;
    background: url(../zhuanti/xsgs/svip/release/images/bg_5.jpg?) center top no-repeat; }

.tab-hd-1 {
  right: 50%; }

.tab-hd-2 {
  left: 50%; }

.tab-bd {
  /*overflow: hidden;*/
  display: none;
  position: relative;
  background: url(../zhuanti/xsgs/svip/release/images/bg_5.jpg?);
  padding-bottom: 40px;
  zoom: 1; }
  .tab-bd:before, .tab-bd:after {
    content: "";
    display: table; }
  .tab-bd.cur {
    display: block; }
  .tab-bd .tab-trigger {
    position: absolute;
    top: -65px;
    left: 50%; }
    .tab-bd .tab-trigger.tab-trigger-1 {
      margin-left: -347px; }
    .tab-bd .tab-trigger.tab-trigger-2 {
      margin-left: 26px; }

.user {
  width: 255px;
  position: absolute;
  left: 50%;
  margin-left: -127px;
  bottom: 87px;
  color: #301900; }
  .user .user-ulog {
    line-height: 60px; }
    .user .user-ulog a {
      font-weight: bold;
      font-size: 20px;
      color: #583101;
      /*background: linear-gradient(to bottom, #9c5302, #583101);
      -webkit-background-clip: text;*/ }
      .user .user-ulog a:hover {
        text-decoration: underline; }
  .user .user-logout {
    color: #301900; }
    .user .user-logout:hover {
      color: #301900; }
  .user .user-log,
  .user .user-score {
    line-height: 30px;
    font-size: 14px; }
  .user .user-name,
  .user .user-score span {
    color: #9b2100; }

.mod, .mod--tqfl, .mod--sldx {
  position: relative;
  *zoom: 1;
  zoom: 1; }
  .mod:before, .mod--tqfl:before, .mod--sldx:before, .mod:after, .mod--tqfl:after, .mod--sldx:after {
    content: "";
    display: table; }

.mod--tqfl {
  height: 556px;
  margin-top: 76px;
  overflow: hidden; }

.tqfl-pros {
  float: left;
  margin: 46px 0 0 73px; }
  .tqfl-pros .pro-img {
    float: left;
    width: 186px;
    height: 220px; }
  .tqfl-pros .pro-img-1 {
    margin-right: 43px;
    margin-bottom: 71px; }
  .tqfl-pros .pro-img-3 {
    clear: both;
    width: 416px;
    height: 171px; }

.tqfl-list {
  float: right;
  width: 332px;
  margin: 36px 0 0 0;
  *zoom: 1; }
  .tqfl-list:after {
    content: "";
    display: table;
    clear: both; }
  .tqfl-list li {
    float: left;
    width: 332px;
    margin-bottom: 17px; }
  .tqfl-list .item-txt {
    color: #c58f6a;
    font-weight: bold;
    line-height: 45px; }
    .tqfl-list .item-txt span {
      color: #dfb565; }
  .tqfl-list .item-btns a {
    float: left; }
  .tqfl-list a.item-info {
    background-position: 0 -120px;
    width: 170px;
    height: 38px;
    margin-right: 10px; }
    .tqfl-list a.item-info:hover {
      background-position: -175px -38px;
      width: 170px;
      height: 38px; }
  .tqfl-list a.item-get {
    background-position: -100px -158px;
    width: 100px;
    height: 38px; }
    .tqfl-list a.item-get:hover {
      background-position: 0 -158px;
      width: 100px;
      height: 38px; }
  .tqfl-list a.item-get.geted {
    background-position: -200px -158px;
    width: 100px;
    height: 38px; }

.mod--sldx {
  overflow: hidden; }
  .mod--sldx .sldx-pros {
    float: left;
    width: 440px;
    margin: 134px 0 0 73px; }
  .mod--sldx .pros-img {
    float: left;
    width: 186px;
    height: 220px;
    margin-right: 29px; }
  .mod--sldx .pros-list {
    *zoom: 1; }
    .mod--sldx .pros-list:after {
      content: "";
      display: table;
      clear: both; }
    .mod--sldx .pros-list li {
      width: 90px;
      float: left;
      margin: 0 22px 17px 0;
      text-align: center; }
    .mod--sldx .pros-list img {
      display: block;
      width: 90px;
      height: 80px; }
    .mod--sldx .pros-list p {
      line-height: 24px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .mod--sldx .sldx-gift {
    float: right;
    width: 403px;
    margin: 268px 40px 0 0; }
  .mod--sldx .gift-txt {
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center; }
  .mod--sldx .gift-btns {
    *zoom: 1;
    text-align: center; }
    .mod--sldx .gift-btns:after {
      content: "";
      display: table;
      clear: both; }
    .mod--sldx .gift-btns a {
      display: inline-block; }
  .mod--sldx .gift-info {
    background-position: 0 -120px;
    width: 170px;
    height: 38px;
    margin-right: 10px; }
    .mod--sldx .gift-info:hover {
      background-position: -175px -38px;
      width: 170px;
      height: 38px; }
  .mod--sldx .gift-birthday {
    background-position: -175px  0;
    width: 170px;
    height: 38px; }
    .mod--sldx .gift-birthday:hover {
      background-position: 0 -82px;
      width: 170px;
      height: 38px; }
  .mod--sldx .gift-get {
    background-position: -100px -158px;
    width: 100px;
    height: 38px; }
    .mod--sldx .gift-get:hover {
      background-position: 0 -158px;
      width: 100px;
      height: 38px; }
  .mod--sldx .gift-get.geted {
    background-position: -200px -158px;
    width: 100px;
    height: 38px; }

