[v-cloak]{
  display: none !important;
}
p{
	margin:10px;
}
a{
	color: #3889ff;
}
table tr>td{
	vertical-align: middle;
}
table,th{
	text-align: center;
	border-top: none!important;
}
.widget-box {
    box-shadow:none;
}
.product_detail.min-height{
	min-height: 600px;
}
h3.htitle{
	border-bottom: none;
	margin-bottom: 0;
}
.htitle span{
	display: inline-block;
	margin-right:1rem;
	
}
.inner_btn{
	display:inline-block;
	padding: 5px 10px;
	font-size:12px;
	float:right;
	background-color:#80c5ff;
	color:#fff;
	border:none;
	text-align: center;
	border-radius: 20px;
}
.lbtn{
	padding: 10px 2px;
	font-size:12px;
	background-color:#80c5ff;
	color:#fff;
	border:none;
	border-radius: 20px;
	vertical-align: middle;
	writing-mode: tb-rl;
}
.inner_btn:hover{
	color:#fff;
}
.list-ml{
	background-color: white;
	border-radius: 6px;
	border: 1px solid #eaeff5;
	box-shadow: 0 5px 25px -6px rgb(41 128 185 / 10%);
	padding: 10px;
	text-align: center;
}
.list-ml ul{
	width: 90%;
	margin:0 auto;
}
.list-ml ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.list-ml ul li{
    
	padding: 10px 0;
	border-bottom: 1px solid #eaeff5;
	cursor: pointer;
	padding: 10px;
	background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 2% 50%;
    display: flex;
    align-items: center;
}
.list-ml ul li img{
	width: 1.5rem;
	height: 1.5rem;
	
}
.list-ml ul li span{
	width: 5rem;
	text-align: center;
	margin-left: 1rem;
}
.list-ml ul li:last-child{
	border-bottom: none;
}
.list-ml .active{
	background-color: #80c5ff;
	color: #fff;
	border-radius: 5px;
}
i.red_point{
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: red;
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
}

@media only screen and (max-width: 767px){
	.list-ml{
		position: static;;
		width: auto;
		margin-bottom: 10px;
		background: none;
		border-radius:none;
		border: none;
		box-shadow: none;
		padding: 10px 0;
		overflow: hidden;
	    overflow-x: scroll;
	    -webkit-overflow-scrolling: touch;
	}
	.list-ml ul{
		display: flex;
		width: max-content;
	}
	.list-ml ul li{
		
		margin:0;
		margin-right: 5px;
		background-color: white;
		border-radius: 20px;
    	border: 1px solid #eaeff5;
    	box-shadow: 0 5px 25px -6px rgb(41 128 185 / 10%);
    	padding: 10px 20px;
    	background-position: 10% 50%;
    	text-indent: 0.5rem;
	}
	.list-ml ul li img{
		width: 1.5rem;
		height: 1.5rem;
	}
	.list-ml ul li span{
		margin-left: 0;
	}
	.list-ml .active{
		border-radius: 20px;
	}
}



.el-date-editor .el-range-separator {
	width: 10%;
}
@media only screen and (max-width: 768px) {     .el-date-range-picker__content{        width: 100% !important;    }    .el-date-range-picker{        width: 100% !important;    }}


.jdt{
	position: relative;
}
.jdtt{
    position: absolute;
	left: 0;
	top: 3px;
	height: 100%;
	width: 98%;
	text-align: right;
	color:#232323;
	cursor: pointer;
}

.pack_order{
	border: 1px solid #eaeff5;
	border-top: none;
}


.pagenav{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.pagenav span,.pagenav a{
	margin-right:10px;
}
.pagenav .pagenava{
	
}
.load-ban{
	min-height: 100px;
	text-align: center;
}

.mobile_list{
	border-top:1px solid #eaeff5;

}
.mobile_list .empty_list{
	text-align: center;
	padding: 10px;
}
.mobile_list ul li{
	border-bottom:1px solid #eaeff5;
	margin:5px auto;
}
.mobile_list ul li:last-child{
	border-bottom:none;
}
.empty_or{
	text-align: center;
	min-height: 300px;
	padding-top: 20px;
}
.empty_or .zhixiang{
    vertical-align: sub;
    height: 1.2rem;
    animation: blink 1s infinite;
    margin: 0 5px;
}
.empty_or .dcgm{
    background-color: #80c5ff;
    color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}
.pay_warp .btn{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 20px;
	border-radius: 4px;
	font-size: 16px;
	padding: 12px 24px;
	border: 1px solid #0f98ff;
	color: #0f98ff;
	background-repeat:no-repeat;
	background-position: calc(50% - 3rem) 50%;
	background-size:20px 20px;
	text-indent: 1rem;
}
.pay_warp .btn.history{
	/*background-image: url(/img/history.png);*/
}
.pay_warp .btn.recharge{
	/*background-image: url(/img/recharge.png);*/
}