.tea-collapse-item{
	width: 100%;
  &__header{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 16px;
		background-color: #fff;
	}
	&__title{
		font-size: 18px;
	}
	&--right{
		display: flex;
		align-items: center;
	}
	&__description{
		color: #444;
		font-size: 20px;
		margin-right: 4px;
	}
	&__wrap{
		overflow: hidden;
		transition: height .3s ease;
	}
	&__content{
		background-color: #fff;
	}
}
