// @import "sinosun-ui/lib/style/themes/default.less";
// @import "sinosun-ui/lib/style/mixins/index.less";

.sn-pay-method {
	.right-slot {
		cursor: pointer;
	}
	.sn-list-item {
		.right-slot {
			color: @theme-color;
		}
	}
	.payee-method-label {
		display: flex;
		align-items: center;
		padding: 0.12rem 0;
		font-size: 0.32rem;
		.title {
			color: @text-color;
			font-weight: bold;
		}
		.icon {
			margin-left: 0.15rem;
			cursor: pointer;
			color:@text-color-3;
		}
	}
}
@media screen and (min-width: @screen-sm) {
	.payee-method-label {
		font-size: 15px;
	}
	.sn-list-item {
		input {
			padding-right: 3em;
		}
	}
	.page-detail {
		.sn-pay-method {
			padding-bottom: .2rem;
			
		}
	}
}
