.mt20{
	margin-top: 20px;
}
.nobg{
	background: none;
}
.hide{
	display: none!important;
}
.manage-wrap{
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
}
.manage-tit{
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
	font-weight:bold;
}
.manage-item{
	width: 100%;
	height: 180px;
	display: flex;
	margin-bottom: 50px;
	padding: 0 30px;
}
.manage-item-list{
	flex: 1;
	height: 168px;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	max-width: 340px;
	box-sizing: border-box;

}
.manage-item-list:nth-child(-n+2){
	margin-right: 10px;
}
.manage-item-list.bankcard{
	max-width: 275px;
}
.item-list-top{
	padding: 30px 30px 0;
	height: 117px;
	box-sizing: border-box;
}
.list-tit{
	font-size: 14px;
	color: #333333;
	width: 100%;
	height: 25px;
}
.money-amount{
	height: 30px;
	line-height: 30px;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 15px;
	align-items: center;
}
.total{
	font-size: 20px;
	color: #DA3C2D;
	margin-right: 20px;
}
.unpaid-sum{
	font-size: 20px;
	color:#333333;
}
.withdraw-sum{
	font-size: 12px;
}
.operation-div{
	height: 50px;
	border-top: 1px solid #D8D8D8;
	padding: 0 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.operation-div .tixian{
	width: 66px;
	height: 28px;
	background: #DA3C2D;
	border-radius: 4px;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
}
.operation-div .mingxi{
	font-size: 12px;
	color: #3C6DBA;
}
.operation-div .topay{
	width: 66px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #DA3C2D;
	border-radius: 4px;
	color: #DA3C2D;
}
.card-info .name{
	font-size: 16px;
	color: #333333;
	margin-right: 35px;
	}
.card-info .default{
	width: 50px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #F1F1F1;
	border-radius: 6px;
}
/**没有银行卡显示添加银行卡**/
.add-card{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.add-card .list-tit{
	text-align: center;
}
.add-icon{
	width: 44px;
	height: 44px;
	background: url(../newimg/add_icon.png) no-repeat;
}
/**提现记录*/
.table-content{
	padding: 0 30px 30px 30px;
}
.table-content table{
	/* border: 1px solid #D8D8D8; */
	    border-collapse: collapse;
	    border-spacing: 0;
}
.table-content table thead{
	background: #F9F9F9;
}
.table-content table thead th{
	height: 50px;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	text-align: center;
	border: 1px solid #D8D8D8;
}
.table-content table tbody td{
	height: 50px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #D8D8D8;
	font-size: 12px;
	padding: 0 3px;
}
.table-content table tbody .nodata{
	height: 100px;
}
.table-content table .operation{
	color: #3C6DBA;
}
.wenhao{
	width: 12px;
	height: 12px;
	display: inline-block;
	background:url(../newimg/wenhao_icon.png) no-repeat;
	margin-left: 2px;
	cursor: pointer;
	position: relative;
}
.withdraw-div{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 50px;
}
/***货款返款记录****/
.nopadding{
	padding: 30px 0 ;
}
.nopadding .manage-tit{
	padding-left: 30px;
}
.bgtit{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #F9F9F9;
	padding-left: 42px;
	position: relative;
}
.bgtit::before{
	content: "";
	width: 2px;
	height: 14px;
	background: #C09B5B;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
/****货款返款记录场次筛选******/
.search-div{
	padding:0 0 45px 42px;
}
.changci{
	height: 65px;
	display: flex;
	align-items: center;
}
.changci select{
	width: 200px;
	height: 30px;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
}
.changci .t{
	width: 46px;
	text-align: left;
	font-size: 14px;
}
.query-btn .btn{
	width: 70px;
	height: 28px;
	background: #C09B5B;
	border-radius: 2px;
	color: #FFFFFF;
	margin-left: 46px;
	cursor: pointer;
}
/***提现******/
.can-withdraw{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
}
.can-withdraw .tips{
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin-left: 20px;
}
.choose-card{
	display: flex;
	flex-wrap: nowrap;
	padding-top: 30px;
}
.choose-card .tit{
	font-size: 14px;
	color: #333333;
	margin-right: 20px;
}
.card-item{
	width: 275px;
	height: 136px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
}
.card-item .item-top{
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F9F9F9;
	border-radius: 6px 6px 0 0;
	padding: 0 10px;
}
.card-item .item-top .bank{
	width: 100%;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;

}
.card-item .item-top .default{
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #F1F1F1;
	border-radius: 4px;
	flex-shrink: 0;
	margin-left: 15px;
}
.item-bottom{
	padding: 20px 15px;
}
.name-change{
	height: 35px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.change-card{
	width: 50px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 11px;
	border: 1px solid #3C6DBA;
	color: #3C6DBA;
}
.choose-card .btn-div{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.choose-card .btn-div .tixian {
    width: 66px;
    height: 28px;
    background: #DA3C2D;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
}
/***提现弹框***/
.manage-shade{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 5;

}
.manage-popwrap{
	width: 620px;
	height: 260px;
	background: #FFFFFF;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 6;
	box-sizing: border-box;
	padding:20px 30px;
}
.manage-popdiv{
	width: 100%;
	height: 100%;
	position: relative;
}
.manage-popdiv .popclose{
	width:12px;
	height: 12px;
	background:url(../newimg/pop-close.png) no-repeat;
	position: absolute;
	top: -5px;
	right:-10px;
}
.money-detail{
	display: flex;
	flex-wrap: nowrap;
}
.detail-item{
	height: 80px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.detail-item p{
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.detail-item .titp{
	font-size: 16px;
}
.detail-item.borderr::before{
	content: "";
	width: 1px;
	height: 50px;
	background: #D8D8D8;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.manage-popdiv .prompt{
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	font-size: 14px;
}
.manage-popdiv .btn-div{
	height: 40px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin-top: 20px;
}
.goods-payment{
	background: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.goods-payment .wenhao{
	background: url(../newimg/wenhao_gray.png) no-repeat;
}
.goods-payment,.order-pay{
	width: 110px;
	height: 28px;
	line-height: 28px;
	border-radius: 4px;
	color: #333333;
	text-align: center;
}
.order-pay{
	background: #DA3C2D;
}
.order-pay a{
	width: 100%;
	color: #FFFFFF;
}
/***提现确认**/
.confirm-div{
	min-height: 500px;
	font-size: 16px;
	text-align: center;

}
.tijiao-div img{
	margin: 45px auto 30px;
}
.color-red{
	color: #DA3C2D;
}
.color-green{
	color: #25AA7D;
}
.confirm-div p{
	width: 100%;
	margin-bottom: 16px;
}
.tijiao-fanhui{
	margin-top: 50px;
	height: 50px;
}
.confirm-btn{
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: #C09B5B;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
}
.back-step{
	color: #3C6DBA;
	font-size: 12px;
	position: relative;
	margin-left: 30px;
	height: 30px;
	line-height: 30px;
}
.back-step::before{
	content: "";
	width: 9px;
	height: 9px;
	background: url(../newimg/to_right.png) no-repeat;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.confirm-div .wenhao{
	background: url(../newimg/wenhao_gray.png) no-repeat;
	cursor: pointer;
	position: relative;
}
.wenhao .tips{
	padding: 5px;
	min-height: 50px;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background: #D8D8D8;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 3px;
	z-index: 3;
}
.wenhao .tips::before{
	content: "";
	width: 0;
	height: 0;
	border: 9px solid;
	border-color: transparent transparent #D8D8D8;
	position: absolute;
	top: -18px;
}
/**提现成功***/
.confirm-div p.weight{
	font-weight: bold;
}
.check-btn{
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: #F1F1F1;
	border-radius: 4px;
	color: #333333;
	margin-left: 50px;
}
/***提现详情****/
.withdraw-detaildiv{
	display: flex;
	flex-wrap: nowrap;
	height: 110px;
	padding: 0 30px 30px;
	font-size: 14px;
}
.withdraw-detaildiv .withdraw-detail-item{
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}
.withdraw-detail-item p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-right: 20px;
	box-sizing: border-box;
}
.withdraw-detail-item p.tr{
	text-align: right;
	border: 1px solid #999;
	color: #999;
	width: 74px;
	height: 26px;
	line-height: 26px;
	background: #FFFFFF;
	border-radius: 4px;
	font-size: 14px;
	padding: 0;
	text-align: center;
	margin-left: auto;
}
.withdraw-detail-item .flexright{
	width: 100%;
}
.withdraw-detail-item p.color-green{
	border: 1px solid #52CCA3;
	color: #52CCA3;
}
.withdraw-detail-item p.color-red{
	border: 1px solid #DA3C2D;
	color: #DA3C2D;
}
.deduction-info{
	padding: 30px 0 0 30px;
	font-size: 14px;
}
.deduction-info p{
	margin-bottom: 10px;
}
.deduction-info p .weight{
	font-weight: bold;
}
.check-deduction{
	color: #3C6DBA;
	font-size: 12px;
	position: relative;
	margin-left: 30px;
	height: 30px;
	line-height: 30px;
	padding-right: 45px;
	float: right;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.check-deduction::before{
    content: "";
    width: 9px;
    height: 9px;
    background: url(../newimg/to_right.png) no-repeat;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}
/***抵扣单详情****/
.to-zhifu{
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #DA3C2D;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
}
.remaining-time{
	padding-left: 20px;
	position: relative;
}
.remaining-time::before{
	content: "";
	width: 16px;
	height: 16px;
	background: url(../newimg/time_icon.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/**抵扣单明细**/
.tabbar-div{
	width: 975px;
	height: 40px;
	background: #F9F9F9;
	border-radius: 1px;
}
.tabbar-div a{
	width: 130px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	color: #999999;
}
.tabbar-div a.active{
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	color: #333333;
}
.unpaid-div,.havepaid-div{
	width: 100%;
	padding:30px 0;
	min-height: 200px;
}
.dikou-item{
	width: 100%;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.item-top-tit{
	height: 40px;
	border-bottom: 1px solid #D8D8D8;
	background: #F9F9F9;
	padding: 0 20px;
	line-height: 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.item-top-tit .remaining-time{

}
.item-bottom-con{
	padding: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.item-bottom-con .con1{
	display: flex;
	flex:5;
	padding-right: 5px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.item-bottom-con .con2{
	display: flex;
	flex:3;
	justify-content: center;
}
.item-bottom-con .con3{
	display: flex;
	flex:3;
	justify-content: center;
}
.item-bottom-con .handle{
	display: flex;
	flex:4;
	flex-wrap: wrap;
	justify-content: center
}
.item-bottom-con .handle a{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.item-bottom-con .handle a.to-zhifu{
	width: 100px;
}


/* 欠款 */

.manage-item-list{
    max-width: 270px;
    height: 200px;
  }
  .manage-item-list.debt-item{
    max-width: 415px;
  }
  .item-list-top{
    height: 137px;
  }
  .operation-div{
    height: 60px;
  }
  .debt-item .item-list-top{
    display: flex;
    flex-wrap: nowrap;
  }
  .list-top-left{
    width: 50%;

  }
  .list-top-right{
    width: 50%;
    padding-left: 40px;
    position: relative;
  }
  .list-top-right::before{
    content: "";
    width: 1px;
    height: 60px;
    position: absolute;
    background: #D8D8D8;
    top: 5px;
    left: 0;
  }
  .money-amount{
    flex-wrap: wrap;
  }
  .arrears{
    font-size: 20px;
    width: 100%;
  }


