@charset "UTF-8";
.content{
	color: rgba(65, 64, 66, 0.5);
	margin-bottom: 40px;
}
.cal-title{
	font-family: Commissioner;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.5px;
	color: rgba(12, 24, 21, 1);
	margin-top: 30px;
	margin-bottom: 20px;
}

.layer1-arrow{
	height: 35px;
	line-height: 35px;
	color: rgba(128, 130, 133, 1);
}

/*单选复选框*/
.RadioStyle input {
    display: none
}

.RadioStyle label {
    border: 1px solid #CCC;
    color: rgb(131, 119, 119);
    padding: 2px 5px 2px 5px;
    min-width: 80px;
    float: left;
    margin: 2px;
    border-radius: 4px;
    background-color: #ffffff;
}

.RadioStyle .address-label {
    margin-right: 2%;
    margin-top: 20px;
    padding:10px;
}

.RadioStyle input:checked+label {
    background: url(/images/ico_checkon.png) no-repeat right bottom;
    border: 1px solid #00a4ff;
    background-size: 21px 21px;
    color: #00a4ff;
    background-color: #ffffff;
}

.layer3-checkbox{
	margin-top: 20px;
	margin-bottom: 20px;
}
.layer4-input{
	margin-top: 20px;
	margin-bottom: 20px;
}

.col-xs-4,.col-xs-6{
	padding-right: 15px;
}
.col-xs-4:last-child{
	padding-right: 0;
}

.layer5-input .glyphicon-info-sign{
	margin-left: 5px;
	vertical-align: middle;
}


.weui-switch {
  -webkit-appearance: none;
          appearance: none;
}
.weui-switch{
  position: relative;
  width: 42px;
  height: 22px;
  border: 1px solid #DFDFDF;
  outline: 0;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #DFDFDF;
  -webkit-transition: background-color 0.1s, border 0.1s;
  transition: background-color 0.1s, border 0.1s;
}
.weui-switch:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 30px;
  border-radius: 15px;
  background-color: #FDFDFD;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1), -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}
.weui-switch:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}
.weui-switch:checked{
  border-color: #04BE02;
  background-color: #04BE02;
}
.weui-switch:checked:before{
  -webkit-transform: scale(0);
          transform: scale(0);
}
.weui-switch:checked:after{
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.layer6-choice{
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
}
.choice-span{
	vertical-align: text-bottom;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
}

.layer6-choice .glyphicon-info-sign{
	margin-left: 5px;
	height: 25px;
	line-height: 25px;
	vertical-align: text-bottom;
}

.layer7-btn{
	margin-top: 20px;
}

.layer7-btn .btn{
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.layer7-btn .help-block{
	color: #07C160;
}

.layer7-btn .total p:first-child{
	font-weight: bold;
	color: #414042;
}

.mui-input-row select{
	font-size: 12px;
	padding-left: 5px;
}

.mui-checkbox label, .mui-radio label{
	padding-right: 0px;
}

.mui-input-row label{
	padding: 0;
}

.mui-input-row label ~ input{
	width: 100%;
}

@media (min-width: 768px) {
	.cal-title{
		font-size: 15px;
	}
	.mui-input-row select{
		font-size: 14px;
	}
}