/* input右侧上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
        -webkit-appearance: none;
}
input[type="number"]{
        -moz-appearance: textfield;
}
.page-bar{margin: 2rem 0 !important;}
.freeca_usable {
	font-size: 0.88rem;
	width: 100%;
	min-width: 750px;
	background: #f1f4f5;
	height: 100%;
}
/* 中心 */
.freeca_usable main {
	padding-top: 5rem;
    height: 100%;
	margin-top: 3.75rem;
	padding-bottom: 6.5rem;
}
.usable_main{
	display: flex;
	justify-content: space-between;
}
/* 中心 */
.usable_right{
	width: 85%;
	position: relative;
}
.main_top{
	position: absolute;
	top: -2rem;
	left: 0;	
}
.main_top .icon-PC_dizhi2{
	color: #999;
}
.main_top a{
	font-size: 0.69rem;
	color: #999;
}
.main_top a:hover{
	color: #fc4700;
}
.main_detail{
	background: #fff;
	padding: 2.5rem 1.25rem 1.25rem;
}
.main_detail h3{
	color: #333;
	font-size: 1.5rem;
	font-weight: normal;
}
.detail_hd{
	background: #FAFAFA;
	margin-top: 1.93rem;
}
.detail_hd ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.detail_hd ul li{
	width: 11%;
	text-align: center;	
	height: 3.25rem;
	line-height: 3.25rem;
}
.detail_hd ul li a{
	color: #555;
	font-size: 1rem;
}
.active_{
	border-bottom: 2px solid #FC4700;
}
.active_ a{
	color: #FC4700 !important;
}
.oddbg{
	background-color:#fff;
}
.evenbg{
	background-color:#FAFAFA;
}
.detail_content{
	display: none;
}
.cart_title {
	color: #444;
	font-size: 0.81rem;
	position: relative;
}
.cart_list {
    height: calc(100% - 3.75rem);
    overflow-y: auto !important;
}
.cart_title ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 3.75rem;
	text-align: center;
}
.cart_title i{
	cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 10;
}
.cart_list ul{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}
.cart_list ul:last-child{
	padding-bottom: 0;
}
.cart_list ul li{
	color: #666;
	font-size: 0.81rem;
	text-align: center;	
}
.cart_button button{
	border: none;
	background: #FC4700;
	padding: 0.4rem;
	font-size: 0.81rem;
	color: #fff;
	 margin: 0 auto ;
	 cursor: pointer;
}
.cart_detail{
	display: block;
	text-align: center;
	padding-top: 0.62rem;
	color: #666;
	cursor: pointer;
}
.cart_detail2{
	padding-top: 0;
}
.cart_button button:hover{
	background: #fc6b32;
}
.cart_detail:hover{
	color: #FC4700;
}
.cart_number,.title_number{
	width: 10%;
}
.cart_name,.title_name{
	width: 20%;
}
.cart_balance,.title_balance{
	width: 10%;
}
.cart_channel,.title_channel{
	width: 20%;
}
.cart_time,.title_time{
	width: 15%;
}
.cart_button,.title_button{
	width: 10%;
}
.cart_channel{
	margin: 0.5rem 0;
}
.detail_info{
	width: 100%;
	background: #fff;
	padding: 1.25rem;
	line-height: 1.5em;
	color: #666;
	font-size: 0.81rem;
}
.detail_info p em{
    font-style: normal;
}
/* 添加新卡 */
.newcart{
	width:41%;
	background: #fff;
    margin: 1.25rem auto 0;
}
.newcart_center input{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	margin-top: 1.87rem;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	padding-left: 1.2rem;
	color: #666;
}
.newcart_center input:focus{
	outline-color: #CFCFCF;
}
.newcart_right	h4{
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 1.37rem;
	color: #333;
}				 	
.button{
	width: 100%;
	margin-top: 1.87rem;
	border: none;
	background-color: #fc4700;
	color: #fff;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
}
.button:hover{
	background-color:#fd6c33;
}
.hint{
	padding: 1.25rem 0 0.3rem 0;
}
.hint ul li{
	color: #666666;
	font-size: 0.88rem ;  
	line-height: 2em;
}
.hint ul li:first-child{
	color: #fc4700;
	font-size: 0.88rem;
}
.wrap1{
	margin: 2.5rem auto;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
}
/* 禁止滚动 */
.big{
	overflow: hidden;
}
/* 遮罩 */
.zhezhao{
    display: none; 
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
/* 删除 */
.delete{
	display: none;
	width: 27rem;
	background: #fff;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.delete_top{
	padding: 1.25rem;
	display: flex;
	justify-content: space-between;
}
.delete_top p{
	font-size: 1rem;
	color: #444;
	width: 10%;
}
.delete_top a{

	width: 5%;
}
.delete_main{
	text-align: center;
	padding-top: 2.5rem;
	border: 1px solid #efefef;
}
.delete_main p{
	color: #333;
	font-size: 0.88rem;
}
.delete_main p img{
	padding-right: 0.62rem;
}
.delete_main em{
	font-style: normal;
	color: #999;
	font-size: 0.88rem;
	margin-top: 1.56rem;
	margin-bottom: 2.5rem;
	display: block;	
}
.delete_btn{
	margin-bottom: 2.5rem;	
}
.delete_btn button{
	padding: 0.62rem 2rem;
	font-size: 0.81rem;
	border: none;
}
.btn1{
	background: #FC4700;
	color: #fff;
	margin-right: 0.62rem;
}
.btn2{
	background: #ccc;
	color: #333;
	margin-left: 0.62rem;
}
#details{
    width: 59.5%;
    /*display: none;*/
    background-color: #fff;
    position: fixed;
    top: 54%;
    left: 50%;
    transform: translate(-41.4%,-50%);
    z-index: 10;
    height: 55%;
    
}