#bg{ 
	display: none; 
	position: absolute; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: 
	black; z-index:1001; 
	-moz-opacity: 0.30; 
	opacity:.30; 
	filter: alpha(opacity=70);
	}
#show{
	display: none; 
	position: absolute; 
	top: 20%; 
	left: 10%;
	right: 30% !important;
	width: 80%; 
	border-radius: 5px;
	z-index:1002; 

	} 

.mui-card{
	margin: 0 !important;
	height: 240px;
	overflow: scroll;
	width: 110%;
	border: none !important;
}



.tc_btn{
	float: left;
	width: 40%;
	margin: 5px 10px;
	padding: 5px;
	background-color: #007AFF;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	font-family: "Î¢ÈíÑÅºÚ";
}

.ntc_btn{
	float: left;
	width: 40%;
	margin: 5px 10px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #dedede;
	font-family: "Î¢ÈíÑÅºÚ";	
}


		.listtab{
				background:#fff;
        		border-top:1px solid #DEDEDE;
        		border-bottom:1px solid #DEDEDE;
        		width:100%;
        		margin: 0 auto;
        		margin-top:10px;
				border-collapse: inherit;
				border-radius:0px;
				padding: 10px 0;
        	}
        .listtab span{font-size: 16px;color:#333;}
        .listtab h3{font-size: 20px;color:#333;font-weight: bold;padding:10px 0;}
 		 .listtab tr th:first-child{
        		width: 50%;
        		text-align:left;padding-left:10px;height:30px;
        		font-family: "Î¢ÈíÑÅºÚ";
        		color: #333;font-size: 16px;font-weight: normal;
        	}
        	.listtab tr th:last-child{
        		padding-left: 10px !important;height:30px;
        		text-align: left;font-weight: normal;
        		font-family: "Î¢ÈíÑÅºÚ";color: #333;
        		font-size: 16px !important;
        		
        	}

        .listtab tr td:first-child{
        		width: 50%;height:25px;
        		text-align:left;padding-left:10px;
        		font-family: "Î¢ÈíÑÅºÚ";
        		color: #999;font-size: 13px;
        	}
        	.listtab tr td:last-child{
        		padding-left: 10px !important;height:25px;
        		text-align: left;
        		font-family: "Î¢ÈíÑÅºÚ";color: #999;
        		font-size: 13px !important;
        		
        	}
        	
        	.cz_btn{
        		width: 80%;
        		margin: 5px auto;
        		border-radius: 20px;
        		color: #FFFFFF !important;
        		font-family: "Î¢ÈíÑÅºÚ";
        		font-size: 15px !important;
        		font-weight: bold !important;
        	}
        	
        	.cz_btn1{
        		width: 100%;
        		margin: 5px auto;
        		border-radius: 3px;
        		color: #FFFFFF !important;
        		font-family: "Î¢ÈíÑÅºÚ";
        		font-size: 13px ;
        		height:31px;
        		line-height:26px;
        	}
        	
        	.btn_color1{
        		background-color: #FF6600 !important;
        	}
        	
        	.btn_color2{
        		background-color: #ec5050 !important;
        	}
        	
        	.btn_color3{
        		background-color: #0ae !important;
        	}
        	
        	.btn_color4{
        		background-color: #717378 !important;
        	}
        	
        