// @import "sinosun-ui/lib/style/themes/default.less";
// @import "sinosun-ui/lib/style/mixins/index.less";

.sn-used-item {
	.right-slot {
		cursor: pointer;
	}
	.position-horizontal-demo {
		position: relative;
		.list-line {
			display: flex;
			flex-wrap: wrap;
			padding: 0 0.3rem;
			.line-title {
				display: inline-block;
				max-width: 100%;
				background: @body-color;
                color: @text-color;
				border-radius: 0.4rem;
				padding: 0.24rem 0.38rem;
				margin-right: 0.3rem;
				margin-bottom: 0.3rem;
				.city-title {
					display: inline-block;
					max-width: 100%;
					overflow: hidden;
					text-align: center;
					text-overflow: ellipsis;
					white-space: nowrap;
				}
			}
			.showdel {
				position: relative;
			}
			.line-del {
				position: absolute;
				font-size: 0.36rem;
				color: @danger-color;
				top: -0.1rem;
				right: -0.1rem;
			}
		}
	}
	.recommend-title,
	.history-title {
		padding: 0.34rem 0.3rem 0.34rem 0.4rem;
		font-size: 0.3rem;
		color: @text-color;
		font-weight: bold;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.recommend-item {
		line-height: 0.42rem;
		padding-left: 0.3rem;
		padding: 0 0.3rem;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		.item-span {
			background: @body-color;
			color: @text-color;
			border-radius: 0.42rem;
			padding: 0.24rem 0.38rem;
			margin-right: 0.3rem;
			margin-bottom: 0.3rem;
			max-width: 100%;
			overflow: hidden;
			text-align: center;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
	}
	.sn-list-item {
		.right-slot {
			color: @theme-color;
		}
	}
}

::-webkit-scrollbar:horizontal {
	height: 0em !important;
}

@media screen and (min-width: @screen-sm) {
	.snUsedDiv .button-detail {
		position: absolute;
		width: 30px;
		height: 30px;
		top: 50%;
		right: 55px;
		margin-top: -15px;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
	}

	.usedaccountCtrl {
		padding: 8px 89px 8px 0;
		position: relative;
	}

	.usedaccountCtrl label {
		display: inline-block;
		padding-right: 14px;
		text-align: right;
	}

	.usedAccountLine {
		background: @background-white !important;
		line-height: 28px;
		padding-left: 15px;
		padding: 9px 50px 9px 15px;
		border-bottom: 1px solid @border-color;
		position: relative;
	}

	.usedAccountLine {
		line-height: 28px;
		padding-left: 15px;
		padding: 9px 50px 9px 15px;
		border-bottom: 1px solid @border-color;
		position: relative;
	}

	.chose_title {
		padding: 15px;
		font-size: 18px;
		color: @theme-color;
	}

	.chose_box {
		line-height: 28px;
		padding-left: 15px;
		padding: 0 50px 9px 15px;
		border-bottom: 1px solid @border-color;
		position: relative;

		.chose_span {
			border-radius: 10px;
			padding: 3px 10px;
		}
	}
}
