.qianbao-wrap .ant-modal-content {
  position: relative;
  background: url(/assets/v3/popbg.png) no-repeat;
  height: 718px;
  background-clip: padding-box;
  border: 0;
  pointer-events: auto;
}
.qianbao-wrap .ant-modal-body {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.qianbao-body .title {
  height: 73px;
  display: flex;
}
.qianbao-body .title .name {
  margin-left: 30px;
}
.qianbao-body .title .del {
  margin-left: auto;
  margin-right: 35px;
  margin-top: 10px;
}
.qianbao-body .main-box {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.qianbao-body .tab_nav {
  display: flex;
  align-items: center;
  text-align: center;
}
.qianbao-body .tab_nav a {
  font-size: 20px;
  font-weight: 700;
  color: #876652;
  width: 146px;
  height: 54px;
  background: url(/assets/v3/tab_nav-bg.png?);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qianbao-body .tab_nav a.on {
  background: url(/assets/v3/tab_nav-bg-on.png?);
  color: #fffcd5;
}

.qianbao-body .tab_nav a .icon {
  width: 22px;
  height: 22px;
  background-color: #876652;
}

.qianbao-body .tab_nav a.ye .icon {
  -webkit-mask: url(/assets/v3/ye.png) no-repeat;
  mask: url(/assets/v3/ye.png) no-repeat;
  mask-size: 100%;
}

.qianbao-body .tab_nav a.hb .icon {
  mask: url(/assets/v3/hb.png) no-repeat;
  mask-size: 100%;
  background-color: #876652;
}
.qianbao-body .tab_nav a.jf .icon {
  mask: url(/assets/v3/jf.png) no-repeat;
  mask-size: 100%;
  background-color: #876652;
  mask-size: 100%;
}

.qianbao-body .tab_nav a.on .icon {
  background-color: #fffcd5;
}

.qianbao-body .box_two .btn{
    display: flex;
    align-items: center;
}

.qianbao-body a.btn-yellow,.qianbao-body a.btn-red{
    width: 49%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.qianbao-body{

.ye-info,
.jf-info,
.hb-info {
  border: 1px solid #e6dfd0;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  margin-top: 20px;
}
.ye-info .recharge_btn {
  margin-left: auto;
}
.ye-info-box .name,
.jf-info-box .name,
.hb-info-box .name {
  font-size: 16px;
  color: #49362a;
}
.ye-info-box .money,
.jf-info-box .money,
.hb-info-box .money {
  font-size: 34px;
  color: #ff0000;
  font-weight: 700;
  margin-right: 5px;
}
.ye-info-box .unit,
.jf-info-box .unit,
.hb-info-box .unit {
  color: #ff0000;
}
.ye-info-box .tips,
.jf-info-box .tips,
.hb-info-box .tips {
  color: #49362a;
}
.ye-box .ye_list,
.jf-box .jf_list,
.hb-box .hb_list {
  border: 1px solid #e6dfd0;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
}
.ye_list_nav a,
.jf_list_nav a {
  color: #bbb09d;
  margin-right: 10px;
  padding-bottom: 5px;
}
.ye_list_nav a.active,
.jf_list_nav a.active {
  color: #49362a;
  font-weight: 700;

  border-bottom: 2px solid #b5200d;
}
.list_box {
  border: 1px solid #bbb09d;
  margin-top: 20px;
}
.list_box .title {
  width: 100%;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #bbb09d;
  height: 35px;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}
.table-container {
    min-height: auto;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
}
.table-container th,
.table-container td {
  padding: 8px 11px;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}
.table-container th {
  background-color: #fafafa;

  color: #999;
}
.table-container tbody tr {
    background: #fff;
    color: #333;
}

.list_box .pagination {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: right;
}
.list_box .pagination button {
  padding: 3px 8px;
  margin: 0 4px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.list_box .pagination button:hover {
  border-color: #b5200d;
  color: #b5200d;
}

.list_box .pagination button.active {
  background-color: #b5200d;
  color: #fff;
  border-color: #b5200d;
}

.withdraw-box {
  border: 1px solid #e6dfd0;
  background: #fff;
  padding: 15px;
  border-radius: 5px;

  margin-top: 20px;
}

.withdraw-box .name {
  font-size: 16px;
  color: #49362a;
}
.withdraw-box .tips {
  margin-top: 15px;
}
.withdraw-box .tips .name {
  font-size: 14px;
  color: #49362a;
}
.withdraw-box .tips p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}

.withdraw-box .withdraw-info {
  display: flex;
}

.withdraw-box .box_one,
.withdraw-box .box_two {
  width: 200px;
  border: 1px solid #bbb09d;
  padding: 10px 10px 2px;
  text-align: center;
}
.withdraw-box .box_one .money {
  font-size: 36px;
  font-weight: 600;
  color: #49362a;
}
.withdraw-box .box_one .money span {
  font-size: 16px;
}
.withdraw-box .box_two {
  margin-left: 20px;
  width: 250px;
}
.withdraw-box .box_two .inputbox {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.withdraw-box .box_two .inputbox span {
  width: 80px;
  margin-right: 10px;
  text-align: right;
}
.withdraw-box .box_two .inputbox input {
  border: 1px solid #999;
  width: 120px;
  padding-left: 5px;
}
.withdraw-box .box_two .inputbox input:disabled {
  background-color: #f5f5f5;
  color: #aca899;
}


.help-tip{
	position: absolute;
	top: -5px;
	right: -20px;
	text-align: center;
	background-color: #dedede;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-size: 12px;
	line-height: 18px;
	cursor: default;
}
.help-tip:before{
	content:'?';
	/*font-weight: bold;*/
	color:#fff;
}
.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 250px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.8;
	z-index: 99;
}

.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-11px;
}

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}
