	.native {
		background-color: #5B96EB;
		&-cont{
			height: 44px;
			padding: 0 30rpx;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
		}
		&-left{
			flex-direction: row;
			align-items: center;
			margin-right: 20rpx;
			&-icon{
				width: 18px;
				height: 18px;
				line-height: 18px;
			}
			&-text {
				@include styleFont(#fff, 30rpx, 1);
				// #ifdef APP-PLUS
				@include styleFont(#fff, 32rpx);
				// #endif
			}
		}
		&-right{
			flex: 1;
			height: 30px;
			background-color: #FFFFFF;
			padding: 0 30rpx;
			border-radius: 30rpx;
			flex-direction: row;
			align-items: center;
			&-text{
				margin-left: 10rpx;
				@include styleFont(#6D6D6D, 28rpx);
			}
		}
		&-select{
			height: 44px;
			flex-direction: row;
			align-items: center;
			&-li{
				width: 187.5rpx;
				height: 40px;
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}
			&-text{
				@include styleFont(#fff, 30rpx);
				margin-right: 10rpx;
			}
			&-icon{
				width: 16px;
				height: 16px;
				line-height: 16px;
			}
			&-tact{
				font-weight: bold;
			}
			&-iact {
				transform: rotate(180deg);
			}
			
			
			
			&-scroll{
				height: 44px;
				background-color: #FFFFFF;
				flex-direction: row;
				&-li{
					height: 80rpx;
					width: 220rpx;
					flex-direction: row;
					align-items: center;
					justify-content: center;
					&-act{
						border-bottom-width: 4rpx;
						border-bottom-color: $gl_color;
					}
					&-text {
						@include styleFont(#343434, 30rpx);
					}
					&-actt {
						color: $gl_color;
					}
				}
			}
			&-box{
				flex-direction: row;
			}
		}
		&-popup{
			background-color: #FFFFFF;
			padding: 30rpx;
			&-li{
				height: 80rpx;
			}
			&-text{
				line-height: 80rpx;
				@include styleFont(#242426, 30rpx)
			}
			&-tact{
				color: #5E97E8;
			}
		}
		&-search{
			background-color: #36D7B7;
		}
	}