/* 中间可视化组件 */

/* 通用 */
.bp_ele{
	background:#fff;
	padding:10px;
}
.bp_ele ::-webkit-input-placeholder{
	color: #aab2bd;
}

.bp_ele .label{
	display: block;
    word-break: break-all;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
.bp_ele .label .required{
	color:red;
}
.bp_ele .mark{
	display: block;
    margin-bottom: 8px;
    color: #999;
}
.bp_ele input[type="text"],.bp_ele input[type="number"]{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:14px;
	display: block;
    width: 100%;
    color: #495057;
	border-radius:5px;
    border: 1px solid #ced4da;
	padding:0 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bp_ele textarea{
	display:block;
	width:100%;
	font-size:14px;
	display: block;
	width: 100%;
	color: #495057;
	border-radius:5px;
	border: 1px solid #ced4da;
	padding:5px 5px 15px 5px;
	resize : none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing:border-box;
	min-height:85px;
}

.bp_ele select{
	width:100%;
	height:36px;
	line-height:36px;
	font-size:14px;
	display: block;
    width: 100%;
    color: #495057;
	border-radius:5px;
    border: 1px solid #ced4da;
	padding:0 5px;
	background:#fff;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bp_ele input[type="text"]:focus , .bp_ele input[type="number"]:focus , .bp_ele select:focus,
.bp_ele textarea:focus,.bp_ele .option:active
{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}



.bp_ele .error{
	color:#ee0a24;
	font-size:13px;
	line-height:13px;
	padding-top:2px;
	margin-bottom:-15px;
}

/* 单行文本框 */


/* 多行文本框 */
.textareaEle .input{
	position:relative;
}
.textareaEle .input .limit{
	position:absolute;
	right:5px;
	bottom:5px;
	color:#ccc;
	font-size:13px;
}
.textareaEle .input .limit.on{
	color:#ee0a24;
}

/* 单选框 */
.radioEle .option{
	display:block;
	border-bottom:1px solid #ced4da;
	padding:10px;
	display:flex;
	align-items:center;
	box-sizing:border-box;
}
.radioEle .option:last-child{
	border:none;
}
.radioEle .option input{
	margin-right:10px;
	font-size:22px;
}
.radioEle .option span{
	line-height:15px;
	font-size:15px;
}
.radioEle .input{
	border-radius:5px;
	border:1px solid #ced4da;
}

/* 复选框 */
.checkboxEle{
	overflow:hidden;
}
.checkboxEle .input{
	display:flex;
	flex-wrap:wrap;
}
.checkboxEle .input{
	margin:-5px;
}
.checkboxEle .option-box{
	width:50%;
	padding:5px;
	box-sizing:border-box;
}
.checkboxEle .option{
	display:block;
	border:1px solid #ced4da;
	display:flex;
	padding:10px;
	align-items:center;
	border-radius:5px;
}

.checkboxEle .option input{
	margin-right:10px;
	font-size:22px;
}
.checkboxEle .option span{
	line-height:15px;
	font-size:15px;
}
.checkboxEle .error{
	margin-bottom:0px;
}

/* 下拉框 */


/* 微信支付 */
.wxpayEle .input{
    background-color: #fafafa;
    padding:10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.wxpayEle .input .iconfont{
    color:#1AAD19;
    font-size:20px;
    margin-right: 5px;
}
.wxpayEle .input .number{
    font-size:18px;
    margin-left: 10px;
}


/* 单张图片 */
.imgEle .text{
	margin-bottom:5px;
	font-size:14px;
}
.imgEle .input img{
	display:block;
	max-width:100%;
	margin:0 auto;
}

/* 广播 */
.noticeEle .slider{
	display:flex;
	align-items:center;
}
.noticeEle .slider .icon{
	flex-shrink:0;
	width:25px;
}
.noticeEle .slider .text{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.notice-swipe {
	height: 40px !important;
	line-height: 40px !important;
}

/* 自定义html */

/* 附件 */
.fileEle{
	padding-bottom:2px !important;
}
.fileEle .error{
	padding-top:0px;
	margin-bottom:-5px !important;
}


/* 选择器 */
.pickerEle .sel{
	position:relative;
}
.pickerEle .sel input{
	padding-right:30px;
}
.pickerEle .sel .iconfont{
	position:absolute;
	top:0px;
	right:0px;
	line-height:34px;
	width:30px;
	text-align:center;
	color:#969799;
	pointer-events: none;
}




/* ---------------------------------通用设置--------------------------------- */
/* 顶部导行条 */
.topBar{
	height:45px;
	background:#666;
	display:flex;
	justify-content:space-between;
	align-items:center;
	position: sticky;
	top:0px;
	z-index:999;
}
.topBar .left{
	position:relative;
	z-index:991;
	padding-left:10px;
	display:flex;
	align-items:center;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
}
.topBar .left .icon{
	margin-right:5px;
}
.topBar .left .icon img{
	display:block;
	max-height:18px;
}

.topBar .center{
	position:absolute;
	text-align:center;
	width:100%;
	z-index:990;
	color:#fff;
	font-size:15px;
}
.topBar .right{
	position:relative;
	z-index:991;
	padding-right:10px;
	display:flex;
	align-items:center;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
}
.topBar .right .icon{
	margin-left:5px;
}
.topBar .right .icon img{
	display:block;
	max-height:18px;
}


/* 底部导行 */
.nav{
	position: sticky;
	bottom:0px;
}
.navList{
	height:50px;
	background:#00a0e9;
	display:flex;
	z-index:9999;
	position:relative;
}
.navList .item{
	width:100%;
	display:block;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:15px;
	line-height:15px;
}
.navList .item .icon{
	margin-right:3px;
}
.navList .item .icon img{
	max-height:18px;
	display:block;
}
.navList .item.on{
	background:#0399dd;
}

/* 提交按钮 */
.sBtn{
	display:flex;
	position:relative;
	justify-content:center;
	padding:20px 10px 30px 10px;
}
.sBtn button{
	display: block;
	width:100%;
    height: 42px;
    line-height: 42px;
    background: #00a0e9;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border: none;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    box-sizing: border-box;
}
.sBtn button:hover,.sBtn button:active{
	opacity:0.9;
}
.sBtn button.draft{
	background:#fafafa;
	color:#666;
	border:1px solid #dcdfe6;
	width:60%;
	margin-right:10px;
}
.sBtn button:hover.sBtn button:active{
	background:#fff;
}






