* {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s
}

.tcui-cell {
	padding: 12px 15px;
	display: block
}

.tcui-cell_access {
	-webkit-tap-highlight-color: none
}

.tcui-cell_access .tcui-cell__ft:after {
	top: -10px;
	transform: rotate(45deg)
}

.help-body {
	border-color: #ededed;
	overflow: hidden;
	height: 0;
	min-height: 0;
	color: #666
}

.help-checkbox {
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	height: 100%;
	max-height: 40px
}

.help-item .help-checkbox:checked ~ .tcui-cell__bd {
	color: #f5833b
}

.help-item .help-checkbox:checked ~ .help-body {
	font-family: "Microsoft YaHei","Open Sans",sans-serif;
	margin-top: 8px;
	;padding-top: 6px;
	border-top: 1px solid #ededed;
	overflow: hidden;
	min-height: 100px;
	height: auto
}

.help-item .help-checkbox:checked ~ .tcui-cell__ft:after {
	transform: rotate(135deg);
	border-color: #f5833b
}