﻿
.flux{	
	width:100%;
	background-color:#FFF;
	border:1px #FFF solid;
	}
.flux label{
	display:block;	
	margin-bottom:0.5rem;   
	}
.flux ul{
	/*border:1px #000000 solid;*/
	margin-left:5%;
	float:left;
	width:90%;
	}
    .flux ul li {
        float: left;
        margin:0.2rem 0.1rem 0 0;
        /*margin: 0.2rem 0.1rem;*/
        margin-right: 0.17rem;
        width: 31%;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        border: 1px #2196F3 solid;
        border-radius: 0.2rem;
        color: #2196F3;
    }
.flux ul li .other-in{
	width:100%; 
	height:100%; 
	border:none; 	
	font-weight:bold;
	text-indent:0.1rem;
	}
.flux .other-money li:first-child{
	 width:62%;
	 }
.flux ul li span{
	display:block;
	width:100%;
	height:1rem;
	color:#2196F3;
	}
    .flux .cked {
        border-color: red;
        color: red;
    }   
    

.flux ul li span label{
	text-indent:0;
    line-height:1rem;
	}
.info-error{
	color:#F00;
	}
.samflux {

}
    .samflux label {
        display: block;
        margin-bottom: 0rem;
        float: left;
        line-height: 1rem;       
        color: #444;      
        padding-top: 8px;
        padding-bottom: 8px;
        min-height: 30px;        
        color: #222;
        font-weight: 500;
        font-size:18px;
        margin-left:0.1rem;
    }
    .samflux ul {
        /*border:1px #000000 solid;*/
        margin-left: 0.1rem;
        float: left;
        width: 68%;
    }

        .samflux ul li {
            float: left;
            margin: 0.2rem 0.1rem;
            margin-right: 0.17rem;
            width: 30%;
            height: 1rem;
            line-height: 1rem;
            text-align: center;
            border: 1px #2196F3 solid;
            border-radius: 5px;
            padding-left:0.1rem;
        }

            .samflux ul li .other-in {
                width: 100%;
                height: 100%;
                border: none;
                font-weight: bold;
                text-indent: 0.1rem;
            }
    .samflux .other-money li:first-child {
        width: 92%;
    }
.samInfo{
    padding-top:11px;
    padding-bottom:11px;
    padding-left:44px;
}
    .samInfo > i {
        font-size:22px!important;
    }
  