.clist{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 5px;}
 .citem{
    width: 13%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    margin-bottom: 20px;
    background: #fff;}
 .citem:hover {

    box-shadow: 0 0 8px 0 #21202054;}
 .clogo{
 margin: auto;
    border-radius: 3px;
    overflow: hidden;
    height: 160px;
    width: 160px;
    display: table-cell;
    vertical-align: middle;}
 .cname{
 font-size: 18px;
    color: #333;
    margin-top: 20px;}
 .imgon {
    max-width: initial;
    width: 100%;
    
    max-height: 160px;}

.imgon:hover {
    /*width: 60%;*/
    /*filter: opacity(80%);*/
    transition: all .3s linear;
    transform: scale(1.1);}
.bgc1049830{display:none;position:fixed;width:100%;height:100%;background:#000;z-index:9901;top:0;left:0;opacity:0.7;}
.contentc1049830{display:none;position:fixed;top:50%;background:#fff;z-index:9902;left:50%;border: solid 3px #fff;}
.c1049830 > canvas{
    padding: 5px;
    background: #fff;}

