*{margin: 0;padding: 0;}
/*弹出层 */
.toggleModal {
	padding:3px 8px;
	color: white;
	font-size: 16px;
    background: #2c6dd2;
    border: none;
}
.toggleModal i:hover {
	color: #fff;
	cursor: pointer
}
.mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 10000;
	display: none;
}
.modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translate(-50%, -50%);
    background-image: url(../img/mbg.png);
    background-size: 100% 100%;
	border-radius: 5px;
	box-shadow: 2px 3px 20px rgba(0,0,0,0.2);
	z-index: 120000;
	display: none;
}
.modal .modal-header {
	height: 36px; text-align: center;
	padding: 0 15px;
   
	border-radius: 5px 5px 0 0;
	color: #00dfff; text-align: center;
}
.modal .modal-header p {
	line-height:36px;
	display: inline-block;
}
.modal .modal-header .title {
	font-size: 16px;
	color: #00dfff;
    text-align: center;
}
.modal .modal-header .close {
	float: right;
	font-size: 26px;
	margin-top: 10px;
	color: #fff;
	cursor: default;
}
.modal .modal-header .close  img{width: 20px;}
.modal .modal-content {
	min-height: 100px;
	padding:10px 20px; 
    padding-left: 10px;
    padding-top: 0;
}
.modal .modal-footer .btn {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #409EFF;
	border: none;
	border-radius: 3px;
}
.modal .modal-footer {
	clear: both;
	border-top: 1px solid #0d91dd;
	padding: 10px;
	text-align: right;
}
.container::after {
	content: "";
	display: block;
	clear: both;
}
.btn_ck {	border-radius: 3px;
	border: 1px solid rgba(1,189,90,.8);
	background: none;
	padding: 3px 6px;
	border-radius: 0
}

.modal_row {
	display: flex;
	width: 100%;
	/*flex-wrap: wrap;*/
	margin-right: -5px;
	margin-left: -5px;
}
.modal_col_1, .modal_col_2, .modal_col_3, .modal_col_4, .modal_col_5, .modal_col_6, .modal_col_7, .modal_col_8, .modal_col_9, .modal_col_10, .modal_col_11, .modal_col_12, .modal_col, .modal_col_auto, .col-md, .col-md-auto, .modal_col_lg_1, .modal_col_lg_2, .modal_col_lg_3, .modal_col_lg_4, .modal_col_lg_5, .modal_col_lg_6, .modal_col_lg_7, .modal_col_lg_8, .modal_col_lg_9, .modal_col_lg_10, .modal_col_lg_11, .modal_col_lg_12, .col-lg, .modal_col_lg_auto, .modal_col_xl_1, .modal_col_xl_2, .modal_col_xl_3, .modal_col_xl_4, .modal_col_xl_5, .modal_col_xl_6, .modal_col_xl_7, .modal_col_xl_8, .modal_col_xl_9, .modal_col_xl_10, .modal_col_xl_11, .modal_col_xl_12, .col-xl, .modal_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.modal_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.modal_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.modal_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.modal_col_2 {
	flex: 0 0 20%;
	max-width: 20%;
}
.modal_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.modal_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.modal_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
}
.modal_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.modal_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
}
.modal_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.modal_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.modal_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
}
.modal_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.modal_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.modal_card{ background:rgba(8,38,85,.6); margin-bottom: 5px;     box-shadow: 0 3px 14px #091f45;}
.modal_card h2{background: url(../img/title1.png) rgba(8,38,85,.6); padding-left: 10px; background-size: 100% 100%; line-height: 30px; color: #00cdff; margin: 0; font-size: 14px; }
.modal_card_body{ padding: 5px; color: #fff; font-size: 12px;}
.modal_card_body table{width:100%; border-collapse: collapse;
    border-spacing: 0; }
    .modal_card_body table td{padding: 2px;}
.color_b{color: #adb4e4;}
.text_green{color: #14c00f;}
.text_blue{color: #07eafe;}
.modal_span{ border: 1px solid #0c2e59;background:rgba(20,28,63,.6);   display: block; padding: 4px 5px;}
.modal_dl_list dd{ width: 25%; text-align: center;  display:inline-block; margin: 15px 0;}
.modal_dl_list dd img{width: 48px;}
.modal_dl_list dd p{margin-top: 6px;}
.modal_dl_list {width: 100%; display: flex; flex-wrap: wrap;}
.modal_dl_list dt{width: 100%; height: 33px; font-size: 14px; line-height: 33px; text-align: center; color: #00e6ff; background: url(../img/m_title.png) center center no-repeat;}