@charset "utf-8";
/* 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: 0;
	top: 48px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 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: #e0d7ab;
	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: 24px;
	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;
	margin-top: 96px;	
	padding: 0;
}
.pj_cntbody .layui-tab-item{
	/*background: #fff;*/
	padding-bottom: 170px;
}
.cose_fun_btns{
	width: 50%;
	float: left;
	font-size: 0;
}
.cose_fun_btns button{
	width: 47%;
	height: 24px;
	line-height: 24px;
	background: #af947c;
	color: #fff;
	border: none;
	font-size: 13px;
	display: inline-block;
	border-radius:3px;
	
}
.cose_fun_btns button:first-child{
	margin-right: 6%;
	background: #ff841a;
}
.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: 30px;
}
.layui-form-select dl dd, .layui-form-select dl dt{
	font-size: 12px;
	line-height: 28px;
}
.num_club{
	padding-top: 10px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}
.num_textarea textarea{
	margin: 10px auto;
	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;
}
.fun_btm{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 -5px 10px -3px #d5d5d5;
	z-index: 99;
}
.fun_btm .fun_btm_box{
	padding: 10px;
}
.fun_btm_box .btm_area{
	float: left;
	width: 77.5%;
}
.btm_area textarea{
	width: 100%;
	height: 152px;
	resize: none;
	font-size: 13px;
	border-radius: 5px;
	border: 1px solid #dddddd;
    background: #f7f6f4;
    box-shadow: inset 1px 2px 5px #e6e3d9;
    box-sizing: border-box;
    padding: 8px;
}

.fun_btm_box .btm_btnul{
	float: right;
	width: 20%;
	margin-left: 1.5%;
	border: 1px solid #ddd;
	border-radius:5px;
	box-sizing: border-box;
	padding: 6px 6px;
}
.btm_btnul li{
	margin-top: 5px;
}
.btm_btnul li:first-child{
	margin-top: 0;
}
.btm_btnul li:first-child span{
	display: block;
	width: 100%;
	height: 22px;	
	line-height: 22px;
	background: #fbf7f4;
	color: #f77803;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
}
.btm_btnul li:first-child span i{
	font-style: normal;
}
.btm_btnul li button{
	width: 100%;
	height: 22px;
	font-size: 12px;
	color: #fff;
	background: #ff4e31;
	border: none;
	border-radius: 3px;
}

/*  */
@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%;
	}
}