 [v-cloak] {
 	display: none
 }
 /*****导出样式*******/
 
 .el-popover {
 	min-width: 120px;
 	line-height: 21px;
 	padding: 8px;
 }
 #app{
	padding: 0px;
	/* padding: 15px; */
 }
 .flex{
	 display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;
 }
 .title{
	background-color: #f9f9f9;text-align: left;height: 50px;line-height: 50px;font-weight: bold;font-size:14px ;
 }
 .flex_1{
	 flex: 1;
 }
 h2 i{
	 color: #389aff;
 }
 .popu {
 	padding: 2px;
 	border: 1px solid #A0A7B1;
 	max-height: 250px;
 	overflow-y: auto;
 	overflow-x: inherit;
 	width: auto;
 }
 /*****导出样式end*******/

 /*****滑块样式*******/
 
 .el-switch__label.is-active {
 	color: #004cff;
 	;
 }
 
 .el-switch__label--left {
 	margin-left: 10px;
 	color: #7E8795;
 }
 
 .el-switch__label--right {
 	margin-left: 10px;
 	color: #7E8795;
 }
 .el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
    padding-left: 5px;
}

.el-table .cell, .el-table th div {
    padding-right: 5px;
}
 /*****滑块样式end*******/
 
 .fromtab {
 	border: 1px solid #66A8CC;
 	border-collapse: collapse;
 	border-spacing: 0;
 }
 
 .fromtab tr {
 	border: 1px solid #66A8CC;
 }
 
 .fromtab td {
 	border: 1px solid #66A8CC;
 }
 
 .panel-secondary {
 	border-color: #3bb4f2;
 	border-radius: 5px;
 	/*box-shadow: 5px 5px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);*/
 }
 
 .panel-header {
 	border-bottom: solid 1px transparent;
 	padding: 5px 15px;
 	/*font-size: 18px;*/
 	font-weight: 700;
 	margin-bottom: -1px;
 }
 
 .panel-secondary>.sub-panel {
 	background-color: #3bb4f2;
 	color: #fff;
 	display: inline-block;
 	padding: 4px 15px;
 	/*border-right: 1px solid #3BB4F2;*/
 	border-radius: 4px;
 	box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
 }
 
 .panel-secondary>.sub-hui {
 	background-color: #3bb4f2;
 	color: #fff;
 	/*border-right: 1px solid #3BB4F2;*/
 	padding: 4px 15px;
 	display: inline-block;
 	border-radius: 4px;
 	box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
 	/*font-size: 16px;*/
 	font-weight: 600;
 }
 
 .panel-item {
 	border: 1px solid #F0F0F0;
 	background-color: #fdfdfd;
 	border-radius: 12px;
 	padding: 15px;
 	margin: 5px;
 }
 /******start 覆盖表单元素样式******/
 .el-table .ascending .sort-caret.ascending {
	border-bottom-color: #87ff33;
}
.el-table .descending .sort-caret.descending {
	border-top-color: #87ff33;
}
 .el-upload--picture-card {
 	width: 100px;
 	height: 100px;
 	line-height: 100px;
 }
 
 .el-upload-list--picture-card .el-upload-list__item {
 	width: 100px;
 	height: 100px;
 	margin: 0 8px 8px 0;
 }
 
 .el-form-item__label {
 	text-align: right;
 	float: left;
 	/*font-size: 16px;*/
 	color: #606266;
 	line-height: 40px;
 	padding: 0 12px 0 0;
 	-webkit-box-sizing: border-box;
 	/*background-color: #e2f0ff;*/
 	box-sizing: border-box;
 }
 
 .el-form-item {
 	margin-bottom: 15px;
 }
 
 .el-input__inner {
 	height: 36px;
 	line-height: 36px;
 	color: #000;
 }
 
 .el-input.is-disabled .el-input__inner {
 	color: #000;
 }
 
 .el-cascader__label {
 	color: #000000;
 }
 
 .el-radio__input.is-disabled+span.el-radio__label {
 	color: #000000;
 }
 
 .el-cascader.is-disabled .el-cascader__label {
 	z-index: 2;
 	color: #000000;
 }
 
 .el-date-editor .el-range-input {
 	color: #000000;
 }
 
 
 
 .el-button--mini {
 	padding: 5px 10px;
 	font-size: 14px;
 	border-radius: 4px;
 }
 
 .el-message {
 	margin-top:  20vh;
 }
 
 
 .el-table td {
 	padding: 3px 0;
 }
 
 .el-table th {
 	padding: 6px 0;
 	background-color: #2393df;
 }
 .el-table thead {
    color: #ffffff;
    font-weight: 500;
}
 .el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #afd8f7;
}
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #dde3f1;
}
 /****end 覆盖表单元素样式*******/
 /*登录头部*/
 
 .header .title_txt {
 	text-align: center;
 	margin-top: 40px;
 	font-size: 50px;
 	color: #fff;
 	margin-bottom: 0;
 	text-shadow: 2px 2px 5px rgba(64, 64, 64, 0.3);
 }
 
 .line_img {
 	text-align: center;
 }
 /*时间轴*/
 
 .time-axis {
 	margin: 0;
 	padding: 0 20px;
 	position: relative;
 	background: #e3e3f1;
 }
 
 .time-axis-item {
 	list-style: none;
 	padding-left: 140px;
 	position: relative;
 	line-height: 45px;
 	font-size: 14px;
 	color: #141414;
 	background: #fff;
 }
 
 .time-axis-achievement {
 	margin: 0;
 }
 
 .time-axis-date {
 	position: absolute;
 	left: 20px;
 	top: 20px;
 	color: #666;
 	line-height: 22px;
 	text-align: center;
 }
 
 .time-axis-date span {
 	position: absolute;
 	right: -23px;
 	top: 35%;
 	display: block;
 	width: 13px;
 	height: 13px;
 	background-color: #fff;
 	background: #3078ff;
 	transform: rotate(45deg);
 	z-index: 3;
 }
 
 .step_num {
 	width: 110px;
 	height: 26px;
 	line-height: 26px;
 	background: #3078ff;
 	color: #fff;
 	padding-left: 10px;
 	margin-top: 30px;
 	margin-right: 15px;
 }
 
 .time-axis-item:last-child .time-axis-date span {
 	border-color: #48BEB2;
 }
 
 .time-axis-item:last-child .time-axis-date span:after {
 	background-color: #48BEB2;
 	border-color: #48BEB2;
 }
 
 .time-axis-title {
 	display: flex;
 }
 
 .triangle_border_left {
 	position: relative;
 }
 
 .triangle_border_left i {
 	display: inline-block;
 	width: 0;
 	height: 0;
 	border-width: 5px 5px 5px 0;
 	border-style: solid;
 	border-color: transparent #3078ff transparent transparent;
 	position: absolute;
 	top: 4px;
 	left: -15px;
 }
 
 .triangle_border_left em {
 	display: inline-block;
 	width: 0;
 	height: 0;
 	border-width: 15px 15px 15px 0;
 	border-style: solid;
 	border-color: transparent #fff transparent transparent;
 	position: absolute;
 	top: 30px;
 	left: -14px
 }
 
 .bor_none {
 	border: none;
 }
 
 .line_blue {
 	display: inline-block;
 	width: 4px;
 	height: 18px;
 	background: #3078ff;
 	margin-right: 10px;
 	vertical-align: middle;
 }
 
 .pad_top_0 {
 	padding-top: 0;
 }
 
 .pad_top_bot_0 {
 	padding-top: 0;
 	padding-bottom: 0;
 }
 
 .time-axis-item {
 	position: relative;
 }
 
 .v-line {
 	/*content: '';*/
 	border-left: 1px solid #e4e4e4;
 	position: absolute;
 	left: 114px;
 	top: 15px;
 	width: 1px;
 	height: 100%;
 	/*background-color: #E4E4E4;*/
 	z-index: 2;
 }
 /*送样管理*/
 
 .txt_ellip {
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	width: 120px;
 	display: inline-block;
 }
 
 .col_blue {
 	color: #3a8ee6;
 }
 
 .bor_der {
 	border-bottom: 1px dashed #2f2f2f;
 }
 
 .sort {
 	display: block;
 	border-radius: 50%;
 	width: 25px;
 	height: 25px;
 	background: #ec9661;
 	text-align: center;
 	color: #fff;
 	position: absolute;
 	left: 5%;
 	top: 5%;
 }
.el-form--inline .btn_div{
    display: block;
    margin-top: 20px;
    text-align: center;
    margin-right: 0;
}
.page_title{
	text-align: center;line-height: 40px;color: #0072c6; font-size: 18px;
}
 /*新申报*/
.title_h2{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
.title_h2 em{
	width: 4px;
	height: 10px;
	background: #2d76e2;
	display: inline-block;
	margin-right: 10px;
}
.con_detail p{
	font-size: 14px;
    height: 26px;
    line-height: 35px;
    margin-bottom: 5px;
    display: table;
}
.con_detail p label{
    display: inline-block;
    text-align: right;
    color: #606266;
    width: 100px;
    float: left;
}
.con_detail p span{
	color: #2F2F2F;
    margin-left: 100px;
    display: block;
}
.btn_tj{
	text-align: center;
	margin-top: 40px;
}
.btn_tj button{
	width:200px;
	height: 40px;
}
.btn_tj_new{
	text-align: right;
	margin-top: 0;
}
/*疫情评分列表*/
 
.div_con {
	padding-left: 30px;
}
.div_con h1 {
	font-size: 22px;
	color: #0072C6;
}
.sc_tab tr th,.sc_tab tr td{
	background: #fff;
	max-height: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.sc_tab tr th{
	font-weight: bold;
}
.sc_tab tr td {
	color: #333;
	padding: 0 10px;
}
.sc_tab tr .ts_th{
	text-align: left;
}
.sc_tab tr .ts_td{
	line-height: 26px;
	text-align: left;
	padding-left: 0;
}
/*.sc_tab tr:nth-child(odd) td {
	background: #eaeaea;
}*/
.sc_tab tr td {
	background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
}
.sc_tab tr td.td_sub{
	background: #eaeaea;
	padding: 0;
	border-bottom: none;
}
.sub_tab tr:nth-child(odd) td {
	background: none;
}
.sub_tab tr:nth-child(even) td {
	background: none;
}
.sc_tab tr td .sub_tab tr td{
	padding: 0;
	border-bottom: 1px solid #f8f8f8;
}
.col_2{
    background: #f4f6fb;
    padding-left: 5px;
    color: #3874b3;
    text-align: left;
}
.pad_left_30{
	padding-left: 30px;
}
.img_icon{
	display: inline-block;
    padding-right: 7px;
}
.tips{
	padding-bottom: 20px;
}
.tips h3{
	font-size: 14px; 
	margin: 10px 0;
}
.tips p{
	line-height: 24px;
	color: #666;
}
.tips p i{
	color: #f10000;
}
.tips p em{
	color: #034af1;
}
.xq_div p{
	color: #666;
	font-size: 15px;
	margin-bottom: 0;
    height: 24px;
	line-height: 35px;
}
/*查询统计*/
.txt_xg{
    font-size: 14px;
    display: block;
    padding-right: 16px;
    color: #222;
}

