﻿.cover-panel {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.payment-panel {
	width: 715px;
	background-color: #fff;
	border-radius: 2px;
	color: #78809f;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -360px;
	margin-top: -215px;
	overflow: hidden;
}

.payment-title {
	line-height: 62px;
	padding-left: 30px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #D5D5DE;
}

.payment-close {
	display: inline-block;
	width: 57px;
	height: 35px;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 26px;
}

.payment-v {
	display: none;
}

.payment-v span {
	display: inline-block;
	height: 30px;
	text-align: end;
	vertical-align: top;
	line-height: 30px;
	width: 90px;
}

#person-vip-version {
	display: inline-block;
}

#person-vip-version li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #78809f;
	margin: 0 15px;
	cursor: pointer;
	padding: 0 20px;
}

#person-vip-version li.active {
	color: #3091f2;
	border: 1px solid #3091f2;
}

.payment-m {
	padding: 20px 0 15px 0;
}

.payment-m span:nth-child(1),
.payment-t>span {
	display: inline-block;
	text-align: end;
	width: 90px;
}

.payment-m span:nth-child(2) {
	font-size: 20px;
	font-weight: 600;
	color: rgba(247, 153, 52, 1);
	line-height: 28px;
	margin: 0px 5px 0 15px;
}

.payment-t label {
	position: relative;
	padding-left: 25px;
	margin: 0 10px 0 15px;
}

.payment-t label input[type=radio] {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.payment-t label input[type=radio]+span {
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #c6c6c6;
	text-align: center;
}

.payment-t label input[type=radio]:checked+span {
	border: 1px solid #3091f2;
	background-color: #fff;
}

.payment-t label input[type=radio]+span>span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	margin: 3px auto;
	border: 1px solid rgba(0, 0, 0, 0);
}

.payment-t label input[type=radio]:checked+span>span {
	background-color: #3091f2;
}

.payment-c {
	margin: 15px 0;
	width: 90px;
	text-align: end;
}

.payment-alipay,
.payment-wx {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.payment-alipay>img {
	padding: 10px 20px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid rgba(213, 213, 222, 1);
	margin: 20px 0 30px;
	margin-right: 10px;
}

#wechar-pay>img {
	padding: 10px 82px 10px 20px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid rgba(213, 213, 222, 1);
	margin: 20px 0 30px;
}

.wechar-pay-span {
	position: absolute;
	top: 37px;
	left: 57px;
	font-size: 15px;
}

.payment-alipay>a,
#wechar-btn,
.pay-now {

	cursor: pointer;
	display: block;
	width: 120px;
	height: 30px;
	border: 1px solid #3091f2;
	line-height: 30px;
	border-radius: 2px;
}

.payment-alipay>a:hover,
#wechar-btn:hover {
	background-color: #3091f2;
	color: #fff;
}

.payment-alipay>a {
	width: 141px;
	height: 30px;
}

.payment-alipay>a,
.pay-now {
	color: #fff;
	margin: 0px auto 35px;
	background-color: #3091f2;
}

#wechar-btn {
	margin: 0px auto 35px;
	color: #3091f2;
	position: relative;
	left: 15px;
}

.payment-qcode {
	width: 130px;
	height: 130px;
}

.payment-wx-logo>img {
	width: 24px;
	vertical-align: middle;
}

.payment-wx {
	left: 54px;
}

.weibi-payment {
	display: none;
	margin-top: 15px;
}

.weibi-payment .should-pay>div:first-child {
	width: 90px;
}

.weibi-payment .should-pay>div {
	vertical-align: top;
	text-align: end;
	display: inline-block;
}

.weibi-payment .should-pay>div:last-child {
	text-align: start;
	margin-left: 10px;
}

.weibi-balance {}

#weibi-balance {
	color: #F2303E;
	margin-left: 10px;
}

#payment-cover-win .disabled {
	background-color: #b2c6da;
  border: 1px solid #b2c6da;
  display: none;
}

.row {
	display: flex;
	flex-direction: row;
}

.select-payment {
	margin-bottom: 20px;
}

#wechar-pay-qrcode {
	margin-top: 5px;
}

.payment-a {
	margin-top: 20px;
}

.payment-a>p {
	margin-left: 16px;
}

/* 迭代2019-08-01 */
.pay-select {
	font-size: 0;
	display: inline-block;
	vertical-align: text-top;
	padding-left: 12px;
}

.pay-item {
  width: 148px;
  height: 49px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 0px rgba(43,45,48,0.08);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(89,96,123,1);
  display: inline-block;
  text-align: center;
  line-height: 48px;
  /* overflow: hidden; */
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.pay-item:nth-child(2) {	
  margin-left: 20px;	
  margin-right: 20px;
}

.pay-item img {
  vertical-align: middle;
  margin-right: 10px;
}

.pay-item .hook {
	position: absolute;
	left: 1px;
	top: 2px;
	color: #fff;
	margin-right: 0;
	z-index: 1;
}

.pay-item.active {
	border:2px solid rgba(48,145,242,1);
	box-shadow:0px 6px 18px 0px rgba(43,45,48,0.08);
}

.pay-item.active:after {
	content: '';
	display: block;
	position: absolute;
	width: 54px;
	height: 26px;
	background-color: #3091F2;
	top: -10px;
	left: -25px;
	transform: rotate(-49deg);
}

.payment-ali {
	height: 162px;
	box-sizing: border-box;
}

.payment-wechat {
  display: none;
  height: 162px;
  text-align: center;
}

.payment-coin {
  display: none;
  height: 162px;
}

.pay-footer {
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	border-top: 1px solid #D5D5DE;
	text-align: right;
}

.pay-footer {
	font-size: 0;
}

.pay-footer > a {
	width:83px;
	height:34px;
	line-height: 34px;
	background:rgba(48,145,242,1);
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
  box-sizing: border-box;
  display: none;
}

.pay-footer > a:hover {
  opacity: .8;
}

.pay-footer > span {
	display: inline-block;	
	width:70px;
	height:34px;
	line-height: 34px;
	text-align: center;
	border:1px solid rgba(48,145,242,1);
	color: #3091F2;
	font-size: 14px;
	margin-right: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.pay-footer > span:hover {
	opacity: .8;
}

.money-count {
  padding-top: 0;
}

.pay-now {
  line-height: 27px;
}

.weibi-balance > p:first-child {	
	color: #3091F2;
}

.weibi-balance > p:first-child span {
	color: #3091F2 !important;
}

.coin-balance {
  margin-top: 15px;
}

.coin-balance > div:first-child {
  width: 90px;
  vertical-align: top;
  text-align: end;
  display: inline-block;
}

.coin-count {
  text-align: start;
  vertical-align: top;
  display: inline-block;
}

.recharge-coin {
  width: 90px;
  height: 34px;
  line-height: 34px;
  background-color: #3091f2;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 10px;
  margin-top: 15px;
  display: none;
}

.recharge-coin:hover {
  opacity: .8;
}