
/* padding  内边距*/
.public_pl_15{
	padding-left:15px ;
}
.public_ptb_10{
	padding: 10px 0;
}
.public_p_10{
	padding: 10px;
}

.public_pr30{
	padding-right: 30px;
}





/* margin  外边距*/
.public_ml_25{
	margin-left:25px ;
}

.public_m_20{
	margin:20px ;
}
.public_m_10{
	margin:10px ;
}


/* border  边框线*/
.public_b_36AAFF{
	border: 1px solid #36AAFF;
}


/* background  背景色*/
.public_bg_36AAFF{
	background: #36AAFF;
}

.public_bg_ffffff{
	background: #ffffff;
}

/* 字体颜色*/
.public_c_57ACFF{
	color: #57ACFF;
}
.public_c_ffffff{
	color: #ffffff;
}
.public_c_2BA3FF{
	color: #2BA3FF;
}
.public_c_818181{
	color: #818181;
}



.iframe_body{
	padding: 20px 20px;
}
/* ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}

::-webkit-scrollbar {
	width:9px;
	height:9px; 
}
::-webkit-scrollbar-thumb {
	background-color:#dddddd;
	background-clip:padding-box;
	min-height:28px; 
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
	background-color:#bbb; 
} */
.public_submit_btn{
	text-align: center;
	margin-top: 30px;
	padding-bottom: 50px;
}


.public_submit_btn>button{
	margin: 0 20px;
}

.public_table_from{
	    display: flow-root;
		display: inline-table;/*IE*/
		width: 100%;/*IE*/
}
.public_table_operation{
	/* float: right; */
	background: #23272f;
}

.public_content_title{
	font-size: 20px;
	font-weight: bold;
}
.public_font_weight{
	font-weight: bold;
}
.public_cursor_underline{
	text-decoration: underline;    cursor: pointer;
}

.public_underline{
	text-decoration: underline; 
}



