.app_item{display:block;width:100%;border-radius:14px;padding:10px;transition:all .3s;cursor:pointer;position:relative;min-height:70px}.app_item:hover{background-color:#f8f8f8}.app_item .logo img{width:50px;height:50px;border-radius:10px;float:left}.app_item .info{width:calc(100% - 80px);float:left;margin-left:10px;overflow:hidden}.app_item .info p{color:rgba(0,0,0,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app_item .info .star_box{display:flex}.app_item .info .star_box img{width:15px;height:15px;margin-top:5px}.app_item .info .star_box span{height:25px;line-height:25px;margin-left:3px;color:#474747;font-size:12px}.app_item .info .tag_box{white-space:nowrap}.app_item .info .tag_box .tag{padding:2px 5px;border-radius:5px;background-color:#f1f6ff;color:#0051ff;font-size:10px;display:inline-block}.app_item .button{position:absolute;top:35px;right:10px;height:30px;border:1px solid rgba(0,128,255,.25);color:#0080ff;background-color:rgba(0,0,0,0);border-radius:14px;line-height:30px;padding:0 10px;font-size:14px;cursor:pointer;display:inline-block}