/*
* @Author: wuhao
* @Date:   2018-08-22 20:22:47
* @Last Modified by:   wuhao
* @Last Modified time: 2018-11-30 08:49:07
*/

.container{
/* 	width:calc(100% - 30px);
	height:calc(100% - 80px);
	margin-left:15px;
	margin-top:15px; */
	background:#fff;
	min-width:1100px;
}
.cont{
	width:calc(100% - 30px);
	margin-left:15px;
	margin-top:15px;
	background:#fff;
}
.ipt{
	width:100%;
	height:100px;
	/* line-height:80px; */
}
.ipt1{
	width:100%;
	height:50px;
	line-height:50px ;
	/* line-height:80px; */
}
.ipt1_2{
	width:100%;
	height:100% ;
	line-height:100px;
	border-bottom:1px solid rgba(215, 215, 215,0.5);
	/* line-height:80px; */
}
.ipt2{
	width:100%;
	height:50px;
	line-height:40px;
	border-bottom:1px solid rgba(215, 215, 215,0.5);
}
.ipt2_2{
	width:100%;
	height:60px;
	line-height:50px;
	border-bottom:1px solid rgba(215, 215, 215,0.5);
}
.input{
	width:180px !important;
	float:left ;
	margin-left:10px;
}
.input1{
	width:200px !important;
}
.select2{
	width:200px !important;
}
.button3{
	color:black !important;
}
p.flp{
	font-size:14px;
	float:left ;
	margin-left:25px;
}

.tb{
	width:100%;
	height:390px;
}
.tb1{
	width:100%;
	height:40px;
	line-height:40px;
	margin-top:10px;
}
.tb2{
	width:98%;
	height:280px;
	margin:10px 1% 0 1%;
}
.tb3{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-top:15px;
}
.tb1_2{
	width:100%;
	height:35px;
	line-height:35px;
	margin-top:5px;
	float:left;
}

.tb2_2{
	width:98%;
	height:263px;
	margin:15px 1% 0 1%;
	float:left;
}
.tb2_3{
	width:98%;
	height:300px;
	margin:30px 1% 0 1%;
	float:left;
}
.tb2_4{
	width:90%;
	height:300px;
	margin:30px 5% 0 5%;
	float:left;
}
.tb3_2{
	width:100%;
	height:35px;
	text-align:center;
	float:left;
	margin-top:10px;
}
.tb3_3{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	float:left;
	margin-top:30px;
}
.tab{
	width:100%;
	height:100%;
}
/* message弹出框样式修改 */
.el-message-box__status{
	top:100% !important;
}

/* dialog弹出框样式 */
.el-dialog__header{
	background:rgb(0,150,136) !important;
	padding: 5px 20px 5px !important;
}
.el-dialog__title{
	color:#fff !important;
	font-size:16px !important;
}
.el-dialog__headerbtn{
	top: 10px !important;
}
.el-dialog__headerbtn .el-dialog__close{
	color:#fff !important;
}
/* .el-dialog__header{
	line-height:35px !important;
} */

/* 按钮样式 */
.button{
	background:#fff !important;
	color:rgb(0, 150, 136)!important;
	margin-left:25px !important;
	border: 1px solid #dcdfe6 !important;
}
.button:hover{
	background:rgb(0, 150, 136) !important;
	color:#fff !important;
}
.button:active{
	background:#fff !important;
	color:rgb(0, 150, 136)!important;
}
.button:focus{
	background:#fff !important;
	color:rgb(0, 150, 136)!important;
}
.button1{
	margin-left:25px !important;
}
.button1{
	background:#fff !important;
	background:rgb(0, 150, 136) !important;
	color:#fff !important;
	border: 1px solid #dcdfe6 !important;
}
.button1:hover{
	background:rgb(0, 150, 136) !important;
	color:#fff !important;
}
.button1:active{
	background:rgb(0, 150, 136) !important;
	color:#fff !important;
}
.button1:focus{
	background:rgb(0, 150, 136) !important;
	color:#fff !important;
}

/* 切换按钮样式重修改*/
.radio1{
	padding-left:10px !important;	
}
.el-radio+.el-radio{
	margin-left:0px !important;
}
.el-radio__input.is-checked .el-radio__inner{
	background:rgb(0, 150, 136) !important;
	border-color:rgb(0, 150, 136)!important;
}
.el-radio__input.is-checked+.el-radio__label{
	color:rgb(0, 150, 136)!important;
}
/* 联动选择框样式重修改 */
.el-cascader--mini{
	line-height:50px !important;
}
/* 两个授权弹框的按钮部分的样式 */
.col_t{
	text-align:center !important;
}