@charset "utf-8";

.container {
  background-color: #fff;
  padding-bottom: 20px;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.container1200 {
  width: 1240px;
  margin: 0 auto;
}

.pay-for {
  height: 45px;
  border-bottom: 1px solid #fe6502;
  margin-top: 15px;
}

.pay-for span {
  float: left;
  display: inline-block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #dedede;
  vertical-align: middle;
  margin-right: 20px;
  color: #333;
  margin-top: 0;
  position: relative;
}

.pay-for span.active {
  background: #fe6502;
  color: #fff;
  border-color: #fe6502;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
}

.pay-for span i {
  position: absolute;
  left: 47px;
  top: -23px;
  width: 58px;
  height: 26px;
  background: url('../images/lucky_ico.gif') no-repeat;
}

.pay-for span#for_luckydraw i {
  background: url('../images/ptb_ico.gif') no-repeat;
  height: 28px;
  top: -24px;
}

.payment_banner_bg {
  width: 100%;
  height: 160px;
  background: #DEB027 url(../images/pay_banner.jpg) center center no-repeat;
}

.choose-game-box {
  padding-bottom: 10px;
}

.choose-game-server .choose-select-item {
  float: left;
  width: 240px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #e3e3e3;
  background: none;
  margin-right: 40px;
  font-size: 15px;
  color: #5e5e5e;
  cursor: pointer;
  position: relative;
  z-index: 10
}

.choose-game-server .choose-select-item .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  border: 8px solid transparent;
  border-top-color: #e3e3e3;
}

.choose-game-server .choose-select-item.active {
  border-color: #f60;
}

.choose-game-server .choose-select-item.active .arrow {
  border-top-color: #f60;
}

.choose-game-server .choose-select-item a {
  display: block;
  text-indent: 20px;
  color: #898989;
}

.choose-select-item .ppbox {
  width: 638px;
  border: 1px solid #E3E3E3;
  z-index: 100;
  position: absolute;
  background: #fff;
  top: 45px;
  left: -2px;
  display: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
}

.choose-select-item .ppbox#serversel {
  left: -286px;
}

.choose-select-item .ppbox .pptit {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dedede;
  background: #F9F9F9;
  padding-left: 10px;
}

.choose-select-item .ppbox .pptit span {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin: 7px 3px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  border-radius: 5px
}

.choose-select-item .ppbox .pptit span:hover {
  background: #fff
}

.choose-select-item .ppbox .pptit span.on {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin: 7px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #f60;
  font-weight: bold;
  text-align: center;
}

.choose-select-item .ppbox .close-ppinfo {
  font-size: 23px;
  position: absolute;
  right: 10px;
  color: #999;
  display: inline-block;
  height: 40px;
  line-height: 35px;
  font-weight: 100;
  cursor: pointer;
  transition: .3s ease;
}

.choose-select-item .ppbox .close-ppinfo:hover {
  transform: rotate(90deg);
}

.choose-select-item .ppbox .ppinfo {
  margin: 0;
  overflow: auto;
  height: 185px;
  position: relative;
}

.choose-select-item .ppbox .ppinfo ul {
  padding: 10px
}

.choose-select-item .ppbox .ppinfo li {
  width: 33.33%;
  line-height: 25px;
  float: left;
  display: inline;
  text-indent: 0px;
  font-size: 12px;
  color: #000;
  text-align: left;
  margin: 0;
  border-bottom: 1px dashed #dedede;
  position: relative;
}

.choose-select-item .ppbox .ppinfo li a {
  color: #333;
  border: none;
  text-indent: 0;
  padding: 3px 0px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  max-width: 230px
}

.choose-select-item .ppbox .ppinfo li a:hover {
  color: #f60;
}

.choose-select-item .ppbox .ppinfo dl {
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  overflow: hidden
}

.choose-select-item .ppbox .ppinfo dl:last-child {
  margin-bottom: 0
}

.choose-select-item .ppbox .ppinfo dl dt {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  text-align: center
}

.choose-select-item .ppbox .ppinfo dl dd {
  width: 130px;
  display: inline-block;
  float: left;
  padding-left: 8px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #dedede;
}

.choose-select-item .ppbox .ppinfo li.mygame span {
  display: inline-block;
  padding: 0 5px
}

.choose-select-item .ppbox .ppinfo dd:hover,
.pay_left .ppbox .ppinfo li.mygame span.on,
.pay_left .ppbox .ppinfo li.mygame span:hover {
  color: #f60;
}

.choose-select-item .ppbox .pptit_2 {
  min-height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dedede;
  background: #f9f9f9
}

.choose-select-item .ppbox .pptit_2 span {
  display: inline-block;
  width: 100px;
  margin: 7px 5px 0 8px;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
}

.choose-select-item .ppbox .pptit_2 span.on {
  display: inline-block;
  width: 100px;
  margin: 8px 5px 0 8px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  background: #fff;
}

.choose-select-item .ppbox .ppinfo_2 {
  margin: 0;
  overflow: auto;
  height: 185px;
  position: relative;
}

.choose-select-item .ppbox .ppinfo_2 ul {
  padding: 10px
}

.choose-select-item .ppbox .ppinfo_2 li {
  width: 110px;
  line-height: 27px;
  float: left;
  display: inline;
  text-indent: 6px;
  font-size: 12px;
  color: #000;
  text-align: center;
  margin: 0 5px;
  position: relative;
  border-bottom: 1px dashed #dedede;
}

.choose-select-item .ppbox .ppinfo_2 li a {
  color: #333;
  display: inline-block;
  max-width: 79px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 0;
  vertical-align: middle;
}

/*优惠券*/
.get-ticke-rows {
  position: relative;
  border-bottom: 1px solid #dedede;
}

.get-ticke-rows label {
  float: left;
  width: 180px;
  text-align: right;
  height: 70px;
  line-height: 70px;
  color: #666;
  font-size: 14px;
  padding-right: 20px;
}

.get-ticke-rows .voucher-values {
  float: left;
  width: 200px;
  border: 1px solid #c5c5c5;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  text-indent: 15px;
  position: relative;
  cursor: pointer;
}

.get-ticke-rows .voucher-values i {
  position: absolute;
  color: #999;
  font-size: 12px;
  top: 13px;
  right: 10px;
}

.get-ticke-rows .voucher-can {
  float: left;
  width: 180px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}

.get-ticke-rows .voucher-can span {
  margin: 0 5px;
  color: #f00;
  font-size: 12px;
}

.get-ticke-rows .voucher-list {
  width: 638px;
  border: 1px solid #E8E8E8;
  transition: all 0.5s;
  padding-bottom: 20px;
  background: #FDFDFD;
  position: relative;
  top: -16px;
  left: 0;
  max-height: 410px;
  overflow-y: auto;
}

.ticket_info {
  float: left;
  width: 160px;
  height: 110px;
  background: url(../images/quan/quan_bn.png) no-repeat;
  /* 通用充值券 */
  overflow: hidden;
  color: #fff;
  margin-left: 30px;
  margin-top: 20px;
  cursor: pointer;
  border: 5px solid #fff;
}

.ticket_info.active {
  border-color: #ff0;
}

.ticket_info.can_use0 {
  background: url(../images/quan/quan_bn2.png) no-repeat;
  /* 不可用充值券 */
}

.ticket_info.can_use2 {
  background: url(../images/quan/quan_bn1.png) no-repeat;
  /* 游戏券充值券 */
}

.ticket_info.can_use3 {
  background: url(../images/quan/quan_bn4.png) no-repeat;
  /* 回收充值券 */
}

.ticket_info p {
  padding: 0 10px;
  line-height: 20px;
}

.ticket_info p.moneytip {
  margin-top: 5px;
}

.ticket_info p.tmoney {
  height: 35px;
  line-height: 35px;
}

.ticket_info p.exptime {
  text-align: left;
  color: #ffd4c8;

}

.ticket_info p.gamelimit {
  color: #ff7575;
  line-height: 30px;
  height: 30px;
}

.ticket_info.can_use0 p.gamelimit {
  color: #999;
}

.ticket_info.can_use0 p.exptime {
  color: #fff;
}

.ticket_info.can_use2 p.gamelimit {
  color: #b982f1;
}

.ticket_info.can_use2 p.exptime {
  color: #edd5ff;
}

.ticket_info.can_use3 p.gamelimit {
  color: #a5a5a5;
}

.ticket_info.can_use3 p.exptime {
  color: #f9e38c;
}

.ticket_info .tmoney .unit {
  font-size: 28px;
  vertical-align: top;
  line-height: 32px;
}

.ticket_info .tmoney .vos {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.ticket_info .tmoney .type {
  font-size: 20px;
  vertical-align: top;
  line-height: 32px;
}

.paymentBox .account-choose {
  float: left;
  width: 640px;
}

.account-tips {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: 600;
}

.paymentBox .game-fuli {
  float: right;
  width: 560px;
}

.payform-item {
  margin-top: 15px;
}

.payform-item .label {
  float: left;
  width: 130px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: right;
}

.payform-item .input {
  float: left;
  width: 260px;
  margin-left: 10px;
}

.payform-item .input input {
  width: 255px;
  height: 40px;
  line-height: 40px;
  text-indent: 5px;
  font-size: 14px;
  border: 1px solid #d1d1d1;
}

.payform-item .select {
  float: left;
  width: 260px;
  margin-left: 10px;
}

.payform-item .select select {
  width: 255px;
  height: 40px;
  line-height: 40px;
  text-indent: 5px;
  font-size: 14px;
  border: 1px solid #d1d1d1;
}

.payform-item .tips {
  float: left;
  width: 230px;
  margin-left: 10px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}

.payform-item .tips.error {
  color: #c00;
}

.payform-item .tips.success {
  color: #008000;
}

.payform-item .money-show {
  float: left;
  width: 460px;
  margin-left: 10px;
  line-height: 40px;
  font-size: 12px;
  color: #666;
}

.payform-item .money-show span {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  color: #f00;
  font-weight: 600;
}

/*选择支付方式*/
.payment-module {
  margin-top: 30px;
  border-bottom: 2px solid #24aceb;
}

.payment-module li {
  float: left;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: left;
  text-indent: 40px;
  border: 1px solid #dedede;
  background: #fff;
  border-bottom: none;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.payment-module li.channel-xiyoubi {
  width: 152px;
  margin-right: 0px;
}

.payment-module li i {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 10px;
  top: 11px;
  background: url(../images/icon.png);
}

.payment-module li.channel-alipay i {
  background-position: -35px -70px;
}

.payment-module li.channel-alipay.active i {
  background-position: -35px -100px;
}

.payment-module li.channel-weixin i {
  background-position: -69px -69px;
}

.payment-module li.channel-weixin.active i {
  background-position: -69px -101px;
}

.payment-module li.channel-unionpay i {
  background-position: -106px -69px;
}

.payment-module li.channel-unionpay.active i {
  background-position: -106px -101px;
}

.payment-module li.channel-xiyoubi i {
  background-position: -140px -70px;
}

.payment-module li.channel-xiyoubi.active i {
  background-position: -143px -100px;
}

.payment-module li.active {
  border-color: #24aceb;
  background: #24aceb;
  color: #fff;
}

/*支付规格*/
.payment-spec {
  margin-right: -20px;
  margin-top: 20px;
}

.payment-spec li {
  background: #fff;
  width: 88px;
  height: 36px;
  border: 1px solid #c5c5c5;
  text-align: center;
  line-height: 36px;
  color: #666;
  font-size: 14px;
  float: left;
  display: block;
  margin-right: 20px;
  margin-top: 15px;
  cursor: pointer;
  vertical-align: middle;
}

.payment-spec li.active {
  background: #f60;
  color: #fff;
  border-color: #f60;
}

.payment-spec li.active input {
  background: #f60;
  color: #fff;
  border-color: #f60;
}

.payment-spec li.input-label {
  border-color: #fff;
}

.payment-spec li.input-money input {
  width: 100%;
  border: none;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  vertical-align: top;
}

.payment-spec li.spec-tips {
  width: 196px;
  border-color: #fff;
  text-align: left;
  font-size: 12px;
  color: #999;
}

.payment-spec li.spec-tips.error {
  color: #f00;
}

.payment-get {
  margin-top: 30px;
  border-top: 1px solid #dedede;
}

.payment-get .get-rows {
  border-bottom: 1px solid #dedede;
}

.payment-get .get-rows label {
  float: left;
  width: 180px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  color: #666;
  font-size: 14px;
  padding-right: 20px;
}

.payment-get .get-rows .values {
  float: left;
  display: inline-block;
  width: 140px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  color: #f60;
  font-size: 16px;
}

.payment-get .get-rows .luckydrawTip {
  float: right;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ffd800;
  background: #fffceb;
  border-radius: 17px;
  position: relative;
  padding: 0 15px 0 45px;
  color: #2746ff;
  font-size: 13px;
  margin-top: 7px;
}

.payment-get .get-rows .luckydrawTip .lucky_ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/Public/Payment/images/lucky_ico.png) no-repeat;
  position: absolute;
  top: -3px;
  left: -3px;
}

.payment-get .get-rows .luckydrawTip .lucky_num {
  font-size: 14px;
  color: #2746ff;
  font-weight: bold;
}

.payment-get .get-rows .luckydrawTip .luckytip {
  color: #858585;
}

.payment-get .get-rows .luckydrawText {
  float: right;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  position: relative;
  color: #FF0000;
  font-size: 13px;
  margin-top: 7px;
}

.payment-get .get-rows .values .ptb_money {
  font-weight: 600;
  font-size: 20px;
}

.payment-get .get-rows .values .unit {
  margin-left: 5px;
  font-size: 12px;
}

.payment-get .get-rows .info_tips {
  margin-top: 17px;
  font-size: 14px;
  color: #7d7d7d;
  float: left;
  display: none;
}

.payment-get .get-rows .tips {
  float: left;
  width: 260px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  color: #666;
  font-size: 12px;
  margin-left: 30px;
}

.payment-get .get-rows .tips.error {
  color: #f00;
}

.payment-get .get-rows#memberXiyoubi .tips {
  display: none;
}

.payment-get .get-rows .pay-values {
  display: inline-block;
  border-radius: 5px;
  padding: 0 10px;
  text-align: left;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  color: #f60;
  font-size: 16px;
  background: #FF2E2E;
  color: #fff;
}

.payment-get .get-rows .pay-values .pfix {
  font-size: 17px;
}

.payment-get .get-rows .pay-values .money {
  font-weight: 600;
  font-size: 22px;
}

.payment-get .get-rows .pay-values .unit {
  font-size: 14px;
  margin-left: 5px;
}

.input-safecode {
  display: none;
  margin-top: 40px;
}

.input-safecode .label {
  float: left;
  width: 180px;
  text-align: right;
  height: 33px;
  line-height: 33px;
  color: #666;
  font-size: 14px;
  padding-right: 20px;
}

.input-safecode .safe-code-input {
  float: left;
}

.payment-submit {
  margin-top: 40px;
  padding-left: 200px;
  /**margin-bottom: 40px;*/
}

.payment-submit .payment-submit-button {
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #f60;
  font-size: 16px;
  cursor: pointer;
}

.payment-submit .payment-submit-button:hover {
  opacity: 0.75;
}

.payment-submit .payment-submit-button.disabled {
  background: #dadada;
}

/*右侧福利*/
.payforWebgame {
  display: none;
}

.payforXiyoubi {
  display: none;
  margin-top: 30px;
  width: 260px;
  float: right;
}

.payforXiyoubi .subtitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
}

.payforXiyoubi .ctn {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}

.payforWebgame {
  margin-top: 55px;
}

.payforWebgame .game_name {
  font-size: 19px;
}

.payforWebgame .tabs {
  border-bottom: 2px solid #ff3300;
  margin-top: 15px;
}

.payforWebgame .tabs a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #5e5e5e;
  font-size: 19px;
  border: 1px solid #dbdbdb;
  border-bottom: 0 none;
  position: relative;
}

.payforWebgame .tabs a.on {
  background-color: #ff3300;
  border-color: #ff3300;
  color: #fff;
}

.payforWebgame .tabs a.hide {
  display: none;
}

.payforWebgame .tabs a img {
  position: absolute;
  width: 75px;
  height: 25px;
  top: -18px;
  left: 85px;
}

.payforWebgame .fuli_ctn {
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px;
}

.payforWebgame .fuli_ctn .title {
  margin-top: 5px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.payforWebgame .fuli_ctn .title em {
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.payforWebgame .fuli_ctn .title em.fuli_icon {
  background: url(../images/chongzhi_icon.png) center center no-repeat;
}

.payforWebgame .fuli_ctn .title em.bili_icon {
  background: url(../images/bili_icon.png) center center no-repeat;
}

.payforWebgame .fuli_ctn .title em.vip_icon {
  background: url(../images/vip_icon.png) center center no-repeat;
}

.payforWebgame .pay_fuli_ctn,
.pay_right .vip_ctn {
  padding: 10px 0 30px 0;
}

.payforWebgame .pay_bili_ctn {
  padding: 10px 0 30px 0;
}

.payforWebgame .yzhd_ctn div,
.pay_right .yzhd_ctn p {
  line-height: 30px;
  font-size: 14px;
}

.payforWebgame .yzhd_ctn img {
  max-width: 100%;
}

.payforWebgame .fuli_ctn img {
  max-width: 100%;
}

.payforWebgame .fuli_loading {
  width: 540px;
  float: right;
  text-align: center;
  margin-top: 100px;
}

.pay_btn a.disabled {
  color: #7f7f7f;
  background-color: #dbdbdb;
}