
/*单选按钮样式,复选按钮样式*/
.ect-radio input[type=radio],
.ect-checkbox input[type=checkbox] { display: none }
.ect-radio label,
.ect-checkbox label { margin-bottom: 0; }
.ect-radio label i,
.ect-checkbox label i { width: 1.2em; height: 1.2em; margin-right: 0.3em; display: block; float: left; margin-top: 0.1em; border-radius: 100%; background: rgba(255,255,255,0); border: 2px solid #bbb; }
.ect-checkbox label i { border-radius: 4px !important; }
.ect-radio input:checked+label i,
.ect-checkbox input:checked+label i { color: #F00; background: url(../images/radio.png) center center #4f2f0b no-repeat; background-size: 80%; border: none; }
.ect-radio input:disabled+label i,
.ect-checkbox input:disabled+label i { background: #fff; border: 2px solid #e8e8e8; }
.ect-radio input.disabled:disabled+label i,
.ect-checkbox input.disabled:disabled+label i { background: url(../images/radio.png) center center #e8e8e8 no-repeat; border: none; background-size: 80%; }

.btn {
	padding: 10px 34px;
	font-size: 16px;
	color: #ffffff;
	border: none;
  border-radius: 50px;
	background: #4f2f0b;
	display: inline-block;
}

