@import "../default-skin.less";
@import "../../global/mixin.less";

.s_phone {
	// 手机自动适应
	.c_payment {
		display:inline-block; width:100%;
		.text {
			text-align:center; width:100%; margin-right:0;
			span{display:none; width:100%;}
		}
		.balance { 
			display:block; width:100%; overflow:hidden;
			.e_select { float:left; width:50%; border-radius:0;}
			input { width:50%; overflow:hidden; border-right:1px solid @fg-light-8;}
			button { display:block; width:100%; border-radius:0.36em; margin-top:0.71em; clear:both; height:3em; font-size:129%; font-weight:normal;}
		}
	}



	// 触屏点击效果
	.c_payment {
		.balance {
			button.active { background:@success-light-3;}
		}
	}
}