@charset "utf-8";
/* CSS Document */

/*弹出框外边框架*/
.pop_main{ margin:0px auto; margin-top: 20px; padding:0px; }
	.pop_dialog_table{ width:100%; height:100%; border-collapse:collapse; table-layout:fixed; margin:auto; border:0;}
	.pop_topleft{ background:url(../images/pop/pop_dialog_top_left.png) left top no-repeat; width:10px; height:10px; margin:0px; padding:0px;}
	.pop_topright{ background:url(../images/pop/pop_dialog_top_right.png) right top no-repeat; width:10px; height:10px; margin:0px; padding:0px;}
	.pop_bottomleft{ background: url(../images/pop/pop_dialog_bottom_left.png) left bottom no-repeat; width:10px; height:10px; margin:0px; padding:0px;}
	.pop_bottomright{ background:url(../images/pop/pop_dialog_bottom_right.png) right bottom no-repeat; width:10px; height:10px; margin:0px; padding:0px;}
	.pop_border{background:url(../images/pop/pop_dialog_border.png) repeat-x; margin:0px; padding:0px; overflow:hidden;}
	.pop_border2{background:url(../images/pop/pop_dialog_border.png) center bottom repeat-x; margin:0px; padding:0px; overflow:hidden;}
	.pop_border3{background:url(../images/pop/pop_dialog_border.png) repeat-y; margin:0px; padding:0px; overflow:hidden;}
.pop_close{ width:20px; height:20px; background: url(../images/report/rep_but_ico.png) no-repeat -62px -40px; cursor: pointer; border: none; display: inline-block; margin:8px;float: right;}		
.pop_main label{ margin-right: 10px;}
.pop_main input{margin-right:0;}
.pop_main input[type="checkbox"],.pop_main input[type="radio"]{ margin-right:6px;}
.pop_main .ft12{ margin-left: 6px;}
.pop_main .report_tx{ overflow-x:hidden; overflow-y: auto;}
/*内容区*/
.pop_content{ background:#FFF; border:1px solid #395c93;}
	.pop_content h2{background:#426cad;color:#FFF;font-size:14px;font-weight:bold;margin:0; height:36px; line-height:36px; padding:0px 10px;}
	.dialog_content{background:#fff; padding:20px; overflow:hidden;}
	.dialog_content1{background:#fff; margin:10px 20px 20px 20px; overflow:hidden; *margin:10px 20px 15px 20px; }
	.dialog_content2{background:#fff; padding:20px 0px; overflow:hidden;}	
	.pop_buttom{ background-color:#f0eff1; height:38px; width:100%; text-align:right; padding-top:8px;}
/*----- Button样式 -----*/
.pop_main_1{  border-radius:8px; background:url(../images/pop/tm_bg.png) repeat; background: rgba(0, 0, 0,0.5); padding:10px;}
/*========填写检查提示框=======*/
.tip{ background:#f8f0cd; padding:0; overflow:hidden;z-index: 99999999}
.tip_wrap{ border:1px solid #d9c29d; background:#fffdf4; margin:10px 10px 10px 10px; overflow:hidden;}
.tip_tit{ width:100%; border-bottom:1px dashed #d9c29d; height:44px; line-height:44px;cursor: pointer;}
.tip_tit .redmark{ margin:13px 8px 0 20px;}
.tip_cont{ padding:10px 20px 20px; height:200px; overflow:auto;text-align: left;}
.tip_cont ol{ margin-left:20px;}
.tip_cont ol li{ line-height:24px; width:100%;/*  color:#ff5757; */ list-style:decimal;}
/*----橙色关闭按钮----*/
.tip_close{ width:19px; height:19px; background:url(../images/report/rep_but_ico.png) no-repeat -199px -13px; display:inline-block; cursor:pointer;}
.tip_close:hover{ background-position:-199px -44px;}