.detail-tab {
	flex-direction: row;
	margin: 40rpx;
		&-box {
			position: relative;
		}
		
		&-list {
			@include styleFont(#343434,15);
			padding: 0px 37rpx;
		}
		
		&-active {
			@include styleFont(#343434,17);
			font-weight: bold;
			position: relative;
		}
		
		&-bottom {
			position: absolute;
			bottom: -5px;
			margin-left: 35%;
			width: 30px;
			height: 3px;
			border-radius: 20px;
			background-color: red;
		}
	}