.jd_top_name{
    height: 35px;
    background: #2884CD;
    color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 10px;
    line-height: 35px;
}

.ico_item{
    display: inline-block;
    font-size: 12px;
}

.nc_tq{
    width: 268px;
    height: 178px;
    background: white;
    position: absolute;
    right: -275px;
    top: -1px;
    border-radius: 10px;
    display: none;
}

.jd_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    padding-top: 10px;
}

.haikou_jd{
    padding: 2px 11px;
    background: white;
    font-size: 14px;
    color: #333;
    display: flex;
    /*position: relative;*/
    cursor: pointer;
    border:1px red solid;
    border-radius:5px;
    position: absolute;
    left: 0;
    top:-26px;
    width: 250px;
}
.haikou_clz{
    padding: 2px 11px;

    font-size: 14px;
    color: #333;
    display: flex;
    position: relative;
    cursor: pointer;
    border-radius:5px;
    width: 30px;
    height: 30px;
}
.haikou_jd:hover .nc_tq{
    display: inline-block;
}
.haikou_clz:hover .nc_tq{
    display: inline-block;
}
.bottom_box{
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 1px;
    padding: 0 15px;
    margin-bottom: 5px;
}
