/*垂直居中*/
.verticalAlign {
  vertical-align:middle;
  display:inline-block;
  height:100%;
  margin-left:-1px;
}
.xcConfirm .xc_layer {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#666666;
  opacity:0.5;
  z-index:2147000000;
}
.xcConfirm .popBox {
  position:fixed;
  left:50%;
  top:50%;
  background-color:#ffffff;
  z-index:2147000001;
  width:400px;
  height:300px;
  margin-left:-285px;
  margin-top:-150px;
  border-radius:5px;
  font-weight:bold;
  color:#535e66;
}
.xcConfirm .popBox .ttBox {
  height:60px;
  line-height:30px;
  padding:14px 30px;
  border-bottom:solid 1px #eef0f1;
  color:#ffffff;
  background-color: #61cc6d;
  text-align: center;
}
.xcConfirm .popBox .ttBox .tt {
  font-size:18px;
  display:block;
/*  float:left;*/
  height:30px;
  position:relative;
  margin: 0px auto;
  margin-right: 25px;
}
.xcConfirm .popBox .ttBox .clsBtn {
  display:block;
  cursor:pointer;
  width:14px;
  height:14px;
  position:absolute;
  top:22px;
  right:20px;
  background:url(../img/clsbtn.png) no-repeat;
}
.xcConfirm .popBox .txtBox {
  margin:10px 100px;
  height:160px;
  overflow:hidden;
  text-align: center;
}
.xcConfirm .popBox .txtBox .bigIcon {
/*  float:left;
  margin-right:20px;*/
  width:113px;
  height:113px;
  background-image:url(../img/icons.png);
  background-repeat:no-repeat;
  background-position:48px 0;
  margin: 0px auto;
}
.xcConfirm .popBox .txtBox p {
  height:30px;
  margin-top:6px;
  line-height:30px;
  /*width: 300px;*/
  overflow-x:hidden;
 /* overflow-y:auto;*/
}
.xcConfirm .popBox .txtBox p input {
  width:264px;
  height:30px;
  border:solid 1px #eef0f1;
  font-size:18px;
  margin-top:6px;
}
.xcConfirm .popBox .btnArea {
  border-top:solid 1px #eef0f1;
  text-align: center;
}
.xcConfirm .popBox .btnGroup {
  float: right;
}
.xcConfirm .popBox .btnGroup .sgBtn {
  margin-top:14px;
  margin-right:10px;
}
.xcConfirm .popBox .sgBtn {
  display:block;
  cursor:pointer;
  float:left;
  width:95px;
  height:35px;
  line-height:35px;
  text-align:center;
  color:#FFFFFF;
  border-radius:5px;
}
.xcConfirm .popBox .sgBtn.ok {
  background-color:#61cc6d;
  color:#FFFFFF;
}
.xcConfirm .popBox .sgBtn.cancel {
  background-color:#ff5c5c;
  color:#FFFFFF;
}
.no-padding {
  padding:0px;
}
.mg10 {
  margin-bottom:10px;
}
/**
 * Nestable
 */
.dd {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  list-style:none;
  font-size:13px;
  line-height:20px;
}
.dd-list {
  display:block;
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
}
.dd-list .dd-list {
  padding-left:30px;
}
.dd-collapsed .dd-list {
  display:none;
}
.dd-item,.dd-empty,.dd-placeholder {
  display:block;
  position:relative;
  margin:0;
  padding:0;
  min-height:20px;
  font-size:13px;
  line-height:20px;
}
.dd-handle {
  display:block;
  height:30px;
  margin:5px 0;
  padding:4px 10px;
  text-decoration:none;
  border:1px solid #d4d4d4;
  background:#eeeeee;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.dd-handle:hover {
  color:#20a8d8;
  background:white;
}
.dd-handle .icon {
  float:right;
  font-size:16px;
  margin-left:10px;
}
.dd-handle .icon:hover {
  text-decoration:none;
}
.dd-item > button {
  display:block;
  position:relative;
  cursor:pointer;
  float:left;
  width:25px;
  height:20px;
  margin:5px 0;
  padding:0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  border:0;
  background:transparent;
  font-size:12px;
  line-height:1;
  text-align:center;
  font-weight:bold;
}
.dd-item > button:before {
  content:'+';
  display:block;
  position:absolute;
  width:100%;
  text-align:center;
  text-indent:0;
}
.dd-item > button[data-action="collapse"]:before {
  content:'-';
}
.dd-placeholder,.dd-empty {
  margin:5px 0;
  padding:0;
  min-height:30px;
  background:#f2fbff;
  border:1px dashed #b6bcbf;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.dd-empty {
  border:1px dashed #bbb;
  min-height:100px;
  background-color:#e5e5e5;
  background-size:60px 60px;
  background-position:0 0,30px 30px;
}
.dd-dragel {
  position:absolute;
  pointer-events:none;
  z-index:9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top:0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1);
  -moz-box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1);
  box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1);
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display:block;
  height:30px;
  margin:5px 0;
  padding:5px 10px 5px 40px;
  text-decoration:none;
  font-weight:bold;
  border:1px solid #d4d4d4;
  background:#eeeeee;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.dd3-content:hover {
  color:#fff;
  background:#72d872;
  cursor: pointer;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin:0;
}
.dd3-item > button {
  margin-left:30px;
}
.dd3-handle {
  position:absolute;
  margin:0;
  left:0;
  top:0;
  cursor:pointer;
  width:30px;
  white-space:nowrap;
  overflow:hidden;
  border:1px solid #d4d4d4;
  background:#d4d4d4;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  color:white;
}
.dd3-handle > input[type='checkbox'] {
  cursor:pointer;
}
.dd3-handle2 {
  position:absolute;
  margin:0;
  right:0;
  top:0;
  cursor:pointer;
  width:30px;
  white-space:nowrap;
  overflow:hidden;
  border:1px solid #72d872;
  background:#72d872;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  color:white;
}
.dd3-handle:hover {
  background:#d4d4d4;
  color:white;
}
/* Wizard
=================================================================== */
.wizard-type1 {
  margin-top:0;
}
.wizard-type1 .progress {
  height:4px;
  margin:10px -5px 0 -5px;
}
.wizard-type1 ul.steps {
  margin:0 -15px;
  /*line-height:39px;*/
  height:59px;
  overflow:hidden;
}
.wizard-type1 ul.steps li {
  margin:0;
}
.wizard-type1 ul.steps li a {
  padding:0 20px;
  height:39px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  color:#484848;
  margin:0;
  font-size:12px;
}
.wizard-type1 ul.steps li a .badge {
  background-color:#d4d4d4;
  color:#484848;
  margin-right:5px;
}
.wizard-type1 ul.steps li.active a {
  background:transparent;
  border-left:1px solid #d4d4d4;
  border-right:1px solid #d4d4d4;
  color:#333;
}
.wizard-type1 ul.steps li.active a .badge {
  background-color:#20a8d8;
  color:white;
}
.wizard-type1 ul.steps li.complete a {
  background:transparent;
}
.wizard-type1 ul.steps li.complete a .badge {
  background-color:#79c447;
  color:white;
}
.wizard-type1 .tab-pane {
  padding:15px 0;
}
.wizard-type1 .actions {
  border:1px solid #d4d4d4;
  background:#eeeeee;
  margin:0 -9px -9px -9px;
  padding:15px;
}
.wizard-type2 {
  margin-top:0;
}
.wizard-type2 .progress {
  height:4px;
  margin:10px -5px 0 -5px;
}
.wizard-type2 ul.steps {
  margin:0 -15px;
  line-height:40px;
  height:40px;
  overflow:hidden;
}
.wizard-type2 ul.steps li {
  margin:0;
}
.wizard-type2 ul.steps li a {
  padding:0 20px;
  height:40px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  color:#d4d4d4;
  margin:0;
  font-size:12px;
  font-weight:300;
}
.wizard-type2 ul.steps li.active a {
  background:transparent;
  color:#888888;
}
.wizard-type2 ul.steps li.complete a {
  background:transparent;
  color:#79c447;
}
.wizard-type2 .tab-pane {
  padding:15px 0;
}
.wizard-type2 .actions {
  border:1px solid #d4d4d4;
  background:#eeeeee;
  margin:0 -9px -9px -9px;
  padding:15px;
}
.dd-checked{
  color:#fff;
  background:#72d872;
}
.hide-this{
  display: none;
}
#menu_name{
  display: none;
}
.img_item{
  display: inline-block;
  width: 140px;
  height: 150px;
  text-align: center;
  padding: 0px 5px;
  position: relative;
}
.img_item img{
  width: 120px;
  height: 120px;
}
.img_item input[type="text"]{
  width: 120px;
}
.img_item span{
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.check-input{
  position: absolute;
  width: 30px;
  height: 30px;
  top:0px;
  right: 10px;
  z-index: 999;
}
.base{
  display: block;
  width: 36px;
  height: 36px;
  margin-left: 5px;
}
.baseinfo{
  background: url('../img/jibenxinxi1.png');
}
.feeinfo{
  background: url('../img/feiyongbiaozhun2.png');
}
.healthyinfo{
  background: url('../img/jiankangxinxi2.png');
}
.elderinfo{
  background: url('../img/laorenshijian2.png');
}
.payinfo{
  background: url('../img/jiaofeizhuangkuang2.png');
}
.fee-lb,.fee-input{
  width: 16.3%;
  float: left;
}

.option{
  width: 33.33%;
  float:left;
  text-align: center;
}
.option input[type='checkbox']{
  position: absolute;
  width: 100%;
  height: 90%;
  left:0;
  top:0;
    opacity: 0;
}
.option span{
  position: relative;
  display: inline-block;
  width: 70%;
  padding: 5px 15px;
  background: #E3E3E8;

}
.option span.on{
  background: #F9BA49;
}
   