.customer-list-nav li{
    float: left;
    font-weight: bold;
    padding: 5px 25px;
    cursor: pointer;
}
.customer-list-nav li a:hover{
    color: #ff6d4a;
}
.customer-list-nav li a.active{
    color: #00c0ef;
    cursor: default;
}
.customer-switch-icon i{
    color: #1c84c6;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.customer-block-wrap{
    padding: 5px;
    box-sizing: border-box;
}
.customer-block-wrap>div{
    border: 1px solid #ccc;
    padding: 0 10px;
    text-align: left;
    box-shadow: 0px 0px 5px #ccc;
}
.name-icon-wrap{
    /*width: 120px;*/
    /*margin: 0 auto;*/
    margin-bottom: 10px;
}
.name-icon-wrap i{
    font-size: 36px;
    color: #999;
}
.name-icon-wrap i.sex-man{
    color: #1c84c6
}
.name-icon-wrap i.sex-women{
    color: #af7c84;
}
.name-icon-wrap span{
    height: 36px;
    line-height: 36px;
}
.customer-block-wrap .content-item{
    margin: 10px 0px;
}
.customer-block-wrap .content-item label{
    width: 80px;
    display: inline-block;
}
.customer-block-wrap .customer-title{
    display: block;
    margin: 10px 0px;
    font-weight: bold;
}
.customer-block-wrap .customer-title a{
    color: #666;
}

/*个人客户*/
.customer-individual-top{
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px 15px 10px;
    border: 1px solid #ccc;
}
.customer-individual-top>div{
    margin-bottom: 10px;
}
.customer-individual-content{
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-top: -1px;
}

/*个人客户基本信息*/
.customer-item>div{
    margin-bottom: 10px;
}
.customer-item>div>label{
    width: 92px;
    display: inline-block;
}
.individual-basic-box{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.individual-basic-box:last-child{
    border-bottom: none;
}
.customer-id-picture{
    margin-right: 20px;
    position: relative;
}
.customer-id-picture>img{
    width: 184px;
    height: 98px;
}
.customer-id-picture>p{
    text-align: center;
    line-height: 36px;
}
.customer-id-picture .camera-box,.customer-id-picture input[type="file"]{
    position: absolute;
    top: 0px;
    left: 0px;
}
.customer-id-picture .camera-box{
    width: 184px;
    height: 98px;
    text-align: center;
    line-height: 98px;
    background: rgba(120,120,102,0.5);
}
.customer-id-picture input[type="file"]{
    width: 184px;
    height: 98px;
    font-size: 70px;
    overflow: hidden;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.shade-bg{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(120,120,102,0.5);
    z-index: 99999;
}
.shade-bg div{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.shade-bg img{
    vertical-align: middle;
}
.icon-delete,.icon-isMain{
    display: inline-block;
}
.icon-delete i{
    color: #f00;
}
.icon-isMain i{
    color: #1c84c6;
}

/*合同*/
.no-wrap-table{
    width: 100%;
    overflow: auto;
}
.no-wrap-table table{
    white-space: nowrap;
}

.form-modal-sale form .pure-control-group input,.form-modal-sale form .pure-control-group select{
    width: 250px;
}
.form-modal-sale .pure-form-aligned .pure-control-group label{
    width: 8em;
}


.customer-address{
    color: #1c84c6;
    position: relative;
    top: 3px;
    left: -26px;
}