.wrap {
  position: relative;
  width: 930px;
  margin: 0 auto;
}

.grey {
  color: #666;
}
.grey-light {
  color: #999;
}
.orange {
  color: #f60;
}
.green {
  color: #78bc27;
}

.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}

.mb10 {
  margin-bottom: 10px;
}

.underline {
  text-decoration: underline;
}

/*header
------------------------------*/
.header {
  height: 80px;
  margin-bottom: 30px;
  border-top: 4px solid #78bc27;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;

  *height: 75px;
}

/*logo*/
.header .logo {
  position: absolute;
  left: 0;
  width: 230px;
  height: 70px;
  background: url(../i/logo.png) no-repeat;
}

/*nav*/
.header .nav {
  float: right;
}
.header .nav li {
  position: relative;
  float: left;
  border-left: 1px solid #e6e6e6;
}
.header .nav li a {
  display: block;
  width: 120px;
  height: 75px;
  font-family: 'microsoft yahei';
  font-size: 16px;
  line-height: 75px;
  color: #333;
  text-align: center;
}
.header .nav li a:hover {
  color: #78bc27;
}

.header .nav .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 120px;
  height: 4px;
  background: #78bc27;

  _bottom: -1px;
}
.header .nav .icon .arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  overflow: hidden;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f2f2f2 #f2f2f2 #78bc27 #f2f2f2;
}

.header .nav .active a,
.header .nav .active a:hover {
  color: #333;
}
.header .nav .active .icon {
  display: block;
}

/*recommend
------------------------------*/
.recommend {
  width: 1001px;
  margin-bottom: 30px;
}
.recommend ul {
  margin: 1px 0 0 1px;
}
.recommend li {
  position: relative;
  z-index: 5;
  float: left;
  width: 501px;
  height: 240px;
  margin: -1px 0 0 -1px;
  border: 1px solid #e6e6e6;

  *width: 499px;
  *height: 238px;
}
.recommend .pic {
  padding: 9px;
  border-bottom: 1px solid #e6e6e6;
}
.recommend .pic img {
  display: block;
  width: 480px;
  height: 180px;
}
.recommend .info {
  padding: 0 9px;
}
.recommend .info .name {
  float: left;
  font: 16px/38px 'microsoft yahei';
  color: #333;
}
.recommend .info .exchange {
  float: left;
  margin-left: 6px;
  font: 12px/38px 'simsun';
  color: #999;
}
.recommend .info .recharge {
  float: right;
  width: 90px;
  height: 26px;
  margin-top: 6px;
  background: #78bc27;
  font: 12px/26px 'simsun';
  color: #fff;
}
.recommend .info .recharge:hover {
  background: #86c33d;
}

/*games-cont
------------------------------*/
.games-cont {
  width: 1001px;
  margin-bottom: 20px;
}

/*title*/
.games-cont .title {
  position: relative;
  z-index: 10;
  height: 60px;
  padding: 12px 20px 0 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background: #f2f2f2;

  *height: 47px;
}

.games-cont .title .icon {
  position: relative;
  float: left;
  width: 4px;
  height: 22px;
  margin-top: 8px;
  background: #78bc27;
}
.games-cont .title .icon .arrow {
  position: absolute;
  top: 50%;
  right: -6px;
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 3px;
  border-style: solid;
  border-color: #f2f2f2 #f2f2f2 #f2f2f2 #78bc27;
}

.games-cont .title h4 {
  float: left;
  margin-left: 10px;
  font: 700 18px/36px 'microsoft yahei';
  color: #666;
}

/*games-search*/
.games-search {
  position: relative;
  float: right;
}
.games-search .search-input {
  float: left;
  width: 240px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  background: #fff;
  font-size: 12px;
  line-height: 34px\9;
  color: #666;

  *width: 218px;
  *height: 34px;
  *line-height: 34px;
}
.games-search .search-list {
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
  width: 240px;
  border: 1px solid #d7d7d7;
  background: #fff;
  font: 12px/30px 'simsun';

  *width: 238px;
}
.games-search .search-list .list a {
  display: block;
  height: 30px;
  padding: 0 10px;
  color: #666;
}
.games-search .search-list .list a.active {
  background: #f2f2f2;
  color: #5daa01;
}
/* .games-search .search-list .list a:hover {
  background: #f2f2f2;
  color: #5daa01;
} */
.games-search .search-list .not-found {
  height: 30px;
  padding: 0 10px;
  color: #ff4527;
}
.games-search .recharge-btn {
  float: left;
  width: 100px;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-left: 0;
  background: #e4e4e4;
  font: 14px/34px 'microsoft yahei';
  color: #333;

  *width: 98px;
  *height: 34px;
}
.games-search .recharge-btn:hover {
  background: #ededed;
}

/*games-list*/
.games-list {
  margin: 1px 0 0 1px;
}
.games-list li {
  position: relative;
  z-index: 5;
  float: left;
  width: 251px;
  height: 120px;
  margin: -1px 0 0 -1px;
  border: 1px solid #e6e6e6;
  background: url(../i/games-list.png) no-repeat 50% 50%;

  *width: 249px;
  *height: 118px;
}
.games-list li a {
  display: block;
  height: 118px;
  padding: 24px 10px;
  background: #fff;

  *height: 70px;
}
.games-list .pic {
  float: left;
  width: 100px;
  height: 70px;
}
.games-list .pic img {
  display: block;
  width: 100px;
  height: 70px;
}
.games-list .info {
  height: 70px;
  margin-left: 110px;
  padding: 15px 0;
}
.games-list .info .name {
  font: 16px/20px 'microsoft yahei';
  color: #333;
}
.games-list .info .exchange {
  font: 12px/20px 'simsun';
  color: #999;
}
.games-list .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 70px;
  height: 55px;
  background: url(../i/games-list-icon.png) no-repeat;
}
.games-list li a:hover .icon {
  display: block;
}

/*footer
------------------------------*/
.footer {
  padding: 0 0 50px 0;
  font: 12px/20px 'simsun';
  color: #999;
  text-align: center;
}

/*back-top*/
.back-top {
  position: fixed;
  bottom: 110px;
  left: 50%;
  width: 50px;
  height: 70px;
  margin-left: 510px;
  padding: 5px;
  border: 2px solid #d3d3d3;
  background: #fff;
  font: 14px/18px 'microsoft yahei';
  color: #9e9e9e;
  text-align: center;

  *width: 36px;
  *height: 56px;
  _position: absolute;
}
.back-top .arrow {
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 2px auto 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff #fff #bfbfbf #fff;
}
.back-top:hover {
  border-color: #78bc27;
  color: #78bc27;
}
.back-top:hover .arrow {
  border-color: #fff #fff #78bc27 #fff;
}

/*payment-content
------------------------------*/
.payment-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

/*games-introduce*/
.games-introduce {
  position: relative;
  float: left;
  width: 239px;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  border-right: 1px solid #e6e6e6;
  background: #f2f2f2;

  *width: 238px;
}
.games-introduce .content {
  padding: 19px;
}
.games-introduce .title {
  position: relative;
  height: 140px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;

  *height: 70px;
}
.games-introduce .pic {
  float: left;
  width: 100px;
  height: 70px;
}
.games-introduce .pic img {
  display: block;
  width: 100px;
  height: 70px;
}
.games-introduce .name {
  position: absolute;
  top: 50%;
  left: 110px;
  margin-top: -10px;
  font: 16px/20px 'microsoft yahei';
  color: #333;
}
.games-introduce .intro {
  margin-bottom: 10px;
  font: 12px/2 'simsun';
  color: #666;
}
.games-introduce .exchange li {
  width: 200px;
  height: 36px;
  margin: 0 auto 10px;
  background: url(../i/games-introduce-exchange.png) no-repeat;
  font: 12px/36px 'simsun';
  color: #666;
  text-align: center;
}

/*payment-Process*/
.payment-Process {
  position: relative;
  float: left;
  width: 759px;
  padding: 20px 0 40px;
}

/*notice*/
.payment-Process .notice {
  width: 660px;
  margin: 0 auto 20px;
  padding: 0 2px;
  border: 1px solid #ffe0d3;
  background: #fff;
}
.payment-Process .notice .text {
  padding: 5px 10px;
  border-right: 1px solid #ffe0d3;
  border-left: 1px solid #ffe0d3;
  background: #fff4ee;
  font: 12px/20px 'simsun';
  color: #666;
}

/*form-horizontal
------------------------------*/
.form-horizontal .form-group {
  margin-bottom: 10px;
  font: 14px/36px 'simsun';
  color: #666;
  height: 40px;
}
.form-horizontal .control-label {
  float: left;
  width: 150px;
  text-align: right;
}
.form-horizontal .control-content {
  float: left;
  width: 599px;
}

/*form-control*/
.form-horizontal .form-control {
  float: left;
  width: 430px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  background: #fff;
  line-height: 34px\9;
  color: #333;
  box-shadow: inset 0 2px 5px rgba(0,0,0,.06);

  *width: 408px;
  *height: 34px;
  *line-height: 34px;
}
.form-horizontal .form-control:focus {
  border: 1px solid #78bc27;
}
.form-horizontal .form-control.input-error {
  border: 1px solid #fea99b;
}

/*hint*/
.form-horizontal .hint {
  float: left;
  margin-left: 5px;
}
.form-horizontal .hint .text {
  float: left;
  overflow: hidden;
  max-width: 120px;
  font: 12px/36px 'simsun';
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-horizontal .hint-name {
  display: none;
  padding: 5px 0 0 0;
  font: 12px/20px 'simsun';
}

.form-horizontal .hint-exchange {
  padding: 5px 0 0 0;
  font: 12px/20px 'simsun';
}

.form-horizontal .hint-coupon {
  padding: 5px 0 0 0;
  font: 12px/20px 'simsun';
}

/*ok/error*/
.form-horizontal .ok .icon {
  float: left;
  width: 16px;
  height: 36px;
  margin-right: 5px;
  background: url(../i/icon-ok.png) no-repeat 0 50%;
}

.form-horizontal .error .text {
  color: #5a3113;
}
.form-horizontal .error .icon {
  float: left;
  width: 16px;
  height: 36px;
  margin-right: 5px;
  background: url(../i/icon-error.png) no-repeat 0 50%;
}

/*recharge-type*/
.form-horizontal .recharge-type {
  position: relative;
  overflow: hidden;
  width: 450px;
  margin-left: -20px;
}
.form-horizontal .recharge-type li {
  float: left;
  height: 36px;
  margin-left: 20px;
  line-height: 36px;
  white-space: nowrap;

  _display: inline;
}
.form-horizontal .recharge-type li label {
  _margin-top: 8px;
}

/*list-way*/
.form-horizontal .list-way {
  position: relative;
  z-index: 50;
  width: 440px;
  margin: -10px 0 0 -10px;
}
.form-horizontal .list-way li {
  float: left;
  width: 100px;
  height: 36px;
  margin: 10px 0 0 10px;
  border: 1px solid #e6e6e6;
  background: #fff;

  *width: 98px;
  *height: 34px;
  _display: inline;
}
.form-horizontal .list-way li a {
  display: block;
  font: 14px/34px 'simsun';
  color: #666;
  text-align: center;
}
.form-horizontal .list-way li a:hover {
  text-decoration: underline;
}
.form-horizontal .list-way .active {
  border: 1px solid #78bc27;
  background: #78bc27;

  _overflow: hidden;
}
.form-horizontal .list-way .active a,
.form-horizontal .list-way .active a:hover {
  cursor: default;
  color: #fff;
  text-decoration: none;
}

.form-horizontal .list-way .arrow {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #000 #fff #fff #fff;
  vertical-align: middle;
}

/*more-way*/
.form-horizontal li.more-way a {
  _padding-top: 8px;
  _height: 24px;
}
.form-horizontal li.more-way-select {
  position: relative;
  z-index: 5;
  width: 100px;
  height: 36px;
  border: 2px solid #78bc27;
  border-bottom: 0;
  background: #fff;
  color: #666;

  *width: 96px;
  *height: 34px;
}
.form-horizontal li.more-way-select a,
.form-horizontal li.more-way-select a:hover {
  position: relative;
  z-index: 10;
  width: 96px;
  background: #fff;
  color: #666;
  text-decoration: none;

  _padding-top: 8px;
  _height: 24px;
}

.form-horizontal li.more-way-active {
  border: 1px solid #78bc27;
  background: #fff;
}
.form-horizontal li.more-way-active a,
.form-horizontal li.more-way-active a:hover {
  /*lulu*/
  /*width: 98px;*/
  /*height: 34px;*/
  border: 1px solid #78bc27;
  color: #666;

  _padding-top: 8px;
  _height: 24px;
  _width: 96px;
  _height: 32px;
}
.form-horizontal .select-style li.more-way-active .ok-icon{
  display: block;
}

.form-horizontal .more-way-cont {
  margin-left: -2px;
  margin-top: -2px;
  display: none;
  width: 240px;
  padding: 10px;
  border: 2px solid #78bc27;
  background: #fff;
  /*注释下面代码是为了兼容ie6（套上js错位）
  *top: 30px;
  *left: -2px;
  *z-index: 5;*/
}

/*list-more-way*/
.form-horizontal .list-more-way {
  position: relative;
}
.form-horizontal .list-more-way li {
  width: 108px;
  height: 20px;
  margin: 5px 0;
  border: 0;
  line-height: 20px;
}
.form-horizontal .list-more-way label {
  position: relative;
  display: inline-block;
  width: 88px;
  margin-left: -5px;

  *display: inline;
  *zoom: 1;
  *margin-left: -12px;
}

/*list-amount*/
.form-horizontal .list-amount {
  position: relative;
  width: 440px;
  margin: 0 0 0 -10px;

  *margin-bottom: 10px;
  _margin-bottom: 0;
}
.form-horizontal .list-amount li {
  float: left;
  width: 100px;
  height: 36px;
  margin: 0 0 10px 10px;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;

  *width: 98px;
  *height: 34px;
  _display: inline;
}
.form-horizontal .list-amount li a {
  display: block;
  font: 14px/34px 'simsun';
  color: #666;
  text-align: center;
}
.form-horizontal .list-amount li a:hover {
  text-decoration: underline;
}
.form-horizontal .list-amount .active {
  border: 1px solid #78bc27;
  background: #78bc27;

  _overflow: hidden;
}
.form-horizontal .list-amount .active a,
.form-horizontal .list-amount .active a:hover {
  cursor: default;
  color: #fff;
  text-decoration: none;
}

/*actual-amount*/
.form-horizontal .actual-amount {
  font: 700 18px/36px 'microsoft yahei';
  color: #ff6e2e;
}

/*mobile-verify*/
.form-horizontal .mobile-verify {
  position: relative;
  z-index: 10;
  width: 210px;

  *width: 188px;
}
.form-horizontal .mobile-verify-btn {
  float: left;
  width: 110px;
  height: 36px;
  margin-left: -1px;
  border: 1px solid #d7d7d7;
  background: #f7f7f7;
  font: 14px/34px 'simsun';
  color: #333;

  *width: 98px;
  *height: 34px;
}
.form-horizontal .mobile-verify-btn:hover {
  color: #78bc27;
}
.form-horizontal .mobile-verify-btn.times,
.form-horizontal .mobile-verify-btn.times:hover {
  cursor: default;
  color: #999;
}

/*bank-list*/
.form-horizontal .bank-list {
  width: 440px;
  margin: 1px 0 0 1px;
}
.form-horizontal .bank-list li {
  position: relative;
  z-index: 5;
  float: left;
  width: 110px;
  height: 36px;
  margin: -1px 0 0 -1px;
  border: 1px solid #e6e6e6;

  *width: 108px;
  *height: 34px;
}
.form-horizontal .bank-list li a {
  position: relative;
  display: block;
  height: 34px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #666;
  text-align: center;

  *height: 32px;
}
/*------------------------------------------------*/
.form-horizontal .bank-list li .icon,
 .form-horizontal .select-style .ok-icon{
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: none;
  width: 17px;
  height: 18px;
  background: url(../images/buy-cont-list.png) no-repeat;
  cursor: pointer;
}

.form-horizontal .bank-list .active,
.form-horizontal .bank-list .active a
 {
  z-index: 10;
  border: 1px solid #78bc27;
  background-color: #fff;
}
.form-horizontal .bank-list .active .icon {
  display: block;
}

/*icon-bank*/
.icon-bank {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background: url(./icon-bank.png) no-repeat;
  vertical-align: -5px;
}
.icon-ICBC {
  background-position: 0 0;
}
.icon-ABC {
  background-position: 0 -25px;
}
.icon-CMB {
  background-position: 0 -50px;
}
.icon-CCB {
  background-position: 0 -75px;
}
.icon-BOC {
  background-position: 0 -100px;
}
.icon-PSBC {
  background-position: 0 -125px;
}
.icon-COMM {
  background-position: 0 -150px;
}
.icon-GDB {
  background-position: 0 -175px;
}
.icon-CMBC {
  background-position: 0 -200px;
}
.icon-SPABANK {
  background-position: 0 -225px;
}
.icon-CEB {
  background-position: 0 -250px;
}
.icon-CIB {
  background-position: 0 -275px;
}
.icon-CITIC {
  background-position: 0 -300px;
}
.icon-BJBANK {
  background-position: 0 -325px;
}
.icon-SRCB {
  background-position: 0 -350px;
}
.icon-SPDBANK {
  background-position: 0 -375px;
}
.icon-WZCB {
  background-position: 0 -400px;
}
.icon-BJRCB {
  background-position: 0 -425px;
}
.icon-FDB {
  background-position: 0 -450px;
}
.icon-HZCB {
  background-position: 0 -475px;
}
.icon-SHBANK {
  background-position: 0 -500px;
}
.icon-NBBANK {
  background-position: 0 -525px;
}

/*select
------------------------------*/
.form-horizontal .select {
  position: relative;
  z-index: 550;
  width: 430px;
}
.form-horizontal .select .name {
  display: block;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  background: #fff;
  font: 14px/34px 'simsun';
  color: #666;
  text-align: right;
  box-shadow: inset 0 2px 5px rgba(0,0,0,.06);
}
.form-horizontal .select .name span {
  float: left;
  overflow: hidden;
  width: 370px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-horizontal .select .icon-arrow {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #000 #fff #fff #fff;
  vertical-align: middle;

  *margin-top: 15px;
}
.form-horizontal .select .list {
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
}
.form-horizontal .select .list ul {
  overflow: auto;
  max-height: 240px;

  _height: 240px;
}
.form-horizontal .select .list li {
  height: 24px;
}
.form-horizontal .select .list a {
  display: block;
  overflow: hidden;
  height: 24px;
  padding: 0 9px;
  font: 14px/24px 'simsun';
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-horizontal .select .list .active {
  background: #eee;
  border: none!important;
}
/*.form-horizontal .select .list a:hover {
  background: #eee;
}*/
.form-horizontal .select .list .arrow-wrap {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #d7d7d7 transparent;
}
.form-horizontal .select .list .arrow-wrap .arrow {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;

  _overflow: hidden;
}

.form-horizontal .select .list .select-search {
  position: relative;
  padding: 9px;
}
.form-horizontal .select .list .select-input {
  width: 410px;
  height: 30px;
  line-height: 30px;

  *width: 388px;
}
.form-horizontal .select .list .select-input-btn {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 40px;
  height: 30px;
  background: url(../i/select-input.png) no-repeat 50% 50%;
  cursor: pointer;
}
.form-horizontal .select .list .not-found {
  height: 24px;
  padding: 0 9px;
  font: 14px/24px 'simsun';
  color: #666;
}

/*verify*/
.form-horizontal .verify-content {
  position: relative;
  float: left;
}
.form-horizontal .verify {
  width: 210px;

  *width: 188px;
}
.form-horizontal .hint-verify {
  position: absolute;
  top: 0;
  right: 10px;
}
.form-horizontal .verify-img {
  float: left;
  width: 130px;
  height: 50px;
  margin: -7px 0 0 10px;
}
.form-horizontal .verify-refresh {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #666;
}
.form-horizontal .verify-refresh:hover {
  color: #78bc27;
}

/*treaty*/
.form-horizontal .treaty {
  color: #666;

  _float: left;
  _line-height: 26px;
}
.form-horizontal .treaty:hover {
  color: #78bc27;
}

.form-horizontal label {
  display: block;
}
.form-horizontal input[type='radio'],
.form-horizontal input[type='checkbox'] {
  margin-right: 5px;
  vertical-align: middle;
}

.form-horizontal .btn-orange {
  width: 210px;
  height: 40px;
  display: block;
  background: #244485;
  background: linear-gradient(0deg, #244485 5%, #5480da 80%);
  font: 700 16px/40px 'microsoft yahei';
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.form-horizontal .btn-orange:hover {
  background: #5480da;
}

/*pay-success
------------------------------*/
.pay-success {
  width: 600px;
  margin: 0 auto;
  padding-top: 50px;
  font: 14px/30px 'simsun';
  color: #666;
  text-align: center;
}
.pay-success .title {
  margin-bottom: 30px;
  font: 20px/28px 'microsoft yahei';
  color: #333;
}
.pay-success .icon-ok {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url(../i/pay-success-icon.png) no-repeat;
  vertical-align: top;
}
.pay-success .icon-fault {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url(../i/icon-fault.png) no-repeat;
  vertical-align: top;
}
.pay-success .icon-loading {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url(../i/loading.gif) no-repeat;
  background-size: 28px;
  vertical-align: top;
}
.pay-success .purchase {
  margin-bottom: 30px;
}
.pay-success .nums {
  display: inline-block;
  margin: 0 5px;
  font: 16px/30px 'Arial';
  color: #ff6e2e;
}
.pay-success .btn-group {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.pay-success .btn-orange {
  width: 170px;
  height: 36px;
  margin: 0 10px;
  background: #ff6e2e;
  font: 700 14px/36px 'microsoft yahei';
  color: #fff;
}
.pay-success .btn-orange:hover {
  background-color: #ff7d43;
}
.pay-success .btn-grey {
  width: 170px;
  height: 36px;
  margin: 0 10px;
  background: #e6e6e6;
  font: 700 14px/36px 'microsoft yahei';
  color: #666;
}
.pay-success .btn-grey:hover {
  background: #eeeded;
}

.pay-success .wechat {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.pay-success .wechat .two-code {
  display: inline-block;
  width: 112px;
  height: 112px;
  border: 1px solid #dadada;

  *display: inline;
  *zoom: 1;
}
.pay-success .wechat .two-code img {
  display: block;
  width: 110px;
  height: 110px;
}
.pay-success .wechat .describe {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 57px;
  margin: 55px 0 0 20px;
  padding: 5px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background: #fff;
  font: 12px/22px 'simsun';
  color: #666;
  text-align: left;
  vertical-align: top;

  *display: inline;
  *zoom: 1;
  *width: 168px;
  *height: 45px;
}
.pay-success .wechat .icon-people {
  position: absolute;
  top: -68px;
  left: -10px;
  width: 101px;
  height: 68px;
  background: url(../i/pay-success-people.png) no-repeat;
}
.pay-success .wechat .arrow-wrap {
  /*overflow: hidden;*/
  position: absolute;
  top: 50%;
  left: -12px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #d5d5d5 transparent transparent;
}
.pay-success .wechat .arrow {
  position: absolute;
  top: -5px;
  left: -3px;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

/*mask
------------------------------*/
.mask {
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: 99;*/
  /* lulu select层级550 */
  z-index: 600;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;

  _position: absolute;
  filter: alpha(opacity=80);
}

/*modal
------------------------------*/
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  /*z-index: 100;*/
  /* lulu select层级550 */
  z-index: 601;
  display: none;
  overflow: hidden;
  width: 400px;
  margin: -100px 0 0 -200px;
  padding: 20px 50px 30px;
  background: #fff;
  font: 12px/24px 'simsun';
  color: #666;

  *width: 300px;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font: 700 16px/30px 'Verdana';
  color: #666;
  text-align: center;
}

/*payment*/
.modal.payment {
  margin-top: -118px;
}
.modal h2 {
  margin-bottom: 10px;
  font: 700 18px/30px 'microsoft yahei';
  color: #333;
  text-align: center;
}
.modal .pay-order {
  height: 40px;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #e4e4e4;
  background: #f9f9f9;
  line-height: 20px;
  text-align: center;

  *height: 20px;
}
.modal .btn-orange {
  width: 110px;
  height: 36px;
  background: #ff6e2e;
  font: 700 14px/36px 'microsoft yahei';
  color: #fff;
}
.modal .btn-orange:hover {
  background-color: #ff7d43;
}
.modal .btn-grey {
  width: 170px;
  height: 36px;
  background: #e6e6e6;
  font: 700 14px/36px 'microsoft yahei';
  color: #666;
}
.modal .btn-grey:hover {
  background: #eeeded;
}

/*payment-code*/
.modal.payment-code {
  margin-top: -186px;
}
.modal .two-code {
  width: 152px;
  height: 152px;
  margin: 0 auto 15px;
  border: 1px solid #d7d7d7;
}
.modal .two-code img {
  display: block;
  width: 150px;
  height: 150px;
}

/*payment-failure*/
.modal.payment-failure {
  margin-top: -108px;
}
.modal h4 {
  position: relative;
  margin-left: -9px;
  font: 700 14px/30px 'microsoft yahei';
  color: #333;
}
.modal .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  background: #666;
  vertical-align: middle;
}
.modal .order-nums {
  font: 700 16px/20px 'microsoft yahei';
  color: #ff6e2e;
}

/*modal-hint*/
.modal-hint {
  position: fixed;
  top: 50%;
  left: 50%;
  /*z-index: 100;*/
  /* lulu select层级550 */
  z-index: 601;
  display: none;
  max-width: 300px;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #000;
  font: 14px/30px 'microsoft yahei';
  color: #fff;
  text-align: center;
  opacity: .8;

  _position: absolute;
  filter: alpha(opacity=80);
  *max-width: 220px;
}

.modal .btn-green {
  width: 240px;
  height: 36px;
  background: #78bc27;
  font: 700 14px/36px 'microsoft yahei';
  color: #fff;
}
.modal .btn-green:hover {
  background-color: #86c33d;
}

/*order-info-table*/
.order-info-table {
  width: 100%;
  margin-bottom: 20px;
}
.order-info-table th {
  width: 30%;
  padding: 5px 0;
  text-align: right;
}
.order-info-table td {
  width: 70%;
  padding: 5px 10px;
  text-align: left;
}

/*help
------------------------------*/
.help-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

/*help-menu*/
.help-menu {
  position: relative;
  float: left;
  width: 239px;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  border-right: 1px solid #e6e6e6;
  background: #f2f2f2;

  *width: 238px;
}

.help-menu .title {
  margin: 30px 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  font: 700 18px/30px 'microsoft yahei';
  color: #65ac11;
  text-align: center;
}
.help-menu .title .icon {
  display: inline-block;
  width: 36px;
  height: 30px;
  margin-right: 10px;
  background: url(../i/help-menu-icon.png) no-repeat;
  vertical-align: top;
}

/*menu*/
.help-menu .menu {
  margin-bottom: 50px;
}
.help-menu .menu li {
  height: 40px;
  margin-bottom: 10px;
  border-left: 6px solid #f2f2f2;
}
.help-menu .menu li:last-child {
  margin-bottom: 0;
}
.help-menu .menu li a {
  display: block;
  height: 40px;
  padding-left: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #f2f2f2;
  font: 14px/38px 'microsoft yahei';
  color: #333;

  *height: 38px;
}
.help-menu .menu li a:hover {
  color: #78bc27;
}
.help-menu .menu .active {
  border-left: 6px solid #78bc27;
}
.help-menu .menu .active a,
.help-menu .menu .active a:hover {
  width: 233px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  color: #333;

  *width: 213px;
}

/*contact*/
.contact {
  margin: 0 19px 20px;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
}
.contact .qq {
  position: relative;
  display: block;
  width: 160px;
  height: 36px;
  margin: 0 auto 5px;
  border: 1px solid #d0d0d0;
  background: #fff;
  font: 700 14px/34px 'microsoft yahei';
  color: #333;
  text-align: center;

  *width: 158px;
  *height: 34px;
}
.contact .qq .icon {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 26px;
  height: 30px;
  margin-top: -12px;
  margin-right: 5px;
  background: url(../i/qq.png) no-repeat;
  background-size: contain;
  vertical-align: middle;

  _margin-top: 2px;
}
.contact .info {
  padding-left: 35px;
  font: 12px/24px 'simsun';
  color: #666;
}

/*help-content*/
.help-content {
  position: relative;
  display: none;
  float: left;
  width: 759px;
  padding: 30px 40px;
  color: #666;

  *width: 679px;
  _width: 678px;
}
.help-content .title {
  margin-bottom: 50px;
  font: 700 18px/30px 'microsoft yahei';
  text-align: center;
}
.help-content .content {
  font: 14px/26px 'simsun';
}
.help-content .content img {
  display: block;
  max-width: 639px;
}

.help-content .table-bank {
  width: 100%;
}
.help-content .table-bank caption {
  margin-bottom: 10px;
  font: 14px/30px simsun;
  color: #666;
}
.help-content .table-bank th {
  border: 1px solid #ccc;
  background: #f2f2f2;
  font: 14px/30px simsun;
  color: #666;
}
.help-content .table-bank td {
  padding: 5px;
  border: 1px solid #ccc;
  font: 12px/20px simsun;
  color: #666;
}

/* lulu */
.help-wrap .active {
  display: block;
}

/*404
------------------------------*/
.error-page {
  padding: 120px 0 150px;
  text-align: center;
}
.error-page .icon-wrap {
  margin-bottom: 25px;
}
.error-page .icon {
  display: inline-block;
  width: 135px;
  height: 110px;
  vertical-align: top;
}
.error-page .not-found {
  background: url(../i/not-found.png) no-repeat;
}
.error-page .uhoh {
  background: url(../i/uhoh.png) no-repeat;
}
.error-page .text {
  display: inline-block;
  height: 80px;
  margin: 15px 0 0 15px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
  font: 700 90px/80px 'Verdana';
  color: #ccc;
}
.error-page .info {
  margin-bottom: 25px;
  font: 16px/30px 'microsoft yahei';
  color: #666;
}
.error-page .btn-orange {
  width: 140px;
  height: 36px;
  background: #ff6e2e;
  font: 700 14px/36px 'microsoft yahei';
  color: #fff;
}
.error-page .btn-orange:hover {
  background: #ff7d43;
}

/*recharge-loading
------------------------------*/
.recharge-loading {
  position: relative;
  height: 480px;
}
.recharge-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin: -64px 0 0 -64px;
}
.games-introduce .title{
  text-align: center;
}
.games-introduce  .title img {
  width: 200px;
  height: 140px;
 }
.games-introduce .name{
  position: relative;
  margin-top: 20px;
  left: 0;
  font: 16px/16px 'microsoft yahei';
  color: #333;
  margin-bottom: 18px;
 }
.notice-wrap {
  margin-left: 52px;
  width: 652px;
  margin-bottom: 12px;
}
.payNotice {
  margin-left: 52px;
  width: 652px;
  margin-bottom: 12px;
}
.notice-wrap .text{
  text-indent: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.notice-wrap p{
  font: 12px/18px 'simsun';
  color: #57932e;
}
.form-horizontal .control-content .game-name{
  font: 16px/36px 'microsoft yahei';
  color: #333333;
}
.form-horizontal .list-way li a{
  font: 14px/32px 'microsoft yahei';
  text-align: left;
  text-indent: 6px;
}
.form-horizontal .list-way li{
  width: 136px;
}
.form-horizontal .select-style li{
  position: relative;
}
.list-way img{
  float: left;
  padding: 1px;
}
.form-horizontal .select-style .active{
  background:none;
}
.form-horizontal .select-style .active a{
  color: #666;
  border: 1px solid #78bc27;
}
.form-horizontal .select-style .active .ok-icon{
  position: absolute;
  display: block;
}
.form-horizontal li.more-way-select a,
.form-horizontal li.more-way-select a:hover{
  width:100%;
}
.nav-listWay li{
  width: 240px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.games-introduce .title{
  margin-bottom:0;
}
/*icon payway*/
.icon-payWay{
  float:left;
  background: url('../i/payIconS.png') no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.list-way .icon-payWay{
  margin-top: 2px;
  margin-left: 2px;
}
.list-way .active .icon-payWay{
  margin-top: 1px;
  margin-left: 1px;
}

.list-way .icon-payBF{
  background-position: 0 -30px;
 }
.list-way .icon-wechat{
 background-position: 0px -60px;
}
.list-way .icon-payCard{
  background-position: 0px -90px;
 }
.list-way .icon-payAlipay{
  background-position: 0px -120px;
 }
.list-way .icon-payPhone{
  background-position: 0px -150px;
 }
.list-way .icon-payJunCard{
  background-position: 0 -180px;
 }
.list-way .icon-moreWay{
  background-position: 0 -210px;
}
.list-way .icon-paySFT{
  background-position: 0px -240px;
 }
.list-way .icon-payYZF{
  background-position: 0 -270px;
 }
.list-way .icon-phoneCard{
 background-position: 0px -300px;
}

.icon-payWay{
  width: 40px;
  height: 40px;
  background: url('payIcon.png') no-repeat;
}
.icon-payBF{
  background-position: 0 -40px;
 }
.icon-wechat{
 background-position: 0px -80px;
}
.icon-payMsg{
 background-position: 0px -0px;
}
.icon-payCard{
  background-position: 0px -120px;
 }
.icon-payAlipay{
  background-position: 0px -160px;
 }
.icon-payPhone{
  background-position: 0px -200px;
 }
.icon-payJunCard{
  background-position: 0 -240px;
 }
.icon-moreWay{
 background-position: 0px -280px;
}
.icon-paySFT{
  background-position: 0px -320px;
 }
.icon-payYZF{
  background-position: 0 -360px;
 }
.icon-phoneCard{
 background-position: 0px -400px;
}

.games-introduce .content{
  padding:0;
  padding-top: 19px;
}

.nav-listWay li a{
  display: block;
  padding: 10px 0 10px 20px;
  padding-top: 10px;
  font: 16px/40px 'microsoft yahei';
  color: #333333;
  text-align: left;
  text-indent: 15px;
}
.nav-listWay li.active a{
  border-right: 4px solid #78bc27;
  background: #e6e6e6;
}
.nav-listWay li a:hover{
  border-right: 4px solid #78bc27;
  background: #e6e6e6;
}
.form-horizontal .reset-input{
  width: 320px;
  margin-left: 10px;
}
.form-horizontal .active{
  border: 1px solid #78bc27!important;
}
.form-horizontal .other-money{
  position: relative;
  width: 100px;
  height: 36px;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;
  float: left;
}
.form-horizontal .other-money a{
  display: block;
  font: 14px/34px 'simsun';
  color: #666;
  text-align: center;
}
.other-money{
  /*lulu*/
  clear:both;
}
.form-horizontal .list-amount .hint-exchange{
  padding: 0
}
.contact-way{
  margin:0 50px;
  padding: 19px 0 0 22px;
  border-top: 1px solid #d7d7d7;
  font-family: 'microsoft yahei'
}
.contact-way .phone{
  line-height:18px;
}
.contact-way span{
  padding-left: 7px;
}
.contact-way .service a{
  position: relative;
  top:5px;
  display:inline-block;
  width: 80px;
  height: 22px;
  background: url('../i/service.png') no-repeat;
  background-size: 100%;
}
.contact-way .service a:first-child{
  background-position:0 0;
}
.contact-way .service>a+a {
  background-position:0 -22px;
}
.reset-pay-success{
  width: 860px!important;
}
.reset-pay-success .nums{
  font-family: 'microsoft yahei';
  font-size:20px!important;
}
.reset-pay-success .title{
  margin-bottom:15px;
  font-size:20px;
}
.reset-pay-success .icon-ok{
  margin-right: 6px!important;
}
.reset-pay-success .purchase{
  padding-left: 238px;
  text-align: left;
}
.reset-pay-success .purchase p{
  font-family:'microsoft yahei';
}
.reset-pay-success .purchase p:nth-of-type(1) span{
  color:#f60;
}
.reset-pay-success .wechat{
  margin-bottom:126px;
  margin-top:40px;
}
.resetfoot .wrap{
  border-top: 1px solid #d7d7d7;
}
