@charset "utf-8";
/*  */

.kj_msg{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.kj_msg .kj_num,
.kj_msg .kj_qh{
	flex-grow: 1;

}
.kj_msg .kj_num span,
.kj_msg .kj_qh span{
	font-size: 1.2rem;
	color: #3c3c3c;
	line-height: 5rem;
	text-align: center;
}
.kj_msg .kj_num span i,
.kj_msg .kj_qh span i{
	font-style: normal;
	color: #e01818;
}

/*  */

#plan_xq{
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}
.plan_xq{
	width: 100%;
	/*height: 25rem;*/
}
.plan_xq .plan_xq_bt{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.plan_xq_bt ul,
.plan_jg .plan_jgtc{
	width:100%;
}
.plan_xq_bt ul:after,
.plan_jg .plan_jgtc:after{
	display: block;
	content: '';
	clear: both;
}
.plan_xq_bt ul li{
	width: 25%;
	padding: 10px 0;
	float: left;
	text-align: center;
	position: relative;
}
.plan_xq_bt ul li span,
.plan_jgtc li span{
	font-size: 14px;
	color: #111;
}
.plan_xq_bt ul li span{
	font-weight: bold;
}
.plan_jg{
	width: 100%;
	height: 316px;
	max-height: 316px;
	overflow-y: auto;
	padding: 10px 0;
}
.plan_jg .plan_jgtc{
	width: 100%;
	height: 32px;
	line-height: 32px;
	/*border-bottom: 1px solid #eaeaea;*/
}
.plan_jgtc li{
	width: 25%;
	/*height: 32px;*/
	float: left;
	line-height: 25px;
	text-align: center;
}
.plan_jgtc li span{
	color: #555;
}
.plan_xq_bt ul li:after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	width: 1px;
	height: 16px;
	background:#eaeaea;
}
.plan_xq_bt ul li:first-child:after{
	display: none;
}
.plan_jgtc li span em{
	font-style: normal;
	padding-left: 2px;
}

/*  */

/* 全局定位底部号码 */

.plan_cntbtm{
	width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #f7f7f7;
}
.plan_cntbtm .plan_funframe{
	width: 100%;
	background:#fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prompt{
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	background: linear-gradient(90deg,#fda300,#ff841a);
	color: #fff;
	font-size: 12px;
}
.plan_numshow{
	width: 74%;
	height: 118px;
	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;

}
.plan_numshow textarea{
	width: 100%;
	height: 118px;
	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;
}
.plan_fun_btns{
	width: 23%;
	height: 100%;
}
.plan_fun_btns button{
	width:100%;
	font-size: 14px;
	height: 30px;
	margin-top: 12px;
	border: 0;
	color: #fff;
	background: #ffc200;
	border-radius: 3px;
	transition: .18s;
}
.plan_fun_btns button:hover{
	opacity: .78;
}
.plan_fun_btns button:focus,.plan_fun_btns button:active{
	opacity: .89;
}
.plan_fun_btns button:first-child{
	margin-top: 1px;
	background: linear-gradient(180deg,#ff5f4a,#fb1611);
	box-shadow: 0 2px 4px -1px #ff5f4a;
}
.plan_fun_btns button:first-child+button{
	background: linear-gradient(180deg,#ffad3b,#ff6a00);
	box-shadow: 0 2px 4px -1px #ffa222;
}
.plan_fun_btns button img{
	width: 16px;
	vertical-align: middle;
	margin-right: 2px;

}
.plan_fun_btns button.square_btn{
	background: linear-gradient(180deg,#ffd13b,#ffb100);
	box-shadow: 0 2px 4px -1px #ffd13b;
}
.plan_fun_btns button.selected{
	background: linear-gradient(180deg,#b1b1b1,#9a9a9a);
	box-shadow: 0 2px 4px -1px #b1b1b1;
}

/* 弹窗 */

.plan_tanc{
	width: 100%;
	height: auto;
	background: #fff;

}
.plan_tanc .jh_name{
	width: 100%;
	height: 3rem;
	border-bottom: 1px solid #cacaca;
	text-align: center;
}
.plan_tanc .jh_name span{
	font-size: 1.5rem;
	color: #3c3c3c;
	line-height: 3rem;
}
.plan_tanc .jh_cont{
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
}
.jh_cont ul li{
	width: 50%;
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #888;
}
.jh_cont ul:after{
	display: block;
	content: '';
	clear: both;
}
.plan_tanc .jh_cont ul li span i{
	font-style: normal;
	color: #111;
}
.plan_tanc .jh_cont ul li span i.kj_jg{
	color: #fc0e0e;
}
.plan_tanc input{
	width: 60%;
	height: 32px;
	color: #fff;
	border-radius: 4px;
	border: 0;
	background: rgb(255, 196, 86);
}
.wan_plan_cnt{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}
.wan_plan_cnt .dw_form_box{
	width: 100%;
	padding-right: 0;
	border-top: 0;
	border-bottom: 1px solid #eaeaea;
	padding-top: 14px;
}
.wan_plan_cnt .dw_form_item{
	margin-bottom: 14px;
}
.wan_plan_cnt .dw_fun_num .dw_input_block .layui-input{
	width: 70%;
}

.wan_plan_cnt .plan_kjbox{
	padding-top: 18px;
	padding-bottom: 18px;
}
.plan_cntpop .layui-layer-title{
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 18px;
}
.plan_cntpop .layui-layer-btn0{
	display: block;
	margin: 10px auto;
	font-size: 14px;
	width: 42%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius:4px;
	border: none;
	background: linear-gradient(180deg,#ffd13b,#ffb100);
	box-shadow: 0 2px 5px -1px #ffd13b;
}

.plan_kjhm{
	/*width: 50%;*/
	float: left;
	/*letter-spacing: -.5px;*/
}
.plan_kjqh{
	/*width: 50%;*/
	float: right;
	text-align: right;
}
.plan_kjhm span,.plan_kjqh span{
	font-size: 13px;
	color: #555;
}
.plan_kjhm span i,.plan_kjqh span i{
	font-style: normal;
	color: #ff302b;
}
.pk10_qiu{
	letter-spacing: -1px;
}
/*0911*/
html,body{
	height: 100%;
}
.wap_body{
	height: calc(100% - 48px - 182px);
}
.wan_plan_cnt .dw_form_box{
	padding-top: 10px;
}
.wan_plan_cnt .dw_form_item{
	margin-bottom: 10px;
}
.wan_plan_cnt .plan_kjbox{
	padding-top: 5px;
	padding-bottom: 5px;
}
.wan_plan_cnt .plan_kjbox{
	/*letter-spacing: -.3px;*/
}
#plan_xq{
	height: calc(100% - 10px - 84px - 10px - 35px );
}
.plan_xq_bt ul li{
	padding: 0;
	height: 40px;
	line-height: 40px;
}
.plan_xq_bt ul li span{
	font-weight: normal;

}
.plan_jgtc li{
	letter-spacing: -0.8px;
}
.plan_jgtc li:first-child,.plan_xq_bt ul li:first-child{
	width: 21%;
}
.plan_jgtc li:first-child + li,.plan_xq_bt ul li:first-child + li{
	width: 20%;
}
.plan_jgtc li:first-child + li + li,.plan_xq_bt ul li:first-child + li +li{
	width: 35%;
}
.plan_jgtc li:last-child,.plan_xq_bt ul li:last-child{
	width: 24%;
}
.plan_xq{
	height: 100%;
}
.plan_jg{
	padding: 6px 0;
	height: calc(100% - 41px - 12px - 6px);
	max-height: inherit;
}
.mi {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.dw_form_box{
	font-size: 0;
}
.dw_form_box .dw_fun_lot,.dw_form_box .dw_fun_num{
	display: inline-block;
	vertical-align: middle;
}
.dw_form_box .dw_fun_lot{
	width: 44%;
}
.dw_form_box .dw_fun_num{
	width: 56%;
}
.dw_fun_lot .dw_form_item{
	width: 100%;
}
.dw_fun_num .dw_form_item{
	width: 44% !important;
}
.dw_fun_num .dw_form_item:nth-child(2){
	width: 56% !important;

}
.dw_fun_lot .dw_form_item label{
	height: 24px;
	line-height: 24px;
}
.dw_fun_num .dw_form_item:nth-child(2) label{
	margin-left: 6px;
}
.dw_form_item label{
	width:auto !important;
	padding-right: auto !important;
}
.dw_form_box .dw_form_item label{
	font-size: 12px;
}
.dw_form_box .dw_input_block .layui-input{
	font-size: 12px;
	padding: 0 4px;
}
.dw_fun_lot .dw_form_item .dw_input_block{
	width: 74%;
}
/*模拟计划*/
.moni{
	text-align: center;
	background: #D6D6D6;
	font-weight:bold;
	font-size:13px;
	padding: 8px;
	margin: 5px;
}
@media only screen and (min-width: 100px) and (max-width: 375px) {
	.plan_kjhm span, .plan_kjqh span{
		font-size: 12px;
	}
	.plan_fun_btns button{
		font-size: 12px;
	}
	.wan_plan_cnt .plan_kjbox{
		padding-top: 4px;
		padding-bottom: 6px;
		/*letter-spacing: -.5px;*/
	}
	.wan_plan_cnt .dw_fun_num .dw_input_block .layui-edge{
		right: 4px;
	}
	.wan_plan_cnt .dw_form_item{
		margin-bottom: 10px;
	}
	.wan_plan_cnt .dw_form_box{
		padding-top: 10px;
	}
	.dw_form_item .dw_input_block{
		height: 24px;
		line-height: 24px;
		min-height: 24px;
	}
	.dw_input_block .layui-input,.dw_fun_num .dw_form_item label{
		height: 24px;
	}
	/*.plan_xq_bt ul li{
		padding: 8px 0;
	}*/
	.plan_xq_bt ul li span, .plan_jgtc li span{
		font-size: 13px;
	}
	.plan_xq_bt ul li:after{
		top: 12px;
	}
	/*.plan_jg{
		padding: 6px 0;
		height: 284px;
		max-height: 284px;
	}*/
	.plan_jg .plan_jgtc,.plan_jgtc li{
		height: 26px;
		line-height: 26px;
	}
	.plan_jgtc li span{
		font-size: 13px;
	}
	.plan_cntpop .layui-layer-title{
		font-size: 16px;
	}
	.jh_cont ul li{
		font-size: 12px;
	}
	/*0912*/
	#plan_xq{
		height: calc(100% - 80px - 10px - 10px - 35px );
	}
}
@media only screen and (min-width: 100px) and (max-width: 360px) {
	/*.plan_jg{
		height: 254px;
		max-height: 254px;
	}*/
}
/*兼容IPhone系列机型*/
@media only screen and (min-width: 375px) and (min-height: 760px){
	/*.plan_jg{
		height: 426px;
		max-height: 426px;
	}*/
}