.dz-container {
	max-width: 1200px;
	margin-bottom: 20px;
	margin: 0 auto;
}

.dz-container .bg-primary {
	background-color: #e71443 !important;
}

.dz-container .text-primary {
	color: #e71443 !important;
}

.dz-container .text-green {
	color: #168c00 !important;
}

.dz-container .mt-10 {
	margin-top: 10px;
}

.dz-container .mx-10 {
	margin: 0 10px;
}

.dz-container .ml-10 {
	margin-left: 10px;
}

.dz-container .ml-20 {
	margin-left: 20px;
}

.dz-container .line-card {
	max-width: 1200px;
	padding: 0 10px;
	border: 1px solid #dfdfdf;
}

.dz-container .border-none {
	border: none !important;
	;
}

.dz-container .line-card .el-cascader {
	margin-left: 10px;
}

.dz-container .line-card .search-btns {
	text-align: center;
	margin-top: 20px;
}

.dz-container .line-card .el-button {
	border-color: #e71443 !important;
	color: #FFFFFF !important;
	width: 100px;
	font-size: 16px;
	letter-spacing: 5px;
}

.dz-container .line-card .el-input__inner {
	border: 1px solid #E3E3E3 !important;
}

.dz-container .line-card .title-box {
	padding: 10px 0;
}

.dz-container .line-card .switch-box i,
.dz-container .line-card .title-box i {
	font-size: 20px;
	margin-right: 5px;
}

.dz-container .line-card .switch-box .division,
.dz-container .line-card .title-box .division {
	color: #FFFFFF;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
}

.dz-container .line-card .el-select:first-child {
	margin-right: 20px;
}

.dz-container .line-card .el-input__inner {
	border: 1px solid #E3E3E3 !important;
}

.dz-container .list-wraper {
	margin: 20px 0;
}

.dz-container .list-wraper .titles {
	font-size: 20px;
	font-weight: bold;
}

.dz-container .list-wraper .no-data {
	font-weight: bold;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.dz-container .list-wraper .no-data .first:before {
	margin-right: 5px;
	font-size: 22px;
	font-weight: bold;
}

.el-dialog__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dz-container .ticket-dialog {
	max-width: 1200px !important;
	min-height: 20vh !important;
	max-height: 80vh !important;
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	overflow-y: hidden;
	padding-bottom: 20px;
}

.dz-container .ticket-dialog .el-dialog__body {
	height: calc(100% - 20px) !important;
	overflow-y: auto;
}

/* .dz-container .el-timeline {
	margin-top: 20px;
	padding: 0;
}

.dz-container .el-timeline-item__tail {
	border-left: 2px solid #e71443 !important;
}

.dz-container .el-timeline-item__node--normal {
	background-color: #e71443 !important;
}

.dz-container .el-timeline .tabBar span {
	margin-right: 5px;
}

.dz-container .el-timeline .name {
	font-weight: bold;
	width: 150px;
}

.dz-container .el-timeline .time {
	font-weight: bold;
}

.dz-container .el-timeline .state {
	border-radius: 10px;
	width: 80px;
}

.dz-container .el-timeline .line {
	font-weight: bold;
}


.dz-container .el-timeline .sites {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}

.dz-container .el-timeline .sites span {
	margin-right: 15px;
	line-height: 25px;
}
 */
.dz-container .list-wraper {
	padding: 15px;
	margin-top: 20px;
}

.dz-container .stationName {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}

.dz-container .stationName img {
	height: 20px;
}

.dz-container .list-wraper .stationName span {
	margin-right: 20px;
}

.dz-container .list-wraper .list-items {
	padding: 15px 0;
	border-bottom: 1px dotted #e71443 !important;
	transition: .3s;
}

.dz-container .list-wraper .list-items .items {
	margin-bottom: 10px;
}

.dz-container .list-wraper .list-items .items span:first-child {
	font-weight: bold;
}

.dz-container .list-wraper .list-items .sign {
	position: relative;
	margin-left: 10px;
	margin-bottom: 5px;
}

.dz-container .list-wraper .list-items .sign:before {
	position: absolute;
	content: ' ';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	top: 12px;
	background-color: red;
	margin-left: -10px;
}

.dz-container .list-wraper .list-items .sign:after {
	margin-left: 15px;
}

.dz-container .list-wraper .list-items .content {
	margin-top: 10px;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover,
.el-select-dropdown__item.selected {
	background-color: #e71443 !important;
	color: #FFFFFF !important;
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
	color: #e71443 !important;
}

@media screen and (max-width: 1220px) {
	.dz-container .ticket-dialog {
		margin: 0 16px !important;
	}

}

@media screen and (max-width: 768px) {
	.dz-container .line-card .el-row .el-col:last-child {
		margin-top: 20px;
	}
}

.dz-container .el-timeline {
	padding: 0;
	padding-top: 20px;
	display: flex;
	width: 100%;
 max-width: 800px;
    margin: 0 auto;
	position: relative;
  
}

.dz-container .el-timeline .el-timeline-item {
	border-top: 2px solid #e71443 !important;
	flex: 1;
	min-width: 150px;
}

.dz-container .el-timeline .el-timeline-item::before {
	width: 12px;
	height: 12px;
	content: ' ';
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: -7px;
	background-color: #e71443;
}

.dz-container .el-timeline .el-timeline-item:last-child::after {
	width: 12px;
	height: 12px;
	content: ' ';
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: -7px;
	background-color: #e71443;
}

.dz-container .el-timeline .el-timeline-item__tail {
	border: 0px !important;
}

.dz-container .el-timeline .el-timeline-item__node--normal {
	background-color: #e71443 !important;
	display: none;
}

.dz-container .el-timeline .el-timeline-item__wrapper {
	padding-left: 0 !important;
}

.dz-container .el-timeline .tabBar {
	flex-direction: column;
	max-width: 350px;
	padding-top: 30px;
	line-height: 20px;
}

.dz-container .el-timeline .el-timeline-item .tabBar {
	text-align: center;
	transform: translateX(-50%);
	padding-left: 8px;
}

.dz-container .el-timeline .el-timeline-item:nth-child(2) .tabBar {
	text-align: left;
	transform: translateX(0%);
	padding-left: 0px;
}

.dz-container .el-timeline .name {
	font-weight: bold;

}

.dz-container .el-timeline .time {
	font-weight: bold;
	margin-top: 5px;
}

.dz-container .el-timeline .state {
	border-radius: 10px;
	margin-top: 5px;
}

.dz-container .el-timeline .line {
	font-weight: bold;
	margin-top: 5px;
}


.dz-container .el-timeline .sites {
	margin-top: 5px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 10px;
}

.dz-container .el-timeline .last-timeline {
	position: absolute;
	right: 0px;
	text-align: right;
}

.dz-container .el-timeline .last-timeline .tabBar {
	text-align: right;
}
.ticket-dialog .el-dialog__title{    
  font-weight: bold !important;
   font-size: 20px !important;
    color: rgb(229, 23, 59) !important;
}
.el-dialog__body {
padding-top:0!important;
}