/*-----------------------layui-----------------------*/
/*提示区  */
.layui-elem-quote{
	border-left-color:#1682d4;
	background-color:rgba(22, 127, 275, 0.1);
}

/*-----------------------表单-----------------------*/
/*表单元素-标题*/
.form_lable {
	margin-top: 5px;
	padding-right: 100px;
	color: #666 !important;
	font-family: "microsoft yahei";
	font-weight: bold;
}
/*表单元素-内容*/
.form_ele {
	margin-top: 8px;
	padding-right: 100px;
}

@media only screen and (max-width : 750px) {
	/*表单元素-标题*/
	.form_lable {
		margin-top: 5px;
		padding-right: 0px;
		color: #333 !important;
		font-family: "microsoft yahei";
		font-weight: bold;
	}
	/*表单元素-内容*/
	.form_ele {
		margin-top: 8px;
		padding-right: 0px;
	}
	
	.layui-col-space20>* {
		padding: 0px;
	}
	.layui-input-inline {
		margin-bottom: 10px;
		display: block;
	}
}

.layui-input, .layui-select, .layui-textarea {
	color: #000 !important;
	border-color: #dadada;
	border-radius: 6px;
	height: 35px;
}

.layui-select-disabled input[readonly] {
	background-color: #F5F5F5;
	color: #000 !important;
}

input[class=layui-input][readonly] {
	background-color: #F5F5F5;
	color: #000 !important;
}



.layui-input:hover, .layui-select:hover, .layui-textarea:hover {
	border-color: #ccc !important;
}

input[class=layui-input][readonly] {
	border-color: #eee;
}



/* 下拉选中 */
.layui-form-select dl dd.layui-this {
	color:#0480d7;
}
/* 日期选中 */
.layui-laydate .layui-this, .layui-laydate .layui-this>div {
	background-color:#0480d7!important;
}

/*按钮颜色 */
.layui-btn {
    background-color:#0480d7;
    color:#fff;
}
/*checkbox 颜色 */
 .layui-form-checked span, .layui-form-checked:hover span{
        background-color:#0480d7;
}
 .layui-form-checked i, .layui-form-checked:hover i {
 	color:#0480d7;
 }
 .layui-form-checked i {
 border-color:#0480d7 !important;
 background-color:#0480d7 !important;
 }
 /*分页  */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color:#0480d7;
}
/*tab切换*/
.layui-tab-brief>.layui-tab-title .layui-this{
	color:#1682d4
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 2px solid #1682d4;
}

/* 管理端显示 */
.item-lable{
    height: 34px;
    margin: 6px auto;
    float: left;
    text-align: right;
    
}
.item-input{
    height: 34px;
    margin: 6px auto;
    float: left;
    text-align: left;


}
.item-lable span{
	font-weight:bold;
}

.layui-form-select dd{
	white-space:inherit!important;
} 

 @media only screen and (max-width : 750px){
	 .layui-form{
	 	padding:0px!important;
	 }
	 .item-lable{
	    line-height:20px
	}
	 .item-lable{
	   padding-right:10px;
	    
	}
 }


 /*-----------------------标题-title-----------------------*/
 .info_title{
	background:rgba(22, 127, 275, 0.1); 
	 display: inline-block;
	width: auto;
	text-align: left; 
	border-radius: 0 15px 0 0; 
	padding-right: 30px;
	margin: 20px 20px 0 0px;
	color: #1682d4;
	
}

.info_title i{
	 display: inline-block;
	font-size: 16px;
	line-height: 30px;
	padding-left: 15px;
}

.info_title p{
	margin: 0;
	margin-left: 10px; 
	font-size: 14px; 
    display: inline-block;
	line-height: 30px;
	color: #1682d4;
}

.infor_detail_title{
	display:block;
	width:100%;
	margin:0;
	font-size:22px;
	font-weight: bold;
	color:#333;
	line-height:40px;
	border-bottom:1px solid #eee;
	display: flex;
	padding: 10px 0;
	align-items: center;
	justify-content: space-between;
	}

	.infor_detail_title p{
		margin: 0;
		color: #333;
	}
	.info_title_container{
		border-bottom: solid rgba(22, 127, 275, 0.2) 2px;
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom:15px;
	}

	.infor_detail_title a{
		height: 32px;
		border-radius: 6px;
		line-height: 32px;
		margin: 0;
		padding: 0 10px;
		background: #1682d4;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
	}

/* 二级标题 */
.form-title-level-2-stand {
	margin-top: 30px;
	text-align:center;
	margin-right:120px;
	cursor:pointer;
}
.form-title-level-2-stand i{
	margin-left:8px;	

}
  @media only screen and (max-width : 750px){
	.form-title-level-2-stand {
		margin-top: 30px;
		text-align:center;
		cursor:pointer;
	}
	.form-title-level-2-stand i{

	}
}
	
	.switch_field input[type='checkbox']{
		display: none;
	}
	
	 .switch_field input[type='checkbox']+label{
		
		padding-left:36px;
		cursor: pointer;
		background: url(../img/switchbtn.png) no-repeat;
		background-size: 61px;
		background-position: 0 2px;
		line-height: 20px;
	}
	
	.switch_field input[type='checkbox']+label{
		background-position: 0 2px;
	}
	.switch_field input[type='checkbox']:checked+label{
		background-position: 0 -99px;
	}
	 
	.switch_field input[type='checkbox']:disabled+label{
		background-position: 0 -182px;
	}
	.switch_field .flex{
		display: flex;
		align-items: unset;
	}
	.switch_field label{
		color: #1682d4;
		margin-right: 6px;
	}
	.switch_field {
		float: right;
		margin-top: 20px;
		display: flex;
		color: #666;
	}

	@media only screen and (max-width : 750px){

		.info_title_container{
			flex-direction: column;
			align-items: flex-start;
		}
		.switch_field {
			flex-direction: column;
			margin:10px 0;
		}
		.switch_field .flex{
			margin-bottom: 6px;
		}

    }



 /*-----------------------文件上传-upload-----------------------*/
.upload-remark-box{
	background:#fef0dc;
	color:#ba7112;
	width:calc(100% - 40px);
	border-radius:10px;
	margin-left:20px;
	margin-bottom:20px;
	line-height:25px;
	padding:15px;
  }
  .upload-remark-box .fa{
	font-size:16px;
	margin-right:6px
  } 
  
  
  
  /* 弹框选择 */
.type_container {
  display: flex;
  padding: 20px 0;
  padding-top: 0;
}
.type_item {
  margin: 0 20px;
  margin-top: 20px;
  border-width: 1px;
  border-color: #56b0e8;
  border-style: solid;
  border-radius: 10px;
  background: rgba(4, 128, 215, 0.05);
  box-shadow: 0px 3px 10px 0px rgba(3, 86, 171, 0.06);

  width: 300px;
  height: 102px;
  text-align: center;
  color: #0480d7;
  text-decoration: none !important;
  font-size: 20px;
  color: #0480d7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type_item span {
  color: #0480d7;
  font-weight: bold;
}
.type_item:hover {
  background: rgba(4, 128, 215, 0.1);
}
/* 弹框选择END------ */

