.img-box{
    position: relative;
}
.img-box:hover .pops-wrap{
    display: block;
}
.pops-wrap{
    position: absolute;
    top: 45px;
    height: 230px;
    width: 238px;
    left: -100px;
    display: none;
}
.pop-chart{
    left: -160px;
}
.pops{
    width: 100%;
    position: absolute;
    background:rgba(255,255,255,1);
    border:1px solid rgba(234,234,234,1);
    box-shadow:0px 4px 10px 0px rgba(158,158,158,1);
    border-radius:8px;
    top:10px;
    height: 230px;
    z-index: 999999;
}
.pops-one{
    height: 130px;
}
.pops .pop-title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #F5F5F5;
    color: #222222;
    box-sizing: border-box;
    font-size: 18px;
}
.pops .pop-icon{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.pops .pop-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pops .pop-name{
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    color: #222222;
    font-size: 16px;

}
.pops .pop-list{
    padding: 0 12px;
    box-sizing: border-box;
}
.pops .pop-item{
    padding-top: 32px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.pops .pop-scan{
    width: 124px;
    height: 124px;
    margin:0 auto;
    margin-top: 12px;
}
.pops .pop-scan img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pops .pop-scan-tip{
    text-align: center;
    margin-top: 5px;
    color: #666666;
    font-size: 12px;
}




















