/* 输入input,select字体大小14px */
.mui-input-row {
	font-size: 14px;
}

.mui-inp#sendut-row select, input {
	font-size: 14px;
}

/* 调整label高度 */
.mui-input-row label {
	/*padding: 17px 15px;*/
	padding:17px 0 17px 15px;
	width:30%;
	white-space: nowrap;
}
.mui-input-row label ~ input,
.mui-input-row label ~ select,
.mui-input-row label ~ textarea {
	width: 70%;;
}

.mui-input-row select {
	height: 49px;
}

body {
	font-family: "Microsoft YaHei", "微软雅黑";
	/*max-width: 7.5rem;*/
	margin: 0 auto;
	/*padding-top:44px;*/
	background: #fff;
}

.mui-bar-nav {
	box-shadow: none;
	-wekit-box-shadow: none
}

.mui-bar-nav .moreChoice {
	font-size: 15px;
	padding: 10px;
	display: block;
	margin-right: -10px;
	display: none;
}

.mui-bar {
	background: #fff;
	/*border-bottom: 1px solid #E0E0E0;*/
}

.mt-1 {
	margin-top: -1px;
}

.btp-10 {
	border-top: 10px solid #F3F3F3;
}

#send {
	/*position: absolute;*/
	/*right: 0.2rem;*/
	/*top: 0.15rem;*/
	/*padding: 0.06rem 0.1rem;*/
	/*width: 1.4rem;*/
}

/**================
    效果金额录入
===================*/
.inputs_value_currency {
    position: absolute;
    left: 11px;
    top: 47px;
    font-size: 26px;
}

.inputs_value_label {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.inputs_value {
    font-size: 24px;
    margin-left: 30px;
    width: 90% !important;
}

/*buttons*/
/*.mui-button-row1,
.mui-button-row2 {
	background: #fff;
	!*padding: 16px 0 20px;*!
	padding: 25px 0 20px;
}

.mui-button-row1 button {
	width: 90%;
	color: #fff;
	height: 44px;
	!*width: 343px!important;*!
	border-radius:30px;
	margin-top: 6px;
	border: 0px;
	background: -webkit-linear-gradient(left, #005293, #4395cf);
	background: -ms-linear-gradient(left, #005293, #4395cf);
	background: linear-gradient(left, #005293, #4395cf);
}

.mui-button-row2 button {
	width: 44%;
}
.mui-button-row3 button {
	width: 30%;
}*/


/**================
    buttons
===================*/
.mui-button-row1,
.mui-button-row2{
	padding:25px 0 20px;
	background: #fff;
}
.mui-button-row1 button.mui-btn-primary,
.mui-button-row2 button.mui-btn-primary.mui-btn
{
	width:90%;
	height:40px;
	line-height: 1;
	font-size:14px;
	border-radius:25px;
	border:0;
	background: -webkit-linear-gradient(left,#015394,#4193CD);
	background: -o-linear-gradient(right,#015394 ,#4193CD);
	background: -moz-linear-gradient(right,#015394 ,#4193CD);
	background: linear-gradient(to right,#015394 ,#4193CD);
	position: relative;
	top:0px;
	color: #fff;
}


.mui-button-row1 button.mui-btn-primary:enabled:active,
.mui-button-row2 button.mui-btn-primary.mui-btn:enabled:active{
	background: -webkit-linear-gradient(left,#03406F,#2F81BD);
	background: -o-linear-gradient(right,#03406F ,#2F81BD);
	background: -moz-linear-gradient(right,#03406F ,#2F81BD);
	background: linear-gradient(to right,#03406F ,#2F81BD);
}

.mui-button-row2 button.mui-btn{
	/*width:44%;*/
	width:90%;
	height:40px;
	line-height: 1;
	font-size:14px;
	border-radius:25px;
	border:1px solid #4395CF;
	background: #fff;
	position: relative;
	top:10px;
	color: #4395CF;
}

/*=======================
    tab标签切换
=======================*/
.mui-tabs{
	background: #fff;
}
.mui-tabs .time-select{
	position: relative;
	z-index:10;
}
.mui-tabs .active{
	color: #4395CF;
	border-bottom:2px solid #4395CF;
	position: relative;
	top:1px;
	z-index:11;
}

.mui-tabs div[class^='mui-col-xs']{
	text-align: center;
	height:49px;
	line-height: 49px;
}

/*发送验证码按钮*/
#send {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 80px;
	border: 1px solid #1062A2;
	border-radius: 20px;
	padding: 6px 15px;
}

/*=======================
    交易详情
=======================*/
.m-line {
	padding-left: 0.34rem;
	background: #fff;
	border-bottom: 1px solid #EDEDED;
}

.m-line .m-line-wrap {
	padding-left: 0.32rem;
	height: 0.96rem;
	line-height: 0.96rem;
	font-size: 0.32rem;
	background: #fff url("../imgs/tranDetail/bg-m-title.png") no-repeat 0
		center;
	background-size: 0.18rem auto;
}

.m-line .m-line-wrap .text {
	padding-right: 0.4rem;
}

.m-card {
	background: #fff;
	min-height: 2.6rem;
	color: #333333;
	border-top: 0.21rem solid #F3F3F3;
}

.m-card .m-title {
	margin-left: 0.32rem;
	padding-left: 0.34rem;
	height: 0.96rem;
	line-height: 0.96rem;
	font-size: 0.32rem;
	border-bottom: 1px solid #EDEDED;
	background: url("../imgs/tranDetail/bg-m-title.png") no-repeat 0
		center;
	background-size: 0.18rem auto;
}

.m-card .m-cont {
	padding: 0 0.32rem 0.1rem;
	font-size: 0.28rem;
	overflow: hidden;
}

.m-card .m-cont dl {
	line-height: 0.65rem;
	overflow: hidden;
	/*border:1px solid red;*/
	margin: 0.1rem 0 0 0;
}

.m-card .m-cont dl dt {
	/*float: left;*/
	width: 1.9rem;
	color: #666;
}

.m-card .m-cont dl dt {
	font-size: 0.28rem;
	/*border:1px solid red;*/
}

.m-card .m-cont dl dd {
	/*float: left;*/
	/*border:1px solid red;*/
	
}

.m-card .m-cont dl dd.bankname {
	line-height: 0.45rem;
}

/*按钮宽度80%*/
.btn-90{
	width: 90%;
}


.result{
	padding:1rem 0;
	text-align: center;
	background: #fff;
}


/*=======================
    列表展示页面 BEM修饰符
=======================*/
.mui-input-row--auto{
	min-height:40px!important;
	height:auto!important;
}
.mui-input-row__content{
	width: 70%;
	overflow: hidden;
	word-spacing: normal;
	word-break: break-all;
	min-height: 30px;
	padding:13px 15px 0px 0;
	text-align: justify;
	text-justify: distribute;
	font-size:14px;
	color: #333333;
}
.mui-input-row label {
    /*font-size:14px;*/
    padding: 17px 15px;
}

.mui-input-row label + input {
    font-size: 14px;
    margin-top: 4px;
    color: #333333;
}

.mui-input-row label + select {
    font-size: 14px;
    margin-top: 6px;
    color: #333333;
}

.ne {
    display: none !important;
}

.mui-input-group .mui-input-row {
    height: 49px;
    line-height: 49px;
}