.select-box{
	&_block{
		height: 100rpx;
		flex-direction: row;
		align-items: center;
		border-bottom-style: solid;
		border-bottom-width: 1rpx;
		border-bottom-color: #f5f5f5;
		background-color: #FFFFFF;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 99;
	}
	&-scroll{
		flex-direction: row;
		&_cotr{
			flex-direction: row;
		}
		&-li{
			flex-direction: column;
			padding: 0 15px;
			height: 60rpx;
			&_text{
				flex: 1;
				color: #797c81;
				font-size: 36rpx;
			}
			&_line{
				height: 8rpx;
				border-radius: 8rpx;
				background-color: #FFFFFF;
			}
			&_activtext{
				color: #4982d8;
			}
			&_activline{
				background-color: #4982d8;
			}
		}
	}
	&_apply{
		background-color: #FFFFFF;
		&-ali{
			flex-direction: row;
			align-items: center;
			&-left{
				width: 100rpx;
				height: 100rpx;
				background-color: #f38f4d;
				border-radius: 20rpx;
				flex-direction: row;
				align-items: center;
				justify-content: center;
				margin: 0 30rpx;
			}
			&-right{
				flex: 1;
				flex-direction: row;
				align-items: center;
				padding: 15px 0;
				border-bottom-style: solid;
				border-bottom-color: #f5f5f5;
				border-bottom-width: 1rpx;
				&_lp{
					flex: 1;
					&-p1{
						font-size: 38rpx;
					}
					&-p2{
						width: 410rpx;
						font-size: 32rpx;
						margin-top: 10rpx;
						color: #999a9c;
						text-overflow: ellipsis;
						overflow: hidden;     
						/* #ifdef H5 */
						white-space: nowrap;
						/* #endif */
						lines: 1; 
					}
				}
				&_but{
					border-style: solid;
					border-width: 1rpx;
					border-color: #6a7bba;
					color: #6a7bba;
					border-radius: 10rpx;
					font-size: 32rpx;
					padding: 10rpx 30rpx;
					margin: 0 30rpx;
				}
				&_remove{
					border-color: #bcbdbf;
					color: #43444a;
				}
			}
		}
	}
}