.app_item{display:block;width:100%;border-radius:14px;padding:10px;cursor:pointer;position:relative;min-height:90px}.app_item:hover{background-color:#f8f8f8}.app_item .logo img{width:70px;height:70px;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}.mobile_nav{display:none}@media(max-width: 768px){.app_item{display:block;width:100%;border-radius:14px;padding:10px;cursor:pointer;position:relative;min-height:80px;margin-top:-10px}.app_item:hover{background-color:#f8f8f8}.app_item .logo img{width:60px;height:60px;border-radius:10px;float:left}.app_item .info{width:calc(100% - 70px);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;font-size:14px}.app_item .info .star_box{display:flex;height:20px}.app_item .info .star_box img{width:13px;height:13px;margin-top:3px}.app_item .info .star_box span{height:20px;line-height:20px;margin-left:3px;color:#474747;font-size:12px}.app_item .info .tag_box{white-space:nowrap}.app_item .info .tag_box .tag{padding:1px 3px;border-radius:5px;background-color:#f1f6ff;color:#0051ff;font-size:10px;display:inline-block}.app_item .button{position:absolute;top:25px;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}}