.area-selected{
	height:44px;
	background-color: #fff;
	position: relative;
    &::before {
		width: 100%;
		content: "";
		height: 1px;
        border-bottom: 1px solid #E1E6EB;  // M6
		position: absolute;
		top: -1px;
		right: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
	}
	&::after {
		width: 100%;
		content: "";
		height: 1px;
        border-bottom: 1px solid #E1E6EB;  // M6
		position: absolute;
		bottom: 0px;
		right: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
	}
	.area-show-list{
		padding:8px 0;
		overflow-x: scroll;
		max-width:100%;
		white-space: nowrap;
	}
	.area-show-placeholder {
		font-size: 14px;  //  Fs-3
		color: #C0C9D1;  //  M5
		margin-left: 12px;  //  Sp-5
		line-height: 28px;
	}
	.area-show{
		padding: 0 12px;  // Sp-5
		padding-right: 36px;
		border-radius: 14px;
		font-size: 14px;  // Fs-2
		height: 28px;
		line-height: 28px;
		color: #3296FA;  // S2
		margin-right: 8px;  // Sp-4
		display: inline-block;
		background: #EEF6FF;  // D8-1
		position: relative;
		max-width: 128px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;

		&:first-child {
			margin-left: 12px;  // Sp-5
		}
		.deletArea {
			position: absolute;
			top: 50%;
			right: 8px;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			width: 12px;  // Sp-5
			height: 12px;  // Sp-5
			background: url('./deletSelectedItem.png') no-repeat 2px 2px ;
			background-size: 8px 8px;  // Sp-5
			margin-right: 8px;
		}
	}
}
.area-list{
	display : flex;
    overflow:hidden;
    .en-nav-button {
        font-size: 14px;
    }
	.level-1{
		width: 27%;
		background-color: #fff;
		overflow-y: scroll;
		overflow-x: hidden;
		.area-item::after {
			width: 100%;
			content: "";
			height: 1px;
			border-bottom: 1px solid #E1E6EB;  // M6
			position: absolute;
			bottom: 0px;
			right: 0;
			-webkit-transform: scaleY(.5);
			transform: scaleY(.5);
		}
	}
	.level-1::-webkit-scrollbar {
	    display: none;
	}
	.level-2::-webkit-scrollbar {
	    display: none;
	}
	.level-3::-webkit-scrollbar {
	    display: none;
	}
	.area-show-list::-webkit-scrollbar {
	    display: none;
	}
	.level-2{
		width: 33%;
		background-color: #F5F5F5;  // M8
		position:relative;
		margin-right: 12px;
		padding-left: 12px;  // Sp-5
		box-sizing: border-box;
		overflow-y: scroll;
		overflow-x: hidden;
		.area-item {
			padding-right: 0.2rem;  // Sp-7
		}
		.area-icon{
			position: absolute;
			top: 50%;
			right: -8px;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			background-color: #f5f6f7;
			color: #E1E6EB;  // M6
			line-height: 16px;
		}
		.em-sep{
			position: absolute;
		}
		.em-badge{
			position: absolute;
			left: -12px;
			top: 23px;
		}
	}
	.level-3{
		width: 40%;
		background-color: #F5F5F5;  // M8
		overflow-y: scroll;
		overflow-x: hidden;
		.icon{
			position: initial;
			line-height:20px;
			float: right;
    		margin-right: 12px;
		}
	}
    .border-r {
		// border-right: 0.5px solid #e6eaed
		&::after {
			width: 1px;
			content: "";
			height: 100%;
			border-bottom: 1px solid #E1E6EB;  // M6
			position: absolute;
			top: 0;
			right: 0;
			-webkit-transform: scaleX(.5);
			transform: scaleX(.5);
		}
    }
    .border-b {
		&::after {
			width: 100%;
			content: "";
			height: 1px;
			border-bottom: 1px solid #E1E6EB;  // M6
			position: absolute;
			bottom: 0px;
			right: 0;
			-webkit-transform: scaleY(.5);
			transform: scaleY(.5);
		}
	}
}
.level-1 .area-item {
    padding-left: 12px;
    .em-sep {
        position: absolute;
        left: 0;
        top: 20px;
    }
}

.area-item{
	padding: 12px 0;  // Sp-5
	line-height: 20px ;
	font-size: 16px;  // Fs-4
	color: #667580;
    position: relative;
    word-break: break-word;
	.em-sep{
	// 	width:12px;
		display: inline-block;
	}
	.em-badge{
		width: 4px;
		height: 4px;
		display: inline-block;
		background-color: #007ed9;
		border-radius: 3px;
		margin:0 4px;  //  Sp-2
        vertical-align: middle;
	}

    .area-name{
        max-width: 65%;
        display: inline-block;
        word-break: break-word;
	}
	.m-sys-checkbox-active:before {
		color: #3296FA;  // S2
	}
}
.area-item-expand {
    color: #3296FA;  // S2
    background-color: #f5f6f7;
}

.uncheck-color{
	color:#acb7bf !important;
}

.area-icon{
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
	background-color: #f5f6f7;
	color: #e6eaed;
	line-height: 16px;
}

.clearSelectedListBtn {
	padding: 15px 0;
	line-height: 20px ;
	font-size: 16px;
	color: #667580;
	position: relative;
	text-align: center;
	&.active {
		color: #1e80c7;
	}
	&::after {
		width: 100%;
		content: "";
		height: 1px;
        border-bottom: 1px solid #E1E6EB;  // M6
		position: absolute;
		bottom: 0px;
		right: 0;
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5);
    }
}


.poparea-popup,
.poparea-popup .rc-dialog-content,
.poparea-popup .rc-dialog-body {
    height: 100%;
}
.poparea-popup {
	.ui-page {
		overflow: hidden;
		.ui-page-content {
			background: #f5f6f7;
		}
	}
	.area-submit {
		color: #1381F0;
	}
	.area-submit-disabled {
		color: #BDDEFF;  // M4
	}
}
