*, div {
	font-size: var(--common-fontSize16-4);
	color: #181818;
	font-family: "微软雅黑";
}
a{
	color: #1B81FE;
}
 
/*字体颜色*/

.red-font {
	color: #FE6550;
}

.green-font {
	color: #24B276;
}

.b_font {
	color: #181818 !important;
}

.blue-font {
	color: #1B81FE;
}

.gray-font{
	color: #666;
}



/*下拉框*/
.select {
	width: 220px;
	height: 36px;
	border: 1px solid #DCDCDC;
	float: left;
	/*background:url(../Image/ico-down.png) no-repeat right center #fff;*/
	border-radius: 2px;
}

.select_txt {
	display: block;
	height: 36px;
	line-height: 36px;
	border: 0;
	outline: 0;
	background: none;
	padding: 0px 24px 0 8px;
	color: #333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select_txt:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.select ul {
	width: 100%;
	display: none;
	position: relative;
	z-index: 999;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px #ccc;
	z-index: 999;
	margin: 2px 0 0 -1px;
}

.select ul li {
	height: 36px;
	line-height: 36px;
	width:100%;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
	color: #666;
}

.select ul li.on {
	background-color: #f6f6f6;
	color: #1B81FE;
}

.select:hover {
	border: solid 1px #66afe9;
}
.select[disabled] {
    background-color: #f5f5f5;
}

/*录入框*/
.txt{
	width: 220px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	padding: 0px 8px;
}
.txt:hover,textarea:hover{
	border: solid 1px #66afe9;
}
.txt:focus ,textarea:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.txt:disabled{
	background-color: #f5f5f5;
}
.date{
	background: url(../Image/date.png) no-repeat right center #fff;
	background-size:22px ;
}

/*文本域*/
textarea{
	line-height: 36px;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	padding: 0px 8px;
}
textarea::placeholder{ 
	color: #BBBBBB; 
}

/*默认按钮*/
.btn {
	color: #fff;
	background-color: #1B81FE;
	min-width: 110px;
	width: auto;
	height: 36px;
	line-height: 36px;
	padding: 0;
	border: none;
	margin-right: 12px;
	border-radius: 4px;
	font-family: "微软雅黑";
}
.btn:hover,.btn2:hover{
	color: #fff;
	background-color: #499AFE;
	text-decoration: none;
}
.btn:active,.btn2:active{
	color: #fff;
	background-color: #1667CB;
}
.btn:focus,.btn2:focus{
	color: #fff;
}
.btn[disabled],.btn2[disabled]{
	background: #A4CDFF;
}

.btn2:not(:hover) {
	color: #1B81FE;
	text-decoration: none;
}
/*次要按钮*/
.btn2 {
	color: #1B81FE;
	background-color: #fff;
	min-width: 110px;
	height: 36px;
	line-height: 36px;
	border: solid 1px #1B81FE;
	margin-right: 20px;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
	float: left;
}

/*大号按钮*/
.btn-large{
	min-width: 120px;
	height: 40px;
	line-height: 38px;
	padding: 0 16px;
}

/*复选框、单选框*/
input[type="radio"], input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-left: 16px;
	margin-right: 8px;
	border-color: #C5C5C5;
}
.check-box .c_btn{width: auto;}

/*步骤条*/
.steps{
	width: 96%;
	margin: 0 2% 10px;
	display: flex;
}
.el-step-head{
	position: relative;
    width: 100%;
	text-align: center;
}
.el-step-head .el-step-line-l{
	height: 3px;
    top: 15px;
	left: 0%;
    right: 50%;
    position: absolute;
    border-color: inherit;
    background-color: #76B3FE;
}
.el-step-head .el-step-line-r{
	height: 3px;
    top: 15px;
	left: 50%;
    right: 0%;
    position: absolute;
    border-color: inherit;
    background-color: #76B3FE;
}
.el-step-icon{
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: #499AFE;
	border: solid 4px #fff;
	color: #fff;
	position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.el-step-main{
	text-align: center;
	margin: 4px 0 16px 0;
}
.wait-step .el-step-icon{
	background: #EEEEEE;
	color: #666666;
}
.wait-step .el-step-line-l,.wait-step .el-step-line-r{
	background-color: #eee;
}
.wait-step .el-step-main{
	color: #666;
}
.current-step .el-step-main{
	font-weight: 600;
}
.last-step .el-step-line-r{
	display: none;
}
.frist-step .el-step-line-l{
	display: none;
}

/*标题样式*/
.tit_box {
	position: relative;
	width: 100%;
	height: 30px;
	opacity: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2px 0px;
	gap: 8px;
	margin-top: 20px;
	margin-bottom: 12px;
	float: left; 
}
.tit_box h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0em;
	background: #FFFFFF; 
	padding-right: 8px;
	color: #181818;
	z-index: 5;
}

.tit_box h2 img{
	margin-right: 10px;
	margin-top: -2px;
}

.tit_box .h2box {
	background: #FFFFFF;
}

.tit_box em {
	border-bottom: 1px dashed #C5C5C5;
	width: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 15px;
}

/*表格*/
.tabstyle{
	border: solid 1px #cfdde7;
	width: 100%;
	border-collapse: collapse;
}

.tabstyle th {
	font-weight: normal;
	color: #666;
	padding:14px;
	background: #F5F5F5;
	border: solid 1px #DCDCDC;
	text-align: right;
}

.tabstyle td {
	border: solid 1px #DCDCDC;
	padding:14px ;
	text-align: left;
	line-height:24px;
}
.tabstyle td p {
	line-height: 30px;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.content-box .nodate{
	width: 100%;
	float: left;
	line-height: 30px;
	margin-top: 8px;
}
.content-box .nodate img{
	float: left;
}

/*开关*/

.off_box {
	width: 48px;
	height: 24px;
	float: left;
	margin-top: 6px;
}

.in_check {
	display: none;
}

.lab_c {
	display: block;
	height: 24px;
	border-radius: 15px;
	transition: .3s;
	background: #BBBBBB;
	position: relative;
}

.lab_c .move {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #ccc;
	background: #fff;
	transition: .3s;
	overflow: hidden;
	position: absolute;
	top: 2px;
	left: 2px;
}

.lab_c2 .move {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #ccc;
	background: #fff;
	transition: .3s;
	overflow: hidden;
	position: absolute;
	top: 2px;
	left: 2px;
}


/*点击*/

.in_check:checked+.lab_c {
	background: #1B81FE;
	position: relative;
}

.in_check:checked+.lab_c .move {
	transform: translateX(24px);
	box-shadow: none;
	display: block;
}

.in_check:checked+.lab_c .move .span_em {
	transform: translateX(-24px);
	display: block;
}

.y_em,
.n_em {
	text-align: center;
	width: 20px;
	font-size: 12px;
	font-style: normal;
	float: left;
	line-height: 24px;
	color: #FFFFFF;
}

.span_em {
	width: 48px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gy_box2{margin-left: 16px;margin-top: 12px;}
.gy_box3{margin-bottom: 8px;}
.s_gy{display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
margin-right: 30px;margin-top: -5px;}

/*弹窗*/
.pop-box{
	float: left;
	width: 800px;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.pop-box-pro {
	float: left;
	width: 100%;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.pop-box-title{
	padding:0px 20px;
	height: 56px;
	line-height: 56px;
	background: #F5F5F5;
	border: 1px solid #eaeaea;
	border-radius: 4px 4px 0px 0px;
}
.pop-box-title .title{
	font-size: 18px;
	font-weight: 600;
}
.pop-box-content{
	padding: 12px 16px;
	float: left;
	width: 100%;
	max-height: 550px;
	overflow-y: auto;
}
.pop-box-title .red-font{
	font-weight: normal;
}
.pop-box-title .close2{
	width: 20px;
	height: 20px;
	border: solid 1px #444;
	background: url(../Image/close3.png) center center no-repeat;
	background-size: 8px;
	float: right;
	border-radius: 10px;
	margin-top: 18px;
	opacity: 0.7;
	cursor: pointer;
}
.pop-box-title .close2:hover{
	opacity: 1;
}
.pop-box-bottom{
	padding: 12px 20px;
	border-top: solid 1px #e2e2e2;
	float: left;
	width: 100%;
}
.pop-box-bottom .btnbox{
	float: right;
}

.btnbox .btn{
	min-width: 80px;
	margin-right: 0px;
	margin-left: 16px;
}
.pop-box-bottom .gray-font{
	line-height: 36px;
}
