body{
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
}
.item-head-row{
	width: 100%;
	background-color:rgba(254, 207, 59, 1);
	border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px; 
}
.item-left-logo{
	text-align: center;
}
.item-right-content{
	text-align: left;
	padding: 10px 0px;
}
.item-right-content h6{
	color: #666;
	font-weight: bold;
	margin-bottom: 14px;
}
.amount-main{
	font-size: 18px;
	color:#666;
}
.card-number{
	font-size: 14px;
	color:#666;
}
.pay-cla{
	padding: 26px 22px 16px;
    color: #666666;
}
.list-type{
	list-style: none;
	padding:0px;
}
.list-type li{
	border: 1px solid #ccc9c9;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px;
}
.list-type .pay-icon{
	width: 24px;
}
.pay-desc{
	font-size:14px;
	color:#9c9b9b;
}
.text-center{
	text-align: center;
}
.p-t-8{
	padding-top: 8px;
}
.list-type li:hover{
	background-color:#f5f5f5;
}
.intro-box{
	display: none;
}
.active{
	display: block;
}

.pay-head-title{
	font-size: 16px;
	color:#666;
	padding-top: 48px;
	margin-bottom:20px;
}
.account-box{
	border: 1px solid #ccc9c9;
	border-radius: 5px;
}
.show-number img:nth-child(1){
	width: 35px;
}
.show-number img:nth-child(3){
	float: right;
	display:none;
}
.show-number{
	padding:10px;
	border-bottom: 1px solid #ccc9c9;
}
.acc-input-box{
	padding:30px 10px 20px 10px;
}
.item-acc{
	border-bottom: 1px solid rgba(240, 182, 6, 1);
	padding-bottom: 5px;
}
.item-acc input{
	border: 0px;
    padding-left: 5px;
}
.foot-acc{
	padding:5px 10px 20px 10px;
}
.foot-acc img{
	width:23px;
	margin-right: 10px;
}
.btn-pay{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 5px;
	font-weight:600;
	background-color: rgba(240, 182, 6, 1);
}
.overlay{
	width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.4;
    display: none;
}
.popup{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
	background-color: #fff;
	width: 315px;
	height: 230px;
	border-radius: 5px;
	display: none;
}
.popup-head{
	background-color: rgba(243, 197, 56, 1);
	width: 315px;
    height: 60px;
    color:#fff;
    text-align: center;
    line-height: 60px;
}
.popup-content{
	padding: 35px;
}
.popup-btn{
	background: rgba(243, 197, 56, 1);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.title-pay{
	padding: 20px 0px;
	position: relative;
}
.title-pay img{
	position: absolute;
	left: 10px;
}
.title-pay h5{
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size:18px;
}
.exit-popup{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
	background-color: #fff;
	width: 326px;
	height: 130px;
	border-radius: 5px;
	display: none;
}
.exit-popup-mag{
	height:86px;
	border-bottom: 1px solid #ccc9c9;
	line-height: 86px;
	text-align: center;
	font-size:16px;
	color: #666;
	font-weight:bold;
}
.btn-exit-cancel{
	width: 50%;
    height: 44px;
    float: left;
    text-align: center;
    line-height: 44px;
    border-right: 1px solid #ccc9c9;
    color: #666;
}
.btn-exit-sure{
	width: 50%;
    height: 44px;
    float: right;
    text-align: center;
    line-height: 44px;
    border-right: 1px solid #ccc9c9;
    color: #666;
}
.clear{
	clear: both;
}
/*.list-type{
	display: none;
}
.pay-cla{
	display: none;
}*/
.p-l-10{
	padding-left:10px;
}
.transfet-box{
	padding:10px;
}
.transfet-box input{
	border:1px solid rgba(254, 207, 59, 1);
	width: 70%;
	border-radius: 5px;
	height:40px;
	text-align: center;
}
.transfet-box .btn-copy{
	background: rgba(254, 207, 59, 1);
	margin-left: 10px;
    padding: 11px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
.transfet-msg{
	padding: 10px;
}
.scif-item{
	padding: 10px 0px 10px 10px;
    margin: 0px;
}
.top-scit{
	margin-bottom:10px;
}
.title-pay img{
	display: none;
}