.trial_main{
  max-height: 70vh;
	overflow-y: scroll;
	overflow-x: hidden;
	bottom: 72px;
}
.quoter_tab_box{
	width:100%;
	height:auto;
}
.quoter_sub_title{
  width:100%;
  line-height:36px;
  margin-left: 0px !important;
  font-weight: 700;
  padding-left:20px;
  border-bottom:1px solid #e1e1e1;
  position: relative;
}
.quoter_sub_title:before{	
	content: "";
  display: block;
  position: absolute;
  left:10px;
  width:4px;
  height:14px;
  top:10px;
  background-color:#494df4;
}
.quoter_sub_title+.plan_right{
	width: 100%;
}
.quoter_plan_name{
  width: calc(50% - 15px) !important;
}
.quoter_plan_set_meal{
  
}
.quoter_plan_set_meal span{
  width: calc(33% - 15px);
  float: unset;
}
.quoter_plan_set_meal:last-child{
	display:none;
}
.zungui{
	display:none;
}
.set_meal_info{
	margin:10px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #7f7f7f;
	line-height: 21px;
}
.money_box .quoter_plan_name{
  width: calc(34% - 18px) !important;
}
.append_details {
    width: calc(100% - 20px) !important;
}
.append_details .active{
	    background-color: #494df4;
    color: #FFFFFF;
}
.major_illness_insurance{	
	width: calc(25% - 12px) !important;
	height: 32px;
  line-height: 32px;
  text-align: center;
  margin:5px 10px 10px 0 !important; 
  display: inline-block;
  border: 1px solid #cccccc;
  float: unset !important;
  border-radius: 5px;
  min-width: fit-content;
}
.details_disable{
  background:#e0dede;
  pointer-events:none;
}
.table_tr_bg{
	background-color: #0070c0;
	color: #FFF;
	text-align: center;
}
.min_width{
	min-width: 50px;
	text-align: center;
}
.center{
	text-align:center;
}
.webkit-fill-available{
	width: -webkit-fill-available;
}