/*lable*/
.nav .block, .tab-pane.block{display: block;}
.nav .none,.tab-pane.none{display: none;}
.glyphicon{
    color:#2e8ded;
	cursor: pointer;
}

.container {
	width: 1250px !important;
}

.control-label {
	padding: 0 10px;
}

.ec-form-gyj {
	background: #f8f8f8;
}

.ec-form-gyj .form-group {
	margin-bottom: 10px;
}

.form-control[readonly] {
	cursor: pointer;
	background-color: #fff;
}

.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .control-label-left {
	text-align: left;
	margin-bottom: 0;
	padding-top: 7px;
}

.ec-tips {
	color: red;
	font-size: 90%;
}


/*模拟下拉框*/

.ec-select-gyj {
	border: none;
	position: relative;
	width: 345px;
	height: 100%;
	/*background: #fff;*/
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.ec-select-gyj input {
	background: url(../images/select_bg1.png) right center no-repeat;
	border: 0;
	width: 100%;
	height: 32px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: none;
	-webkit-transition: none;
	font-size: 20px;
	padding: 0;
}
.ec-select-gyj input.active {
	background: url(../images/select_bg2.png) right center no-repeat;
}


.ec-select {
	border: none;
	border-radius: 4px;
	position: relative;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
	/* padding: 0 13px 0 0; */
	padding: 0;
	box-sizing: border-box;
}
.ec-select input {
	border: 1px solid #ccc;
	height: 34px;
	background: url(../images/icon-input-bg.png) 96% no-repeat;
	padding-right: 4%;
}

.ec-select input.active {
	background: url(../images/icon-input-bg.png) 96% no-repeat;
}
.ec-select ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 33px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #cfcfcf;
	border-top: 0;
	z-index: 9;
	padding-left: 0;
}

.ec-select ul li {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
	margin: 0;
	width: 100%;
	text-align: left;
}

.ec-select ul li.on {
	background-color: #e0e0e0;
}

.ec-select input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ec-select: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, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/*  */
.ec-select-self {
	border: none;
	position: relative;
	width: 345px;
	height: 100%;
	background: #fff;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.ec-select-self input {
	background: url(../images/select_bg1.png) right center no-repeat;
	border: 0;
	width: 100%;
	height: 32px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: none;
	-webkit-transition: none;
	font-size: 14px;
	padding: 0 10px;
}
.ec-select-self input.active {
	background: url(../images/select_bg2.png) right center no-repeat;
}
.ec-select-self ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 0px;
	top: 33px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #cfcfcf;
	border-top: 0;
	z-index: 9;
	padding-left: 0;
}
.ec-select-self ul li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
	margin: 0;
	width: 100%;
	/* text-align: left; */
}

.ec-select-self ul li.on {
	background-color: #e0e0e0;
}



/*下拉禁用-hyc*/
.ec-select-gyj input[disabled='disabled'].active {
	background: url(../images/select_bg1.png) right center no-repeat;
}

.ec-select-gyj ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 19px;
	top: 33px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #cfcfcf;
	border-top: 0;
	z-index: 9;
	padding-left: 0;
}

.ec-select-gyj ul li {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
	margin: 0;
	width: 100%;
	text-align: left;
}

.ec-select-gyj ul li.on {
	background-color: #e0e0e0;
}

.ec-select-gyj input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ec-select-gyj:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/*模板*/

.ec-tem-gyj {
	padding-left: 0;
}

.ec-tem-gyj span {
	width: 9.286em;
	height: 2.857em;
	display: block;
	padding: 5px 10px;
	color: #2a5a77;
	font-size: 0.857em;
	background: #F5F5F5;
	box-sizing: content-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 20px;
	float: left;
}


/*复选and单选*/

.checkbox label,
.radio label {
	padding-left: 6px;
	display: inline\9;
}


/*错误*/

.ec-error-input {
	border: 1px solid #e8313e;
}

.ec-error-text {
	margin: 5px 0 0 0;
	color: #e8313e;
	font-size: 0.857em;
}


/*时间和日期*/

.ec-input-date {
	background: url(../images/date.png) no-repeat center right #fff;
}

.search {
	background: url(../images/search.png) no-repeat center right #fff;
}

.ec-input-time {
	text-indent: 5px;
	background: url(../images/time.png) no-repeat center right;
}


/*title*/

.ec-title-gyj {
	padding: 0 20px;
	line-height: 2.857em;
	background: #eee;
}

.ec-title-gyj span {
	color: #e8313e;
}


/*表格*/

.ec-table {
	width: 100%;
	color: #333;
	margin: 0;
}

/* .ec-table thead tr {
	line-height: 2.43em;
	color: #2b5b78;
} */

.ec-table thead tr {
	line-height: 2.43em;
	background: #ecf4f9;
	color: #2b5b78;
	border-right: 1px solid #ddd;
}

.ec-table thead th,
.ec-table td {
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
}
/* .ec-table thead th {
	font-size: 16px;
	color: #999999;
} */

.ec-table thead th {
	font-size: 14px;
}


.ec-table tbody tr {
	height: 2.857em;
}

/* .ec-table tbody td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #FFFFFF;
	font-size: 18px;
} */

.ec-table tbody td {
	text-align: left;
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ddd;
	background: #FFFFFF;
}

.ec-table font {
	color: #e8313e;
}


/*表格内含输入框*/

.ec-tb-in {
	width: 100%;
	border: 1px solid #ddd;
	color: #333;
	margin: 0;
}

.ec-tb-in thead tr {
	height: 2.43em;
	background: #ecf4f9;
	color: #2b5b78
}

.ec-tb-in thead th {
	padding: 0 10px;
	word-break: keep-all;
	white-space: nowrap
}

.ec-tb-in tbody tr {
	height: 2.857em;
}

.ec-tb-in tbody tr:nth-child(even) {
	background: #f8f8f8;
}

.ec-tb-in tbody td {
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 0 10px;
	word-break: keep-all;
	white-space: nowrap
}

.ec-tb-in font {
	color: #e8313e;
}

.ec-tb-in .ec-input {
	width: 100%;
	margin: 2px 0px;
	border: 1px solid #dcdcdc;
	height: 32px;
	line-height: 32px;
	text-indent: 10px
}

.ec-tb-in .ec-input-money {
	width: 100%;
	margin: 2px 0px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #dcdcdc;
	color: red;
	padding-right: 10px;
	box-sizing: border-box;
}

.ec-tb-in td span {
	display: inline-block;
	margin: 10px;
	height: 18px;
	width: 18px;
}

.ec-tb-in td .span-add {
	background: url(../images/ec-table-add.png) no-repeat;
}

.ec-tb-in td .span-del {
	background: url(../images/ec-table-del.png) no-repeat;
}


/*按钮*/

.btn {
	padding: 4px 10px;
	min-height: 30px;
	min-width: 100px;
}

.btn.disabled {
	color: #fafafa;
	background: #e7e7e7;
}

.ec-btn-fff {
	color: #555;
	border: 1px solid #b6b6b6;
	background: #fff;
}

.ec-btn-fff:hover {
	color: #e8313e;
	border: 1px solid #e8313e;
}

.ec-btn-red {
	color: #fff !important;
	background: #e8313e;
}

.ec-btn-red:hover {
	background: #d3090f;
}


/*弹框*/

.ec-medium-gyj .ec-con {
	text-align: left;
	padding-left: 0 !important;
}

.ec-medium-gyj ul li.form-group {
	margin-bottom: 0 !important;
}


/*审核结果*/

.ec-review-result {
	max-width: 654px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	padding: 1px 2px 0 0;
}

.ec-res-title {
	width: 100%;
	height: 53px;
	line-height: 53px;
	color: #333333;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
}

.ec-res-title font {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	float: right;
	margin: 15px 20px 0 0;
	cursor: pointer;
	color: #666666;
}

.ec-result-con .ec-error-icon {
	width: 24px;
	height: 24px;
	background: url(../images/ec-error-icon.png) no-repeat;
	float: left;
	margin: 40px 0;
}

.ec-result-con .ec-success-icon {
	width: 24px;
	height: 24px;
	background: url(../images/ec-success-icon.png) no-repeat;
	float: left;
	margin: 32px 0;
}

.ec-result-con .ec-content {
	border-bottom: 1px dotted #d8e6ef;
	margin: 0 60px;
}

.ec-result-con p {
	max-width: 540px;
	color: #333;
	line-height: 28px;
	margin: 0px 40px;
	padding: 28px 0;
}

.ec-result-con p span {
	color: #d8141c;
}

.ec-zhbtn-sc {
	text-align: center;
	margin: 30px 0
}

.mgt0 {
	margin-top: 0
}


/*审核拒绝确认*/

.ec-review-result-small {
	max-width: 618px;
	border-radius: 5px;
	overflow: hidden;
	padding: 1px 2px 0 0;
	font-size: 1em
}

.ec-res-refuse {
	height: 48px;
	line-height: 48px;
}

.ec-refuse-txt {
	width: 90%;
	height: 158px;
	background: #f8f8f8;
	border: 1px solid #ccc
}

.mgl20 {
	margin-left: 20px
}


/*重置确认*/

.ec-review-point {
	max-width: 768px;
	width:500px;
	border-radius: 5px;
	overflow: hidden;
	padding: 1px 2px 0 0;
}

.ec-res-point {
	min-height: 120px;
	line-height: 120px;
	overflow: auto;
	text-align: center;
	font-weight: bold;
}


/*底线*/

.panel-title-gyj {
	height: 35px;
	line-height: 35px;
	background-color: #ecf4f9;
	padding: 0 20px;
	color: #3c6983;
}

.ec-line-bottom {
	border: 1px dashed #d8e6ef;
}
/*背景色*/
.backgroundColor{
    background-color: #ecf4f9;
    color: #3c6983;
}


/*孙浩宇*/
.main{
	padding: 20px;
    background: #f8f8f8;
}

.select#accNo{
	
}

.form{
	padding:20px 0px;
}
.form .form-group{
	padding-left:0px;
	padding-right:0px;
}
.form .form-item{
	padding-left:0px;
	padding-right:0px;
}
.select{
	padding:0px;
}
.select-btn{
	float:left;
	width:100%;
	height:34px;
}
.select .arrows{
	width:34px;
	height:34px;
	background:url(../images/icon-input-bg.png) center center no-repeat;
}
.select .selected{
	margin:10px 34px 8px 10px;
	line-height:16px;
}

.select-menu{
	display:none;
}
.select.visible .select-menu{
	display:block;
}
.select .select-item{
	width:auto;
	line-height:34px;
}
.section-a{padding:0px 30px;}

.section-b{padding:0px 30px;}

.pagination-a{width:100%;margin:0px;overflow:hidden;display:block;}
/*查询条件右侧箭头控制-商翠翠*/
.accordion-btn{background: url(../images/ec-open2.png) center center no-repeat;height: 35px;width: 35px;display: block;}
.title-a{height:35px;background-color: #ecf4f9;}
.accordion-body{display: none;}
.visible .accordion-body{display: block;}

/*可管理角色分配*/
.layer-role .panel-body{padding: 15px 10px;}
.layer-role .panel-body li{padding: 5px;margin-top: 1px;}
.layer-role .panel-body li:hover{background-color: #C0D8F3;cursor: pointer;}

/*分页ie8兼容*/
.laypage_main .laypage_total{width:170px\9;}

/*边框样式*/
fieldset{
    padding:.35em .625em .75en;
    margin:0 2px;
    border:1px solid silver;
    min-height: 200px;
    text-align: center;
}
legend{
    font-size: 13px;
    font-weight: bold;
    padding: .5em;
    border: 0;
    width: auto;
}
.layui-layer .layui-layer-title{background-color: #d8141c;color: #FFFFFF;}

.disabled.checked.icheckbox_square-blue{background-position: -240px 0;}

/*--个人信息管理-修改密码---*/
.container .form-group .borderPwd{
	width: 250px;
    position: relative;
    border: 1px solid #dbdbdb;
    background: #fff;
    height: 34px;
    line-height: 40px;
    border-radius: 4px;
}
#loginpwd_str1 #ocxEdit1, #loginpwd_str2 #ocxEdit2, #loginpwd_str3 #ocxEdit3{border:1px solid #fff;width:240px;height:24px;margin-top:3px;}
/*----- end ----*/
/*-------收款账户管理-------*/
	/*--收款协议新增--*/
	#proArgAddInfo .procBoder, #proArgPreModi .procBoder{
		border: 1px solid #D1D1D1;
		margin: 20px;
	}
	
	/*--收款协议新增--*/
	.max500w{
		max-width: 500px;
	}
	/*付方白名单*/
	.idcard_upd{
		position: relative;
		z-index: 1;
		left: 0;
		top:0;
		width: 550px;
	  	height: 38px;
	  	display: inline-block;
	}
	.idcard_upd span{
		position: absolute;
	  	right: 0;
	  	top: 0;
	  	z-index: 1;
	}
	.idcard_upd span input{
		height: 34px;
	  	line-height: 34px;
	 	 border-radius:  0 4px 4px 0px;
	 	 cursor: pointer;
	  	padding:0 7px;
	}
	input.picCheckFace, input.picCheckBack{
		width:100%;
		height:38px;
		line-height: 38px;
		position: absolute;
		top:0;
		left: 0;
		z-index: 20;
		filter : alpha(opacity=0);
		opacity:0;
		moz-opacity:'0';
		visibility: visible;
		white-space: nowrap;
		word-break: keep-all;
	}
	.idcard_upd button{
		text-align: left;
		white-space: nowrap;
		word-break: keep-all;
		overflow: hidden;
	}
	/*end*/
	
	
/*-------end-------*/


/*
 业务流程管理样式
 * */
.businessFlow-process{
	margin-bottom: 10px;
} 
/*.businessFlow-process li.active{
	color:#e7313e;
	background-color:#ebf2f7;
}*/
.businessFlow-process li.active{
    font-weight: 800;
    font-size: 14px;
	color:white;
	background-color:#e8313e;;
}
.businessFlow-process li{
    font-size: 14px;
    font-weight: 700;
	display: inline-block;
	height:40px;
	line-height: 40px;
	border:1px solid #e1dfda;
	padding:0 30px 0 70px;
	width:24%;
	text-align: center;
	position: relative;
	border-right:none;
	background-color: #f7f7f7;
	cursor: pointer;
}
.businessFlow-process li i{
	display: inline-block;
	padding-left:38px;
	height:38px;
	background:url(../images/ec-sign-pro.png) no-repeat;
	position: absolute;
	right:-37px;
}
.businessFlow-process li.active i{
	display: inline-block;
	padding-left:38px;
	height:38px;
	background:url(../images/ec-sign-pro-act.png) no-repeat;
    
	position: absolute;
	right:-37px;
}

/*模糊查询下拉框样式*/
.ec-select-gyj ul.vagueList {
	overflow-y: hidden;
	max-height: 130px;
}
.ec-select-gyj .pagination-primary {
	position: absolute;
	border: 1px solid #CFCFCF;
	background: #fff;
	border-top: none;
	width: 100%;
	display: none;
	left: -1px;
	top: 142px;
	z-index: 10;
	border-radius: 0;
}
.ec-select-gyj .pagination-primary span.page_total {
	display: none;
}
.ec-select-gyj .pagination-primary span.static {
	display: none;
}
.ec-select-gyj .pagination-primary span.dotted {
	display: none;
}
.ec-select-gyj .pagination-primary a.tcdNumber {
	display: none;
}
.aa{
    color: blue;  
}
.aa:hover{
    color: blue;
	cursor:pointer;
    text-decoration: underline;
}

.icon_returnPage {
	height: 33px;
    width: 28px;
    display: block;
    margin-right: 10px;
	background: url(../images/returnPage.png) no-repeat;
}
.pagination {
font-size: 0;
color: #666;
display: block;
}
.pagination * {
display: inline-block;
vertical-align: top;
font-size: 12px;
overflow: hidden;
}
.pagination a {
height: 34px;
line-height: 34px;
text-decoration: none;
color: #666;
}
.pagination a,
.pagination span {
margin: 0 2px 0;
padding: 0 5px;
}
.pagination span {
height: 34px;
line-height: 34px;
}
.pagination input,
.pagination button {}
.pagination input {
width: 40px;
height: 32px;
line-height: 32px;
margin: 0 5px;
padding: 0 0 0 5px;
}
.pagination button.btn {
height: 32px;
line-height: 32px;
margin-left: 5px;
padding: 0 15px;
color: #666;
}
.pagination .page_btn {
min-width: auto;
}
.pagination .disabled {
color: #bfbfbf;
background: #f2f2f2;
}
.pagination-primary {
margin: 0px;
overflow: hidden;
margin-right: -4px;
}
.pagination-primary a,
.pagination-primary span {
padding: 0 10px;
border-radius: 2px;
}
.pagination-primary a {
background-color: #f1eff0;
}
.current {
background-color: #e8313e;
color: #fff;
}
.pagination-primary input {
height: 32px;
line-height: 32px;
}
.pagination-primary button {
height: 32px;
line-height: 32px;
font-weight: 900;
border-radius: 4px;
}


.st_pagesuy {
padding: 0 4px;
}
.st_pagesuy div {
font-family: "微软雅黑", "宋体";
font-size: 14px;
margin: 0 6px;
line-height: 34px;
float: left;
}
.st_pagesuy .st_pagegg {
margin: 0;
}
.stotalpages {
font-size: 14px;
margin: 0 12px;
line-height: 34px;
float: left;
}
.st_pagesuy .jp-input {
text-align: center;
padding: 0;
height: 32px;
line-height: 32px;
width: 40px;
margin: 0 5px;
float: left;
}
.testswitch {
    position: relative;
    float: right; 
    width: 90px;
    margin: 0;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
 
.testswitch-checkbox {
    display: none;
}
 
.testswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border-radius: 20px;
}
 
.testswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
 
.testswitch-inner::before, .testswitch-inner::after {
    display: block; 
    float: right; 
    width: 50%; 
    height: 30px; 
    padding: 0; 
    line-height: 30px;
    font-size: 14px; 
    color: white; 
    font-family: 
    Trebuchet, Arial, sans-serif; 
    font-weight: bold;
    box-sizing: border-box;
}
 
.testswitch-inner::after {
    content: attr(data-on);
    padding-left: 10px;
    background-color: #d61e0f; 
    color: #FFFFFF;
}
 
.testswitch-inner::before {
    content: attr(data-off);
    padding-right: 10px;
    background-color: #EEEEEE; 
    color: #999999;
    text-align: right;
}
 
.testswitch-switch {
    position: absolute; 
    display: block; 
    width: 22px;
    height: 22px;
    margin: 4px;
    background: #FFFFFF;
    top: 0; 
    bottom: 0;
    right: 50px;
    border: 1px solid #999999; 
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
 
.testswitch-checkbox:checked + .testswitch-label .testswitch-inner {
    margin-left: 0;
}
 
.testswitch-checkbox:checked + .testswitch-label .testswitch-switch {
    right: 10px; 
}

.ec_form_input{
	border: none;
	font-size: 21px;
}

.triangle{
	/* position:absolute; */
	right:20px;
	width:10px;
	height:10px;
	/* border: 8px solid; */
	border-color: #f15a5a #f15a5a transparent transparent;
}
 #language .on {
	color: #f15a5a;
}

/*上传图片span*/
#imgbox_span1 {
	padding-left: -30px;
}
#imgbox_span2 {
	width: 230px;
}

.ec-file-upload {
border: 0;
position: relative;
width: 100%;
height: 100%;
text-align: center;
cursor: pointer;
background: #fff !important;
cursor: pointer;
outline: none;
opacity: 0;
filter: alpha(opacity=0);
z-index: 1;
}
.ec-file-wh {
position: relative;
}
.ec-fileText {
position: absolute;
background: #fff !important;
cursor: pointer;
width: 100%;
text-align: center;
height: 100%;
top: 0;
}
.ec-scroll {
overflow-y: auto;
height: 650px;
}

#toolDown,
#uploaded,
#uploading,
#doUpload {
width: 100%;
height: 100%;
background: #fff url(../images/icon_upload.png) no-repeat 20px center;
border: 1px dashed #999;
padding: 20px 0 20px 60px;
}
#doUpload {
padding: 0 0 0 60px;
height: 60px;
}
.mr20 {
	margin-right: 20px !important;
	}
.ml20{margin-left: 20px !important;}
.hideM{
	display: none;
}
.ec-tbn-blue{
	color: #fff;
	background-color: #428bca;
}
.set-fz{position: relative;}
.set-fz-list{border: 1px solid #ccc;background: #fff;position: absolute;top: 60px;left: 10px;width: 113px;z-index: 1000;display: none;text-align: center;}
.set-fz-list li {float: none !important;display: block;cursor: pointer;}