@charset "utf-8";
/* 0420转移plan.css */
/* 210414 */
	
.gg_plan{
	background: #fff;
	padding-top: 10px;
}
.gg_plan::after{
	display: block;
	content: '';
	width: calc(100% - 2rem);
	height: 1px;
	background: #ddd;
	margin:  0 auto;
	margin-top:10px;
}
.gg_plan_tit{
	padding: 0 1rem;
	height: 36px;
	line-height: 36px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 15px;
	color: #111;
	font-weight: bold;
}
.gg_plan_tit::after{
	display: block;
	content: '';
	width:calc(100vh - 2rem);
	height: 1px;
	background: #ddd;
}
.gg_plan_cnt{
	display: flex;
	padding: 0 1rem;
	padding-top: 6px;
}
	
.gg_plan_left{
	display: flex;
	width: 74%;
	justify-content: space-between;
	padding-right: 12px;
	box-sizing: border-box;
}
.tigger{
	border: 1px solid #fdc000;
	border-radius: 4px;
	padding: 0px 4px;
	height: 28px;
	line-height: 28px;
	position: relative;
}
.tigger span{
	font-size: 12px;
	color: #111;
	margin-right: 4px;
	vertical-align: middle;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-right: 14px;
}
.tigger img{
	width: 12px;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.tigger em{
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: -10px;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	font-size: 10px;
	color: #999;
	background: #fff;
	font-style: normal;
	padding: 0 4px;
}
	
.gg_plan_right{
	width: 26%;
	height: 28px;
	line-height: 28px;
	border-radius: 50px;
	background: #fdc000;
	text-align: center;
}
.gg_plan_right img{
	width: 12px;
	margin-right: 4px;
	vertical-align: middle;
}
.gg_plan_right span{
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
}
/* 联动选择样式 */
.mobileSelect .content .btnBar{
	background: #fffcf2;
	border-bottom: ;
}
.mobileSelect .content .btnBar .ensure{
	color: #fdc000;
	}
	.mobileSelect .content .btnBar .cancel{
		color: #999;
	}
/* //选择公式 */
.chose_dell img{
	width: 12px;
}
.formula_pop .gailv_tit ul li:first-child,.formula_pop .gailv_list ul li span:first-child{
	width: 18%;
	}
.formula_pop .gailv_tit ul li:first-child + li + li,.formula_pop .gailv_list ul li span:first-child + span + span{
	width: 27%;
	}
.formula_pop .gailv_tit ul li:nth-last-child(2),.formula_pop .gailv_list ul li span:nth-last-child(2){
	width: 27%;
}
.formula_pop .gailv_tit ul li:last-child,.formula_pop .gailv_list ul li span:last-child{
	width: 12%;
}
.formula_nav{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #FDC000;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 1rem;
}
.navcenter{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.formula_close{
	font-size: 14px;
	color: #fff;
	padding-left: 16px;
	padding-right: 6px;
}
.fixed_btn{
	height: 26px;
	line-height: 26px;
	margin-top: 10px;
	border-radius: 50px;
	background: #fffcf2;
	color: #a6720d;
	
	font-size: 14px;
	text-align: center;
	padding: 0px 14px;
}
.inqiuiryPop .layui-layer-content{
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}
.inqiuiryPop .layui-layer-title{
	text-align: center;
	font-size: 16px;
	padding: 0;
}
.inqiuiryPop .layui-layer-btn{
	text-align: center;
}
.inqiuiryPop .layui-layer-btn a{
	font-size: 13px;
	width: 22%;
	text-align: center;
	border-radius: 50px;
	margin-right: 10%;
}
.inqiuiryPop .layui-layer-btn .layui-layer-btn1{
	margin-right: 0;
}
.inqiuiryPop .layui-layer-btn .layui-layer-btn0{
	background-color: #fdc000;
	border-color: #fdc000;
}
.inqiuiryPop .layui-layer-title{
	background: #fdc000;
	color: #fff;
}
/* 添加公式 */
.nullPageBox{
	width: 100%;
}
.nullPageBox .nullPage{
	width: 34%;
	opacity: .7;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.nullPageBox button{
	width: 34%;
	height: 28px;
	line-height: 28px;
	border-radius: 50px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 24px;
	background: #fdc000;
}
.searchBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 0 1rem;
	padding-top: 10px;
}
	
#addFormula .gailv_tit{
	background: #f9f9f9;
}
.searBoxItem{
	width: calc(50% - 0px);
	display: flex;
	align-items: center;
}
.searBoxItem span{
	font-size: 14px;
	color: #999;
	margin-right: 4px;
}
.searBoxItem .itemSelect{
	width: 56%;
	border: 1px solid #ddd;
	background: #f9f9f9;
	border-radius:4px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	position: relative;
}
.searchBox .searBoxItem:nth-child(1),.searchBox .searBoxItem:nth-child(2){
	margin-bottom: 10px;
}
.searchBox .searBoxItem:nth-child(even){
	justify-content: flex-end;
}
.itemSelect i{
	font-style: normal;
	font-size: 14px;
	color: #666;
	vertical-align: middle;
	margin-right: 10px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 24px;
	display: block;
}
.itemSelect img{
	width: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.searBoxItem button{
	border: none;
	width: 84%;
	background: #FDC000;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
	
/* .layui-layer-shade{
	z-index: 887 !important;
} */
/* .formula_pop{
	z-index: 888 !important;
} */
.pageLoading{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
}
.loader{
	position: relative;
	left: 50%;
	top: 50%;
}
.loader-inner div{
	background: #fdc000;
}
.pageLoading .loaderText{
	padding-top: 60px;
	text-align: center;
	color: #999;
	font-size: 14px;
	padding-left: 20px;
}
.chose_add img{
	width: 8px;
	margin-right: 4px;
	vertical-align: middle;
}
.chose_add {
		border: 1px solid #a6720d;
		border-radius: 50px;
		background: #fff6dd;
}
/* 输入名称 */
.inputName{
	display: flex;
	justify-content: center;
	align-items: center;
}
.inputName span{
	font-size: 14px;
	color: #666;
	margin-right: 6px;
}
.inputName input{
	border: 1px solid #ddd;
	border-radius: 5px;
	text-align: left;
	font-size: 14px;
	color: #555;
	width: 45%;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	padding: 0 10px;
}
.dw_plan_list{
	height: calc(100% - 200px);
}
.mobileSelect-show{
	z-index:99999999999;
	transition: inherit;
}
#addFormula .gailv_list{
	height: calc(100% - 36px - 96px);
}
.tigger{
	width: 23%;
}
.gg_plan_left{
	padding-right: 10px;
}
#addFormula .gailv_tit{
	padding: 0 8px;
}
#addFormula .gailv_list ul li{
	padding-left: 8px;
	padding-right: 8px;
	}
#addFormula.formula_pop .gailv_tit ul li:first-child + li + li,#addFormula.formula_pop .gailv_list ul li span:first-child + span + span{
	width: 25.5%;
}
#addFormula.formula_pop .gailv_tit ul li:nth-last-child(2),#addFormula.formula_pop .gailv_list ul li span:nth-last-child(2){
	width: 25.5%;
}
#addFormula.formula_pop .gailv_tit ul li:last-child,#addFormula.formula_pop .gailv_list ul li span:last-child{
	width: 15%;
}
#chooseFormula .gailv_list{
	height: calc(100% - 36px - 46px);
}
/* 0416 */
.tigger em{
	right: initial;
	padding: 0;
	width: 74%;
	text-align: center;
}
.tigger span{
	text-align: center;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gg_plan_left .tigger:nth-child(1){
	width: 32%;
}
.gg_plan_left .tigger:nth-child(2){
	width: 28%;
}
.gg_plan_left .tigger:nth-child(3){
	width: 26%;
	
}
.gg_plan_left{
	width: 78%;
	padding-right: 8px;
}
.gg_plan_right{
	width: 22%;
}
.pageLoading{
	bottom: 38%;
}
.pageLoading .loaderText{
	color: #fdc000;
	font-size: 15px;
}
.nullChoosePlan{
	border-top: 1px solid #ddd;
	width: 100%;
	text-align: center;
}
.nullChoosePlan img{
	width: 28%;
	margin-top: 50px;
}
.nullChoosePlan p{
	font-size: 15px;
	color: #999;
	margin-top: 20px;
}
/* 0416的内部修改样式 */
.plan_numshow{
	height:104px;
}
.plan_fun_btns{
	margin-top:12px;
}
.plan_fun_btns button:first-child+button{
	margin-top:18px;
}
#plan_xq{
	height: calc(100% - 10px - 84px - 5px);
}
@media only screen and (min-width: 100px) and (max-width: 375px) {
	#plan_xq{
		height: calc(100% - 80px - 16px);
	}
}