@charset "utf-8";

.recharge_box * {
  font-size: 16px;
}

.recharge_box {
  padding: 32px 10px 32px 15px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: 35px;
  margin-bottom: 50px;
}

.recharge_box ul>.items {
  display: flex;
  margin-bottom: 50px;
  line-height: 40px;
}

.recharge_box ul>.items.select_game {
  display: none;
}

.recharge_box ul>.items:first-child {
  margin-bottom: 36px;
}

.recharge_box ul>.items:last-child {
  margin-bottom: 40px;
}

.recharge_box ul>.items:nth-last-child(3) {
  margin-bottom: 40px;
}

.recharge_box ul>.items:nth-last-child(2) {
  margin-bottom: 20px;
}

.recharge_box ul>.items .left_info {
  width: 90px;
  text-align: right;
  color: #333;
  flex-shrink: 0;
}

.recharge_box ul>.items .right_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}

.recharge_box ul>.items .right_box .tips {
  font-size: 14px;
  color: #999;
}

.recharge_box ul>.items .right_box .tips span {
  color: #FF8400;
}

.recharge_box ul>.items .right_box .tips.tips2 {
  display: none;
}

.recharge_box ul>.items .right_box .ID {
  font-weight: bold;
}

.recharge_box ul>.items .right_box .change_btn {
  color: #FF8400;
}

.recharge_box ul>.items .right_box .recharge {
  width: 120px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  margin-right: 26px;
  position: relative;
  box-sizing: border-box;
}

.recharge_box ul>.items .right_box .recharge:hover {
  text-decoration: none;
  border-color: #FF8400;
  color: #FF8400;
}

.recharge_box ul>.items .right_box .recharge_type {
  width: 150px;
  cursor: pointer;
}

.recharge_box ul>.items .right_box .recharge_type.pay_type {
  height: 56px;
  line-height: 56px;
}

.recharge_box ul>.items .right_box .on {
  border-color: #FF8400;
  color: #FF8400;
}

.recharge_box ul>.items .right_box .recharge_type.terrace {
  padding-top: 7px;
  line-height: 20px;
}

.recharge_box ul>.items .right_box .recharge_type.terrace span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 3px;
}

.recharge_box ul>.items #pay-money .on::after,
.recharge_box ul>.items #pay-type .on::after {
  content: '';
  position: absolute;
  background: url(../image/select_icon.png) no-repeat center center;
  bottom: 0;
  right: -1px;
  background-size: 27px 19px;
  display: inline-block;
  width: 27px;
  height: 19px;
}

.recharge_box ul>.items .right_box .select {
  margin-right: 17px;
  width: 280px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.recharge_box ul>.items .right_box .select .sort_name {
  font-size: 14px;
  font-weight: 400;
  margin-left: 14px;
  transition: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recharge_box ul>.items .right_box .select .sort_name span {
  min-width: 56px;
  display: inline-block;
}

.recharge_box ul>.items .right_box .select .sort_name::after {
  content: '';
  background: url(../image/arrow-xiala.png) no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 10px;
  margin: 0 12px;
  transition: inherit;
}

.recharge_box ul>.items .right_box .select .select_sort::after {
  content: '';
  transform: rotate(180deg);
}

.recharge_box ul>.items .right_box .select .option_box {
  height: 0;
  transition: inherit;
}

.recharge_box ul>.items .right_box .select .option_box .item {
  display: none;
}

.recharge_box ul>.items .right_box .select .on_option {
  position: absolute;
  text-align: center;
  width: 101%;
  box-sizing: border-box;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-height: 329px;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 111;
  border: 1px solid #ebebeb;
  border-top: none;
  background-color: #fff;
  margin-left: -1px;
}

.recharge_box ul>.items .right_box .select .on_option .item {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-bottom: #f0f0f0 1px solid;
  display: block;
  font-size: 14px;
}

.recharge_box ul>.items .right_box .select .on_option .item:hover {
  background: #d8d8d8;
}

.recharge_box ul>.items .right_box .select .on_option .item:last-child {
  border-bottom-left-radius: 8px;
}

.recharge_box ul>.items .right_box .recharge_num {
  width: 120px;
}

.recharge_box ul>.items .right_box .input_box {
  position: relative;
  width: 150px;
  margin-right: 0;
}

.recharge_box ul>.items .right_box .input_box .self_input {
  width: 148px;
  height: 38px;
  border-radius: 3px;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  display: block;
  border: none;
}

.recharge_box ul>.items .right_box .input_box em {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  font-size: 14px;
}

.recharge_box ul>.items .right_box .input_box .self_input::-webkit-input-placeholder {
  color: #C3C3C3;
}

.recharge_box ul>.items .right_box .input_box .self_input::-moz-input-placeholder {
  color: #C3C3C3;
}

.recharge_box ul>.items .right_box .input_box .self_input::-ms-input-placeholder {
  color: #C3C3C3;
}

.recharge_box ul>.items .right_box .pay_btn {
  width: 300px;
  height: 45px;
  background: #FF8400;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}

.recharge_box ul>.items .right_box .pay_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.recharge_box ul>.items .right_box .remind,
.recharge_box ul>.items .right_box .remind2 {
  font-size: 12px;
  color: #FF4D4D;
  line-height: 20px;
}

.recharge_box ul>.items .right_box .remind2 {
  display: none;
}

.notclick {
  background: #a1a3a3 !important;
}

.use_coupon {
  display: block;
  color: #333;
  width: 260px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  font-size: 16px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 13px;
}

.use_coupon em {
  color: #F72828;
}

.use_coupon::after {
  content: ">";
  display: inline-block;
  font-size: 14px;
  line-height: 10px;
  width: 6px;
  height: 10px;
  color: #666;
  margin-left: 6px;
}

.use_coupon.none {
  color: #666;
}

.use_coupon:hover {
  border-color: #FF8400;
  color: #FF8400;
}

.use_coupon:hover::after {
  color: #FF8400;
}

.use_coupon:hover em {
  color: #FF8400;
}

.real-pay {
  font-size: 20px;
  font-weight: bold;
  color: #F51F1F;
}

.coupon-container {
  width: 560px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.coupon-container .p-title {
  line-height: 53px;
  height: 53px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #666;
  padding-left: 22px;
}

.coupon-container .p-close {
  position: absolute;
  right: 21px;
  top: 16px;
  background: url(../image/popup-close.png) center center no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.coupon-container .coupon-content {
  padding: 20px 22px 35px;
}

.coupon-container .coupon-tab-btns {
  display: flex;
}

.coupon-container .coupon-tab-btns li {
  cursor: pointer;
  color: #999;
  font-size: 16px;
}

.coupon-container .coupon-tab-btns li+li {
  margin-left: 40px;
}

.coupon-container .coupon-tab-btns .active {
  color: #FF8400;
  border-bottom: 2px solid #FF8400;
}

.coupon-container .tab-item {
  display: none;
}

.coupon-container .tab-item:first-of-type {
  display: block;
}

.coupon-container .coupon-list {
  max-height: 304px;
  overflow-y: scroll;
  margin-top: 36px;
  margin-right: -22px;
}

.coupon-container .coupon-list .coupon-item {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}


.coupon-container .coupon-list .coupon-item .left {
  width: 18px;
  height: 18px;
}

.coupon-container .coupon-list .coupon-item .left input[type='checkbox'] {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
}

.coupon-container .coupon-list .coupon-item .left input[type='checkbox']::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff url(../image/checked_false_icon2.png) no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.coupon-container .coupon-list .coupon-item .left input[type='checkbox']:checked::before {
  background-image: url(../image/checked_true_icon2.png);
}

.coupon-container .coupon-list .coupon-item .coupon-info {
  border: 1px solid #eee;
  border-radius: 5px;
  width: 460px;
  height: 80px;
  display: flex;
  box-sizing: border-box;
  margin-left: 31px;
}

.coupon-container .coupon-list .coupon-item .coupon-info:hover {
  border-color: #ff8400;
}

.coupon-container .coupon-list .coupon-item .coupon-info .coupon-price {
  width: 120px;
  text-align: center;
  margin-right: 15px;
}

.coupon-container .coupon-list .coupon-item .coupon-info .coupon-price p {
  font-size: 20px;
  font-weight: bold;
  color: #F51F1F;
  line-height: 50px;
}

.coupon-container .coupon-list .coupon-item .coupon-info .coupon-price span {
  display: block;
  font-size: 14px;
  color: #999;
  padding: 0 3px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 120px;
}

.coupon-container .coupon-list .coupon-item .coupon-info .coupon-desc {
  width: 325px;
}

.coupon-container .coupon-list .coupon-item .coupon-info .coupon-desc p {
  width: 100%;
  font-size: 14px;
  color: #333;
  padding-top: 17px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.coupon-container .coupon-list .coupon-item .coupon-info .coupon-desc span {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #c2c2c2;
  margin-top: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.coupon-container .coupon-list .coupon-tips {
  font-size: 14px;
  color: #c2c2c2;
  text-align: center;
}

.coupon-container .coupon-list.overhidden {
  overflow: hidden;
}

.coupon-container .coupon-list.overhidden .coupon-item:last-of-type{
  margin-bottom:0;
}
.coupon-container .coupon-list .coupon-tips {
  display: none;
}

.coupon-container .p-close-btn {
  display: block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #FF8400;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 35px;
  cursor: pointer;
}