	.study-bottom {
		width: 750rpx;
		background-color: #fffeff;
		padding: 0 20px;
		position: fixed;
		bottom: 0;
		z-index: 99;
		// box-shadow: 0px -8px 15px -8px rgba($color: #000000, $alpha: 0.1);

		&-cont {
			height: 50px;
			@include flexRowSpaceBetween;
		}

		&-list {
			width: 60px;
			height: 50px;
			align-items: center;
			justify-content: center;

			&-title {
				width: 25px;
				height: 25px;
			}

			&-text {
				@include styleFont(#999999,12);
			}

			&-active {
				color: #f92e2c;
			}
		}

		&-safe {
			height: 30px;
		}
	}