/**
 *  基础样式 add by wzh 20181111
 */
/*公共部分*/
body{
    font-size: 14px;
}
a,a:hover{
    color: #000;
    text-decoration: none;
}
ul,ol,dl,li,dt,dd,p{
    list-style: none;
    padding: 0;
    margin: 0;
}
.loading{
    text-align: center;
    color: #CCC;
    font-size: 15px;
    padding: 5px 0;
}
.img{
    max-width: 100%;
}
body{background-color: rgba(246,245,250,1);}
.type-msg{
    font-size: 15px;
}
/*公共部分*/



/*首页顶部*/
.info-header{
    background-image: url("../images/bg-header.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 150px;
    padding-top: 15px;
    font-size: 15px;
}
.info-header .info-data{
    color: #FFF;
}
.info-header .info-data p{
    margin-bottom: 0px;
}
.info-header .info-data strong.customer-num{
    font-size: 36px;
    display: inline-block;
    min-width:20px;
}
.info-time-filter{
    margin-top: -10px;
    padding-right: 5px;
}
.dropdown-filter .dropdown-toggle{
    background-color: rgba(255,255,255,0);
    color: #FFF;
}
.dropdown-filter .dropdown-menu{
    left: auto;
    right: 0;
    text-align: right;
    min-width: 10px;
}
.dropdown-filter .dropdown-menu li{
    padding: 5px 0px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active,
.dropdown-menu>li>a:visited,
.dropdown-menu>li>a:hover{
    background-color: rgba(243,173,59,1);
    color:#FFF;
}
.dropdown-menu>li>a{
    font-size: 15px;
}
.dropdown-filter .dropdown-menu li.action{
    background-color: rgba(243,173,59,1);
}
.dropdown-filter .dropdown-menu li.action a{
    color:#FFF;
}

/*客户列表*/
.customer-data{
    margin-top: -35px;
}
.customer-data>li{

}
.customer-info{
    padding: 10px 0px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #ECEBEF;
    margin-top: 5px;
    margin-bottom: 10px;
}
.customer-info .customer-head{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    font-size: 16px;
    color: #FFF;
    position: relative;
    margin: 5px auto;
}

.bg-0{
    background-color: rgba(0,104,183,1);
}

.bg-1{
    background-color: rgba(234,105,162,1);
}
.customer-head span{
    display: inline-block;
    width: 100%;
    height:100%;
    overflow: hidden;
}
.customer-head .flag-read{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 2px;
}
.customer-head .flag-read.un-read{
    display: none;
}
.customer-info-detail{
    padding-left: 0;
}
.customer-info-detail .data-label{
    padding: 2px 8px;
    background-color: rgba(243,173,59,1);
    color: #FFF;
    display: inline-block;
    margin: 2px;
}
.customer-info .customer-info-detail ol>li{
    margin: 2px 0px;
}
.customer-info-detail ol>li:first-child{
    font-size: 16px;
}
.customer-info-detail ol>li:last-child{
    color: #999;
    font-size: 13px;
}

/*方案列表页*/
.customer-top{
    padding: 0px 20px;
    background-image: url('../images/bg-header.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.customer-top .customer-info{
    margin-top: 15px;
    margin-bottom: 25px;
}
.plan-data>li{
    margin: 15px 0px;
    background-color: #FFF;
    box-shadow: 0 0 2px 2px #ECEBEF;
    border-radius: 5px;
}
.plan-info{
    padding-top: 10px;
    padding-bottom: 10px;
}
.plan-info img{
    vertical-align: -3px;
}
.plan-info>div:first-child{
    font-size: 16px;
    text-align: right;
}
.plan-info>div:nth-child(2){
    color: #999;
    font-size: 13px;
    text-align: left;
    padding: 3px 0 0;
}
.plan-info>div.un-read{
    color:rgba(238,50,65,1);
}
.plan-info>div:last-child img{
    display: inline-block;
    margin: 0px 15px 0px 2px;
}