@charset "utf-8";
.wap_body{
	margin: 0;
	height: calc(100% - 225px);
}
.radio_input input, .bt_label_input input{
		height: 24px;
	}
/* type_pj */
.tool_w4{
	width: 40%;
	display: inline-block;
}
.tool_w6{
	width: 60%;
	text-align: right;
	display: inline-block;
}
.cose_type_pj{
	position: fixed;
	left: 0px;
	top: 48px;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	z-index: 99;
}
.cose_num_bt{
	font-size: 0;
}
.cose_num_bt .cose_h2{
	font-size: 13px;
	color: #111;
	vertical-align: middle;
}
.cose_h2 .cose_xvlie{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f7dac5;
	border-radius: 50px;
	margin-right: 6px;
	margin-bottom: ;
}
.cose_h2 img{
	width: 23px;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: -3px;
}
.cose_h2 .cose_gj{
	font-style: normal;
	color: #FD482C;
	padding:0 10px ;
}
.cose_h2 .cose_gj i{
	font-style: normal;
}
.cose_btnul{
	height: auto;
	vertical-align: middle;
	font-size: 0;
	border: none;
	
}
.cose_btnul .cose_btn{
	display: inline-block;
	width: 30%;
	min-width: auto;
	padding: 0;
	margin-left: 4%;
	border: 1px solid #f79888;
	font-size: 13px;
    color: #ff2300;
    background: #fff7f6;
	height: 24px;
	line-height: 25px;
	text-align: center;
	border-radius:3px;
}
.cose_btnul .cose_btn:first-child{
	margin-left: 0;
}
.cose_btnul .cose_btn.layui-this{
	background: #ff4e31;
    color: #fff;
    border: 1px solid #e62000;
}
.cose_btnul .cose_btn:after{
	display: none;
}
.pj_cntbody{
	background: #f7f7f7;
	padding: 48px 0 0;
}
.pj_cntbody .layui-tab-item .num_club:first-child{
	border-radius: 0 0 6px 6px;
}
.pj_cntbody .layui-tab-item{
	/*background: #fff;*/
}
.cose_fun_btns{
	width: 50%;
	float: left;
	font-size: 0;
}
.cose_fun_btns button{
	width: 47%;
	height: 24px;
	line-height: 24px;
	background: #ff841a;
	color: #fff;
	border: none;
	font-size: 13px;
	display: inline-block;
	border-radius:3px;
	margin-right: 6%;
}
.cose_fun_btns button:last-child{
	margin-right: 0;
	background: #af947c;
}
.cose_sel_form{
	width: 50%;
	float: right;
	text-align: right;
}
.cose_sel_form .cose_sel_item{
	margin: 0;
	
}
.cose_sel_item label{
	margin-left: 0;
	padding: 0;
	width: auto;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 6px;
	display: inline-block;
	float: initial;
}
.cose_sel_item .bt_label_input{
	width: 60%;
	vertical-align: middle;
	text-align: left;
}
.cose_sel_item .bt_label_input .layui-select-title input{
	width: 70%;
}
.layui-form-select dl{
	top: 28px;
	max-height: 195px;
	padding: unset;
}
.layui-form-selectup dl {
	top: unset;
	bottom: 28px;
}
.layui-form-select dl dd, .layui-form-select dl dt{
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}
.num_club{
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}
.layui-tab-item .num_club:nth-last-child(1){
	/* padding-bottom: 20px; */
}
.layui-tab-item .num_club:nth-last-child(1) .layui-form-select dl {
	max-height: 265px;
}
.num_textarea textarea{
	margin-top: 8px;
	margin-bottom: 6px;
	resize: none;
	border: 1px solid #cccccc;
	background: #f9f9f9;
	border-radius:4px;
	height: 54px;
	width: 100%;
	padding: 6px;
	box-sizing: border-box;
	font-size: 13px;
	color: #555;
	box-shadow: inset 1px 2px 4px #ececec;
}


/*  */
@media only screen and (min-width: 100px) and (max-width: 375px) {
	.cose_h2 .cose_gj{
		padding:0 4px;
	}
	.cose_sel_item .bt_label_input{
		width: 54%;
	}
	.bt_label_input .layui-select-title input{
		padding-left: 4px;
		padding-right: 4px;
	}
	.layui-form-select .layui-edge{
		right: 3px;
	}
	.cose_num_bt .cose_h2{
		width: 44%;
	}
	.cose_num_bt .cose_btnul{
		width: 56%;
	}
}